Page 1 of 1

Compare stage

Posted: Fri Mar 11, 2005 5:18 am
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

Posted: Fri Mar 11, 2005 4:24 pm
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.