IBM Support

BMXAA3456E - Failed To Perform Reorder Due To Exclusive Access By User

Technical Blog Post


Abstract

BMXAA3456E - Failed To Perform Reorder Due To Exclusive Access By User

Body

BMXAA3456E error is displayed while trying to run reorder manually or via crontask.

 

Diagnosing the problem:

Run the following query, replacing the XXXX by the Storeroom in question:

SELECT * FROM REORDERMUTEX WHERE LOCATION='XXXX';

 

Resolving the problem:

If that query returns any row, then delete the row by running:

DELETE FROM REORDERMUTEX WHERE LOCATION='XXXX';
 
The REORDERMUTEX table is a locking mechanism to make sure no two users are running a MR, Direct Issue or Storeroom Reorder at the same time.

 

The records could be left in the REORDERMUTEX table due to an unplanned power outage or any other abnormal server termination.

 

We can have Maximo automatically clear our reorder locks.

 

This can be done by configuring the MXE.REORDER.PREVIEWTIMEOUT property using System Properties application.

 

We can configure this setting to clear locks for a specified number of minutes after one has been recorded by the database. The default for this setting is 30 minutes.

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSLKT6","label":"IBM Maximo Asset Management"},"Component":"","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]

UID

ibm11112487