× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



MAXSTORAGE is a standard heading file.  Basically it has the To: line of 
the email.

One BIG clue, this morning I received the following message a few times:
CPA5305-Record not added. Member MESSAGE is full. (C I 9999)

I wouldn't suspect that this would have done it:
             CPYF       FROMFILE(MAXSTORAGE) +
                          TOFILE(QTEMP/MESSAGE) MBROPT(*ADD) +
                          FMTOPT(*NOCHK)

Nor, the one line SQL inserts.

I would suspect, (don't have the joblog, and the logging level was 
minimized anyway), that this did it:
             CPYF       FROMFILE(QTEMP/SPOOL) TOFILE(QTEMP/MESSAGE) +
                          MBROPT(*ADD) FMTOPT(*NOCHK)

Which would imply that the file QTEMP/SPOOL would have had to be one HUGE 
file.  And that file was updated with:
             DLTF       FILE(QTEMP/SPOOL)
             MONMSG     MSGID(CPF2105) /* File not found */
             CRTPF      FILE(QTEMP/SPOOL) RCDLEN(150)
             CPYSPLF    FILE(QPQUPRFIL) TOFILE(QTEMP/SPOOL) +
                          SPLNBR(*LAST)

Come to think of it, I can think of other incidents here in which CPYSPLF 
has grabbed the wrong spool file.  And not just this job.

Rob Berendt
-- 
"They that can give up essential liberty to obtain a little temporary 
safety deserve neither liberty nor safety." 
Benjamin Franklin 




qsrvbas@xxxxxxxxxxxx (Tom Liotta)
Sent by: midrange-l-bounces@xxxxxxxxxxxx
03/03/2003 04:01 PM
Please respond to Midrange Systems Technical Discussion
 
        To:     midrange-l@xxxxxxxxxxxx
        cc: 
        Fax to: 
        Subject:        RE: Grabbing wrong spool file


Rob:

> One of the problems is, that on RARE occasions the wrong spool file is
grabbed.  Not only is the spool file name different, but the spool file
was originated outside of this job.  Can't figure out how that could
happen.

That seems to be a _major_ clue.

>            CPYF       FROMFILE(MAXSTORAGE) +
>                        TOFILE(QTEMP/MESSAGE) MBROPT(*ADD) +

I don't see where this file gets populated. Any chance there's leftover 
data in it?

>             DEL        OBJLNK('/qtemp/maxstg.txt')
>             MONMSG     MSGID(CPFA0A9)

Any chance something other than CPFA0A9 is happening or that it doesn't 
trigger the MONMSG? I've been seeing isolated cases where a message 
appears in the joblog but the MONMSG did not catch it. (Ouch.)

Tom Liotta

-- 
-- 
Tom Liotta
The PowerTech Group, Inc.
19426 68th Avenue South
Kent, WA 98032
Phone  253-872-7788 x313
Fax    253-872-7904
http://www.powertechgroup.com


__________________________________________________________________
The NEW Netscape 7.0 browser is now available. Upgrade now! 
http://channels.netscape.com/ns/browsers/download.jsp 

Get your own FREE, personal Netscape Mail account today at 
http://webmail.netscape.com/
_______________________________________________
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing 
list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.