Fatal Error: Invalid Julian day - Direct table to table load

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
HemaV
Participant
Posts: 63
Joined: Wed Jan 09, 2008 1:38 am
Location: Bangalore

Fatal Error: Invalid Julian day - Direct table to table load

Post by HemaV »

Hi All,
I am performing direct loading of data from table to table. Same table name and same structure used in two different schemas.
Still I'm getting the below error:
Fatal Error: Invalid Julian day

How to resolve this issue.

Design:
ORA stage to COPY stage to ORA stage.

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

Post by ray.wurlod »

What is the Oracle date picture? What is the DataStage date picture? They have to be functionally the same.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
HemaV
Participant
Posts: 63
Joined: Wed Jan 09, 2008 1:38 am
Location: Bangalore

Post by HemaV »

Thanks for the above query. I will check on this.

I tried using TimestamptoDate function in transformer for the date columns then the job worked fine.
Post Reply