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.



re: Initiating an ASSET move through the MIF

From: ewald caspari 2 (2013-10-25 10:11)

Hi there,
in Maximo 6 you had to provide the ASSETTRANS Object in the integration object
to keep the history of the moves. I'm just in the process of migration to 7.5
and don't know yet if this still is neccessary.
Regards
Ewald
-----
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>
...


From: Ian Wright (2013-10-25 08:51)

I do get history and there is no asset trans in the MXASSET object structure

From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of ewald caspari 2
Sent: 25 October 2013 09:12
To: Maximo Group
Subject: [MAXIMO List] re: Initiating an ASSET move through the MIF


Hi there,
in Maximo 6 you had to provide the ASSETTRANS Object in the integration object to keep the history of the moves. I'm just in the process of migration to 7.5 and don't know yet if this still is neccessary.

Regards
Ewald


-----

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>

...


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.
**************************************************************************************************************


From: John Ballnik (2013-10-25 07:52)

Wow...I was over thinking this.  Thanks so much Ian, that worked!!
On Friday, October 25, 2013 1:51 AM, Ian Wright <ian.wright@gdfsuezep.co.uk> wrote:

 
I do get history and there is no asset trans in the MXASSET object structure
 
From:MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of ewald caspari 2
Sent: 25 October 2013 09:12
To: Maximo Group
Subject: [MAXIMO List] re: Initiating an ASSET move through the MIF
 
 
Hi there,
in Maximo 6 you had to provide the ASSETTRANS Object in the integration object to keep the history of the moves. I'm just in the process of migration to 7.5 and don't know yet if this still is neccessary.
 
Regards
Ewald
 
 
-----
 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>
...
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.
****************************************************************************************************************************************************************************************