|
I've had problems before accessing the QNTC file
system before and had to change the user in the cgi program to use a valid
server user.
At the top of the CGI Program issue:
C* CHANGE USER FOR
QNTC
C movel 'CLERKS ' NewUser 10 C call 'CHGUSER' C parm NewUser C* ----------------------------------------------------------------------------------------------------------------
here is the CL "CHGUSER"
---------------------------------------------------------------------------------------------------------------- PGM
PARM(&USER)
DCL VAR(&USER) TYPE(*CHAR) LEN(10) DCL VAR(&HNDL) TYPE(*CHAR) LEN(12) CALL PGM(QSYGETPH) PARM(&USER '*NOPWDCHK' &HNDL) CALL PGM(QWTSETP) PARM(&HNDL) CALL PGM(QSYRLSPH) PARM(&HNDL) ENDPGM
---------------------------------------------------------------------------------------------------------------- Change it back before LR in CGI.
Ken
|
- [Easy400Group] URL Linking with CGIDEV2 coryyellow
- Re: [Easy400Group] URL Linking with CGIDEV2 Scott Klement
- [Easy400Group] Re: URL Linking with CGIDE... coryyellow
- Re: [Easy400Group] Re: URL Linking wi... Tom Jedrzejewicz
- Re: [Easy400Group] URL Linking with CGIDEV2 Ken & Melissa Parks
- RE: [Easy400Group] URL Linking with CGIDEV2 Mike Haston ** Data
- [Easy400Group] Re: URL Linking with CGIDE... coryyellow
