<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DQS &#8211; Prologika</title>
	<atom:link href="https://prologika.com/tag/dqs/feed/" rel="self" type="application/rss+xml" />
	<link>https://prologika.com</link>
	<description>Business Intelligence Consulting and Training in Atlanta</description>
	<lastBuildDate>Mon, 15 Feb 2016 11:11:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>Where Is My DQS KB Gone?</title>
		<link>https://prologika.com/where-are-all-dqs-kb-gone/</link>
					<comments>https://prologika.com/where-are-all-dqs-kb-gone/#respond</comments>
		
		<dc:creator><![CDATA[Prologika - Teo Lachev]]></dc:creator>
		<pubDate>Mon, 27 Jul 2015 19:09:00 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[DQS]]></category>
		<guid isPermaLink="false">/CS/blogs/blog/archive/2015/07/27/where-are-all-dqs-kb-gone.aspx</guid>

					<description><![CDATA[Scenario: You use the DQS Cleansing Transformation in an SSIS package to integrate data cleansing with DQS. Once you are done developing, you export the DQS KB and then create [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><strong>Scenario:</strong> You use the DQS Cleansing Transformation in an SSIS package to integrate data cleansing with DQS. Once you are done developing, you export the DQS KB and then create a new DQS KB by importing and publishing the KB to another server. Or, you might have deleted and recreated the KB with the same name. When you open the DQS Cleansing Transformation Editor, although the KB name is the same, you find that the reference to your DQS KB is gone and you get a warning message &#8220;The data quality Knowledge Base property is empty. Specify a valid Knowledge Base&#8221;. Naturally, you don&#8217;t want to remap the KB and recreate all mappings as this a tedious process involving many steps with many columns. </p>
<p><img decoding="async" src="/wp-content/uploads/2016/02/072715_1909_WhereAreAll1.png" /> </p>
<p><strong>Solution: </strong>I&#8217;m not sure what design pattern was followed here, by SSIS identifies the KB by its identifier instead of by name. To fix the issue without remapping, you need to find the new KB ID and update the package source by following these steps: </p>
<ol>
<li>On the <strong>target</strong> SQL Server that is integrated with DQS, connect to the DQS_MAIN database and issue the following query by replacing the token with the name of your KB:<br /><span style="font-family:Consolas; font-size:9pt"><span style="color:blue">SELECT</span> <span style="color:gray">*</span> <span style="color:blue">FROM</span> [DQS_MAIN]<span style="color:gray">.</span>[dbo]<span style="color:gray">.</span>[A_KNOWLEDGEBASE] <span style="color:blue">WHERE</span> NAME <span style="color:gray">=</span> <span style="color:red">&#8216;&lt;YOUR KB NAME&gt;&#8217; </span></span></li>
<li>In the query results, locate the ID column and copy the identifier. </li>
<li>In SSDT, right-click on the package and then click View Code to open the package XML source. </li>
<li>Find the knowledgebaseName property and overwrite the new identifier. </li>
</ol>
<p><span style="color:blue; font-family:Consolas; font-size:9pt"><span style="background-color:white">&lt;<span style="color:maroon">property dataType<span style="color:black">=<span style="color:#a31515">&#8220;System.Int64&#8221; n<span style="color:maroon">ame<span style="color:black">=<span style="color:#a31515">&#8220;KnowledgebaseName&#8221; <span style="color:maroon">typeConverter<span style="color:black">=<span style="color:#a31515">&#8220;NOTBROWSABLE&#8221;<span style="color:blue">&gt;<span style="color:black"><strong>1020033</strong><span style="color:blue">&lt;/<span style="color:maroon">property<span style="color:blue">&gt;</span></span></span></span></span></span></span></span></span></span></span></span></span></span></span> </span></p>
<ol>
<li>Save the source and open the package in the designer. </li>
</ol>
<p>Note that to resolve the KB identifier successfully, not only you need to import the KB on the target server but also <strong>publish</strong> the KB.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://prologika.com/where-are-all-dqs-kb-gone/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>DQS Error after CU Upgrade</title>
		<link>https://prologika.com/dqs-error-after-cu-upgrade/</link>
					<comments>https://prologika.com/dqs-error-after-cu-upgrade/#respond</comments>
		
		<dc:creator><![CDATA[Prologika - Teo Lachev]]></dc:creator>
		<pubDate>Thu, 29 Aug 2013 22:24:13 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[DQS]]></category>
		<guid isPermaLink="false">/CS/blogs/blog/archive/2013/08/29/dqs-error-after-cu-upgrade.aspx</guid>

					<description><![CDATA[I installed SQL Server 2012 SP1 CU5 and I got greeted with the following error while opening Data Quality Services DqsInstaller.exe can be found by default in the C:\Program Files\Microsoft [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I installed SQL Server 2012 SP1 CU5 and I got greeted with the following error while opening Data Quality Services</p>
<p><img fetchpriority="high" decoding="async" class="alignnone wp-image-2018 size-full" src="/wp-content/uploads/2013/08/082913_2223_DQSErroraft1.png" alt="082913_2223_DQSErroraft1" width="727" height="155" srcset="https://prologika.com/wp-content/uploads/2013/08/082913_2223_DQSErroraft1.png 727w, https://prologika.com/wp-content/uploads/2013/08/082913_2223_DQSErroraft1-450x96.png 450w, https://prologika.com/wp-content/uploads/2013/08/082913_2223_DQSErroraft1-300x64.png 300w, https://prologika.com/wp-content/uploads/2013/08/082913_2223_DQSErroraft1-705x150.png 705w" sizes="(max-width: 727px) 100vw, 727px" /></p>
<p>DqsInstaller.exe can be found by default in the C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Binn folder. However, running the dqsinstaller-upgrade didn&#8217;t fix the issue. To fix it, I had to recompile the .NET assemblies by running dqsinstaller-UpgradeDlls. BTW, CU4 is still <a href="http://social.technet.microsoft.com/wiki/contents/articles/8442.upgrade-dqs-installing-cumulative-updates-or-hotfix-patches-on-data-quality-services.aspx">marked</a> as in research by the DQS team and CU5 is not even on the list.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://prologika.com/dqs-error-after-cu-upgrade/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
