ExecuteMethod failed to execute module N0100042 business function MBFCustomerMaster

Siraj Ansari

Member
Following error is logged While I am querying record using BizTalk 2006 to JDEEnterpriseOne on MBFCustomerMaster. Please Help Me Friends,


XML Query : "9999" is the fresh Unique ID inserted, Secondly schema for (Query) is generated by BizTalk Automatically, Third little ambiguous but ActionCode “I” Stand for Query, “D” Stand for Delete, “A” Stands for Insert, “C” Stands for Update.


<ns0:MBFCustomerMaster xmlns:ns0="http://schemas.microsoft.com/[JDE://CALLBSFN/N0100042]">
<ns0:cActionCode>I</ns0:cActionCode>
<ns0:mnCustomerNumber>9999</ns0:mnCustomerNumber>
</ns0:MBFCustomerMaster>



ERROR MESSAGE :

1) System defined exception
Call to MBFCustomerMaster@JDE://CALLBSFN/N0100042
Implementation = JDE://CALLBSFN/N0100042

Source: JDE
Error Code: 1001 (0x3e9)
Cause: JDE://exception=JDEException (Unique ID <none>)
E-JDE0045: ExecuteMethod failed to execute module N0100042 business function MBFCustomerMaster. JDEdwards error message: java.lang.ArrayIndexOutOfBoundsException: 234 >= 234

Exception data:
struct JDEExceptionType =
StringBase JDEErrorMessage = "java.lang.ArrayIndexOutOfBoundsException: 234 >= 234"
Signed32 JDEErrorCode = 1001
Signed32 JDEIndex = -2


2) E-JDE0045: ExecuteMethod failed to execute module N0100042 business function MBFCustomerMaster. JDEdwards error message: java.lang.ArrayIndexOutOfBoundsException: 234 >= 234


Please Help Me Friends,
Thanking in Adavance,
Siraj Ansari.
 
Re: ExecuteMethod failed to execute module N0100042 business function MBFCustomerMaster

I dont know if this is valid or not, but when i call the MBFCustomerMaster i pass in 'I' for cActionCode, the number '1' for cProcessEdits and i cant remember but either the number '1' or '0' for szErrorMessageID, along with the customer number for mnCustomerNumber.
Those are the fileds ive been passing in to get results, not sure if there all required.
 
Back
Top