| 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 |
I am currently working a customer issue that concerns a problem with a
user action routine dispatch. Seems that the ENS component can't create the
temporary command procedure in "CONSOLE$TMP:" for some reason. I've searched
the V1.5 MUPA listings for the error status that the logfile contains but
didn't find it. We've check file protections/ownerships/etc. but couldn't find
anything "obvious." I've also proved that the filter is working by association
the canned MAIL action routine with the filter he's using and MAIL is being
delivered.
Anyone out there have a "good guess" or "a clue" as to what ENS is
choking on?
Thanks,
Dennis
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
$ SET NOON
$ SET NOVERIFY
%DCL-W-VALREQ, missing qualifier or keyword value - supply all required values
POLYCENTER Console Manager
Event Notification Services Version V1.5-006
Copyright (c) 1994 Digital Equipment Corporation. All Rights Reserved
CONSOLE$ENS_DAEMON: Failed to create file CONSOLE$TMP:F&A_TAPE____001.COM for action
RYA: reason (errno) = -939429709eLE$TMP:F&A_TAPE____001.COM for
CONSOLE$ENS_DAEMON: Failed to create file CONSOLE$TMP:F&A_TAPE____001.COM for action
RYA: reason (errno) = -939429709eLE$TMP:F&A_TAPE____001.COM for
CONSOLE$ENS_DAEMON: Failed to create file CONSOLE$TMP:F&A_TAPE____001.COM for action
RYA: reason (errno) = -939429709eLE$TMP:F&A_TAPE____001.COM for
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 997.1 | ZENDIA::DBIGELOW | Innovate, Integrate, Evaporate | Thu Sep 21 1995 15:38 | 12 | |
--------------------------------------------------------------------------------
You can turn on debugging by using the following:
$ define console$debug ens
You'll have to restart ENS for this to work. The output log file is
in console$tmp. You can look in there for clues.
It also looks like you are out of rev. 6.11 is the latest version.
Dave
| |||||
| 997.2 | Sorry for not mentioning that in the base note... | CSC32::D_DONOVAN | SummaNulla(The High Point of Nothing) | Thu Sep 21 1995 16:03 | 9 |
re: .1 Sorry that I didn't state that explicitly but CONSOLE$DEBUG is currently defined as "TRUE,ENS,ACTION". The logfile fragment you see in the base note is a result of that. Any other ideas concerning the error number? Dennis | |||||
| 997.3 | ZENDIA::DBIGELOW | Innovate, Integrate, Evaporate | Fri Sep 22 1995 10:29 | 16 | |
CONSOLE$ENS_DAEMON: Failed to create file CONSOLE$TMP:F&A_TAPE____001.COM for action
^
|
You have an invalid character in your command procedure action
routine name. you can verify this yourself:
create F&A_TAPE____001.COM
%CREATE-E-OPENOUT, error opening F&A_TAPE____001.COM as output
-RMS-F-SYN, file specification syntax error
Looks like ENS should have given a better error description.
Dave
| |||||
| 997.4 | Yes sireee... | CSC32::D_DONOVAN | SummaNulla(The High Point of Nothing) | Mon Sep 25 1995 12:54 | 11 |
re: .3 Good call! That was the problem. Seems that the name of the action had a "&" in it however the actual command procedure did not. Since removing the "&" from ALL PCM database items - things are working. Thanks, Dennis P.S. Yes it would be nice if the error signaling was a LOT better. | |||||