[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference iosg::all-in-1_v30

Title:*OLD* ALL-IN-1 (tm) Support Conference
Notice:Closed - See Note 4331.l to move to IOSG::ALL-IN-1
Moderator:IOSG::PYE
Created:Thu Jan 30 1992
Last Modified:Tue Jan 23 1996
Last Successful Update:Fri Jun 06 1997
Number of topics:4343
Total number of notes:18308

2090.0. "ALL-IN-1 3.0-1 Send (S) from CM %OA-W-INVGET, error" by GIDDAY::SETHI (Man from Downunder) Fri Jan 15 1993 03:17

    Hi Again,
    
    This problem has been introduced in Version 3.0-1 and occurs when you
    are sending and element from the Customization Management sub-system
    (CM S).
    
    When you enter S and the EM header is displayed you get the following
    error message :-(
    
    %OA-W-INVGET, Symbol "#CM_SENDOC = @#CURDOC" not found
    
    After sending the message you get the following error message :-(
    
    %OA-W-INVGET, Symbol "@#CURDOC = #CM_SENDOC" not found
    
    The message is sent and received without a problem.
    
    If this needs to be SPR'd please let me know.
    
    Regards,
    
    Sunil
    
    PS - Have a nice weekend.
T.RTitleUserPersonal
Name
DateLines
2090.1Is this the CREATE_DOC v CREATE_MAIL bug?AIMTEC::WICKS_AA year behind in more ways than oneFri Jan 15 1993 18:5814
    Sunil,
    
    Are you sure you have the final kit - and not an old network kit?
        
    This looks like a problem in CM_SEND_ATTACHMENT.SCP that
    I reported to our famous dutch friend against the Field Test 77
    copy of v3.0-1 before christmas and he told me that it would be fixed
    in the SSB kit.
    
    Let me know if this is what it is.
    
    Regards,
    
    Andrew.D.Wicks
2090.2Sunil's rightVNABRW::EHRLICH_KScreaming for vengeanceMon Jan 18 1993 08:5224
    Andrew,
    
    	Sunil's right. We have done some Installations with the original
    Kit here in the CSC and at customer site. There's really the problem 
    with the CM_SEND_ATTACHMENT.SCP
    
     %OA-W-INVGET, Das Symbol "#CM_SENDOC = @#CURDOC" wurde nicht gefunden.       
    (German Version)
    
    With ALL-IN-1 V3.0 there was also a bug in this Script, which produced
    an errormessage 'Target not found'. This problem came up from a 
    .GOTO CHECK_MAIL which label didn't exist. 

    As I remember Simon did some little bit of code-changing at a ATS at
    the CoV. 

    Looking now in the script from ALL-IN-1 V3.0-1 he has solved that 
    problem, but now there's this little one.  
    
    Best Regards
    
    Charly
    
    
2090.5Yes, CREATE_DOC/CREATE_MAIL bugUTES09::EIJSSimon Eijs @Utrecht, 7838-2558Wed Jan 27 1993 07:0226
    
    Hi all,
    
    Re .1)
    
    > I reported to our famous dutch friend against the Field Test 77
    > copy of v3.0-1 before christmas and he told me that it would be
    > fixed...
    
    Indeed, however, I was incorrect. We hit the problem a few days before
    and reported it back. A fix was already available but wasn't part of
    the list of things to get into the kit V3.0-1. Some miscommunication
    resulted in my explanation to Andrew.
    
    The culprit is indeed a .GOTO to a wrong label. Change:
    
    	.LABEL CREATE_DOC
    
    to:
    
    	.LABEL CREATE_MAIL
    
    
    Sorry,
    
    	Simon