Example: Diagnosing a CICS management client interface error using <resultsummary> information
The CICS® management client interface, <resultsummary> element contains return codes that help you determine the cause of errors.
About this task
You have attempted to perform a START action on a CICSManagedRegion resource (that is, a CICSPlex® SM managed CICS region or MAS) using a CICS management client
interface PUT request with the following URI and XML
body:
http://wmvs2c.mycorp.com:27650/CICSSystemManagement/CICSManagedRegion/IBEUR912?
CRITERIA=CICSNAME%3DDEVRGN1
<request>
<action name="START"/>
</request>Although you receive an HTTP/1.1 200 OK response from the CICS management client interface, no record is returned and the response includes the
following <resultsummary>
information:
<resultsummary api_function="PERFORM SET" api_response1="1026" api_response1_alt="NOTFOUND"
api_response2="1301" api_response2_alt="ACTION" recordcount="1"/>
Procedure
To understand the reason for this problem: