[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

1012.0. "AST fault message" by DGOSW0::GUESDON () Wed May 15 1991 11:08

    My customer has got some problems with the Iconic map PM:
    
    When he does a "show all char" command, his AM works fine.
    When he does the same from Iconic map, he's got an "AST fault" error
    message.
    
    What does it mean ?
T.RTitleUserPersonal
Name
DateLines
1012.1details please.TOOK::CALLANDERWed May 15 1991 17:255
If you could fill in the details a bit it would help. What AM is
he running? is it a home brewed AM, if so use the MCC_FCL_PM_LOG 8
to get a dump of what the data looks like coming back to the PM (do this
from the FCL PM).

1012.2In DomainTOOK::HAOThu May 16 1991 10:106
    Also, the Iconic Map PM always tacks on the In Domain qualifier
    to any commands it sends to an MM.  So try the same command from
    FCL, but with the qualifier.
    
    Christine
    
1012.3Problem with MIR routine ?DGOSW0::GUESDONThu May 16 1991 16:3012
    I will be tomorrow at my customer's site. But it seems that the error
    occurs when I call MCC_MIR_GET_REPOSITORY_ID with an mcc descriptor
    pointing to the repository name and containing the following:
    
    	DATATYPE is LATIN1STRING
    	maxstrlen is sizeof LATIN1STRING
    	curlen is 19
    
    We tried to use a maxstrlen  of 19 and a constant as the repository id,
    and it worked... I will get some more informations tomorrow (It's 7:30
    PM for us).
               
1012.4sizeof pointer or length of stringTOOK::CALLANDERThu May 16 1991 17:458
    
    hard to tell from what you typed, but when you said you used:
    
    	maxstrlen is sizeof LATIN1STRING
    
    did you happen to do a sizeof of the pointer to the string? Which would
    mean that you entered 4 as the maxstrlen.