« Back to Administration XML Questions

CUCM 6.1(1) Database Dictionary - fields in EndUser table.

Combination View Flat View Tree View
Threads [ Previous | Next ]
I have a question about Cisco Unified Communications Manager 6.1(1) Database Dictionary.

I am trying to figure out how some of the fields in the "enduser" table are populated using the CUCM Administrator's Interface.

When I click a user in CUCM Admin. Interface, I can only see these fields (apart from other fields that I don't use):

Last Name, Middle Name, First Name, Telephone Number, Department.

When I pull the EndUser table using AXL SOAP request, I get a bunch of other fields which are empty. These fields are:

site, building, nickname etc.

How are these fields populated from the CUCM UI? I went thru the DataDictionary document and it says that they are from TypeFiledInfo.csv. I don't know what or where that file is.


Thanks,

Mayank

The CM does not provide a UI for modifying these fields, they are mainly there as targets when syncing the CM user database with a corporate LDAP. So, data could appear in those fields if it was imported via sync from an LDAP where that data existed.

Apart from UI and LDAP, is there no way of populating these fields?

Have you tried AXL's executeSqlUpdate ? I didn't see any constraints in the data dictionary that would suggest that you cannot write into those fields.

Fabulous. That worked.
Thanks so much.