Client Displays “No process on the other end of the pipe”

The server program SYSTEM/SECURITYCENTER terminated immediately or failed to run. This is usually due to a problem with the job queue from which the program is attempting to run. The following are the known causes:

  • The system's default job queue has a FAMILY assignment, which conflicts with the default family of the usercode. Interrogate the job queue using the ODT command QF. If necessary, modify the queue using the MQ command, or modify the user's FAMILY assignment.

  • The user code has a CLASS attribute specifying a job queue, which does not exist on the system. Check the attributes of the usercode for a CLASS assignment. Then, using the ODT command SQ, view the queues declared on the system. If the user's assigned queue is not available, either remove the user's CLASS assignment, or add the job queue.