Quantcast
Channel: Project Customization and Programming forum
Viewing all articles
Browse latest Browse all 5347

DQS in SSIS - Unable to Composite domain - Unable to select columns in DQS Cleansing Transformation Editor

$
0
0

Hi

I am trying to create a SSIS package with DQS Cleansing task. I am unable to get the failure reason of composite domain in SSIS even though it’s able when we run in DQS  Below is the similar structure of how my data will look.

 I have to 2 columns Country and State. Country cannot be empty and State is required when Country is USA. 

So for this I have created 2 Domains

1<sup>st</sup> Domain State DQS_Null as Valid and 2<sup>nd</sup> Domain Country DQS_Null is invalid 

3<sup>rd </sup>Composite Domain CountryStateValidation If Country is USA then state not empty.

When I run this in DQS project after mapping Country input with Country Domain and state input with state domain and selected my CD in View select composite domains I am able to see the column CountryStateValidationSource CountryStateValidationOutput CountryStateValidationStatus CountryStateValidationReason but when I create a SSIS package with this cleansing task I can’t.              

In SSIS I mapped Country with Country State with State. Every thin worked fine its correctly evaluating the CD and getting as Invalid if state is empty for USA but I can’t see the CD output columns

I tried to map only country with CD but I can’t select only column from the available columns.

I tried to select the both columns and map one with CD and other with domain but once I map the CD all the domains that are part of CD as gone from drop down.I tried to a create a new column Country+ “ ” +  State and map that to CD but I can’t select only that column I have to select all the columns. No check box is available.Whichever tutorials I see including Microsoft the check box to select only few columns is available.  Is this a configuration or version issue? 

I am using SQL Server 2012  and VS 2013 

The link where i found 

https://msdn.microsoft.com/en-us/library/jj819740(v=sql.120).aspx

I


rp


Viewing all articles
Browse latest Browse all 5347

Trending Articles