we are getting code size exceeding the 65535 bytes limit error
hi,
please provide the solution for the below mentioned issue.
Issue: if i eanble CSV Option in iFileInputDelimited component, in the code for the job we are getting size exceed error.
In this job we have arround 180 field in the schema(tJavaRow component), even some time tJavaRow_2 component if we are adding more code same error we are getting. we can't able to implement more changes in this job,
please provide solution or suggession to overcome this issue.
Error Message: The code of method tFileInputDelimited_1Process(Map<String,Object>) is exceeding the 65535 bytes limit
Error Method Code: public void tFileInputDelimited_1Process(
final java.util.Map<String, Object> globalMap)
throws TalendException {
globalMap.put("tFileInputDelimited_1_SUBPROCESS_STATE", 0);
Talend Software: "Talend Integration Suite - Team Edition"
Version: 4.0.2
Thanks in advance,
G.Suresh
hi, how to pass the value to sub jobs and in subjob how to proceed that value to further (through row_main) process please provide any sample. thanks, G.Suresh
Do you need all the columns in your db input queries? Can you do the joins in a single query? What's the rest of the job doing? You could split on your tFileOutputDelimited and use it as a tFileInputDelimited to the next job. That won't change any of the logic.