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.



Initiating an ASSET move through the MIF

From: John Ballnik (2013-10-24 10:23)

Hi Gang,
Has anyone been able able to perform an ASSET move with the MIF?  I'm using the specified non-persistent fields accordingly but to no avail.  I've been reading some post on the net mentioning that it is not possible.  Any thoughts?
John


From: Ian Wright (2013-10-25 07:24)

I have just completed an interface between SAP and MAXIMO one of the things we do is asset moves with the out of the box MXASSETInterface the message I send is :-
I use an alternate key of serialnum and wmsitemnum to identify the asset if it doesn't exist it also creates the asset
This one created the asset and put it in the location of the work order.
<?xml version="1.0"?>
<ns0:SyncMXASSET xmlns:ns0="http://www.ibm.com/maximo" messageID="c595fa96-cf86-488c-9df6-a87130357172">
<ns0:MXASSETSet>
<ns0:ASSET action="AddChange">
<ns0:ASSETTYPE>PRODUCTION</ns0:ASSETTYPE>
<ns0:ITEMSETID>4001</ns0:ITEMSETID>
<ns0:LOCATION/>
<ns0:ORGID>4000</ns0:ORGID>
<ns0:REFWO>WO40000274</ns0:REFWO>
<ns0:SERIALNUM>99999999</ns0:SERIALNUM>
<ns0:SITEID>4001</ns0:SITEID>
<ns0:STATUS>ACTIVE</ns0:STATUS>
<ns0:WMSITEMNUM>41000063</ns0:WMSITEMNUM>
</ns0:ASSET>
</ns0:MXASSETSet>
</ns0:SyncMXASSET>
This one moved it from the work orders location into the OSREPAIR (onshore repair location)
<?xml version="1.0"?>
<ns0:SyncMXASSET xmlns:ns0="http://www.ibm.com/maximo" messageID="eb34e28e-75a5-4091-83f1-0caa626d2c4d">
<ns0:MXASSETSet>
<ns0:ASSET action="AddChange">
<ns0:ASSETTYPE>PRODUCTION</ns0:ASSETTYPE>
<ns0:ITEMSETID>4001</ns0:ITEMSETID>
<ns0:LOCATION>OSREPAIR</ns0:LOCATION>
<ns0:ORGID>4000</ns0:ORGID>
<ns0:REFWO>WO40000203</ns0:REFWO>
<ns0:SERIALNUM>666</ns0:SERIALNUM>
<ns0:SITEID>4001</ns0:SITEID>
<ns0:STATUS>ACTIVE</ns0:STATUS>
<ns0:WMSITEMNUM>41000063</ns0:WMSITEMNUM>
</ns0:ASSET>
</ns0:MXASSETSet>
</ns0:SyncMXASSET>
From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of John Ballnik
Sent: 24 October 2013 18:24
To: MAXIMO@yahoogroups.com
Subject: [MAXIMO List] Initiating an ASSET move through the MIF
Hi Gang,
Has anyone been able able to perform an ASSET move with the MIF? I'm using the specified non-persistent fields accordingly but to no avail. I've been reading some post on the net mentioning that it is not possible. Any thoughts?
John
GDF SUEZ E&P UK Ltd (Company Number 3386464), registered in England and Wales with a registered office address at: 40 Holborn Viaduct, London, EC1N 2PB.
**************************************************************************************************************
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the system manager.
**************************************************************************************************************