
If you still cannot resolve the problem
1.Check all the joblogs for the jobs in the subsystems:
QSYSWRK QSERVER
2.You may have to change the QDFTJOBD job description to capture the joblogs of certain jobs initiated by client requests.
CHGJOBD QDFTJOBD LOGLVL(4 00 *SECLVL) LOGCLPGM(*YES)
Note: Remember to change this back to its default when you have resolved the problem or you may generate an excessive number of joblogs.
CHGJOBD QDFTJOBD LOGLVL(4 00 *NOLIST) LOGCLPGM(*NO)
3.End then start both subsystems:
QSYSWRK QSERVER
4.Try the client request again
5.Check for joblogs and errors
6.You may have to end and
Also try ENDTCPSVR *ALL, ENDHOSTSVR *ALL; then STRTCP and
STRHOSTSVR *ALL.
To determine if the problem is with the server or a client, try this process with another client application that may access the same server.
| SafeNet/400 Reference Guide | |
10.6 | ♥ Copyright 2008 MP Associates of Westchester, Inc. | |
V8.50 - May 2008 | ||
|