<?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: Bulk change CUCM 11.x userID in End User table with AXL in Management</title>
    <link>https://community.cisco.com/t5/management/bulk-change-cucm-11-x-userid-in-end-user-table-with-axl/m-p/3822366#M3034</link>
    <description>There were not for me - the system is relatively robust managing the change queue. I ran this against about 5700 users and had no trouble. &lt;BR /&gt;&lt;BR /&gt;I’ve done work since then, the AXL interface will get slower if it needs to - and I didn’t handle timeout here. It shouldn’t be an issue but If it is, you’d just want to run smaller batches or add a sleep statement.&lt;BR /&gt;&lt;BR /&gt;Raw DB queries have a limitation and excessive queries will be killed or will clog the change queue.</description>
    <pubDate>Tue, 19 Mar 2019 21:28:48 GMT</pubDate>
    <dc:creator>Adam Pawlowski</dc:creator>
    <dc:date>2019-03-19T21:28:48Z</dc:date>
    <item>
      <title>Bulk change CUCM 11.x userID in End User table with AXL</title>
      <link>https://community.cisco.com/t5/management/bulk-change-cucm-11-x-userid-in-end-user-table-with-axl/m-p/3452873#M592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone provide the AXL syntax to perform a bulk change of the userID attribute in the CUCM 11.x enduser table? I have used the executeSQLUpdate syntax in &lt;A _jive_internal="true" href="https://community.cisco.com/docs/DOC-44206"&gt;DOC-44206&lt;/A&gt;, but that updated a single record. I'd like to pull the old user ID and new user ID values from a .csv or .sql file (or other bulk method) if possible. I have about 4000 records to update, so the fastest and most efficient method would be ideal. My SQL skills are pretty limited and I'm new to AXL - assistance would be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Aug 2016 17:15:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/bulk-change-cucm-11-x-userid-in-end-user-table-with-axl/m-p/3452873#M592</guid>
      <dc:creator>Robert Rhodes</dc:creator>
      <dc:date>2016-08-20T17:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Bulk change CUCM 11.x userID in End User table with AXL</title>
      <link>https://community.cisco.com/t5/management/bulk-change-cucm-11-x-userid-in-end-user-table-with-axl/m-p/3452874#M593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can have a look at the sqltoolkit from cucm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;alternatively I have a commercial tool that can do about any bulk axl add/update/delete&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 09:11:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/bulk-change-cucm-11-x-userid-in-end-user-table-with-axl/m-p/3452874#M593</guid>
      <dc:creator>Sascha Monteiro</dc:creator>
      <dc:date>2016-08-24T09:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Bulk change CUCM 11.x userID in End User table with AXL</title>
      <link>https://community.cisco.com/t5/management/bulk-change-cucm-11-x-userid-in-end-user-table-with-axl/m-p/3452875#M594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found a different reference on how to chain the update commands into a single sql statement. I still need to break it into smaller bits to keep it manageable but it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Out of curiosity, what's the commercial tool?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 13:21:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/bulk-change-cucm-11-x-userid-in-end-user-table-with-axl/m-p/3452875#M594</guid>
      <dc:creator>Robert Rhodes</dc:creator>
      <dc:date>2016-08-24T13:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Bulk change CUCM 11.x userID in End User table with AXL</title>
      <link>https://community.cisco.com/t5/management/bulk-change-cucm-11-x-userid-in-end-user-table-with-axl/m-p/3452876#M595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert, I wrote a script that can do this in perl. Hopefully you can use it: The AXL interface will accept control characters like linefeeds and that which are a bad time if you put them in by accident. I stripped them out below. Hopefully this serves as a framework for you to do what you need, or others. Particularly this comes in handy when you're migrating to establish a LDAP sync, and you want to get your userIDs to line up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The forum editor is doing its best to ruin this so I have attached it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 13:13:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/bulk-change-cucm-11-x-userid-in-end-user-table-with-axl/m-p/3452876#M595</guid>
      <dc:creator>Adam Pawlowski</dc:creator>
      <dc:date>2016-09-13T13:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Bulk change CUCM 11.x userID in End User table with AXL</title>
      <link>https://community.cisco.com/t5/management/bulk-change-cucm-11-x-userid-in-end-user-table-with-axl/m-p/3452877#M596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Adam. I am, in fact, attempting to converge the user IDs with AD SAM account names prior to an LDAP sync. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 20:40:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/bulk-change-cucm-11-x-userid-in-end-user-table-with-axl/m-p/3452877#M596</guid>
      <dc:creator>Robert Rhodes</dc:creator>
      <dc:date>2016-09-19T20:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Bulk change CUCM 11.x userID in End User table with AXL</title>
      <link>https://community.cisco.com/t5/management/bulk-change-cucm-11-x-userid-in-end-user-table-with-axl/m-p/3822343#M3033</link>
      <description>&lt;P&gt;Hi Adam...I successfully tested your script in my lab. Thanks for sharing! I'm curious if you had any recommendations for running in a production environment. Specifically, if there are any performance impacts to CUCM when running script to update hundreds or thousands of users in one run?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 20:35:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/bulk-change-cucm-11-x-userid-in-end-user-table-with-axl/m-p/3822343#M3033</guid>
      <dc:creator>alexeldridge</dc:creator>
      <dc:date>2019-03-19T20:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Bulk change CUCM 11.x userID in End User table with AXL</title>
      <link>https://community.cisco.com/t5/management/bulk-change-cucm-11-x-userid-in-end-user-table-with-axl/m-p/3822366#M3034</link>
      <description>There were not for me - the system is relatively robust managing the change queue. I ran this against about 5700 users and had no trouble. &lt;BR /&gt;&lt;BR /&gt;I’ve done work since then, the AXL interface will get slower if it needs to - and I didn’t handle timeout here. It shouldn’t be an issue but If it is, you’d just want to run smaller batches or add a sleep statement.&lt;BR /&gt;&lt;BR /&gt;Raw DB queries have a limitation and excessive queries will be killed or will clog the change queue.</description>
      <pubDate>Tue, 19 Mar 2019 21:28:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/bulk-change-cucm-11-x-userid-in-end-user-table-with-axl/m-p/3822366#M3034</guid>
      <dc:creator>Adam Pawlowski</dc:creator>
      <dc:date>2019-03-19T21:28:48Z</dc:date>
    </item>
  </channel>
</rss>

