Genesys CTI User Forum

Genesys CTI User Forum => Genesys-related Development => Topic started by: vr_thota on March 10, 2008, 04:36:25 PM

Title: List Object creation
Post by: vr_thota on March 10, 2008, 04:36:25 PM
Hi,

  I am trying to create List Object using Platform SDK.But I am getting following errors.

<ConfData>
  <CfgTransaction>
    <name value ="MCP_SDK_LISTOBJECT"/>
    <tenantDBID value="101"/>
    <ownerDBID value="101"/>
    <state value="1"/>
    <type value="21"/>
    <alias value="MCP_SDK_LISTOBJECT"/>
    <recordPeriod value="0"/>
    <description value="Create ListObj Using Platform SDK"/>
    <userProperties>
        <list_pair key="Project_Managers">
          <str_pair key="Inplans" value="Adriana"/>
          <str_pair key="CCTP" value="Robert Hinckly"/>
          <str_pair key="DISC" value="Kevin Nehas"/>
        </list_pair>
    </userProperties>
  </CfgTransaction>
</ConfData>

When I look the response object, I am noticing this error.

'EventError' (2) attributes:

SATRCFG_DESCRIPTION [str] = "Required attribute is missing"

IATRCFG_REQUESTID [int] = 3

IATRCFG_ERRORCODE [int] = 24514574


Thanks
Venkat