Fatal Error: It is illegal to set default row strategy to pass thru when the transformation scope is not ROW or when the data access mode is ARRAY for active Custom Transformation.
The Custom transformation procedure code uses the INFA_CTSetRowStrategy() function to define the default row strategy to pass through when the transformation scope is transaction or all input and the data access mode is row-based.
Change the transformation scope to row.
The procedure code for an active Custom transformation uses the INFA_CTSetRowStrategy() function to define the default row strategy to pass through and the data access mode is array-based.
Edit the procedure code and use the INFA_CTASetRowStrategy() function to define the default row strategy to pass through.