SAP BO Publication Job integration creates unnecessary empty error messages in agent log.
search cancel

SAP BO Publication Job integration creates unnecessary empty error messages in agent log.

book

Article ID: 441684

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine Automic SaaS

Issue/Introduction

Symptoms

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

Environment

  • Product: Automic Workload Automation / SAP BO Integration
  • Component: Integration.SAP.BO
  • Versions: Prior to 24.0.3

Cause

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

Resolution

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:

  1. Download the agent-sap-bobi-24.0.3.zip package (or a newer version if available).
  2. Stop the Agent service.
  3. Replace the existing JAR files in the agent's lib directory with the updated versions from the 24.0.3 package.
  4. Restart the Agent service.

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