How to load a seq file with some metadata exception

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
Champa
Participant
Posts: 88
Joined: Wed Dec 14, 2005 1:44 pm

How to load a seq file with some metadata exception

Post by Champa »

Team,

I am getting the following error

MIB..Sequential_File_0.DSLink2: read_delimited() - row 17, column ROUTER_IP_ADDRESS, required column missing

Please help

Tx
Champa
kool78
Participant
Posts: 104
Joined: Sat Aug 20, 2005 2:02 pm

Post by kool78 »

hi


Make sure of your Metadata. You might be missing some coulmns in metadata. Reload the metadata in sequential file stage it would solve your problem.
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Inspect that row 17. Go to that column and inspect that.
The seq. file is getting a carrige return on row 17, where as it expects a column delimiter.
Tell me this, ROUTER_IP_ADDRESS, is that your last column in the file?
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
Post Reply