cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
439
Views
0
Helpful
1
Replies

Editing DN URIs via SQL

Gordon Ross
Level 9
Level 9

I want to manipulate a directory number's URIs via SQL. I've found the table and understand the schema fine. My problem is the primary URI field.

According to the database schema docs, you can't change which URI is the primary one (the isprimary column is listed as "Not Modifiable")


If the isprimary column values can't be changed, how can you change the primary URI on a DN? Is the only way, to delete all the existing URIs and add them back, with the new primary one being the first one to be added back in?

GTG

Please rate all helpful posts.
1 Reply 1

npetrele
Cisco Employee
Cisco Employee

Why wouldn't you simply use the getLine and updateLine AXL APIs?  updateLine has a "isPrimary" tag:

         <directoryURIs>

            <!--Zero or more repetitions:-->

            <directoryUri>

               <isPrimary>?</isPrimary>

               <uri>?</uri>

               <partition uuid="?">?</partition>

               <!--Optional:-->

               <advertiseGloballyViaIls>true</advertiseGloballyViaIls>

            </directoryUri>

         </directoryURIs>

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: