cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
194
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: Randy Jackson on 25-11-2013 10:10:25 AM
I have the following SOAP message that I am attemptinig to post to CUCM 8.5.1 and am getting the error listed below. This appears to do with adding Line Members when performing this add operation. I am able to create an empty Line Group. Anyone know why this is occurring? I've ran a Get Line group command and the values it returns for an existing line group are no different than what I am trying to do for the new one. Thanks.

SOAP Message
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/8.5">   <soapenv:Header/>   <soapenv:Body>      <ns:addLineGroup sequence="?">         <lineGroup>            <name>LG_0042_ALL</name>            <distributionAlgorithm>Broadcast</distributionAlgorithm>            <rnaReversionTimeOut>180</rnaReversionTimeOut>            <huntAlgorithmNoAnswer>Try next member; then, try next group in Hunt List</huntAlgorithmNoAnswer>            <huntAlgorithmBusy>Try next member; then, try next group in Hunt List</huntAlgorithmBusy>            <huntAlgorithmNotAvailable>Try next member; then, try next group in Hunt List</huntAlgorithmNotAvailable>            <!--Optional:-->            <members>               <!--Zero or more repetitions:-->               <member>                  <lineSelectionOrder>0</lineSelectionOrder>                  <directoryNumber uuid="?">                     <pattern>1100421011</pattern>                     <routePartitionName uuid="?">EXPRESS_Stores_DNs_PT</routePartitionName>                  </directoryNumber>               </member>                                            </members>         </lineGroup>      </ns:addLineGroup>   </soapenv:Body></soapenv:Envelope>


Error

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">   <soapenv:Body>      <soapenv:Fault>         <faultcode>soapenv:Client</faultcode>         <faultstring>Missing key in referenced table for referential constraint (informix.fk_linegroupnumplanmap_fknumplan).</faultstring>         <detail>            <axlError>               <axlcode>-691</axlcode>               <axlmessage>Missing key in referenced table for referential constraint (informix.fk_linegroupnumplanmap_fknumplan).</axlmessage>               <request>addLineGroup</request>            </axlError>         </detail>      </soapenv:Fault>   </soapenv:Body></soapenv:Envelope>
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links