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, Uniqueness, Secondly schema for (insert ,Query ,Delete ,Update) 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.
 
Back
Top