Problem with Hashed File settings

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
arsheshadri
Participant
Posts: 78
Joined: Wed Oct 26, 2005 6:12 am

Problem with Hashed File settings

Post by arsheshadri »

Hi,

I am using Hashed file for refering my rdbms table which is having 3 rows.
When I run the Job, the Input link for the Hashed file stage shows as 3 rows,0 rows/sec but the Output link shows as 0 rows,0 rows/sec.

When I checked the Output property of this Hashed File stage and clicked on View data, I am able to view all the 3 rows of the table.

Can some one suggest me whether I have done any wrong settings?

Thanks in Advance
Sheshadri
ukyrvd
Premium Member
Premium Member
Posts: 73
Joined: Thu Feb 10, 2005 10:59 am

Post by ukyrvd »

did u check the metadata on boths sides? like key clomuns.
BTW, what is the datatype for key column??
thank you
- prasad
ameyvaidya
Charter Member
Charter Member
Posts: 166
Joined: Wed Mar 16, 2005 6:52 am
Location: Mumbai, India

Post by ameyvaidya »

This happens when there is no matching row found in the hashed file for any input stream row. No row was fetched from the Hashed file for your run.

Nothing wrong in that. :wink:

Except if that is not what was expected (Rows should have matched!!!).
Amey Vaidya<i>
I am rarely happier than when spending an entire day programming my computer to perform automatically a task that it would otherwise take me a good ten seconds to do by hand.</i>
<i>- Douglas Adams</i>
arsheshadri
Participant
Posts: 78
Joined: Wed Oct 26, 2005 6:12 am

Post by arsheshadri »

Thanks guys..there was problem with Key columns and the rows were not matching..Now it is working.

Cheers,
Sheshadri
Post Reply