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.



Unable to Delete Asset using MIF - NO error, Just does not delete

From: Goni (2012-03-10 23:58)

Using following XML:
<?xml version="1.0" encoding="utf-8"?>
<SyncMXASSET xmlns="http://www.ibm.com/maximo" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<MXASSETSet>
<ASSET action="Delete">
<ASSETNUM>AS90002898</ASSETNUM>
<SITEID>IT</SITEID>
<ORGID>ORGID1</ORGID>
</ASSET>
</MXASSETSet>
</SyncMXASSET>
Any one has any idea what am I missing?


From: jip_jodela (2012-03-12 04:38)

You might want to verify if you can delete the asset via the normal UI.
If so, enable the MXASSET Publish Channel and see what XML is produced when deleting an asset via the UI. Then use that XML as a template for you Enterprise Service.
Regards,
Jip
--- In MAXIMO@yahoogroups.com, "Goni" <gonibal@...> wrote:
>
> Using following XML:
>
> <?xml version="1.0" encoding="utf-8"?>
> <SyncMXASSET xmlns="http://www.ibm.com/maximo" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
> <MXASSETSet>
> <ASSET action="Delete">
> <ASSETNUM>AS90002898</ASSETNUM>
> <SITEID>IT</SITEID>
> <ORGID>ORGID1</ORGID>
> </ASSET>
> </MXASSETSet>
> </SyncMXASSET>
>
> Any one has any idea what am I missing?
>