| Title: | DECmcc user notes file. Does not replace IPMT. |
| Notice: | Use IPMT for problems. Newsletter location in note 6187 |
| Moderator: | TAEC::BEROUD |
| Created: | Mon Aug 21 1989 |
| Last Modified: | Wed Jun 04 1997 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 6497 |
| Total number of notes: | 27359 |
Hello,
The context is: VMS 5.5, MCC 1.2, microVax 3100/80 40 MB memory.
The problem is:
Enabling notification at startup time with a .com file
that loads all notifications all works very well.
Disabling the feature that enables notification window at
startup time, next session off MCC crash down during
its startup.
All interactions above with MCC are made with iconic map.
I see that the resource file MCC_NOTIFICATIONS_RESOURCE.DAT
contains the .Wopen parameter that specifies if notification
window is enabled at startup time (1) or not (0).
To avoid crash of MCC it is necessary to delete all lines after
.Wopen parameter if this parameter is 0.
This workaround is now sufficient.
Is this a known problem ? If yes, are there other better
workaround ?
Thanks in advance.
Giuseppe Rossi
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 3810.1 | more info | MCC1::DITMARS | Pete | Mon Sep 28 1992 16:26 | 4 |
please post (or mail) the mcc_notification_resource.dat file that is (was) causing the problem. thanks. | |||||
| 3810.2 | resource file (MCC built) | BLG03::ROSSI | Mon Oct 26 1992 10:54 | 77 | |
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
| |||||
| 3810.3 | hmmm.... | MCC1::DITMARS | Pete | Wed Oct 28 1992 14:07 | 11 |
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? | |||||
| 3810.4 | Now it works... | BLG03::ROSSI | Fri Nov 20 1992 10:57 | 16 | |
Thank You Very Much !!!!
deleting the line containing the startup file with .wopen = 0
we don't have the crash.
No extra window or extra message in the other case.
Bye
Thank again
Giuseppe
| |||||