I need know how can query the database of our configuration of the translation pattern and users.
thanks
Solved! Go to Solution.
For ccm 4.2 you have no user information in ccm database. All user info is stored in DC Directory (or MS AD), you can query about users using LDAP.
Here is doc link, should help:
--
regards,
PK
You can query database for translation pattern list using this query:
select * from numplan where tkpatternusage = 3
For users it depend on CCM version you have.
--
regards,
PK
thanks , the version that have is 4.2.
For ccm 4.2 you have no user information in ccm database. All user info is stored in DC Directory (or MS AD), you can query about users using LDAP.
Here is doc link, should help:
--
regards,
PK