[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
| 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 | 
1199.0. "ADS log dump" by HTSC19::STEVENLAU (Steven Lau HKCS) Fri Aug 07 1992 09:57
     A customer executed the ADS and got a dump in the log. The following is
extract from the log. 
%SMJACKET-I Invoking Utility command file "OA$LIB:ARCHIVE.COM"
%OA-I-LNF, Error opening form library "FAX"
-RMS-E-FNF, file not found
%OA-I-LNF, Error opening form library "FAX"
-RMS-E-FNF, file not found
  Improperly handled condition, image exit forced.
        Signal arguments              Stack contents
        Number = 00000005                00000000
        Name   = 0000000C                201C0000
                 00000000                7FEC70B4
                 00000000                7FEC7094
                 0016DDB9                0017EB00
                 03C00000                00323C10
                                         00182F48
                                         0008E4D8
                                         00000002
                                         7FEC70C8
        Register dump
        R0 = 0008E4D8  R1 = 00000009  R2 = 7FEC70C8  R3 = 0008F4CC
        R4 = 00182DE0  R5 = 0018300D  R6 = 00183588  R7 = 00182B9C
        R8 = 001832E0  R9 = 00000001  R10= 7FEC82F5  R11= 00087301
        AP = 7FEC7024  FP = 7FEC6FE4  SP = 7FEC7060  PC = 0016DDB9
        PSL= 03C00000
%SMJACKET-I Inovking common END_BATCH procedure
TD-F-CNVERR Unable to convert time for ADS at 3-AUG-1992 21:24:46:02
%END_BATCH-I Performing End batch job procedures for "ADS"
     The job has a elapsed time of 1 22:25:14.62, CPU time of 5:46:40.93.
The All-in-1 version is V2.4. Anyone has any idea?
Thanks,
  Steven Lau
| T.R | Title | User | Personal Name
 | Date | Lines | 
|---|
| 1199.1 | Global buffers? | IOSG::MAURICE | Ceci n'est pas une note | Fri Aug 07 1992 10:38 | 19 | 
|  |     Hi,
    
    My guess that it's the "NEWDIR and global buffers problem". If the
    SDAFs have global buffers on them and then do a lot of NEWDIRs which
    cause the SDAFs to be opened and closed, then the system runs out of
    memory.
    
    If this is the case then your workrounds are:
    
    1. Upgrade to V3.0 which does not use NEWDIR in ADS.
    
    2. Break up the ADS job into seperate jobs by use of the subset of
       departments feature.
    
    3. Reduce the number of global buffers on the SDAFs.
    
    Cheers
    
    Stuart
 |