Error when generating checksum on vector sub record column

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
rohit_mca2003
Participant
Posts: 41
Joined: Wed Oct 08, 2008 9:19 am

Error when generating checksum on vector sub record column

Post by rohit_mca2003 »

Hi,
I have a requirement where I have to generate checksum for vector sub record (records get combine based on key column) but while doing so I am getting below error:

"Traceback: Could not obtain stack trace; check that 'dbx' and 'sed' are installed and on your PATH"

I checked these are available at /usr/bin/ and as per other posts I have included 'APT_DISABLE_COMBINATION' in the job and set to true as well.

When I generate checksum on any other column (not sub record type) then job works fine.

Could anyone please help me to resolve this issue.

Thanks.
Rohit
Post Reply