Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Exception in thread "main" java.lang.Error: Unresolved compilation problem:
The code of method tMysqlInput_1Process(Map<String,Object>) is exceeding the 65535 bytes limit
at academia.rechnungsexportv3_0_1.RechnungsExportv3.tMysqlInput_1Process(RechnungsExportv3.java:54426)
at academia.rechnungsexportv3_0_1.RechnungsExportv3.tMysqlConnection_1Process(RechnungsExportv3.java:2961)
at academia.rechnungsexportv3_0_1.RechnungsExportv3.runJobInTOS(RechnungsExportv3.java:50183)
at academia.rechnungsexportv3_0_1.RechnungsExportv3.main(RechnungsExportv3.java:50040)
If you only need 1 value from each of the lookups (wouldn't it be more like one value and at least one lookup key?) then you can write the SQL inside the db components to only return the required the columns. You will have to ensure you have your schema columns set up accordingly, but this will remove a lot of lines of Java code.