Symptoms
The following error messages show up in the Agent log:
U2006000 Started monitoring message queue 'QSYS/QSYSOPRx0x', '???' records have been ignored.
U2006002 Error when reading message queue 'QSYS/QSYSOPRxCPF2410x', error code '???'.
%CPF2410 Message key not found in message queue .
Resolution
Changing the queue that the Agent is pointed to should resolve this issue. To do this:
Create a new message queue in QGPL library
CRTMSGQ MSGQ(QGPL/TEST) TEXT('Test Queue')
Change the console= parameter in the Agent's .ini file to this queue:
console=QGPL/TEST
Restart the Agent.