ING238E Task execution request tex_request failed: ERROR=error_code SERVICE='service' RC=return_code REASON='reason'

Explanation

The REXX function INGRXTX0 and common REXX macros issue this message if there is an error. The message variables are:
tex_request
The name of the task execution request
error_code
The REXX function INGRXTX0 and the common REXX macros issue the following error codes:
1
RPC service failed: either INGPXSND, INGPXRCV or INGPXDEL.
2
Read from or write to the task execution data stream failed.
3
Unknown task execution operation name.
4
Execution of a task execution request started but failed. The REXX macro that implemented the execution of the request did not issue an error message. This is the default return code and the standard ING238E message is written with SERVICE=OperationName and RC=OperationReturnCode.
5
Authorization error: the user that made the request is not authorized to make it.
6
At least one request in the list of requests failed.
7
The execution of a task execution request failed for any other reason.
8
The execution of a task execution request failed because service INGPYAMC failed.
9
Execution of a task execution request was rejected because the expiration time had elapsed. See also The system programmer response for message ING249E.
10
User command executed but failed because return code is greater than zero.
11
Cannot start the user command because user command not found on target system.
12
Cannot start the user command because command user ID not defined on target system.
13
Cannot start the user command.
24
Task execution request contains no meta data.
28
The task execution command handler aborts because there is not enough time to send back the response data. No response is returned.
32
The task execution command handler aborts because of a REXX signaling error.
36
The automation adapter is not supported by this product.
service
The service that failed.
return_code
The return code of the service that failed.
reason
Text that describes the error.

System action

Execution of the request failed for the reason given in the message.

Operator response

None.

System programmer response

Check the netlog and correct the error.