T.R | Title | User | Personal Name | Date | Lines |
---|
674.1 | Try with "" this time.. | WAKEME::ANIL | | Tue Jan 29 1991 12:18 | 13 |
| Hi Brad,
You are missing the ""! Try the following:
show mcc 0 alarms rule bbpk01_cir all char,with category ="cir_events",-
in domain .pko-24
I tried at my end and it did work. And yes it did not work without the
quotes. Since Category is a Latin1String data type it needs the quotes
at the input end.
- Anil
|
674.2 | same results...no data | JETSAM::WOODCOCK | | Tue Jan 29 1991 17:16 | 31 |
| Hi Anil,
Sorry I hadn't mentioned that I had tried this already. I get the same results.
The prompt is returned but there is no info.
show mcc 0 alarms rule bbpk01_cir all char, with category="cir_events",-
in domain .pko-24
!
!
!
!
!
!
!
!
show mcc 0 alarms rule bbpk01_cir all char, in domain .pko-24
!
!MCC 0 ALARMS RULE bbpk01_cir
!AT 28-JAN-1991 19:07:20 Characteristics
!
!Examination of attributes shows:
! Category = "cir_events"
! Expression = (occurs(node4 BBPK01 circuit syn-*
! adjacent node * adjacency down))
! Perceived Severity = critical
!
!
exit
!
|
674.3 | Problem understood and QARed | TOOK::ORENSTEIN | | Wed Jan 30 1991 13:38 | 12 |
| Hi Brad,
I can reproduce the problem.
The FCL is not handling the WITH correctly.
A QAR will be filed.
Thank you for posting this problem.
aud...
|
674.4 | work around: use domain rule interface | TOOK::DITMARS | Pete | Wed Jan 30 1991 14:17 | 11 |
| Hi,
FCL is indeed not performing the WITH processing correctly; specifically it
isn't passing down the IN DOMAIN qualifier during part of the WITH operation.
You can work around this problem by using the DOMAIN RULE interface, e.g.
MCC> show domain .pko-24 rule *, with category="cir_events"
Should do the trick. I'm not sure if the fix can make it into FCL for V1.1
at this point, but thanks very much for pointing out the problem.
|
674.5 | works fine..thanks | JETSAM::WOODCOCK | | Wed Jan 30 1991 17:21 | 7 |
| > You can work around this problem by using the DOMAIN RULE interface, e.g.
> MCC> show domain .pko-24 rule *, with category="cir_events"
Thanks for pointing out the option. This works fine.
brad...
|
674.6 | CLOSED -- fixed in final v1.1 | GOSTE::CALLANDER | | Tue Feb 05 1991 16:50 | 4 |
|
FYI -- this has made it into the final V1.1 kit.
|