Change Data Apply 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
nekkalapudi
Participant
Posts: 21
Joined: Tue Jul 18, 2006 2:38 pm

Change Data Apply Stage

Post by nekkalapudi »

Hi,

I am using change data capture and change data apply stages.
Change data apply stage is writing warning log for each new record.
Is there a way to prevent this..?

Any help is greatly appreciated.

Thanks,
Omkar
kris007
Charter Member
Charter Member
Posts: 1102
Joined: Tue Jan 24, 2006 5:38 pm
Location: Riverside, RI

Post by kris007 »

What is the warning message and what are you trying to do with those two stages? A small description would help.
Kris

Where's the "Any" key?-Homer Simpson
nekkalapudi
Participant
Posts: 21
Joined: Tue Jul 18, 2006 2:38 pm

Post by nekkalapudi »

kris007 wrote:What is the warning message and what are you trying to do with those two stages? A small description would help.
I was using two key columns.
The message [ITEM=34,LOCATION=02] not in before...
Actually there is about 100000 log entries, which couldn't view. It's hanging.

Thanks,
Omkar
kris007
Charter Member
Charter Member
Posts: 1102
Joined: Tue Jan 24, 2006 5:38 pm
Location: Riverside, RI

Post by kris007 »

From what you have given it's hard to find out what exactly is causing error. My suggestion would be to check and make sure you are meeting all the requirements and settings needed by those two stages in question like key partitioning and sorting, before input sets to both stages being same etc.
Kris

Where's the "Any" key?-Homer Simpson
Mike
Premium Member
Premium Member
Posts: 1021
Joined: Sun Mar 03, 2002 6:01 pm
Location: Tampa, FL

Post by Mike »

:idea: You might want to do your initial unit testing with something less than 100,000 records.

Mike
Post Reply