[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

2641.0. "WITH qualifier" by HLRG02::STEEG (DECmcc PABX AM development) Fri Mar 27 1992 09:11

Hi,

Why is your AM called twice when you specified the WITH qualifier??

Regards  Henk van Steeg
T.RTitleUserPersonal
Name
DateLines
2641.1Reply to which note?TOOK::MINTZErik Mintz, DECmcc Development, dtn 226-5033Fri Mar 27 1992 11:462
For which note was this reply intended?

2641.2HLRG02::STEEGDECmcc PABX AM developmentMon Mar 30 1992 03:326
I was just playing with my own AM and saw then this behaviour.

I like to know why DECmcc has this behaviour.


Regards Henk.
2641.3Potentially MANY requests...MOLAR::BRIENENDECmcc LAN and SNMP Stuff...Mon Mar 30 1992 09:4020
    For DECmcc V1.0, V1.1, and V1.2, the PM (whether IMPM or FCL) does
    WITH clause filtering.
    
    Depending on what your command actually is, the PM could be forced
    to make MANY requests to your AM.
    
    For example:  
    
    	SHOW <class> * <status-attr> WITH <char-attr> = <value>
    
    would probably result in the following PM actions:
    
    	1. SHOW <class> * ALL IDENTIFIERS
    	2. for each instance: SHOW <class> <instance> ALL CHAR
    	3. on instance char-attr match: SHOW <instance> ALL STATUS
    
    Does this answer your question?
    
    						Chris
    
2641.4more questionsHLRG02::STEEGDECmcc PABX AM developmentWed Apr 08 1992 06:5113
Hi

Tow questions:

- Why the WITH qualifiers doesn't work with the REAL datatype ? ?

- Is it possible to make an own WITH qualifier for your own AM ? ?
	I want to compare own developed time datatypes.

Any help would be appreciated.


Regards		Henk van Steeg
2641.5WITH processing built into the FCLTOOK::CALLANDERMCC = My Constant CompanionMon May 11 1992 16:4416
    
    why real doesn't work with the WITH clause... all datatypes work for at
    least the equals and not equals, but potentially not for the other
    types of comparisons. (I just checked for real it is only equals
    and not equals; only base numerics are handled for the other types
    of comparisons.)
    
    Now as to adding in new types of checking for with handling...the WITH
    processing is built directly into the FCL at this point in time so it
    is not really possible. If there is something we can do (a special or
    something) that will help witha sale or such please contact me off
    line.
    
    thanks
    jill