First thanks all for your advice/responses. I tried it, but it still doesn't work. Is accessing QNTC even "doable"? I've tried everyting, and i still get: _MSG0018: File /QNTC/SERVER1/datasheets does not exist
Is there something else i could be missing? Thanks again for any input. --- In [email protected], "Ken & Melissa Parks" <[EMAIL PROTECTED]> wrote: > > 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 > ----- Original Message ----- > From: coryyellow > To: [email protected] > Sent: Thursday, December 08, 2005 11:24 AM > Subject: [Easy400Group] URL Linking with CGIDEV2 > > > I hope someone can help me. I am trying to create a URL link (to open a > PDF)from my HTML with CGIDEV2.I have my alias set up as such: > Alias /pdf/ /QNTC/SERVER1/datasheets/PDF/ > And in the HTML I have: > <td align="left"><a target=dsheet href="/% S1URLI%/">Datasheet</a></td> > (with ="/%S1URLI%/" containing the variable PDF file name> > All I keep getting in the log is: > MSG0018: File /QNTC/SERVER1/datasheets does not exist, > But it does, and in the exact path that my Alias refers to. Any and all > help is appreciated . > > > > > > -------------------------------------------------------------------- ---------- > YAHOO! GROUPS LINKS > > a.. Visit your group "Easy400Group" on the web. > > b.. To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > > c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. > > > -------------------------------------------------------------------- ---------- > ------------------------ Yahoo! Groups Sponsor --------------------~--> Most low income households are not online. Help bridge the digital divide today! http://us.click.yahoo.com/I258zB/QnQLAA/TtwFAA/wbFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/Easy400Group/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
