<inconsistentset> element

The <inconsistentset> element contains diagnostic data from a BINCONRS record associated with a CICS® management client interface PUT request. The <inconsistentset> element is contained by the <feedback> element.

See Evaluating BINCONRS resource table records for more information about BINCONRS records.

Contained by

Attributes

candidatename="resource_name"
The name of the candidate resource.
candidateversion="resource_version"
The version number of the candidate resource.
candidategroup="group_name"
The resource group of the candidate resource.
candidateassignment="assignment"
The assignment of the candidate resource.
candidatedescription="assignment"
The description of the candidate resource.
candidateusage="usage"
The assignment usage of the candidate resource.
candidatesystemgroup="group_name"
The system group of the candidate resource.
candidatetype="system_type"
The system type of the candidate resource.
candidateoverride="assignment_override"
The assignment override of the candidate resource.
eyu_cicsname="name"
The name of the CICS region associated with the installation error.
erroroperation="value"
A numeric value that identifies that the operation being performed when the error occurred
existingname="resource_name"
The name of the existing resource.
existingversion="resource_version"
The version number of the existing resource.
existinggroup="group_name"
The resource group of the existing resource.
existingassignment="assignment"
The assignment of the existing resource.
existingdescription="assignment"
The description of the existing resource.
existingusage="usage"
The assignment usage of the existing resource.
existingsystemgroup="group_name"
The system group of the existing resource.
existingtype="system_type"
The system type of the existing resource.
existingoverride="assignment_override"
The assignment override of the existing resource.

Example

An attempt to add a resource assignment to a resource description fails because of a conflict with an existing resource assignment associated with the resource description.

<?xml version="1.0"?>
<response xmlns="http://www.example.com/xmlns/prod/CICS/smw2int" 
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
 xsi:schemaLocation="http://www.example.com/xmlns/prod/CICS/smw2int 
 http://example.com:27870/CICSSystemManagement/schema/CICSSystemManagement.xsd" 
 version="2.0" connect_version="0420" >
    <resultsummary api_function="PERFORM SET" api_response1="1038" api_response2="1361" 
    api_response1_alt="TABLEERROR" api_response2_alt="DATAERROR" recordcount="1" />
    <errors >
        <feedback action="ADDTODSC">
            <inconsistentset candidatename="ATEST1" candidateversion="1" candidategroup="ATEST1" 
         candidateassignment="ATEST2" candidatedescription="ATEST" candidateusage="LOCAL" 
         candidatetype="TARGET" candidateoverride="NO" eyu_cicsname="MCLMASA" erroroperation="4" 
         existingname="ATEST1" existingversion="1" existinggroup="ATEST1" existingassignment="ATEST1" 
         existingdescription="ATEST" existingusage="REMOTE" existingtype="TARGET" existingoverride="NO"  />
            <inconsistentset candidatename="ATEST2" candidateversion="1" candidategroup="ATEST1" 
         candidateassignment="ATEST2" candidatedescription="ATEST" candidateusage="LOCAL" 
         candidatetype="TARGET" candidateoverride="NO" eyu_cicsname="MCLMASA" erroroperation="4" 
         existingname="ATEST2" existingversion="1" existinggroup="ATEST1" existingassignment="ATEST1" 
         existingdescription="ATEST" existingusage="REMOTE" existingtype="TARGET" existingoverride="NO"  />
        </feedback >
        <feedback keydata="C1E3C5E2E3F24040" action="ADDTODSC" errorcode="13" attribute1="RESASSGN"  />
    </errors>
</response>