Hi All
We have a sender RFC adapter and it is throwing the above exception when ever data is pushed from R/3.
We observerd that we are getting this error when data is sent in one of the table structure of the RFC.
I have stopped/started the adapter, reimported the RFC structure.
Nothing worked.
<b>Exact Error : - Error: 2007-01-04 18:28:53 PST: java.lang.ArrayIndexOutOfBoundsException: 24</b>
Any suggestions would be greatly appreciated.
Thanks and Regards
NagaKishore V
null
Hi,
Do you have some UDF in XI uin your mapping? This looks like some problem with some custom code. Check your UDF's and test your mapping using this blog and see if you get the same error and then debug the same,
/people/michal.krawczyk2/blog/2005/09/16/xi-how-to-test-your-mapping-in-real-life-scenarios
Regards
Bhavesh
Hi,
It could be that you have tested your mpping in your IR before, but it wouldnt be for all conditions... So as suggested in the Blog provided by Bhavesh just do the test of your mapping again.... It could be something to do with context.... So just check ur context set also.
Regards,
Abhy
Hi Kishore,
This is exception raised mostly, in user defined functions only, there might be a situation in runtime where you are trying to access an element of an array which dosent exist, please send the userdefined functions, so that we can have a more clear picture of it.
Cheers
Nagesh
Hi Kishore,
This is exception raised mostly, in user defined functions only, there might be a situation in runtime where you are trying to access an element of an array which dosent exist, please send the userdefined functions, so that we can have a more clear picture of it.
Cheers
Nagesh
Add a comment