Change data Capture Warning[api/transfer_rep.C:1832]

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
deepa_shenoy
Participant
Posts: 95
Joined: Thu Sep 24, 2009 12:15 am
Location: India

Change data Capture Warning[api/transfer_rep.C:1832]

Post by deepa_shenoy »

Hi,

I am constantly getting this warning while using the Change data Capture Stage:

When checking operator: Defaulting "PD_GRD_EFF_DT" in transfer from "beforeRec" to "outputRec". [api/transfer_rep.C:1832]

I have 5 columns in Reference link and 6 columns in Primary link and the 6 th column of the primary (after) link is throwing this warning.
Change Mode is 'Explicit Keys & Values'

Need help ASAP.

Thanks.

Deepa
JSWARBRI
Participant
Posts: 14
Joined: Fri Jan 23, 2004 8:37 am

Post by JSWARBRI »

You're getting this warning because you don't have the column "PD_GRD_EFF_DT" in your before dataset.
deepa_shenoy
Participant
Posts: 95
Joined: Thu Sep 24, 2009 12:15 am
Location: India

Post by deepa_shenoy »

I have it in my Before link as well. Even when I include it, it throws be the same warning as I have not put it under Change Value nor Change Key.

I don't want to compare that column and its not a part of the key but I want it from my After Link.
deepa_shenoy
Participant
Posts: 95
Joined: Thu Sep 24, 2009 12:15 am
Location: India

Post by deepa_shenoy »

I have it in my Before link as well. Even when I include it, it throws be the same warning as I have not put it under Change Value nor Change Key.

I don't want to compare that column and its not a part of the key but I want it from my After Link.
shivajid2k
Participant
Posts: 19
Joined: Mon Feb 14, 2005 11:34 pm

Post by shivajid2k »

Is the columns in both data sets are in same order with same data types?
shivajid2k
Participant
Posts: 19
Joined: Mon Feb 14, 2005 11:34 pm

Post by shivajid2k »

Is the columns in both data sets are in same order with same data types?
deepa_shenoy
Participant
Posts: 95
Joined: Thu Sep 24, 2009 12:15 am
Location: India

Post by deepa_shenoy »

Same data types but different order.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Try using identical metadata (same order) on all links.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
deepa_shenoy
Participant
Posts: 95
Joined: Thu Sep 24, 2009 12:15 am
Location: India

Post by deepa_shenoy »

I gave the same order. The warning still persists.
Post Reply