<?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 How to use tMSSqlBulkExec to load to a SQLServer DB from a linux file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-tMSSqlBulkExec-to-load-to-a-SQLServer-DB-from-a-linux/m-p/2232594#M22510</link>
    <description>Hi,
&lt;BR /&gt;My Talend Job is on Linux machine, and i have a file to bulk load to the SQL Server DB (hosted on a Windows machine). I use tMSSqlBulkExec component to bulk load the file from Linux OS to the SQLServer DB and i get an error "Operating System Error. The System cannot find the path specified: '/home/BulkLoad.csv'"
&lt;BR /&gt;I moved the file to Windows machine where SQLServer is present and in the tMSSqlBulkExec component gave the Windows location , the bulk load happend fine.
&lt;BR /&gt;Now, the Talend Job is on Linux, so how do i bulk load the file present at Linux machine to the SQLServer DB.
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Diwakar</description>
    <pubDate>Thu, 09 Aug 2012 09:17:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-08-09T09:17:08Z</dc:date>
    <item>
      <title>How to use tMSSqlBulkExec to load to a SQLServer DB from a linux file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-tMSSqlBulkExec-to-load-to-a-SQLServer-DB-from-a-linux/m-p/2232594#M22510</link>
      <description>Hi,
&lt;BR /&gt;My Talend Job is on Linux machine, and i have a file to bulk load to the SQL Server DB (hosted on a Windows machine). I use tMSSqlBulkExec component to bulk load the file from Linux OS to the SQLServer DB and i get an error "Operating System Error. The System cannot find the path specified: '/home/BulkLoad.csv'"
&lt;BR /&gt;I moved the file to Windows machine where SQLServer is present and in the tMSSqlBulkExec component gave the Windows location , the bulk load happend fine.
&lt;BR /&gt;Now, the Talend Job is on Linux, so how do i bulk load the file present at Linux machine to the SQLServer DB.
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Diwakar</description>
      <pubDate>Thu, 09 Aug 2012 09:17:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-tMSSqlBulkExec-to-load-to-a-SQLServer-DB-from-a-linux/m-p/2232594#M22510</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-09T09:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to use tMSSqlBulkExec to load to a SQLServer DB from a linux file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-tMSSqlBulkExec-to-load-to-a-SQLServer-DB-from-a-linux/m-p/2232595#M22511</link>
      <description>As you've found the file has to be "visible" to SQL Server so I believe you need to have the Linux location mapped to a drive letter on the SQL Server machine so you can use that for the tMSSqlBulkExec file location. Otherwise, you will have to move the file to the SQL Server machine.</description>
      <pubDate>Thu, 09 Aug 2012 16:02:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-tMSSqlBulkExec-to-load-to-a-SQLServer-DB-from-a-linux/m-p/2232595#M22511</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2012-08-09T16:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to use tMSSqlBulkExec to load to a SQLServer DB from a linux file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-tMSSqlBulkExec-to-load-to-a-SQLServer-DB-from-a-linux/m-p/2232596#M22512</link>
      <description>Hi ,&lt;BR /&gt;we are also facing the same issue.Can anyone suggest a solution for this issue</description>
      <pubDate>Thu, 05 May 2016 12:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-tMSSqlBulkExec-to-load-to-a-SQLServer-DB-from-a-linux/m-p/2232596#M22512</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-05-05T12:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to use tMSSqlBulkExec to load to a SQLServer DB from a linux file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-tMSSqlBulkExec-to-load-to-a-SQLServer-DB-from-a-linux/m-p/2232597#M22513</link>
      <description>The bulk file must be available from sql server istance. You can use local folder or remote folder (with UNC path).
&lt;BR /&gt;Possibile solution:
&lt;BR /&gt;A - share a folder on talend machine, put file here, send bulk load command with UNC path to this remote folder 
&lt;BR /&gt;B - share a folder on sql server machine, put file there, send bulk load command with path to that local folder
&lt;BR /&gt;C - use a remote folder on a third machine&amp;nbsp;:rolleyes: .... mix A -B solution.....
&lt;BR /&gt;
&lt;BR /&gt;I suggest B, problaly easier than A.
&lt;BR /&gt;bye</description>
      <pubDate>Thu, 05 May 2016 13:27:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-tMSSqlBulkExec-to-load-to-a-SQLServer-DB-from-a-linux/m-p/2232597#M22513</guid>
      <dc:creator>gorotman</dc:creator>
      <dc:date>2016-05-05T13:27:21Z</dc:date>
    </item>
  </channel>
</rss>

