Hi,
i created a simple test job having a single data flow
Data flow holds the below objects
Source table 'abc' holding 2 fields x and y (x and y holds varchar datatype)
query transform
table comparision
key generation
target table 'pqr' holding 3 fields x,y and z (key generation field)
when i run the above job, the job is terminated showing error 01722
i am not doing any datatype conversions in the query transform.
could some one suggest on the above on how i can run the job succesfully