Page 1 of 1

could not use RCP with checksum stage

Posted: Sun Oct 30, 2011 9:13 pm
by changming
I try to build a common job to read any data set file and append checksum column and write the output into another dataset. In the source dataset file stage there is no column specified and I trun on the Runtime column propagation option.
when I run the job, the job aborted with error message :
PT_CombinedOperatorController,3: Failure during execution of operator logic.
can anyone tell me whether RCP can be use in such occasion?
thanks

Re: could not use RCP with checksum stage

Posted: Sun Oct 30, 2011 9:33 pm
by SURA
Yes you can , when you choose the option "Use all colums" in check sum stage.

DS User

Posted: Sun Oct 30, 2011 9:44 pm
by changming
Thanks for your reply.
I did do as you said and job aborted before I asked this question in this forum. Can anyone tell me any tricky thing I have to pay attention to make it work?

Posted: Sun Oct 30, 2011 9:52 pm
by ray.wurlod
No we can't. The job may have aborted for a completely unrelated reason. Please post the exact error message(s) from the aborted job's log.

Posted: Sun Oct 30, 2011 10:00 pm
by changming
Hi
the errors are
APT_CombinedOperatorController(1),1: Failure during execution of operator logic.
--repeat 3 times
APT_CombinedOperatorController(1),0: Internal Error: (!exportLog_->hasError()): checksum/checksum.C: 379
Traceback: Could not obtain stack trace; check that 'dbx' and 'sed' are installed and on your PATH
--repeat 3 times
main_program: APT_PMsectionLeader(3, node3), player 2 - Unexpected exit status 1.
--repeat 3 times
if the source is ODBC connector, the whole logic worked. it is just not working on datasets file.

Posted: Mon Oct 31, 2011 11:53 am
by ray.wurlod
Disable operator combination and run again, so that we (and you) can determine which stage, or operator, is throwing the error.