[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

5423.0. "set CIRCUIT AM with invalid parameter" by HGOVA::TIMA_BURANCE () Tue Aug 03 1993 08:06

Hi,

I am using POLYCENTER (DECMCC V1.3) and VMS V5.5-2 to create a DDCMP circuit 
between two PHASEIV nodes. 

The name of the circuit is ".circuit1" and the "show circ" attributes 
is in attachment.

Then I use the command :

   MCC> set circ .circuit1 zEndpointName={instance=node4 .dna_node.hgosps circuit T
        X-0-6}
and I get the following message :

   The requested operation cannot be completed
                  Entity Existence Info = Entity Existence Cannot Be Determined,
                      MCC Routine Error = %MCC-E-INVPARAM,  invalid parameter
                                          passed
  
However if I use 
   MCC> show node4 .dna_node.hgosps circuit tx-0-6 all attri
and the result is good.

This above result is also true under the iconic environment.

Am I doing anything incorrect ?

thanks,
Burance.


==============================================================================
MCC> show circ .circuit1 all attri

Circuit ASIA_NS:.circuit1
AT  3-AUG-1993 19:01:05 All Attributes

                              circuitID = ASIA_NS:.circuit1
Circuit ASIA_NS:.circuit1  does not have any endpoints
                                circAES = Circuit ASIA_NS:.circuit1
                          aEndpointName = (
                                 instance = Circuit ASIA_NS:.NOT_SET_YET ,
                                 objectid = %X303030,
                               objectname = "" )
                    administrativeState = Unknown
                       circuitBandwidth = (
                              azBandwidth = -1,
                              zaBandwidth = -1 )
                            circuitType = (
                                     Mode = Unknown,
                                     type = unspecified )
                         componentNames = (
                                     type = null,
                               components = (  ) )
                  compositeCircuitNames = {  }
                  transmissionDirection = Unknown
                          zEndpointName = (
                                 instance = Circuit ASIA_NS:.NOT_SET_YET ,
                                 objectid = %X303030,
                               objectname = "" )
                    ComponentDomainName = ASIA_NS:.NOT_SET_YET
                               Location = -- Attribute Not Available
                    Implementation Desc = -- Attribute Not Available
                     Responsible Person = -- Attribute Not Available
                           Phone Number = -- Attribute Not Available
                           MAIL Account = -- Attribute Not Available
                                Remarks = -- Attribute Not Available
                              Text File = -- Attribute Not Available
                           contactNames = -- Attribute Not Available
                          customerNames = -- Attribute Not Available
                          facilityNames = -- Attribute Not Available
                           networkNames = -- Attribute Not Available
                          providerNames = -- Attribute Not Available
                           serviceNames = -- Attribute Not Available
                               typeText = -- Attribute Not Available
                             userLabels = -- Attribute Not Available
                           User1Defined = -- Attribute Not Available
                           User2Defined = -- Attribute Not Available
MCC> set circ .circuit1 zEndpointName={instance=node4 .dna_node.hgosps circuit T
X-0-6}

Circuit ASIA_NS:.circuit1
AT  3-AUG-1993 19:02:27 Characteristics

The requested operation cannot be completed
                  Entity Existence Info = Entity Existence Cannot Be Determined,
                      MCC Routine Error = %MCC-E-INVPARAM,  invalid parameter
                                          passed
MCC> show node4 .dna_node.hgosps circuit tx-0-6 all attri

Node4 ASIA_NS:.dna_node.hgosps Circuit tx-0-6
AT  3-AUG-1993 19:03:41 All Attributes

                                   Name = TX-0-6
                                  State = On
                               Substate = Starting
                    nmfoperationalState = Busy
              Seconds Since Last Zeroed = 13153 Seconds
           Terminating Packets Received = 0 Packets
               Originating Packets Sent = 0 Packets
            Terminating Congestion Loss = 0 Packets
               Transit Packets Received = 0 Packets
                   Transit Packets Sent = 0 Packets
                Transit Congestion Loss = 0 Packets

    
T.RTitleUserPersonal
Name
DateLines
5423.1try these ideasTRKWSH::COMFORTHere beside the rising tideWed Aug 04 1993 15:1022
    
    Hi -
    
    I seem to recall seeing this message, but only if the circuit was not
    actually there.   Some ideas:
    
    
    I notice in all my circuit AM char defs, I do not use .dna_node.xxx,
    instead I just use the NODE4 xxx Circ yyy.  Since you are using the
    .dna_node.xxx designator, maybe MCC is looking up the circuit name in DNS
    rather than on the acutal node.  If the circuit is not registered as a
    child entity in dns, then that information would not be returned.  
    
    So, try a dir node4 .dna_node.xxx circuit * and see what is returned.
    If the circuit info is not there, then you will need to specifically
    register the nodes circuits (ie. reg node4 xxx circuit yyy). 
    
    Another thing to try is setting the circuit AM chars using the node
    name without the dns directory designator.
    
    Dave
    
5423.2specifically, 5212.4CSOADM::ROTHFormer K-notes, NOTES11 and Vnotes userThu Aug 05 1993 15:013
Did you take a look at note 5212.*?

Lee