Problem With TimeStamp

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
Madhusv
Participant
Posts: 35
Joined: Sat May 07, 2005 1:38 am
Contact:

Problem With TimeStamp

Post by Madhusv »

Hi ALL,

The problem is :
In Oracle table the datatype of one field is Timestamp which is not interprted by Datastage Timestamp.

The error is as below.


main_program: Internal Error: (colDesc):orautils.C: 1714: getColDesc failed.
Traceback: Could not obtain stack trace; check that 'dbx' and 'sed' are installed and on your PATH

Regards,
Madhu
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Have you verified that executables for sed and dbx are both installed on your machine, and that their parent directories are referred to in your PATH environment variables for DataStage processes - that is, the PATH set up in the dsenv script?

That is, have you taken the investigative/remedial action suggested by the error message before posting?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply