Is there a method for changing or updating the password of the account used by the Active Directory Connector Utility ("AD Importer") to query Active Directory (AD), or does the server configuration need to be removed and replaced via the Active Directory Connector Utility (ADConnectorSetup.exe)?
Release : 6.x
Component : Active Directory Connector Utility
To change the account used by the Active Directory Connector Utility to query Active Directory, follow this procedure:
ActiveDirectoryDW relational databaseSELECT ServerID, ServerName FROM [ActiveDirectoryDW].[dbo].[Server];
ServerID of the server to be updatedUPDATE [ActiveDirectoryDW].[dbo].[Server]
SET Username = N'<Username>'
WHERE ServerID = <ServerID>;
domain\accountname' and the ServerID identified by the query from step 4To set or update the password for the account used by the importer, follow this procedure:
cmd.exe) as an administratorImportADUsersAndComputers.exe executable. The default path is:
%SystemDrive%\Program Files\Bay Dynamics\Active Directory Connector Utility
ImportADUsersAndComputers.exe -setapipassword <ServerID> <Password>NOTE: If the account password contains special characters, enclose the password in quotation marks (i.e.,
")ImportADUsersAndComputers.exe