<?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: Run SSIS package via Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Run-SSIS-package-via-Talend/m-p/2281111#M55747</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So if I have a job in SSIS, how do I go about converting this job to a Talend job? I know its mentioned to use Dtexec, is there specific documentation or video on how to go about this process? &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jul 2020 05:17:50 GMT</pubDate>
    <dc:creator>peacekas99</dc:creator>
    <dc:date>2020-07-13T05:17:50Z</dc:date>
    <item>
      <title>Run SSIS package via Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Run-SSIS-package-via-Talend/m-p/2281107#M55743</link>
      <description>Hi Guys,
&lt;BR /&gt;I have a question. Our task needs to run SSIS package natively in Talend. We were wondering if this is possible?&amp;nbsp;
&lt;BR /&gt;I've heard that it is not possible because SSIS packages could not be deployed on the Java Virtual Machine. But we are also wondering about the other possibilities like maybe using Stored procedures to deploy the SSIS packages and then running those stored procedures via Talend? or the possibility of running the SSIS package via commandline and then incorporate it in Talend thru the 'tSystem' component?&amp;nbsp;
&lt;BR /&gt;Any thoughts would be gladly appreciated,
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Locke</description>
      <pubDate>Thu, 20 Oct 2016 07:53:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Run-SSIS-package-via-Talend/m-p/2281107#M55743</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-20T07:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Run SSIS package via Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Run-SSIS-package-via-Talend/m-p/2281108#M55744</link>
      <description>Hi,
&lt;BR /&gt;Could you please take a look at this new feature jira issue:
&lt;A href="https://jira.talendforge.org/browse/TUP-4779" target="_blank" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TUP-4779&lt;/A&gt;&amp;nbsp;to see if it is what you are looking for?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 21 Oct 2016 08:39:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Run-SSIS-package-via-Talend/m-p/2281108#M55744</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-21T08:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Run SSIS package via Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Run-SSIS-package-via-Talend/m-p/2281109#M55745</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hi,&lt;BR /&gt;Could you please take a look at this new feature jira issue:&lt;A href="https://jira.talendforge.org/browse/TUP-4779" target="_blank" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TUP-4779&lt;/A&gt;&amp;nbsp;to see if it is what you are looking for?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;It is different
&lt;BR /&gt;You can use both method:
&lt;BR /&gt;- run stored procedure
&lt;BR /&gt;- run tSystem
&lt;BR /&gt;both working, for example -&amp;nbsp;
&lt;A href="http://www.databasejournal.com/features/mssql/executing-a-ssis-package-from-stored-procedure-in-sql-server.html" rel="nofollow noopener noreferrer"&gt;http://www.databasejournal.com/features/mssql/executing-a-ssis-package-from-stored-procedure-in-sql-server.html&lt;/A&gt;</description>
      <pubDate>Fri, 21 Oct 2016 13:53:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Run-SSIS-package-via-Talend/m-p/2281109#M55745</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2016-10-21T13:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Run SSIS package via Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Run-SSIS-package-via-Talend/m-p/2281110#M55746</link>
      <description>&lt;P&gt;I have run ssis through talend. If you are familiar with Dtexec utility to run ssis&lt;/P&gt; 
&lt;P&gt;if your ssis is on remote server,&amp;nbsp; have PSexec utility installed on your remote server:&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://technet.microsoft.com/en-us/sysinternals/bb897553.aspx" target="_blank" rel="nofollow noopener noreferrer"&gt;https://technet.microsoft.com/en-us/sysinternals/bb897553.aspx&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Now what you need to do is write a cmd file and run the command file&lt;/P&gt; 
&lt;P&gt;command file text could be :&lt;/P&gt; 
&lt;P&gt;C:\Windows\system32&amp;gt;"\\YourServer\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\DTExec.exe " /file \\YourServer\SSISDataTools\Package.dtsx&lt;/P&gt; 
&lt;P&gt;then your TSystem could have&amp;nbsp;C:\Windows\system32&amp;gt;psexec \\YourServe cmd /c J:\NewText.cmd&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;you might need to try a few times based on your environment. Hope it helps.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 19:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Run-SSIS-package-via-Talend/m-p/2281110#M55746</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-23T19:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Run SSIS package via Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Run-SSIS-package-via-Talend/m-p/2281111#M55747</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So if I have a job in SSIS, how do I go about converting this job to a Talend job? I know its mentioned to use Dtexec, is there specific documentation or video on how to go about this process? &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 05:17:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Run-SSIS-package-via-Talend/m-p/2281111#M55747</guid>
      <dc:creator>peacekas99</dc:creator>
      <dc:date>2020-07-13T05:17:50Z</dc:date>
    </item>
  </channel>
</rss>

