I can't duplicate an existing application in IBM Maximo 7.6.1: Error BMXAA0936E

I can't duplicate an existing application in IBM Maximo 7.6.1: Error BMXAA0936E

Request For Help

"I want to duplicate an existing application in the Application Designer but importfailed error occurs when I try to save it."

Look At The Exception

Error: null id on node 'customcomponent' MXApplicationException: designer#missingid

No alt text provided for this image

In this example customcomponent is a custom component used in the application I want to duplicate.

The error occurs because the component was not properly defined.

Resolving The Problem

If you are trying to fix this error view the custom component's control-registry and component-registry XML files inside folder "maximo/applications/maximo/properties/registry-extensions" and make sure both files contains the property "id" tag inside the control-descriptor tag.

    <control-descriptor name="customcomponent"
        <property-list>
            <property name="id">
                <flag name="final" />
            </property>
        </property-list>        

Once edited you have to build EAR file, deploy it, and start Maximo server.

IBM Maximo 7.6.1: Error BMXAA0936E

To view or add a comment, sign in

More articles by Fausto Busuito

Explore topics