Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm trying to do SCD type 2 on mysql tables using TOS SCD components. But getting error stating -
"The code of tDBInput_1Process(Map<String,Object) is exceeding the 65535 bytes limit".
Please suggest what is the solution for this issue.
Hi,
as variant too many columns and/or columns names too long
65k it is a java limit for code module, with many columns AND long names it could happen
try to revise columns set, do all must be tracked as SCD?
cheers
Hi,
as variant too many columns and/or columns names too long
65k it is a java limit for code module, with many columns AND long names it could happen
try to revise columns set, do all must be tracked as SCD?
cheers