Compare stage

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
rajeev_prabhuat
Participant
Posts: 136
Joined: Wed Sep 29, 2004 5:56 am
Location: Chennai
Contact:

Compare stage

Post by rajeev_prabhuat »

Hi,

I am having two files and i want to compare those files and put the output to another dataset. I have specified the key fields that are to be used to compare and have applied Hash Partitioning with the sort columns. The job is running fine but when i view the output i am getting the following error:
Error Executing View Data command:

##E TOPK 000000 11"09"54 (004) <_PEEK_IDENT_> Input dataset does not have feild: "name"
Can anyone tell me why this error has come up.

Regards,
Rajeev Prabhu
T42
Participant
Posts: 499
Joined: Thu Nov 11, 2004 6:45 pm

Post by T42 »

It means what it says: The input dataset does not have "name". You may have defined it in your metadata, but if the database don't have that field, it won't show up.

Use the DataSet Management tool to observe the defined metadata for the input dataset.
Post Reply