« Back to Administration XML Questions

Cisco Callmanager 4.1(3) changing Enduser userid's

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hello everyone,

I am trying to find out if its possible to change the userid of an excisting Enduser,without losing his PersonalAddressBook and associated Device.
In Cisco Callmanager version 5 and later it can be done by changing the Enduser table ( Database).
Is the above also possible in cisco callmanager 4.1(3) via axl or sql ?

Greetz Benno

In CM5+, the user record is stored in the DB with a UUID primary key. The username is modifiable in this case as the primary key UUID - which relates to the other data tables that refer to the user - remains the same.

For CM4, the user record is stored in an LDAP, with the username as the primary key (equivalent.) As a result it is not modifiable without violating the related data constraints.

Thnx for your reply.

That solved my question emoticon