Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys i'm new to talend and i am having this ArrayIndexOutOfBoundsException
I checked similar topics here in the the community but most of it is related to migrating to other talend versions. for me it worked really fine before and now it doesn't, i'm using TOS 6.2.1 for data integration
this is a screenshot of the console error:
thank you.
.
Hi,
Could you please share the following details for an initial analysis?
a) Job screen shot
b) Schema screen shot for tOracleInput and tOracleOutput components
c) If you are using any string data type column in this schema, could you please share the maximum length of data you are expecting for that column
Most probably you are trying to load a very large data to a string with limited length in tOracle component.
Warm Regards,
Nikhil Thampi
Hi Nikhil
thank you for your response.
I tried removing the toracleoutput and adding it again and the job worked just fine.
think you again for your time.