Monday, July 23, 2012
HOWTO reactivate the employee in Enterprise Vault Compliance Accelerator v9sp3
Find the AddressOwnerID of the reactivated employee by running following query on the customer DB:
SELECT AddressOwnerID, DisplayName FROM tblAddressUser WHERE Surname='Last Name'
After findng AddressOwnerID, supply it into the following query and run on the customer DB:
UPDATE tblAddressUser SET Deactivated=0 WHERE AddressOwnerID=AddressOwnerID from the query above
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment