Technote (troubleshooting)
Problem(Abstract)
Reorder preview for Direct Issue Items and Services fails with the error BMXAA4214E.
Symptom
Reorder preview for Direct Issue Items and Services fails with the following error :
"BMXAA4214E - An unknown error has occurred. Please contact your system administrator for assistance.
psdi.app.item.itemOrgInfo "
Environment
BS 7117
Resolving the problem
Steps to replicate problem:
1. Go to the Service Items application.
2. Select Action - Reorder\ Reorder Direct Issue Itms/Svcs.
3. Click Preview.
Error "BMXAA4214E - An unknown error has occurred.
Please contact your system administrator for assistance.
psdi.app.item.ItemOrgInfo". Will come up.
This error is caused by ITEMORGINFO data.
Run the query below:
SELECT A.ITEMNUM, B.STATUS FROM WPITEM A, ITEMORGINFO B WHERE
A.LINETYPE = 'STDSERVICE'
AND A.ITEMNUM = B.ITEMNUM
AND A.ORGID = B.ORGID
AND B.STATUS <> 'ACTIVE';
If there are any records whose ITEMORGINFO's status is not ACTIVE, you will then get the BMXAA4214E error.
cf) This error is quite generic. If you apply the latest Hot-fix for Maximo 7.1.1.7, the error will be more detailed, like below.
Steps to replicate problem
1. Go to the Service Items Application.
2. Select the service item causing that issue.
3. Select Action - Service Item/Organization Details. Change status to ACTIVE.
To sum up, ACTIVE status items would be reordered without any error.
You need to check ITEM's status, ITEMORGINFO's status.
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.