HWSP1503E SECURITY VIOLATION, NO RACROUTE CALL; R=rc, C=clientid, U=userid, M=mc

Explanation

IMS Connect rejected the security input data , the user ID or the password. RACF=Y had been specified; however, no user ID or password was passed to IMS Connect by the user-written exit.

In the message text:
  • rc identifies the return code from IMS Connect.
    • 255 - No OTMA security header; IMS Connect security checking cannot be done.
    • 252 - Invalid security header length. The security header length is less than X'6A', security parms are missing.
    • Start of change249 - Invalid password phrase length. Password phrase length must be 9 - 100 characters.End of change
    • 248 - No password (see note 1).
    • 244 - No user ID (see note 2).
    • 242 - Invalid character detected in user ID, groupname, or password field.
    • 240 - No password and no user ID (see note 3).
  • clientid identifies the client ID.
  • userid identifies the user ID.
  • mc identifies the module issuing the error message.
Note:
  1. There is no password in IMS request message (IRM), but there is a user ID in IRM. Or, there is no password or user ID in IRM; however, there is a default user ID in the IMS Connect configuration file.
  2. There is no user ID in IRM and there is no default user ID in the IMS Connect configuration file.
  3. There is no password or user ID in IRM and there is no default user ID in the IMS Connect configuration file.

System action

The request message is rejected. IMS Connect continues to run.

System programmer response

No action is required.

If the problem continues, correct the user exit to pass valid security data.

Module

SDRC - HWSSDRCV, PCRC - HWSPCRCV