<?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: Tdboutputbulkexe with files in a different server than the server where the SQL server DB is in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Tdboutputbulkexe-with-files-in-a-different-server-than-the/m-p/2366974#M130401</link>
    <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;When running a Job that using tMSSQLBulkExec component to bulk load the data file into SQL server, the data file should exist on the machine where database server resides, if not, the Job will fail with a message that the system cannot find the path specified, especially when the Job is executed on another machine different from the database server. To solve this problem, the following ways can be considered.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Before tMSSQLBulkExec, use a tFTPPut component to upload the data file to the machine where database server resides.&lt;/LI&gt;&lt;LI&gt;Create the data file in a shared location that is accessible by your database server as described in this Microsoft&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/sql/relational-databases/import-export/import-bulk-data-by-using-bulk-insert-or-openrowset-bulk-sql-server?view=sql-server-ver16#bulk-importing-to-sql-server-from-a-remote-data-file" alt="https://docs.microsoft.com/en-us/sql/relational-databases/import-export/import-bulk-data-by-using-bulk-insert-or-openrowset-bulk-sql-server?view=sql-server-ver16#bulk-importing-to-sql-server-from-a-remote-data-file" target="_blank"&gt;Doc&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;Use BCP utility instead of tMSSQLBulkExec&amp;nbsp;to bulk copy directly the data file to SQL Server, about BCP utility, please refer to this&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/sql/tools/bcp-utility?view=sql-server-ver16" alt="https://docs.microsoft.com/en-us/sql/tools/bcp-utility?view=sql-server-ver16" target="_blank"&gt;page&lt;/A&gt;. The below screenshot shows an example that generates a data file in a user-specified format and call the BCP command on a tSystem component to bulk copy the data file to SQL server.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="069U10000020ROtIAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130933iC3AEBDD1B178F3D3/image-size/large?v=v2&amp;amp;px=999" role="button" title="069U10000020ROtIAM.png" alt="069U10000020ROtIAM.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 15 Jan 2024 05:07:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-01-15T05:07:46Z</dc:date>
    <item>
      <title>Tdboutputbulkexe with files in a different server than the server where the SQL server DB is</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tdboutputbulkexe-with-files-in-a-different-server-than-the/m-p/2366973#M130400</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi, there is any way to have bcp files in a different server than the server where the sql server is?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to keep the BCP files in the app server and have a program that uploads them to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL&amp;nbsp;Server, Talend does not support it? To upload BCP files from the app server?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the component description says:&lt;/P&gt;&lt;P&gt;Note: This file can be on the same machine as the database&lt;/P&gt;&lt;P&gt;&amp;nbsp;server resides or on another machine. If the file is on the same machine as&lt;/P&gt;&lt;P&gt;&amp;nbsp;the database server resides, fill in the path to the file in the form prompted&lt;/P&gt;&lt;P&gt;&amp;nbsp;in the field; if the file is on another machine, fill in the universal naming&lt;/P&gt;&lt;P&gt;&amp;nbsp;convention (UNC) name (that is, \\{Servername}\{Sharename}\{Path}\{Filename}) of the file in this&lt;/P&gt;&lt;P&gt;&amp;nbsp;field. In the second case, you need to have the permission to write the file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;See Bulk importing to SQL&lt;/P&gt;&lt;P&gt;&amp;nbsp;Server from a remote data file for related information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:07:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tdboutputbulkexe-with-files-in-a-different-server-than-the/m-p/2366973#M130400</guid>
      <dc:creator>ROpp1680418792</dc:creator>
      <dc:date>2024-11-15T21:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Tdboutputbulkexe with files in a different server than the server where the SQL server DB is</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tdboutputbulkexe-with-files-in-a-different-server-than-the/m-p/2366974#M130401</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;When running a Job that using tMSSQLBulkExec component to bulk load the data file into SQL server, the data file should exist on the machine where database server resides, if not, the Job will fail with a message that the system cannot find the path specified, especially when the Job is executed on another machine different from the database server. To solve this problem, the following ways can be considered.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Before tMSSQLBulkExec, use a tFTPPut component to upload the data file to the machine where database server resides.&lt;/LI&gt;&lt;LI&gt;Create the data file in a shared location that is accessible by your database server as described in this Microsoft&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/sql/relational-databases/import-export/import-bulk-data-by-using-bulk-insert-or-openrowset-bulk-sql-server?view=sql-server-ver16#bulk-importing-to-sql-server-from-a-remote-data-file" alt="https://docs.microsoft.com/en-us/sql/relational-databases/import-export/import-bulk-data-by-using-bulk-insert-or-openrowset-bulk-sql-server?view=sql-server-ver16#bulk-importing-to-sql-server-from-a-remote-data-file" target="_blank"&gt;Doc&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;Use BCP utility instead of tMSSQLBulkExec&amp;nbsp;to bulk copy directly the data file to SQL Server, about BCP utility, please refer to this&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/sql/tools/bcp-utility?view=sql-server-ver16" alt="https://docs.microsoft.com/en-us/sql/tools/bcp-utility?view=sql-server-ver16" target="_blank"&gt;page&lt;/A&gt;. The below screenshot shows an example that generates a data file in a user-specified format and call the BCP command on a tSystem component to bulk copy the data file to SQL server.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="069U10000020ROtIAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130933iC3AEBDD1B178F3D3/image-size/large?v=v2&amp;amp;px=999" role="button" title="069U10000020ROtIAM.png" alt="069U10000020ROtIAM.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jan 2024 05:07:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tdboutputbulkexe-with-files-in-a-different-server-than-the/m-p/2366974#M130401</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-01-15T05:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Tdboutputbulkexe with files in a different server than the server where the SQL server DB is</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tdboutputbulkexe-with-files-in-a-different-server-than-the/m-p/2474911#M141116</link>
      <description>&lt;P&gt;Hi I am trying this , but command is not working for me. Please suggest&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2024 04:59:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tdboutputbulkexe-with-files-in-a-different-server-than-the/m-p/2474911#M141116</guid>
      <dc:creator>Priyanka8</dc:creator>
      <dc:date>2024-08-07T04:59:47Z</dc:date>
    </item>
  </channel>
</rss>

