Smart/RESTART abends in module SRSXMQS in mixed Db2 and MQ environments.
search cancel

Smart/RESTART abends in module SRSXMQS in mixed Db2 and MQ environments.

book

Article ID: 436044

calendar_today

Updated On:

Products

Smart RRSAF Smart Restart

Issue/Introduction

A batch job using Smart/RESTART abends in module SRSXMQS following a restart. This typically occurs in environments where the application accesses both IBM Db2 and IBM MQ.

Cause

Smart/RESTART does not currently support automatic restart functionality for mixed Db2 and MQ environments when using the MQ Resource Manager Interface (RMI) specifically.

Resolution

To resolve the abend and allow the job to complete using standard Db2 restart logic, modify the RAINPUT command stream to use the Db2 RMI and remove specific abend trapping.

Implementation Steps

  1. Locate the RAINPUT DD statement in the job JCL.
  2. Replace the following entry: RMI(SRSRMQS) with RMI(SRSRDB2).
  3. Remove the following entry if present: ABEND_TRAP(U2006,A).
  4. Rerun the job.

If the abend persists after these changes, collect a new dump and contact Broadcom Support for further diagnostic analysis.