09-08-2015 03:57 AM - edited 03-18-2019 04:57 AM
Is it possible to export TMSPE user info?
We have hundreds of manual users that had been migrated from Legacy Provisioning and are now running on TMSPE.
Now, we have to export the user info to populate a spreadsheet to upload on a new Jabber UC environment (CUCM).
Any ideas?
PS: This customer do not have AD/LDAP. All user info are stored at TMSPE DB.
Thanks.
Solved! Go to Solution.
09-08-2015 07:15 PM
I'm not a SQL admin so I can't say how to export the data, but you can get that information from the tmspe database within the dbo.ur_user table. Passwords will be hashed, so exporting them is pointless.
Table columns within dbo.ur_user that will be relevant to what you want are:
09-08-2015 07:29 AM
You can use TMS to export your provisioning phone book to an Excel document. See tms-export-phonebook-issue for user friendly steps on how to do this, it's also documented in the TMS Admin Guide as well on pg 186.
09-08-2015 07:29 AM
Thanks Patrick. This can help, but I was thinking in something from the SQL DB.
The Phonebook method do not include all User fields.
Regards
09-08-2015 07:50 AM
What user fields or data are you wanting?
09-08-2015 08:52 AM
Display Name:
Username:
Password: (we can skip this one)
Email:
First Name:
Last Name:
Title:
Company:
Department:
Office Phone:
09-08-2015 07:15 PM
I'm not a SQL admin so I can't say how to export the data, but you can get that information from the tmspe database within the dbo.ur_user table. Passwords will be hashed, so exporting them is pointless.
Table columns within dbo.ur_user that will be relevant to what you want are:
09-09-2015 04:00 AM
Thanks for the info. I´ll research on this way....
Do you know if they are stored by TMSPE groups? There are several groups and they need to export only one or two.
Thanks
Regards
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide