CC_DB2DBStatement::rejectRowAt, file CC_DB2DBStatement.cpp

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
zulfi123786
Premium Member
Premium Member
Posts: 730
Joined: Tue Nov 04, 2008 10:14 am
Location: Bangalore

CC_DB2DBStatement::rejectRowAt, file CC_DB2DBStatement.cpp

Post by zulfi123786 »

A job with DB2 connector stage is failing with the beloww error

Code: Select all

CC_DB2DBStatement::rejectRowAt, file CC_DB2DBStatement.cpp, line 2,795 
I ran the below command to take a look into the .cpp file metioned in the log from within the Project directory

Code: Select all

find ./ -name CC_DB2DBStatement.cpp 
Astonishingly nothing turned up in the find results.

Is this a temporary runtime file that is cleared after job completes (either successfully or aborts)
- Zulfi
Post Reply