UIM server displays message LSCX904 in SYSTERM DD
When the TCPIP PROFILE file specifies a reserved port number for a specific started task name that does not match the UIM server started task name, and the command to start the UIM server is issued, the message LSCX904 is displayed and states that an access error occurred.
This error occurs because the port number that is specified for the UIM server in the TCPIP PROFILE file is reserved for a job name that the UIM server is not executing under.
To solve this problem, specify another port number for the UIM server, or correct the started task name.
To specify a different port number in the TCIP PROFILE file
Review the SYSTERM DD output for the following message:
LSCX904 **** WARNING **** ERRNO = EACCES
Generated in BIND called from line
Unexpected failure in bind, reason code 744C7246If the message is in the SYSTEM DD output, the wrong name job name was used in the TCPIP PROFILE file.
Select another port number for the UIM server.Here is a sample entry in the TCPIP PROFILE file:
8300 TCP STFTUIM ; BMC UIM serverThis entry reserves the port number 8300 for the job named STFTUIM that is associated with the UIM server, and any other job trying to access that port number receives the EACCES error in the SYSTERM DD output.