11-17-2004 02:36 PM - edited 03-18-2019 03:51 PM
Hello -
Would you consider making the Bridge fields (Unity node serial number and Legacy Mailbox ID) available on the User profile tab of the Bulk Edit tool? Thank you very much for considering this request :-)
Sincerely,
Ginger
11-17-2004 03:40 PM
I'm not sure how BulkEdit would update the Legacy Mailbox Id value for users - this would be something more appropriate to a CSV file type mapping since those values will be different for each user. BulkEdit is a "pattern" edit type tool - this would work better in a CUBI (or CUBI-like) tool I'd think...
11-17-2004 04:53 PM
Hi Jeff -
Thanks for responding! I'll take a look at the CUBI and take some time to investigate using a CSV file next time I need to make multiple changes.
Sincerely,
Ginger
11-17-2004 05:25 PM
Actually, I don't think CUBI can do those fields today (I'll have to check) - but that would be the tool you'd want to update to handle this I'd think.
11-19-2004 04:23 PM
CUBI can be used to create Unity subscribers with the properties required for Bridge networking and to modify these properties for existing Unity subscribers. See the CUBI help file for additional information on using the REMOTE_NODE_ID and LEGACY_MAILBOX values.
10-02-2006 01:56 PM
CUBI can do these fields but how does CUBI remove the values from these fields. I want to remove the REMOTE_NODE_ID and LEGACY_MAILBOX_ID from all accounts. Does CUBI understand a NULL keyword?
10-02-2006 04:57 PM
I don't believe CUBI can remove values for those fields.
Why do you want to remove them? If you're removing Bridge support those values aren't going to hurt anything - they're only used for routing bridge messages and if the bridge is being taken out, no harm will comes to the system just leaving them there.
You can remove them via an SQL query if you really are wanting to be rid of them...
10-02-2006 05:58 PM
We are done with the bridge and are looking to upgrade to Unity 4.2. I would just like to clean up the database for future upgrades. Information regarding the SQL query would be helpful.
10-03-2006 06:41 AM
If you're all done with the bridge then you can remove those properties for all subscribers with this query:
UPDATE subscriber
SET LegacyMailbox = NULL, RemoteNodeID=NULL
WHERE subscribertype IN (1,3)
You can enter that into the Query builder found in the Data Link Explorer found in the tools depot or using the query build found under the SQL tools from MS if you have full SQL 2000 installed (it does not come with MSDE). Either way works.
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