Title: | POLYCENTER Console Manager |
Notice: | Kits, Scans, Docs on CSC32:: as PCM$KITS:,PCM$DOCS:, PCM$SCANS: |
Moderator: | CSC32::BUTTERWORTH |
Created: | Thu Aug 06 1992 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 1541 |
Total number of notes: | 6564 |
Hi! I've a problem with an action routine... As long as the event doesn't arrive to often, the routine is triggered OK, but if the events comes to fast, only the first (and maybe the 5th...) event will trigger tha action. If two different events comes the first triggers the action but not the second. All events are displayed in the ENS window so they are detected. The timers in the filter are set to 0 so there's no problem there. PCM 1.6 ECO1 VMS 6.1 on a WS4000/60 Any ideas? /Staffan
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
930.1 | CSC32::BUTTERWORTH | Gun Control is a steady hand. | Fri Aug 18 1995 15:05 | 16 | |
This must be a command procedure based action routine then which requires a process creation each time. I suspect that ENS is having trouble creating a process relaibly. WHat yyou need to do is DEFINE/SYSTEM CONSOLE$DEBUG "ENS,ACTION" and restart PCM. Then force some events to occur rapidly by connecting to a node and typing a file full of strings that will cuase your event to be triggered. The file CONSOLE$TMP:CONSOLE$DAEMON_ENS.LOG will have an audit trail showing the event and the actions that event was posted to or caused to be dispatched. Post this output to the conference. Once youve duplicated the problem, deassing the CONSOLE$DEBUG logical and restart PCM. REgs, Dan |