[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference azur::mcc

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

1352.0. "Problem with Alarm rule creation for Event detection. " by ANNECY::JACQUEMOUX () Mon Aug 19 1991 10:44


	Hi,


	I've created an alarm rule for event detection, and when I start
	the command file, I've got the following error:

	AEO825_$ mana/enter @mcc_nodesna_alarm_active
DECmcc (T1.1.0)



MCC 0 ALARMS RULE NODESNA_NODE_ACTIVE
AT 19-AUG-1991 15:26:51

Valid entity specification not found in alarm expression.
AEO825_$


	My command file mcc_nodesna_alarm_active.com contains:

CREATE MCC 0 ALARMS RULE NODESNA_NODE_ACTIVE -
EXPRESSION = (OCCURS(NODESNA COMP1 Node Active)), -
PROCEDURE = MCC_COMMON:MCC_ALARMS_BROADCAST_ALARM, -
PARAMETER = "USER=JACQUEMOUX", -
EXCEPTION HANDLER = MCC_COMMON:MCC_ALARMS_BROADCAST_EXCEPTION, -
DESCRIPTION = "COMP1 state is ACTIVE", -
QUEUE = "SYS$BATCH", -
PERCEIVED SEVERITY = WARNING, -
IN DOMAIN = SNA


	The COMP1 entity of the NODESNA global entity is well registered:

AEO825_$ mana/enter dir nodesna comp1
DECmcc (T1.1.0)



NODESNA AEO825_NS:.COMP1
AT 19-AUG-1991 15:36:52

Directory successful.
                                   Name = AEO825_NS:.comp1




	Does someone have any idea about it ?


	Thanks,


		Thierry.
T.RTitleUserPersonal
Name
DateLines
1352.1Can you do a Show / GetEvent directive on your Entity ?NANOVX::ROBERTSKeith Roberts - DECmcc Toolkit TeamTue Aug 20 1991 09:3416
The Alarms Rule Evaluator Parser uses the Console Parse routines.  If you
are having problems with your Rule Expression, try the Show or GetEvent
directive for your entity first:

>> EXPRESSION = (OCCURS(NODESNA COMP1 Node Active)), -

Try:  Getevent NODESNA COMP1 Node Active

Hopefully the FCL can be a bit more specific as to what is wrong (if anything).
The Alarms Rule Expression Parser *should* be more specific about the problem.
Like is the Entity wrong, the Entity Instance, the Event name, etc...

I suspect that you should use "NODESNA .COMP1" ... but thats just a guess

/keith

1352.2did you find problem?TOOK::CALLANDERJill Callander DTN 226-5316Mon Aug 26 1991 16:504
    just curious, did you find the problem?
    
    jill