Error 500 occurred in web browser after updating OS/400 operating system to a new release
From Support
| | If you have a question or seek clarification, please call Technical Support. |
[edit]
Problem:
User received an Error 500 when trying to access the Image Server/400 login screen.
They just upgraded their OS/400 operating system version this weekend.
[edit]
Solution:
The old QTMHCGI service program must be deleted from the RJSIMAGE library and then recopied from the QTCP library to RJSIMAGE.
Use the following steps to delete and copy the new service program:
1.) DLTSRVPGM SRVPGM(RJSIMAGE/QTMHCGI)
2.) CRTDUPOBJ OBJ(QTMHCGI) FROMLIB(QTCP) OBJTYPE(*SRVPGM) TOLIB(RJSIMAGE) NEWOBJ(*OBJ)
