Maximo Spatial Update field with current displaying error
While creating a work order using the pop up map to select asset it is usually possible to select the asset directly from map and update the field using the selected Asset on the Map using the Update field with current Option from the Results dialog box.
Unfortunately we were getting below error as popup as well as in the error logs. Application/exception loggers need to be in debug mode for it to appear in logs.
1.
[DEBUG] [MXServer] [] Generated
exception
psdi.util.MXApplicationException: BMXAA0090E - Asset ACE is not a
valid asset, or its status is not an operating status.
Source of the issue seemed to originate from below OOB file
Line:2019 - psdi.webclient.controls.gis.SpatialDispatcherManager
SELECT m.OBJECTNAME , m.ATTRIBUTENAME , m.PRIMARYKEYCOLSEQ FROM MAXATTRIBUTE m
WHERE m.PRIMARYKEYCOLSEQ IS NOT NULL
AND m.OBJECTNAME='ASSET'
ORDER BY m.OBJECTNAME , m.PRIMARYKEYCOLSEQ ;
After modifying the primary key column sequence and restarting the server the error seemed to have got resolved and we were able to set Asset Num using the map.

Comments
Post a Comment