How to check Job log when this error occurs
When you see this error at the bottom of
your screen, put the cursor on the message and press F1, then F10=Display
Messages in job log.
You may need to PAGE UP to see the error
which caused RSTLICPGM to fail.
The most common causes are:
1. WRKDOMSVR command is in use
=> Error states "Cannot allocate object QGNNINDS"
Exit
the panel and try again.
Use
the command WRKOBJLCK OBJ(QSYS/QGNNINDS) OBJTYPE(*PNLGRP)
to see if anyone else is using the
command.
2. Environment variable is not
set. Run one of the following commands to define this variable:
ADDENVVAR ENVVAR(DOMINO_INSTALL_TYPE)
VALUE('0') REPLACE(*YES) <--- Messaging
ADDENVVAR ENVVAR(DOMINO_INSTALL_TYPE)
VALUE('1') REPLACE(*YES) <--- Utility
ADDENVVAR ENVVAR(DOMINO_INSTALL_TYPE)
VALUE('2') REPLACE(*YES) <--- Enterprise