A SERVICE OF

logo

BMC Software, Inc., Confidential and Proprietary Information
378 Application Enhancement Solutions Messages Manual
BMC150215E AN INTERCEPTED AR/CTL FOR OPEN SYSTEMS API CALL HAS
UNKNOWN REQUEST TYPE
Explanation: On a call to the APPLICATION RESTART CONTROL (AR/CTL)
for Open Systems application program interface (API), an unrecognized request type
was found. The following request types are valid:
OPEN
CLOSE
READ
WRITE
REREAD
System Action: Processing is terminated with abend U1786.
User Response: Initialize the function request to a valid value, and rerun the job. If
the problem cannot be resolved, make sure you have a complete system dump and
the program source showing the call sequence and contact BMC Software Product
Support.
BMC150216E ERROR IN FUNCTION=function,FILE=filename, REASON=reason
Explanation: The indicated call function (OPEN, CLOSE, READ, WRITE, or
REREAD) of the APPLICATION RESTART CONTROL (AR/CTL) for Open
Systems application program interface (API) for the indicated file failed for the
indicated reason. Possible reasons include the following:
INVALID FUNCTION CODE
OPEN FAILED
INCORRECT REQUEST PARAMETER
UNKNOWN RC RETURNED BY AR/CTL
UNRECOVERABLE I/O ERROR
AR/CTL ASAM INTERNAL ERROR
System Action: Processing is terminated with abend U1786.
User Response: Determine the reason for the failure, correct the problem, and rerun
the job. If the problem cannot be resolved, make sure you have a complete system
dump and the program source showing the call sequence and contact BMC Software
Product Support.
BMC150217W UNABLE TO LOCATE AR/CTL FCB FOR FILE filename, REREAD
REQUEST WILL NOT BE SUPPORTED
Explanation: During processing of a file with the APPLICATION RESTART
CONTROL (AR/CTL) for Open Systems application program interface (API),
AR/CTL could not locate the file characteristics block (FCB) for the identified file.
System Action: Processing continues. Any REREAD request for this file will fail.
User Response: CHECK for other error messages in the job log. If the program
does not issue REREAD requests, you can ignore this message.