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.



Adding Actual Materials through the MIF

From: John Ballnik (2012-10-22 17:19)

Hey Gang,
I'm trying to add actual Materials through the MIF and even though I have an ITEM NUMBER in my XML file, I'm still getting the following error
BMXAA1298E - The error message failed during reprocessing.
BMXAA1827E - Please enter either an item or description to complete this transaction.
any ideas?
thanks,
John B


From: Incomm Solutions Inc. (2012-10-22 22:49)

What's the Line Type?



From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of
John Ballnik
Sent: October-22-12 5:20 PM
To: MAXIMO@yahoogroups.com
Subject: [MAXIMO List] Adding Actual Materials through the MIF


Hey Gang,
I'm trying to add actual Materials through the MIF and even though I have an
ITEM NUMBER in my XML file, I'm still getting the following error
BMXAA1298E - The error message failed during reprocessing.
BMXAA1827E - Please enter either an item or description to complete this
transaction.
any ideas?
thanks,
John B


From: Ian Wright (2012-10-23 07:54)

Are you trying to add directly into the matusetrans table ?
From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of Incomm Solutions Inc.
Sent: 23 October 2012 06:49
To: MAXIMO@yahoogroups.com
Subject: RE: [MAXIMO List] Adding Actual Materials through the MIF
What's the Line Type?
From: MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com> [mailto:MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>] On Behalf Of
John Ballnik
Sent: October-22-12 5:20 PM
To: MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>
Subject: [MAXIMO List] Adding Actual Materials through the MIF
Hey Gang,
I'm trying to add actual Materials through the MIF and even though I have an
ITEM NUMBER in my XML file, I'm still getting the following error
BMXAA1298E - The error message failed during reprocessing.
BMXAA1827E - Please enter either an item or description to complete this
transaction.
any ideas?
thanks,
John B
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 (2012-10-23 08:01)

ITEM
________________________________
From: Incomm Solutions Inc. <shannonrotz@yahoo.ca>
To: MAXIMO@yahoogroups.com
Sent: Monday, October 22, 2012 10:49 PM
Subject: RE: [MAXIMO List] Adding Actual Materials through the MIF

 
What's the Line Type?
From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of
John Ballnik
Sent: October-22-12 5:20 PM
To: MAXIMO@yahoogroups.com
Subject: [MAXIMO List] Adding Actual Materials through the MIF
Hey Gang,
I'm trying to add actual Materials through the MIF and even though I have an
ITEM NUMBER in my XML file, I'm still getting the following error
BMXAA1298E - The error message failed during reprocessing.
BMXAA1827E - Please enter either an item or description to complete this
transaction.
any ideas?
thanks,
John B


From: Ian Wright (2012-10-23 15:22)

This works for me you can only issue from a store
<?xml version="1.0" encoding="UTF-8"?>
<SyncMXINVISSUE xmlns="http://www.ibm.com/maximo">
<MXINVISSUESet>
<MATUSETRANS action="Add">
<ISSUETYPE>ISSUE</ISSUETYPE> -- options are RETURN or ISSUE
<ITEMNUM>CDI-PR00012868</ITEMNUM>
<ITEMSETID>4001</ITEMSETID>
<ORGID>4000</ORGID>
<QUANTITY>1</QUANTITY>
<WONUM>1008</WONUM>
<SITEID>4001</SITEID>
<STORELOC>40014001</STORELOC> -- storeroom name
<OWNERSYSID>EXTSYS1</OWNERSYSID>
</MATUSETRANS>
</MXINVISSUESet>
</SyncMXINVISSUE>
From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of Incomm Solutions Inc.
Sent: 23 October 2012 06:49
To: MAXIMO@yahoogroups.com
Subject: RE: [MAXIMO List] Adding Actual Materials through the MIF
What's the Line Type?
From: MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com> [mailto:MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>] On Behalf Of
John Ballnik
Sent: October-22-12 5:20 PM
To: MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>
Subject: [MAXIMO List] Adding Actual Materials through the MIF
Hey Gang,
I'm trying to add actual Materials through the MIF and even though I have an
ITEM NUMBER in my XML file, I'm still getting the following error
BMXAA1298E - The error message failed during reprocessing.
BMXAA1827E - Please enter either an item or description to complete this
transaction.
any ideas?
thanks,
John B
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.
**************************************************************************************************************