Maximo List Archive

This is an archive of the Maximo Yahoo Community. The content of this pages may be a sometimes obsolete so please check post dates.
Thanks to the community owner Christopher Wanko for providing the content.



Condition Monitoring MIF and Assets

From: goolia13 (2016-07-11 10:25)

I am trying to load condition points on assets via MIF.

I have set up an object structure that contains the following :


Object Parent Object Relationship MEASUREPOINT ASSET MEASUREPOINT ASSET ASSETMETER MEASUREPOINT ASSETMETER LOCATIONS MEASUREPOINT LOCATION LOCATIONMETER MEASUREPOINT LOCATIONMETER MEASUREMENT MEASUREPOINT MEASUREMENT METER MEASUREPOINT METER POINTWO MEASUREPOINT POINTWO CHARPOINTACTION MEASUREPOINT CHARPOINTACTION
I set up a flat file that contains the following:

EXTFLAT,SC_CONDMON,Change

ASSET_ASSETNUM,METER_DESCRIPTION,METER_METERNAME,JPNUM,VALUE,ORGID,SITEID


I am getting the error:

BMXAA5861E - Cannot create XML from data in a flat file or an interface table because the data does not include all mandatory key values


Does anyone have experience with loading condition points on Assets? I should note that this is a characteristic meter and does not require upper and lower limits.




From: maximal (2016-07-11 13:21)

How do you know you have all the mandatory key values?

---In MAXIMO@yahoogroups.com, <goolia13@yahoo.com> wrote :
I am trying to load condition points on assets via MIF.
I am getting the error:


BMXAA5861E - Cannot create XML from data in a flat file or an interface table because the data does not include all mandatory key values


From: =?utf-8?B?aGVybsOhbiByaW5jw7Nu?= (2016-07-12 01:55)

If you are trying to upload data related with assets, take into account that locationmeter does not have to do with condition monitoring so you can discard that table . In the other hand my suggest is go and look for the definition tables involved in assets for condition monitoring and you will see for null and not null columns, based on that u will find the missing columns you have to use.
Bye