Example: Diagnosing a CICS management client interface error using <feedback> information
The CICS® management client interface provides FEEDBACK records in the <feedback> element of a CICS management client interface response. You can use the extra information provided in FEEDBACK records to diagnose problems with CICS management client interface requests.
About this task
You have attempted to delete the CICS local file resource
MYFILE_A, using a client API DELETE request with the following
URI:
http://mvs2c.mycorp.com:27850/CICSSystemManagement/CICSLocalFile/IBEUR912?
CRITERIA=file%3DMYFILE_AAlthough you receive an HTTP/1.1 200 OK response from the CICS management client interface indicating that the request was correctly formed, no record
is returned and the response includes the following
information:
<resultsummary api_function="PERFORM SET" api_response1="1038" api_response1_alt="TABLEERROR"
api_response2="1361" api_response2_alt="DATAERROR" recordcount="1"/>
<errors>
<feedback action="DISCARD" eibfn="4C10" eibfn_alt="DISCARD FILE" eyu_cicsname="MAS1" keydata="MYFILE_A"
resp="16" resp2="2"/>
</errors>Procedure
To understand the reason for this problem: