After applying maintenance, we receive this warning message trying to obtain Parallelism / Miscellaneous statistics (option 1.6.9 in the IDB2 UI):
'DBG55036W Request PRLMISC is not found'
We have verified that the PRLMISC request is in the .CDBATREQ library, and that library is being correctly allocated in the IDB2 DC's sysparms member as well as the IDB2 UI's INSIGHT clist member. Why is the PRLMISC request not being found?
The cause of the 'DBG55036W Request PRLMISC is not found' message is due to the PRLMISC request not being started.
The problem was corrected by copying over the updated STARTUP member (that now included the start of the PRLMISC request) from the SMP/E Target .CDBASKL0 library to replace the DC's runtime .SOURCE STARTUP member. The DC then was cycled, and the 'DBG55036W Request PRLMISC is not found' message was resolved.