ERP Bridge Agent Logs

The ERPBridge agent logs are essential for troubleshooting and monitoring the performance of the ERPBridge service. Depending on your Windows Server version and the configuration of the service, these logs can be found in different locations. Below are the potential directories where you can locate these logs:

  1. If the ERP Bridge service is running on Local System:

    • Depending on your Windows Server version, the logs can generally be found in:

      • C:\Windows\Temp\erpbridge\logs

      • C:\Windows\SystemTemp\erpbridge\logs

  2. If the ERP Bridge service is running under a specified user:

    • If you are using a typical system configuration, the logs can generally be found in:

      • C:\User\{user}\AppData\Local\Temp\erpbridge\logs

    Replace {user} with the Windows user specified during the agent installation process

These logs can provide valuable insight into the operation of the ERPBridge service, including errors, warnings, and other informational messages. Regularly checking these logs can help in identifying issues early and ensuring the smooth functioning of the service.

Log Maintenance

Currently, the logs are stored on a daily basis and the agent does not automatically delete them. It is recommended to implement a routine for log maintenance to avoid storage issues.

Last updated