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 |
I have been having a probably simple problem with the 1.2.4 EFT kit. When I try to do the following... CREATE DOMAIN .AREA_38 RULE CIRC_DOWN - EXPRESSION = (NODE4 .dna_node.MRO2AA circ syn-0 circuit down) ,- DESCRIPTION = "WHAtever" PROCEDURE = MCC_COMMON:MCC_ALARMS_MAIL_ALARM.COM ,- EXCEPTION HANDLER = MCC_COMMON:MCC_ALARMS_MAIL_EXCEPTION.COM ,- PARAMETER = "86::BOUTHIETTE" ,- PERCEIVED SEVERITY = CRITICAL I get the following message... %MCC-W-QUALUNKNOWN, qualifier is unknown: PROCEDURE But ... This works fine... CREATE MCC 0 ALARMS RULE CIRC_DOWN - EXPRESSION = (NODE4 .dna_node.MRO2AA circ syn-0 circuit down) ,- DESCRIPTION = "WHAtever" PROCEDURE = MCC_COMMON:MCC_ALARMS_MAIL_ALARM.COM ,- EXCEPTION HANDLER = MCC_COMMON:MCC_ALARMS_MAIL_EXCEPTION.COM ,- PARAMETER = "86::BOUTHIETTE" ,- PERCEIVED SEVERITY = CRITICAL Can someone point me to what I am doing wrong?? Thanks, Jb.
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
2031.1 | different syntax | LOOKUP::WOODCOCK | Mon Jan 06 1992 13:26 | 20 | |
Hi John, I think the syntax between the two types of commands is different. For the CREATE DOMAIN command try ALARM FIRED PROCEDURE instead. There are also some other subtle changes which are in the release notes (4-27). The CREATE MCC 0 command probably needs a IN DOMAIN qualifier on the end although you did say it worked for you. Also, don't you need a relational operator in the expression, or is there a default operation, or typo? ex. EXPRESSION = (NODE4 .dna_node.MRO2AA circ syn-0 circuit down >0) ,- ^^ best regards, brad... | |||||
2031.2 | thanks | RGNET8::BOUTHIETTE | Feed your lust for life!! | Mon Jan 06 1992 13:50 | 6 |
Hi Brad, Thanks for the pointer, I guess I should re-read the release notes , I missed that .... Jb. | |||||
2031.3 | TOOK::R_SPENCE | Nets don't fail me now... | Wed Jan 08 1992 14:53 | 4 | |
Also, in both examples there was no comma and continuation character in the line preceding the PROCEDURE line. s/rob |