|
Hi,
sorry for the delay but I was out for a long period.
Anyway here is the resource file as prepared from mcc
after an iconic map session about notification service.
It works properly, but, if we tell MCC (iconic map) that
we don't need the notification service at MCC startup time,
MCC changes the parameter mcc_ns.Wopen to 0.
At next MCC startup (MANAGE/ENTERPRISE/INTERFACE=DEWINDOWS) we
have a crash.
The only way to work is deleting all lines in resource file
after the parameter above.
mcc_ns.graphY: 0
mcc_ns.eventIdMatchEnts:
mcc_ns.batch: 0
mcc_ns.stacksize.main: 100
mcc_ns.stacksize.control: 20
mcc_ns.stacksize.log: 30
mcc_ns.stacksize.hourly: 10
mcc_ns.stacksize.target: 30
mcc_ns.stacksize.graph: 30
mcc_ns.stacksize.notify: 40
mcc_ns.mainWidth: 1280
mcc_ns.mainHeight: 300
mcc_ns.graphWidth: 0
mcc_ns.graphHeight: 0
mcc_ns.filterTopEnts: 18, 1, 12
mcc_ns.filterBotEnts: 7, 15
mcc_ns.replyTextEnts: 25
mcc_ns.replyTextMatchEnts: 25
mcc_ns.logVersionHourly: 1
mcc_ns.logHours: 24
mcc_ns.filterX: 160
mcc_ns.filterY: 281
mcc_ns.detailX: 0
mcc_ns.detailY: 0
mcc_ns.searchX: 0
mcc_ns.searchY: 0
mcc_ns.filterWidth: 708
mcc_ns.filterHeight: 572
mcc_ns.detailWidth: 0
mcc_ns.detailHeight: 0
mcc_ns.searchWidth: 0
mcc_ns.searchHeight: 0
mcc_ns.logPurge: 1
mcc_ns.logKeep: 3
mcc_ns.Wopen: 1
mcc_ns.maxNotifications: 500
mcc_ns.reqStartupFile: mcc$com:not_req.com
mcc_ns.bottombuttonsOn: 1
mcc_ns.beepsOn: 1
mcc_ns.logFile: disk$user1:[utenti.mcc]mcc_notification.log
mcc_ns.logFormat: BriefPlus
mcc_ns.logEnabled: 0
mcc_ns.logVersion: 1
mcc_ns.mainX: 0
mcc_ns.mainY: 724
mcc_ns.graphX: 0
|
| no, this isn't a known problem
do you need to delete all lines after Wopen, or is it sufficient
to just delete the
mcc_ns.reqStartupFile: mcc$com:not_req.com
line?
when you start up with Wopen = 1, do you get any window with
messages, etc., as the notify requests start up?
|