[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

4620.0. "Missing right paren (again)" by CSOADM::ROTH (Hey,this toothpaste tastes like GLUE!) Mon Mar 01 1993 12:09

Per a suggestion in MCC_013 QAR database, I am trying to modify an
OCCURS rule expression:
-----------------

 RE: problem #1 -

>  To prevent this rude behavior, do I have to have the expression contain the
>  domain name, e.g.
>
>        Expression = OCCURS (DOMAIN ovakr SNMP * linkUp))?
>

   Yes, but the syntax is actually:

	 Expression = OCCURS( snmp * linkup) for domain ovakr

----------------

I am trying to modify the rule, but keep getting the (evil) "Missing right
parenthesis in Expression" complaint when trying to add the modified rule...

Old:

        Create Domain LOCAL_NS:.ovakr Rule ovakr_SNMP_LINKUP  -
          Expression   = (OCCURS (SNMP * linkUp)), -

New:
        Create Domain LOCAL_NS:.ovakr Rule ovakr_SNMP_LINKUP  -
          Expression   = (OCCURS (SNMP * linkUp) for domain ovakr), -


Any ideas?

Thanks-

Lee
T.RTitleUserPersonal
Name
DateLines
4620.1Same person could probably helpTOOK::MINTZErik MintzTue Mar 02 1993 10:245
The fastest way to get an answer would be to re-open the QAR
with your question.  That gets mail to the appropriate developer.

-- Erik

4620.2Try correct syntax...HADRES::KRAUSEEuropean NewProductEngineer for MCCTue Mar 02 1993 12:0810
>        Create Domain LOCAL_NS:.ovakr Rule ovakr_SNMP_LINKUP  -
>          Expression   = (OCCURS (SNMP * linkUp) for domain ovakr), -

How about this one?

        Create Domain LOCAL_NS:.ovakr Rule ovakr_SNMP_LINKUP  -
          Expression   = (OCCURS (SNMP * linkUp), in domain ovakr)
------------------------------------------------^^^^

*Robert
4620.3CSOADM::ROTHELVIS:: is alive... and reachable!!Wed Mar 03 1993 12:346
Yea, that's probably it. I was just trying to use the syntax the nice
fellow that responded to the QAR had used...

Thanks-

Lee