Partition Issue

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
srini.dw
Premium Member
Premium Member
Posts: 186
Joined: Fri Aug 18, 2006 1:59 am
Location: Chennai

Partition Issue

Post by srini.dw »

Hi Guys,

The job design is

Code: Select all

                               Seq
                               | 
                               v
DataSet -> Column_Generator -> Lkp -> Copy -> Oracle connector
When I run the job in 2 nodes, Iam getting the count matched between src and target.

But when running the job in 1 node, the count is coming less.
Partition I have kept Same in all the stages. Lkp reference is kept as Entire.
Key columns in Oracle connector are ID, AEID, ECODE.
Key column in dataset is ArchiveID.

Any thoughts or help would be appreciated.

Thanks,
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

If you view the performance statistics in your DataStage developer, where are the row counts shown different? Are you losing the rows in your lookup stage or elsewhere? Also, what is your action the lookup stage for unmatched rows?
srini.dw
Premium Member
Premium Member
Posts: 186
Joined: Fri Aug 18, 2006 1:59 am
Location: Chennai

Post by srini.dw »

Thanks for the reply.

In the Oracle connector, update query was not correct, have corrected it and re-run the job. Its working fine now.

Thanks,
Post Reply