Page 1 of 1

CDC Stage - issue capturing deletes

Posted: Tue Oct 23, 2007 1:20 pm
by sapitke
hello there. i am running a job that compares latest extract with the before extract and captures new, updated and deleted records in a dataset each. change mode is set to "explicit keys, all values".

everything works beautifully except for the fact that "excluded as value" column on the dataset that has deleted records has null values in it. all the other columns have values except for this particular column. what is strange is that this column DOES NOT have null values in other datasets (such as updates dataset or the inserts dataset).

i have runtime column propagation on throughout the job and all the metadata is read from the schema files.

any clues why?

Posted: Tue Oct 23, 2007 2:20 pm
by chulett
Did you set 'Drop output for Delete' = false in the stage?

Posted: Tue Oct 23, 2007 2:31 pm
by sapitke
[i]Did you set 'Drop output for Delete' = false in the stage?[/i]

yes, i did. all the fields on the "deletes" dataset have values in them except for the key that is set as "excluded as value". this is bizzare.

thanks for replying.

Posted: Tue Oct 23, 2007 3:06 pm
by chulett
Suggest you try a Search for all terms with a phrase like "CDC deletes" and see if anything that comes up helps.