Please enable JavaScript to view this site.
Enable CHTTPD Debug
1.Stop the CPPD Subsystem.
ENDSBS CPPD
2.Copy program CPPD/CHTTPD#D to program CPPD/CHTTPD, overwriting the existing program.
3.Change the Job Description to make logging more verbose by:
CHGJOBD JOBD(CPPD/CHTTPD) LOG(4 0 *SECLVL) LOGOUTPUT(*JOBEND)
4.Restart the CPPD Subsystem
STRSBS CPPD/CPPD
5.Wait for the error to occur again.
6.Locate the joblog that is generated when the CHTTPD job ends and Send to Cobwebb.
Disable CHTTPD Debug
7.Stop the CPPD Subsystem.
ENDSBS CPPD
8.Copy program CPPD/CHTTPD#R to program CPPD/CHTTPD, overwriting the existing program.
9.Change the Job Description to make logging less verbose by:
CHGJOBD JOBD(CPPD/CHTTPD) LOG(1 30 *NOLIST) LOGOUTPUT(*SYSVAL)
10.Restart the CPPD Subsystem
STRSBS CPPD/CPPD