In Source table AAT_TECHNICIAN
column has datatype varchar(max)
and in destination dimension table having column TechnicianName with datatype varchar(max)
then SCD transform done to load from source to destination. After execute package error came. For other transform also same error is coming.
Error: The "Slowly Changing Dimension input Columns[AAT_TECHNICIANS]" has a long object data type of DT_TEXT, DT_NTEXT, or DT_IMAGE, which is not supported.
As you can see, SSIS SCD doesn't support these datatypes. There are probably two options: