[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
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.R | Title | User | Personal Name | Date | Lines |
---|
4620.1 | Same person could probably help | TOOK::MINTZ | Erik Mintz | Tue Mar 02 1993 10:24 | 5 |
| 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.2 | Try correct syntax... | HADRES::KRAUSE | European NewProductEngineer for MCC | Tue Mar 02 1993 12:08 | 10 |
| > 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.3 | | CSOADM::ROTH | ELVIS:: is alive... and reachable!! | Wed Mar 03 1993 12:34 | 6 |
| 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
|