Describe failed because of missing column for FLD02I

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
lohtc
Participant
Posts: 1
Joined: Tue Jan 18, 2005 8:34 pm
Location: Singapore
Contact:

Describe failed because of missing column for FLD02I

Post by lohtc »

Hit the following error message when trying to move a column from 1 oracle table to another. The compilation is ok but validation failed.

Source field: varchar2(eight), date format in YYYYMMDD eg: 20051230
Destination field: date [when imported to Datastage becomes timestamp]

The tranformation string used:
StringToTimestamp(DSLink3.FLD02I:"000000","%yyyy%mm%dd%hh%nn%ss")

The exact FATAL error message:
"Describe failed because of missing column for FLD02I"

Note: FLD02I is actually an existing source column. The above work when Write Method = Upsert. Upon changing to Write Method = Load, the error is encountered.

Any help is appreciated.
Eric
Participant
Posts: 254
Joined: Mon Sep 29, 2003 4:35 am

Post by Eric »

Write Method = Load
After the job has failed - if you set the 'write method' property back to 'Load' does the job work again?

If not then what is the property "Write Mode" set to ?
timsmith_s
Participant
Posts: 54
Joined: Sun Nov 13, 2005 9:25 pm

Post by timsmith_s »

I am experiencing the same issue - is this a bug with the load/upsert settings of the oracle enterprise stage?
Post Reply