Problem:
After you upgrade your OS/400 operating system, when you go to the WebDocs log-in screen in a web browser, you get Error 500.
Solution:
Delete the old QTMHCGI service program from the RJSIMAGE library and then copy the new service program from the QTCP library to RJSIMAGE:
- Delete the old service program:
DLTSRVPGM SRVPGM(RJSIMAGE/QTMHCGI)
- Copy the new service program to RJSIMAGE:
CRTDUPOBJ OBJ(QTMHCGI) FROMLIB(QTCP) OBJTYPE(*SRVPGM) TOLIB(RJSIMAGE) NEWOBJ(*OBJ)
Last Modified On:
No, open a new Support Case