In Event Viewer on the Archive Manager Server, the following errors appear:
ADC Engine: ADC configuration file c:\test.xml does not exits. Cannot continue.
ADC Service: Error parsing ADCConfigFile c:\domains.xml
ADC Service: System.IO.FileNotFoundException: ADC configuration file does not exits
File name: 'c:\path\domains.xml'
at Quest.ArchiveManager.Service.ActiveDirectoryConnector.ReadAdcConfigFile(String adcConfigFileName, String dtLast)
at Quest.ArchiveManager.Service.ADCService.Synchronize()
The domains.xml or file configured with additional domain information is missing. The specified path of the requested file can be found in the Archive Manager Configuration Editor under General | ADC Config File.
Complete a search on the Archive Manager Server for the requested *.xml file as displayed in the Event Viewer errors.
The domains.xml file requires the following information for a multiple domain configuration:
Below is an example of a completed Domains.xml file for the Parent / Child domain of QUESTLOCAL and QUESTCHILD.
<?xml version="1.0"?>
<ArrayOfAfterMailInstance>
<AfterMailInstance>
<ConnectionString> server=QUESTSQL1;Trusted_Connection=yes;database=ArchiveManager </ConnectionString>
<Server>questdc1.quest.local</Server>
<LDAPPath>DC=quest,DC=local</LDAPPath>
<NetBIOSName>QUESTLOCAL</NetBIOSName>
</AfterMailInstance>
<AfterMailInstance>
<ConnectionString> server=QUESTSQL1;Trusted_Connection=yes;database=ArchiveManager </ConnectionString>
<Server>childdc1.child.quest.local</Server>
<LDAPPath>DC=child,DC=quest,DC=local</LDAPPath>
<NetBIOSName>QUESTCHILD</NetBIOSName>
</AfterMailInstance>
</ArrayOfAfterMailInstance>