<_PEEK_IDENT_> Input dataset does not have field:

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
gssr
Participant
Posts: 243
Joined: Fri Jan 09, 2009 12:51 am
Location: India

<_PEEK_IDENT_> Input dataset does not have field:

Post by gssr »

I am merging two dataset to one

I find the error as follows,

<_PEEK_IDENT_> Input dataset does not have field: "sstatus".


Any idea about this....
RAJ
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

I don't know... perhaps one of your input datasets does not have the field "sstatus"?
-craig

"You can never have too many knives" -- Logan Nine Fingers
gssr
Participant
Posts: 243
Joined: Fri Jan 09, 2009 12:51 am
Location: India

Post by gssr »

One Input datset is having that field and i am merging with the other dataset..
The Job run finished ok with this warning....

When i try to use the output dataset as input in another job, the same warning came and the job gets aborted....

Any Suggestions....
RAJ
gssr
Participant
Posts: 243
Joined: Fri Jan 09, 2009 12:51 am
Location: India

Post by gssr »

Other Warnings related to this are..


.

Code: Select all

 When checking operator:The modify operator has a binding for the non-existent output field "sstatus".
When checking operator: The modify operator keeps field "sstatus" which is not present in the output interface
RAJ
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Search for those messages here, you're not the first person to ask about them.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Is runtime column propagation (RCP) enabled?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
gssr
Participant
Posts: 243
Joined: Fri Jan 09, 2009 12:51 am
Location: India

Post by gssr »

Yes, it was enabeled.....
RAJ
gssr
Participant
Posts: 243
Joined: Fri Jan 09, 2009 12:51 am
Location: India

Post by gssr »

I tried to develop a new job for the same execution and its now running fine,
I still dont know which was the problem that throws the error..
I am going through it..

Thank you all for your comments,
RAJ
Post Reply