[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

4587.0. "FCL in T1.3.1 nevers appears to complete" by LICAUS::LICAUSE (Al Licause (264-4780)) Mon Feb 22 1993 16:40

I recently tried to create a new rule using the FCL interface and noticed that
it never appears to complete.

The command was:

CREATE DOMAIN RULES RULE node-reach-test EXPRE = (NODE x STATE <> ON), AT EVERY =
00:05:00


The command takes but the cursor never comes back to the upper region. 
What is repeated below is:

Rule created and enabled successfully.

Domain LOCAL_NS:.rules Rule node-reach-test
AT 22-FEB-1993 16:31:29

Attempt to create duplicate rule not allowed.

Domain LOCAL_NS:.rules Rule node-reach-test
AT 22-FEB-1993 16:36:290

Attempt to create duplicate rule not allowed




But if I go to the Iconic Map interface, I can list the rule, enable/disable
same and change it's attributes.  The rule is running!

The only way to get out of the FCL window is to CLOSE it!

Bug or feature?

Al
T.RTitleUserPersonal
Name
DateLines
4587.1You have misplaced the 'at every'MOLAR::ROBERTSKeith Roberts - Network Management ApplicationsTue Feb 23 1993 08:2612
>> CREATE DOMAIN RULES RULE node-reach-test EXPRE = (NODE x STATE <> ON), -
>> AT EVERY = 00:05:00

  Your expression does not contain a scheduling time (the 'at every') .. you
  put it outside the expression.  This instructs the FCL to repeat the
  Create directive every 5 minutes .. which is what you are seeing.

  Change the expression to:

	(NODE x STATE <> ON, at every 00:05:00)

  /keith