<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Update Location query on CUCM 8.6 in Management</title>
    <link>https://community.cisco.com/t5/management/update-location-query-on-cucm-8-6/m-p/3590123#M2541</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. That was the issue, removing 3 default locations worked. Just to confirm, Hub_None also needs to be excluded. Thanks Nicholas. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Dec 2014 17:40:02 GMT</pubDate>
    <dc:creator>manjaria</dc:creator>
    <dc:date>2014-12-17T17:40:02Z</dc:date>
    <item>
      <title>Update Location query on CUCM 8.6</title>
      <link>https://community.cisco.com/t5/management/update-location-query-on-cucm-8-6/m-p/3590121#M2539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to update Audio bandwidth of all the locations for a cluster. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to update bandwidth for a single location e.g.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt;update location set location.kbits=160 where location.name='Test_Location_B'&lt;/EM&gt;&amp;nbsp; it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if I run &lt;EM&gt;update location set location.kbits=160&amp;nbsp; &lt;/EM&gt;it returns: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN&gt;&amp;lt;?xml version='1.0' encoding='utf-8'?&amp;gt;&amp;lt;soapenv:Envelope xmlns:soapenv="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://schemas.xmlsoap.org/soap/envelope/" rel="nofollow" target="_blank"&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;soapenv:Body&amp;gt;&amp;lt;soapenv:Fault&amp;gt;&amp;lt;faultcode&amp;gt;soapenv:Client&amp;lt;/faultcode&amp;gt;&amp;lt;faultstring&amp;gt;The standard locations should not be deleted and the configration for the standard location should not be modified other than RSVP policy configurations.&amp;lt;/faultstring&amp;gt;&amp;lt;detail&amp;gt;&amp;lt;axlError&amp;gt;&amp;lt;axlcode&amp;gt;950&amp;lt;/axlcode&amp;gt;&amp;lt;axlmessage&amp;gt;The standard locations should not be deleted and the configration for the standard location should not be modified other than RSVP policy configurations.&amp;lt;/axlmessage&amp;gt;&amp;lt;request&amp;gt;executeSQLUpdate&amp;lt;/request&amp;gt;&amp;lt;/axlError&amp;gt;&amp;lt;/detail&amp;gt;&amp;lt;/soapenv:Fault&amp;gt;&amp;lt;/soapenv:Body&amp;gt;&amp;lt;/soapenv:Envelope&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Does it happen because of fkmatrix? &lt;/P&gt;&lt;P&gt;2. How can to update audio bandwidth with SQL for all the Locations? Any workarounds?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 16:30:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/update-location-query-on-cucm-8-6/m-p/3590121#M2539</guid>
      <dc:creator>manjaria</dc:creator>
      <dc:date>2014-12-17T16:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Update Location query on CUCM 8.6</title>
      <link>https://community.cisco.com/t5/management/update-location-query-on-cucm-8-6/m-p/3590122#M2540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error message tells you that you can't change the bandwidth of the standard locations, which include Hub_None, Shadow, and Phantom.&amp;nbsp; I don't recall if the limitation is on two or all three of these standard locations. I think it's just Phantom and Shadow that you can't modify.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can avoid the problem by structuring your SQL query to update all locations where location.name is not Phantom and not Shadow (and possibly not Hub_None).&amp;nbsp; That way it will update all the locations except the ones that shouldn't be changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(You're also not allowed to delete any of these three locations.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 16:52:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/update-location-query-on-cucm-8-6/m-p/3590122#M2540</guid>
      <dc:creator>npetrele</dc:creator>
      <dc:date>2014-12-17T16:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Update Location query on CUCM 8.6</title>
      <link>https://community.cisco.com/t5/management/update-location-query-on-cucm-8-6/m-p/3590123#M2541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. That was the issue, removing 3 default locations worked. Just to confirm, Hub_None also needs to be excluded. Thanks Nicholas. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 17:40:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/update-location-query-on-cucm-8-6/m-p/3590123#M2541</guid>
      <dc:creator>manjaria</dc:creator>
      <dc:date>2014-12-17T17:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Update Location query on CUCM 8.6</title>
      <link>https://community.cisco.com/t5/management/update-location-query-on-cucm-8-6/m-p/3590124#M2542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The location table appears to include 3 'built-in' locations that are used as system defaults.&amp;nbsp; The settings for these default system locations are not modifiable from the admin UI, adn it looks like the database is trying to enforce the same thing.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you modify the SQL to exclude these 3 locations, you may have better luck, something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;update location set kbits=160 where name not in ("Phantom","Shadow","Hub_None")&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 20:24:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/update-location-query-on-cucm-8-6/m-p/3590124#M2542</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2014-12-17T20:24:37Z</dc:date>
    </item>
  </channel>
</rss>

