<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Dynamics CRM connector for SSIS? in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Dynamics-CRM-connector-for-SSIS/m-p/236792#M7447</link>
    <description>&lt;P&gt;If you just want to read the data then you can connect through standard &lt;A href="https://mindmajix.com/ssis-training" target="_blank"&gt;SQL&lt;/A&gt; client in SSIS but only connect to the filteredviews.&lt;/P&gt;&lt;P&gt;If you want to to CRM operation like Create/Update/Delete then either you can write SDK code in Script Task or use 3rd part tool like Kingswaysoft or Cozyroc - but these will require additional license.&lt;/P&gt;&lt;P&gt;If you choose to write Script Component then u can refer this :&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://mscrunch.azurewebsites.net/2015/11/22/setting-up-ssis-script-component-for-crm-connection/" target="_blank"&gt;mscrunch.azurewebsites.net/.../setting-up-ssis-script-component-for-crm-connection&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For CozyRoc:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://www.cozyroc.com/ssis/dynamics-crm-destination" target="_blank"&gt;www.cozyroc.com/.../dynamics-crm-destination&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For Kingswaysoft:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://www.kingswaysoft.com/products/ssis-integration-toolkit-for-microsoft-dynamics-365/download" target="_blank"&gt;www.kingswaysoft.com/.../download&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nagesh Kumar&lt;/P&gt;</description>
    <pubDate>Wed, 23 Aug 2017 06:55:29 GMT</pubDate>
    <dc:creator>nageshkumarapp</dc:creator>
    <dc:date>2017-08-23T06:55:29Z</dc:date>
    <item>
      <title>Dynamics CRM connector for SSIS?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Dynamics-CRM-connector-for-SSIS/m-p/166077#M5533</link>
      <description>&lt;P&gt;Is there a connector I can download for connecting to Dynamics CRM from SS Integration Services?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2017 05:58:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Dynamics-CRM-connector-for-SSIS/m-p/166077#M5533</guid>
      <dc:creator>hxkresl</dc:creator>
      <dc:date>2017-04-28T05:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamics CRM connector for SSIS?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Dynamics-CRM-connector-for-SSIS/m-p/166798#M5547</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/16318"&gt;@hxkresl&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Is there a connector I can download for connecting to Dynamics CRM from SS Integration Services?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/16318"&gt;@hxkresl&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;AFAIK, there's no built-in connector in SSIS for CRM. You'll have to retrieve the data by calling the CRM application API in a script task/component or rely on some other &lt;A href="https://community.dynamics.com/crm/b/salimadamondynamicscrm/archive/2014/01/26/ssis-tools-for-dynamics-crm" target="_self"&gt;commercial 3rd party connectors&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the way since SSIS is out of the topic of this forum, for better response, I'd suggest you post in the dedicated SSIS forum.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Apr 2017 07:23:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Dynamics-CRM-connector-for-SSIS/m-p/166798#M5547</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-04-29T07:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamics CRM connector for SSIS?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Dynamics-CRM-connector-for-SSIS/m-p/236792#M7447</link>
      <description>&lt;P&gt;If you just want to read the data then you can connect through standard &lt;A href="https://mindmajix.com/ssis-training" target="_blank"&gt;SQL&lt;/A&gt; client in SSIS but only connect to the filteredviews.&lt;/P&gt;&lt;P&gt;If you want to to CRM operation like Create/Update/Delete then either you can write SDK code in Script Task or use 3rd part tool like Kingswaysoft or Cozyroc - but these will require additional license.&lt;/P&gt;&lt;P&gt;If you choose to write Script Component then u can refer this :&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://mscrunch.azurewebsites.net/2015/11/22/setting-up-ssis-script-component-for-crm-connection/" target="_blank"&gt;mscrunch.azurewebsites.net/.../setting-up-ssis-script-component-for-crm-connection&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For CozyRoc:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://www.cozyroc.com/ssis/dynamics-crm-destination" target="_blank"&gt;www.cozyroc.com/.../dynamics-crm-destination&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For Kingswaysoft:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://www.kingswaysoft.com/products/ssis-integration-toolkit-for-microsoft-dynamics-365/download" target="_blank"&gt;www.kingswaysoft.com/.../download&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nagesh Kumar&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 06:55:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Dynamics-CRM-connector-for-SSIS/m-p/236792#M7447</guid>
      <dc:creator>nageshkumarapp</dc:creator>
      <dc:date>2017-08-23T06:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamics CRM connector for SSIS?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Dynamics-CRM-connector-for-SSIS/m-p/237438#M7466</link>
      <description>&lt;P&gt;Thank you for reply. Since have rolled off project, and am unable to test the script component instructions with username/password, I will refer to this next time.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 17:42:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Dynamics-CRM-connector-for-SSIS/m-p/237438#M7466</guid>
      <dc:creator>hxkresl</dc:creator>
      <dc:date>2017-08-23T17:42:31Z</dc:date>
    </item>
  </channel>
</rss>

