Skip to main content

Error BMXAA7170E when clicking 'Insert Button' for new classification


Technote (troubleshooting)


Problem(Abstract)

The error "BMXAA7170E - The remote object of the server cannot be accessed because a network error occurred on the server. null" might be encountered when clicking 'Insert Button' for a new classification.

Resolving the problem

The root cause of this error is that the CLASSSTRUCTUREID attribute does not have an AUTOKEY setting.

CLASSSTRUCTUREID should have an AUTOKEY setting. When trying to add a new class structure, the CLASSSTRUCTURE object's Mbo class (psdi.app.assetcatalog.ClassStructure)'s Add method will be invoked. add() method will try to get autokey for CLASSSTRUCTUREID.

" public void add()
throws MXException, RemoteException
{
getMboValue("classstructureid").autoKey();
~~
"
You will get the error BMXAA7170E if there is no autokey setting for CLASSSTRUCTUREID.

To resolve this issue:
1. Go to the Database Configuration application, find the CLASSSTRUCTURE object and find CLASSSTRUCTUREID on the Attributes tab

2. Enter CLASSSTRUCTUREID in the 'Autonumber' field.
- You will then get the screen below. Click Yes.


3. Enter &AUTOKEY& in the 'Default Value' field and Save.


4. In Admin Mode, do Select Action 'Apply Configuration Changes' in List Tab.
- Turn Admin Mode OFF.

The problem will be fixed.

Rate this page:

(0 users)Average rating

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.

Rate this page:


(0 users)Average rating

Add comments

Document information

IBM Maximo Asset Management

Classifications


Software version:
7.1.1, 7.5


Operating system(s):
Platform Independent


Reference #:
1586240


Modified date:
2013-01-24

Translate my page

Content navigation