0 pts.
 FTP Exit Points
I have created an FTP Exit Program to force specific users to use NameFmt 1 and their own home directory. I put the exit program in exit point QIBM_QTMF_SVR_LOGON format TCPL0200. I appears that the program is not being executed. Is there something I am missing? Thanks.

Software/Hardware used:
ASKED: March 12, 2007  10:19 AM
UPDATED: January 3, 2010  12:17 PM

Answer Wiki:
To pick up changes to the Exit point program you have to stop and restart the FTP server. ENDTCPSVR *FTP and then STRTCPSVR *FTP. or you could wait until you do an IPL...
Last Wiki Answer Submitted:  March 14, 2007  9:25 am  by  Alasdair727   0 pts.
All Answer Wiki Contributors:  Alasdair727   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Thanks. I did do that. I even ran traces and it does not show that my exit program is being called.

 0 pts.

 

You ran traces on what?

I often put code into such programs to send a simple message to a temporary ‘debug’ message queue. The message itself has attributes telling what job sent the message and when it was sent. The message text can be trivial. The appearance or lack of a message can tell a lot. And it’s simple and reliable.

Tom

 107,725 pts.