<?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: issue with running tOracleBulkExec on a Windows Remote Engine for a Linux Oracle Server in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/issue-with-running-tOracleBulkExec-on-a-Windows-Remote-Engine/m-p/2372181#M135046</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;On which talend build version you got this issue?&lt;/P&gt;&lt;P&gt;If the file is located on a remote machine, it should be a UNC path.&lt;/P&gt;&lt;P&gt; In Java to allow UNC Path, simply write &lt;/P&gt;&lt;P&gt; as network path separator&lt;/P&gt;&lt;P&gt;\\Network\directory\file&lt;/P&gt;&lt;P&gt; -&amp;gt; \\\\Network\\directory&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Tue, 09 Nov 2021 03:53:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-11-09T03:53:33Z</dc:date>
    <item>
      <title>issue with running tOracleBulkExec on a Windows Remote Engine for a Linux Oracle Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/issue-with-running-tOracleBulkExec-on-a-Windows-Remote-Engine/m-p/2372178#M135043</link>
      <description>&lt;P&gt;We have an Oracle database server but run Talend in a Windows 12 environment (Remote Engine and Studio).&amp;nbsp;We have been loading the table with a tFileInputDelimited component and inserting with a tOracleInput, but this is now taking too long.&amp;nbsp;We thought that using the tOracleBulkExec would improve performance.&amp;nbsp;We SFTP a file to be inserted into an Oracle table as well as a control file to the Oracle server.&amp;nbsp;When we run tOracleBulkExec to load the table, we get the error below.&amp;nbsp;I have tried using the tFTPList filepath, change the system property for file.separator to "/", and a number of other options.&amp;nbsp;The component always reverts back to the windows formatted path.&amp;nbsp;Any thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;screenshot of Studio job attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.-------------------------------|&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;tLogRow_2&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;|current_filepath&amp;nbsp;&amp;nbsp;&amp;nbsp;&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;|/home/dbftp/q2_account.csv1.ctl|&amp;nbsp;from tFTPList_1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'-------------------------------|&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;System.getProperty("file.separator") set in tJavaFlex_1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/home/dbftp/q2_account.csv1.ctl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exception in component tDBBulkExec_1 (dept_load_daily_Q2_files_Bulk)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;java.io.FileNotFoundException: \home\dbftp\q2_account.csv1.ctl (The system cannot find the path specified)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at java.io.FileInputStream.open0(Native Method)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at java.io.FileInputStream.open(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at java.io.FileInputStream.&amp;lt;init&amp;gt;(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at java.io.FileInputStream.&amp;lt;init&amp;gt;(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at java.io.FileReader.&amp;lt;init&amp;gt;(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at bi.dept_load_daily_q2_files_bulk_0_8.dept_load_daily_Q2_files_Bulk.tDBBulkExec_1Process(dept_load_daily_Q2_files_Bulk.java:3925)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at bi.dept_load_daily_q2_files_bulk_0_8.dept_load_daily_Q2_files_Bulk.tJavaFlex_1Process(dept_load_daily_Q2_files_Bulk.java:3760)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at bi.dept_load_daily_q2_files_bulk_0_8.dept_load_daily_Q2_files_Bulk.tFTPFileList_1Process(dept_load_daily_Q2_files_Bulk.java:3593)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at bi.dept_load_daily_q2_files_bulk_0_8.dept_load_daily_Q2_files_Bulk.runJobInTOS(dept_load_daily_Q2_files_Bulk.java:9391)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at bi.dept_load_daily_q2_files_bulk_0_8.dept_load_daily_Q2_files_Bulk.main(dept_load_daily_Q2_files_Bulk.java:8871)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[ERROR] 20:19:06 bi.dept_load_daily_q2_files_bulk_0_8.dept_load_daily_Q2_files_Bulk- tDBBulkExec_1 - \home\dbftp\q2_account.csv1.ctl (The system cannot find the path specified)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[FATAL] 20:19:06 bi.dept_load_daily_q2_files_bulk_0_8.dept_load_daily_Q2_files_Bulk- tDBBulkExec_1 \home\dbftp\q2_account.csv1.ctl (The system cannot find the path specified)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;java.io.FileNotFoundException: \home\dbftp\q2_account.csv1.ctl (The system cannot find the path specified)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_271]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at java.io.FileInputStream.open(Unknown Source) ~[?:1.8.0_271]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at java.io.FileInputStream.&amp;lt;init&amp;gt;(Unknown Source) ~[?:1.8.0_271]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at java.io.FileInputStream.&amp;lt;init&amp;gt;(Unknown Source) ~[?:1.8.0_271]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at java.io.FileReader.&amp;lt;init&amp;gt;(Unknown Source) ~[?:1.8.0_271]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at bi.dept_load_daily_q2_files_bulk_0_8.dept_load_daily_Q2_files_Bulk.tDBBulkExec_1Process(dept_load_daily_Q2_files_Bulk.java:3925) [classes/:?]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at bi.dept_load_daily_q2_files_bulk_0_8.dept_load_daily_Q2_files_Bulk.tJavaFlex_1Process(dept_load_daily_Q2_files_Bulk.java:3760) [classes/:?]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at bi.dept_load_daily_q2_files_bulk_0_8.dept_load_daily_Q2_files_Bulk.tFTPFileList_1Process(dept_load_daily_Q2_files_Bulk.java:3593) [classes/:?]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at bi.dept_load_daily_q2_files_bulk_0_8.dept_load_daily_Q2_files_Bulk.runJobInTOS(dept_load_daily_Q2_files_Bulk.java:9391) [classes/:?]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at bi.dept_load_daily_q2_files_bulk_0_8.dept_load_daily_Q2_files_Bulk.main(dept_load_daily_Q2_files_Bulk.java:8871) [classes/:?]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[ERROR] 20:19:06 bi.dept_load_daily_q2_files_bulk_0_8.dept_load_daily_Q2_files_Bulk- tcld_cloud_log_1_tLogCatcher_1 - tLogCatcher failed to process log message(s) due to internal error: routines.system.api.TActionFailureException: dept_load_daily_Q2_files_Bulk:tDBBulkExec_1: java.io.FileNotFoundException:\home\dbftp\q2_account.csv1.ctl (The system cannot find the path specified)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;routines.system.api.TActionFailureException: dept_load_daily_Q2_files_Bulk:tDBBulkExec_1: java.io.FileNotFoundException:\home\dbftp\q2_account.csv1.ctl (The system cannot find the path specified)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at bi.dept_load_daily_q2_files_bulk_0_8.dept_load_daily_Q2_files_Bulk.tcld_cloud_log_1_tLogCatcher_1Process(dept_load_daily_Q2_files_Bulk.java:2534) [classes/:?]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at bi.dept_load_daily_q2_files_bulk_0_8.dept_load_daily_Q2_files_Bulk$TalendException.printStackTrace(dept_load_daily_Q2_files_Bulk.java:562) [classes/:?]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at bi.dept_load_daily_q2_files_bulk_0_8.dept_load_daily_Q2_files_Bulk$TalendException.printStackTrace(dept_load_daily_Q2_files_Bulk.java:542) [classes/:?]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at bi.dept_load_daily_q2_files_bulk_0_8.dept_load_daily_Q2_files_Bulk$TalendException.printStackTrace(dept_load_daily_Q2_files_Bulk.java:542) [classes/:?]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at bi.dept_load_daily_q2_files_bulk_0_8.dept_load_daily_Q2_files_Bulk.runJobInTOS(dept_load_daily_Q2_files_Bulk.java:9398) [classes/:?]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at bi.dept_load_daily_q2_files_bulk_0_8.dept_load_daily_Q2_files_Bulk.main(dept_load_daily_Q2_files_Bulk.java:8871) [classes/:?]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:36:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/issue-with-running-tOracleBulkExec-on-a-Windows-Remote-Engine/m-p/2372178#M135043</guid>
      <dc:creator>rphilips7161</dc:creator>
      <dc:date>2024-11-15T23:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: issue with running tOracleBulkExec on a Windows Remote Engine for a Linux Oracle Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/issue-with-running-tOracleBulkExec-on-a-Windows-Remote-Engine/m-p/2372179#M135044</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Please make sure that your file must be present on the database server.&lt;/P&gt;&lt;P&gt;Did you try to copy the file via SFTP e.g. to the server and than start the bulk import?&lt;/P&gt;&lt;P&gt;Are you using the same file path in both tOracleOutputBulk and tOracleBulkExec?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 03:49:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/issue-with-running-tOracleBulkExec-on-a-Windows-Remote-Engine/m-p/2372179#M135044</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-10-25T03:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: issue with running tOracleBulkExec on a Windows Remote Engine for a Linux Oracle Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/issue-with-running-tOracleBulkExec-on-a-Windows-Remote-Engine/m-p/2372180#M135045</link>
      <description>&lt;P&gt;I did use an sftp to get the file from the tOracleOutputBulk file path to the Linux Database server.  That worked and I could see the file with a tFTPFileList.  The path for the tFTPPut, tFTPFileList, and the&amp;nbsp;tOracleBulkExec are all the same.  For the&amp;nbsp;tOracleBulkExec I have tried using a character for the forward slash (and adding it to the String path), using a context for the slash and the whole path.  None of those have worked for me.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 12:21:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/issue-with-running-tOracleBulkExec-on-a-Windows-Remote-Engine/m-p/2372180#M135045</guid>
      <dc:creator>rphilips7161</dc:creator>
      <dc:date>2021-11-08T12:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: issue with running tOracleBulkExec on a Windows Remote Engine for a Linux Oracle Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/issue-with-running-tOracleBulkExec-on-a-Windows-Remote-Engine/m-p/2372181#M135046</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;On which talend build version you got this issue?&lt;/P&gt;&lt;P&gt;If the file is located on a remote machine, it should be a UNC path.&lt;/P&gt;&lt;P&gt; In Java to allow UNC Path, simply write &lt;/P&gt;&lt;P&gt; as network path separator&lt;/P&gt;&lt;P&gt;\\Network\directory\file&lt;/P&gt;&lt;P&gt; -&amp;gt; \\\\Network\\directory&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 03:53:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/issue-with-running-tOracleBulkExec-on-a-Windows-Remote-Engine/m-p/2372181#M135046</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-09T03:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: issue with running tOracleBulkExec on a Windows Remote Engine for a Linux Oracle Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/issue-with-running-tOracleBulkExec-on-a-Windows-Remote-Engine/m-p/2372182#M135047</link>
      <description>&lt;P&gt;We are using Studio 7.3.1 build R2021-09&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I use //server/home/dbftp/q2_account.csv1.ctl&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get this - [ERROR] 10:46:10 bi.dept_load_daily_q2_files_bulk_0_8.dept_load_daily_Q2_files_Bulk- tDBBulkExec_1 - \\server\home\dbftp\q2_account.csv1.ctl (The network path was not found)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so it is translating my Linux path to Windows.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 15:54:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/issue-with-running-tOracleBulkExec-on-a-Windows-Remote-Engine/m-p/2372182#M135047</guid>
      <dc:creator>rphilips7161</dc:creator>
      <dc:date>2021-11-09T15:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: issue with running tOracleBulkExec on a Windows Remote Engine for a Linux Oracle Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/issue-with-running-tOracleBulkExec-on-a-Windows-Remote-Engine/m-p/2372183#M135048</link>
      <description>&lt;P&gt;Do you have any other thoughts on this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 13:21:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/issue-with-running-tOracleBulkExec-on-a-Windows-Remote-Engine/m-p/2372183#M135048</guid>
      <dc:creator>rphilips7161</dc:creator>
      <dc:date>2021-11-24T13:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: issue with running tOracleBulkExec on a Windows Remote Engine for a Linux Oracle Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/issue-with-running-tOracleBulkExec-on-a-Windows-Remote-Engine/m-p/2372184#M135049</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We are supposing that there is something wrong with your setting of Talend Cloud context parameters.&lt;/P&gt;&lt;P&gt;Have you already checked this online documentation about: &lt;A href="https://help.talend.com/r/en-US/Cloud/studio-user-guide-api-services-platform/resource-parameters" alt="https://help.talend.com/r/en-US/Cloud/studio-user-guide-api-services-platform/resource-parameters" target="_blank"&gt;TalendHelpCenter: Resource parameters&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&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, 25 Nov 2021 04:59:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/issue-with-running-tOracleBulkExec-on-a-Windows-Remote-Engine/m-p/2372184#M135049</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-25T04:59:22Z</dc:date>
    </item>
  </channel>
</rss>

