|
I was trying to debug a CGI program via SEP (Service Entry Points) and the program is bombing with the following: Additional Message Information Message ID . . . . . . : CPF4203 Date sent . . . . . . : 07-02-23 Time sent . . . . . . : 07.48.34 Message . . . . : Member PSTADR cannot be opened while UPDPROD(*NO). Cause . . . . . : Member PSTADR file PSTADR in library MYRXS could not be opened because either file PSTADR or a based-on file of file PSTADR is in a production library and the file is being opened for either an update, delete or output operation; however, the job that is opening the file is in debug mode with the UPDPROD(*NO) parameter specified. Recovery . . . : Either specify the INHWRT(*YES) parameter on the OVRDBF command, or specify the UPDPROD(*YES) parameter on the CHGDBG command. Then try your request again. So I ran this command and successfully changed UPDPROD to have a default value of *YES instead of *SAME. CHGCMDDFT CMD(CHGDBG) NEWDFT('UPDPROD(*YES)') I restarted that Apache instance but am still getting the error. Is there another command that I need to change the default for concerning SEP's getting invoked through CGI pgms? Thanks, Aaron Bartell http://mowyourlawn.com
As an Amazon Associate we earn from qualifying purchases.
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.