To resolve the issue:
- Locate the config.xml located in "C:\Program Files (x86)\Trend Micro\Apex One\iServiceSrv\iES\.
- Check and configure the following:
- If the Username and Password are correct and the same
- Change the sync_enable to "0" to avoid synchronizing the wrong database from Apex One.
<SQLServer> <source>192.168.109.72</source> <database>WIN-JT3FFQMNACU-ApexOne-iES</database> <username>%USERNAME%</username> <password>%PASSWORD%</password> <windows_auth>0</windows_auth> <connection_timeout>30</connection_timeout> <bulk_batch_size>5000</bulk_batch_size> <sync_enable>0</sync_enable> </SQLServer>
- Verify if the issue still occurs.