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

Unity Subscriber in SQL database not in Unity Admin tool - Use SQL to delet

brian-henry
Level 4
Level 4

Before I applied the updated license for Unity I ran the configman.exe and created a AMIS subsciber. It made a mailbox on the Exchange server and created the subscriber but it does not appear in the Admin tool. How do you delete the subscriber from the SQL database using SQL analyer so I can rerun the tool?

Thanks for any help you can provide

bhenry33@adelphia.net

1 Reply 1

lindborg
Cisco Employee
Cisco Employee

you'll have to go into SQL enterprise manager into the Subscriber table in UnityDB and delete it from there - triggers off that table will take care of removing all other entries in other tables related to that account.

You can also do it in SQL Query Analyzer or CUDLE's query builder interface using the SQL command "DELETE FROM Subscriber WHERE Alias='xxx'" where xxx is the alias of the subscriber you want to remove.