<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Cannot insert a null into column (speeddial.label). (UCM 7)</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=8390736" />
  <subtitle>Cannot insert a null into column (speeddial.label). (UCM 7)</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=8390736</id>
  <updated>2013-05-20T01:29:03Z</updated>
  <dc:date>2013-05-20T01:29:03Z</dc:date>
  <entry>
    <title>RE: Cannot insert a null into column (speeddial.label). (UCM 7)</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8396754" />
    <author>
      <name>Florian Kroessbacher</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8396754</id>
    <updated>2012-11-07T18:39:04Z</updated>
    <published>2012-11-07T18:39:04Z</published>
    <summary type="html">Hy Rusheel,

i think the index (positive integer) is missing, so the cucm didn't know where to insert the speedial

cheers Floh</summary>
    <dc:creator>Florian Kroessbacher</dc:creator>
    <dc:date>2012-11-07T18:39:04Z</dc:date>
  </entry>
  <entry>
    <title>Cannot insert a null into column (speeddial.label). (UCM 7)</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8390735" />
    <author>
      <name>Rusheel Jain</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8390735</id>
    <updated>2012-11-07T13:12:22Z</updated>
    <published>2012-11-07T13:12:22Z</published>
    <summary type="html">[color=#525252]Hi[/color]
[color=#525252] [/color]
[color=#525252]I am working on version 7[/color]
[color=#525252]I followed the other post related to same error on CUCM 8.0 but I am still getting the same error.[/color]
[color=#525252]It shows error when I am not giving &lt;label&gt; tag but infact when I remove &lt;dirn&gt; tag then it shows no error but the changes are not reflected in CUCM web portal[/color]
[color=#525252] [/color]
[color=#525252]here is what i have written:[/color]
[color=#525252] [/color]

[color=#525252]string soap = "&lt;SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" ";[/color]
[color=#525252]                soap += "xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"&gt;";[/color]
[color=#525252] [/color]
[color=#525252]                soap += "&lt;SOAP-ENV:Body&gt;";[/color]
[color=#525252]                soap += "&lt;axl:updatePhone xmlns:axl=\"http://www.cisco.com/AXL/API/7.0\"&gt;";[/color]
[color=#525252]                soap += "&lt;name&gt;";[/color]
[color=#525252]                soap += "SEP3212";[/color]
[color=#525252]                soap += "&lt;/name&gt;";[/color]
[color=#525252]                soap += "&lt;speeddials&gt;";[/color]
[color=#525252]                soap += "&lt;speeddial&gt;";[/color]
[color=#525252]                soap += "&lt;dirn&gt;";[/color]
[color=#525252]                soap += "3212";[/color]
[color=#525252]                soap += "&lt;/dirn&gt;";[/color]
[color=#525252]                soap += "&lt;label&gt;";[/color]
[color=#525252]                soap += "rush";[/color]
[color=#525252]                soap += "&lt;/label&gt;";[/color]
[color=#525252]                soap += "&lt;asciiLabel&gt;";[/color]
[color=#525252]                soap += "7";[/color]
[color=#525252]                soap += "&lt;/asciiLabel&gt;";[/color]
[color=#525252]                soap += "&lt;/speeddial&gt;";[/color]
[color=#525252]                soap += "&lt;/speeddials&gt;";[/color]
[color=#525252]                soap += "&lt;/axl:updatePhone&gt;";[/color]
[color=#525252]                soap += "&lt;/SOAP-ENV:Body&gt;";[/color]
[color=#525252]                soap += "&lt;/SOAP-ENV:Envelope&gt;";[/color]
[color=#525252] [/color]
[color=#525252]                Console.Write("getting version");[/color]
[color=#525252]                string version = SoapVersion(soap);[/color]
[color=#525252]                Console.Write(version);[/color]

[color=#525252] [/color]
[color=#525252]Any suggestions will be quite helpful[/color]
[color=#525252] [/color]
[color=#525252]Thanks[/color]
[color=#525252] [/color]</summary>
    <dc:creator>Rusheel Jain</dc:creator>
    <dc:date>2012-11-07T13:12:22Z</dc:date>
  </entry>
</feed>

