[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

5544.0. "what is the length of export command buffer ?" by GIDDAY::CHONG (Andrew Chong - Sydney CSC ) Fri Aug 27 1993 01:55

Export command is failing with %MCC-E-ILVTOOBIG error when exporting snmp
entity with long mib tree

example:

mcc>expo snmp thebh1 chip chip CHIPPROD ONLI ONLINEn ONLINEE ONLINEENETSTATST *

SNMP thebh1 chipcom chipmib02 chipProducts online onlineNets onlineEnet
onlineEnetStatsTable *
AT 26-AUG-1993 15:58:02

The requested operation cannot be completed
Entity Existence Info = Entity Existence Cannot Be Determined,
MCC Routine Error = %MCC-E-ILVTOOBIG,  no more room in buffer for additional
                    values

The full name of the snmp entity is 

	ETSA_SERVICES_NS:.adelaide.metro.thebarton.thebh1

It appears to be reaching a maximum lenght for the Exporting command or 
presentation FM. 

The problem is reporduceable.

Log below is obtained when define mcc_fcl_pm_log 8

type export.log;

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 

%MCC-I-SAVEHEADER, DECmcc output region Fri Aug 27 13:51:35 1993
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 




EXPORT SNMP THEBH1 CHIPC CHIPMIB CHIPPRODUCTS ONLINE ONLINENETS ONLINEENET
ONLINEENETSTATSTABLE *


*****************************************************
*     FCL PM Arguments before call_function:        *
*****************************************************

VERB code:      113
PARTITION code: 10
AES dump of ENTITY IN:

ILV dump of IN_P: in_p is NULL
ILV dump of IN_Q: in_q is NULL
TIME SPEC is: 0, NOW

**********************************************
FCL PM Arguments on return from call_function:

CVR returned:
%MCC-S-COMMON_EXCEPTIO, success with common exception reply

ILV dump of OUT_P:

AES dump of ENTITY OUT:


SNMP THEBH1 chipcom chipmib02 chipProducts online onlineNets onlineEnet
onlineEnetStatsTable *
AT 27-AUG-1993 13:50:00

The requested operation cannot be completed
                  Entity Existence Info = Entity Existence Cannot Be Determined,

                      MCC Routine Error = %MCC-E-ILVTOOBIG,  no more room in
                                          buffer for additional values


Should I CLD this or is there an easy fix ?

Regards,
Andrew
T.RTitleUserPersonal
Name
DateLines
5544.1MOLAR::YAHEY::BOSEFri Aug 27 1993 11:267
	What do you get when you do a 

	MCC> SHOW SNMP THEBH1 chipcom chipmib02 chipProducts online 
	_MCC> onlineNets onlineEnet onlineEnetStatsTable *

	Rahul.
5544.2SISE::SAMFri Aug 27 1993 12:014
    
    	Do you have the same problem with the Historian?
    
    	Sam
5544.3show works...record doesn't...GIDDAY::CHONGAndrew Chong - Sydney CSC Sun Aug 29 1993 21:4720
    
    re .1
    
    >        What do you get when you do a
    >
    >        MCC> SHOW SNMP THEBH1 chipcom chipmib02 chipProducts online
    >        _MCC> onlineNets onlineEnet onlineEnetStatsTable *<CR>
    
    	Show command returned attribute values with no errors.
    
    re .2
    
    >        Do you have the same problem with the Historian?
    
    	yes.
    
    
    should I CLD this ?
    
    Andrew /