[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

150.0. "ALL-IN-1 V2.4: ACCVIO with GET CLI$symbol = value" by HGTAI1::MATTHEWZHOU (An anchor. Sky blue is my favorite color ...) Mon Mar 02 1992 15:59

    Hi, I met another problem with VMS 5.5, see attachments. When I do
    normally interactive work, it seems no problem. But, when it do
    something in batch, such as create or delete an user, it will always
    crash when it hits the line like "GET CLI$xxxx = a_symbol". I re-linked
    the OA$MAIN after upgrading VMS, it has no problem. Finally, I gave up
    the upgrade and get it back to VMS 5.4-2.
    
    Matt
    ------------------------------------------------------------------
             <<< VAXWRK::$1$DUS6:[NOTES$LIBRARY]VMSNOTES.NOTE;1 >>>
             -< VAX/VMS and more!  *** FOR INTERNAL USE ONLY ***. >-
================================================================================
Note 595.0                ALL-IN-1 crashed on VMS V5.5                   1 reply
HGTAI1::MATTHEWZHOU "An anchor. Sky blue is my favor" 9 lines   1-MAR-1992 19:55
--------------------------------------------------------------------------------
    I'm not sure if this problem is on VMS, but it seems.
    
    My ALL-IN-1 V2.4 sometimes crash after I upgrade my VMS from V5.4-2 to
    V5.5. Wheneven it execute the fucntion like "GET CLI$xxxxx = a_symbol",
    the ALL-IN-1 process will crash with the access violation error.
    
    When it works on other symbols, it has no problem, but CLI$xxxx.
    
    Matthew Zhou (PRC EIS)
================================================================================
Note 595.1*               ALL-IN-1 crashed on VMS V5.5                    1 of 1
IOSG::TALLETT "Mit Schuh bish hi"                    13 lines   2-MAR-1992 03:01
                          -< One for IOSG::ALL-IN-1 >-
--------------------------------------------------------------------------------
    Hi there!
    
    	This sounds like an ALL-IN-1 problem rather than a VMS problem.
    	I suggest you ask in the IOSG::ALL-IN-1 conference (KP7 etc.).
    
    	Did you relink the ALL-IN-1 image? I don't think its strictly
    	necessary, but it has helped in the past.
    
    	Anyone in VMS know what might have changed around LIB$SET_SYMBOL
    	that has broken us?
    
    Regards,
    Paul
T.RTitleUserPersonal
Name
DateLines
150.1Works fine for meUTRTSC::BOSMANWe're just sugar mice in the rainMon Mar 02 1992 17:0523
    ALL-IN-1 is being accused again! But it works fine for me.
    
    This is the log of a small test on my VMS V5.5 & ALL-IN-1 V2.4 system.
    
$ SET VERIFY
$ abc == "SYMBOL"
$ ALLIN1 /NOINIT /REENTER
  .TRACE
  GET CLI$abc
%OA-I-LASTLINE, SYMBOL
  GET #abc = "123"
  GET CLI$abc = #abc
  GET CLI$abc
%OA-I-LASTLINE, 123
  EXIT

	BOSMAN gestopt met gebruik van ALL-IN-1 op 02-mrt-1992 14:40

$ SH SYMBOL abc
  ABC = "123"
$ EXIT
    
    Sjaak.