When running an SAP BO publication job, the job may complete successfully (Status 1), but the agent log is filled with numerous empty error message entries during the monitoring phase.
Example Log Output:
2025-12-22 10:01:06 Error messages: []
2025-12-22 10:01:07 Error messages: []
2025-12-22 10:01:08 Error messages: []
These messages populate the log every few seconds until the job finishes, leading to unnecessary log growth
A product defect in the monitoring logic caused the agent to print an empty error array [] to the log at every poll interval, even when no errors were encountered.
Defect ID: DE181241
This issue has been resolved in the SAP BOBI Agent version 24.0.3.
Integration SAP BO 24.0.3 - Available
To resolve the issue, update the agent integration files:
agent-sap-bobi-24.0.3.zip package (or a newer version if available).lib directory with the updated versions from the 24.0.3 package.After the update, the Error messages: [] lines will no longer appear in the job reports unless an actual error is captured.
Public Title:
Handling display of unwanted errorMessage
Public Description:
Handling display of unwanted errorMessage