[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

3668.0. "TRM hangs when running OA$LIB:OA$SM_FCVR" by KERNEL::SIMPSONR (fred) Thu Dec 16 1993 16:37

 The last run of TRM hung overnight. When we stopped the job and looked in the
 the log file OA$LOG:OA$SM_FCVR_MAIL_AREA.LOG we found that it had not even 
 started the three phases and there were no error messages. We set verify going 
 and put the output to a log file, by changing a couple of lines in 
 OA$LIB:OA$SM_FCVR_SCHEDULE.COM. The resulting log file contained:

 $ !
 $ ! Define logical where we want temp files to go
 $ !
 $ @OA$LIB:SYSTEM_PST R OA$FCVR_FILES
 $       pst_verify = f$verify(0)
 $       exit
 $ IF pst_value .NES. "" THEN -
         DEFINE/TABLE=LNM$SYSTEM/EXECUTIVE_MODE -
             OA$FCVR_FILES
 $ IF pst_value .EQS. "" THEN -
         DEFINE/TABLE=LNM$SYSTEM/EXECUTIVE_MODE -
             OA$FCVR_FILES USERDISK1:[ALLIN1]
 Previous value of OA$FCVR_FILES has been superseded
 $ !
 $ ! Log into ALL-IN-1 and run the four phases of the FCVR
 $ !
 $       ALLIN1  /NOINIT -
                 /OVERRIDE -
                 /REENTER -
                 /USERNAME=MANAGER/PASSWORD =""

 OA$INI_INIT

 GET #fcvr_schedule_rec = CLI$P1
 GET OA$TIME
 %OA-I-LASTLINE, 07:01am
 get oa$dcl = "$set mess oa$lib_llv:oa$sm_message_file.exe"
 GET OA$DCL = "$SET RMS_DEFAULT/BUFFER=20/INDEXED"
 GET OA$DCL = "$SHOW RMS_DEFAULT"
 GET OA$DCL = "$SHOW WORKING_SET"
 GET OA$DCL = "$WRITE OAMAILBOX ""OA GET #fcvr_schedule_rec"""
 GET OA$DCL = "$@DCLMAILBOX:"
 GET OA$DCL = "$fcvr_schedule_rec := 'RESULT"
 GET OA$DCL = '$fcvr_phase_type := "MASTER"'
 GET OA$DCL = "$SHOW SYMBOL fcvr_schedule_rec"
 GET OA$DCL = "$SHOW SYMBOL fcvr_phase_type"
 GET CLI$A1DIR = PROFIL.DIRECT[OA$USER]
 GET OA$DCL = "$PURGE/NOLOG A1SUB.LOG"
 GET OA$DCL = "$RUN OA$LIB:OA$SM_FCVR"
 Job aborted during execution
 Image data (records not beginning with "$") ignored

It appears to have had a problem when running the executable OA$SM_FCVR.EXE.
After running ANAL/RMS oa$lib:oa$sm_fcvr.exe and it uncovered no errors.
The error messages at the end of the log, only relate to him aborting the job
as it was looping. We also checked ANAL/IMAGE oa$lib:oa$sm_fcvr.exe and it is
an executable for V3.0. There is only one copy of it existing in OA$LIB search
list and it has not been added to install by mistake.
 
Does anyone have an idea of why it hangs. I realise there is nothing much to
go on,

Regards,
Richard Simpson.

T.RTitleUserPersonal
Name
DateLines
3668.2A1SUB.LOG files?IOSG::MAURICEI left my heart in AlcatrazWed Dec 22 1993 11:459
    Hi,
    
    Have a look in the Manager's directory at the A1SUB.LOG files that
    would hopefully have been produced at the time of the run. On a good
    day all will be revealed as to why the program failed.
    
    HTH
    
    Stuart