<?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: Talend Job over network - CMD doesnt support UNC paths in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-Job-over-network-CMD-doesnt-support-UNC-paths/m-p/2292354#M65431</link>
    <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;You can try to use the / (without double it) instead of \ because the JVM translate it automatically into the appropriated char. This way you avoid the hassle with the \ as escape char.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;That's interesting, I didn't know that. Unfortunately, I still have the same error message.&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt;'\\fs1\universe\Talend\Lenders\OSC\OSC8129001\OSC8129001' 
&lt;BR /&gt;CMD.EXE was started with the above path as the current directory. 
&lt;BR /&gt;UNC paths are not supported. &amp;nbsp;Defaulting to Windows directory. 
&lt;BR /&gt;C:\Windows&amp;gt;\\ 
&lt;BR /&gt;'\\' is not recognized as an internal or external command, 
&lt;BR /&gt;operable program or batch file. 
&lt;BR /&gt;C:\Windows&amp;gt;cd \\fs1\universe\Talend\Lenders\OSC\OSC8129001\OSC8129001 
&lt;FONT size="2"&gt;\&lt;/FONT&gt; 
&lt;BR /&gt;'\\fs1\universe\Talend\Lenders\OSC\OSC8129001\OSC8129001\' 
&lt;BR /&gt;CMD does not support UNC paths as current directories. 
&lt;BR /&gt;C:\Windows&amp;gt;java -Xms256M -Xmx1024M -cp ../lib/commons-lang-2.4.jar;../lib/dom4j- 
&lt;BR /&gt;1.6.1.jar;../lib/jakarta-oro-2.0.8.jar;../lib/talendcsv.jar;../lib/talend_file_e 
&lt;BR /&gt;nhanced_20070724.jar;../lib/systemRoutines.jar;../lib/userRoutines.jar;.;osc8129 
&lt;BR /&gt;001_0_1.jar; creditcentral.osc8129001_0_1.OSC8129001_ 
&lt;FONT size="2"&gt;&amp;nbsp;--context=Default&lt;/FONT&gt; 
&lt;BR /&gt;Error: Could not find or load main class creditcentral.osc8129001_0_1 
&lt;BR /&gt;.OSC8129001</description>
    <pubDate>Tue, 05 Aug 2014 21:19:26 GMT</pubDate>
    <dc:creator>Jj5</dc:creator>
    <dc:date>2014-08-05T21:19:26Z</dc:date>
    <item>
      <title>Talend Job over network - CMD doesnt support UNC paths</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Job-over-network-CMD-doesnt-support-UNC-paths/m-p/2292350#M65427</link>
      <description>I'm trying to run a remote job on a server. When I run the job inside TOS, it runs perfectly. However when I execute the job remotely, I get the following error:&amp;nbsp; 
&lt;BR /&gt;'\\fs1\universe\Talend\Lenders\OSC\OSC8129001\OSC8129001' 
&lt;BR /&gt;CMD.EXE was started with the above path as the current directory. 
&lt;BR /&gt;UNC paths are not supported. &amp;nbsp;Defaulting to Windows directory. 
&lt;BR /&gt;C:\Windows&amp;gt;\\ 
&lt;BR /&gt;'\\' is not recognized as an internal or external command, 
&lt;BR /&gt;operable program or batch file. 
&lt;BR /&gt;C:\Windows&amp;gt;cd \\fs1\universe\Talend\Lenders\OSC\OSC8129001\OSC8129001\ 
&lt;BR /&gt;'\\fs1\universe\Talend\Lenders\OSC\OSC8129001\OSC8129001\' 
&lt;BR /&gt;CMD does not support UNC paths as current directories. 
&lt;BR /&gt;C:\Windows&amp;gt;java -Xms256M -Xmx1024M -cp ../lib/commons-lang-2.4.jar;../lib/dom4j- 
&lt;BR /&gt;1.6.1.jar;../lib/jakarta-oro-2.0.8.jar;../lib/talendcsv.jar;../lib/talend_file_e 
&lt;BR /&gt;nhanced_20070724.jar;../lib/systemRoutines.jar;../lib/userRoutines.jar;.;osc8129 
&lt;BR /&gt;001_0_1.jar; creditcentral.osc8129001_0_1.OSC8129001 --context=Default 
&lt;BR /&gt;Error: Could not find or load main class creditcentral.osc8129001_0_1.OSC8129001 
&lt;BR /&gt; 
&lt;BR /&gt;I have a tFileList that has the following filepath:&amp;nbsp; 
&lt;BR /&gt;(String)System.getProperty("user.dir") 
&lt;BR /&gt;Any recommendations/suggestions?</description>
      <pubDate>Tue, 05 Aug 2014 03:48:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Job-over-network-CMD-doesnt-support-UNC-paths/m-p/2292350#M65427</guid>
      <dc:creator>Jj5</dc:creator>
      <dc:date>2014-08-05T03:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job over network - CMD doesnt support UNC paths</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Job-over-network-CMD-doesnt-support-UNC-paths/m-p/2292351#M65428</link>
      <description>Hi, 
&lt;BR /&gt;Please have a look at&amp;nbsp; jira issue 
&lt;A href="https://jira.talendforge.org/browse/TDI-892" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TDI-892&lt;/A&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 05 Aug 2014 09:01:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Job-over-network-CMD-doesnt-support-UNC-paths/m-p/2292351#M65428</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-05T09:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job over network - CMD doesnt support UNC paths</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Job-over-network-CMD-doesnt-support-UNC-paths/m-p/2292352#M65429</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi, &lt;BR /&gt;Please have a look at&amp;nbsp; jira issue &lt;A href="https://jira.talendforge.org/browse/TDI-892" target="_blank" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TDI-892&lt;/A&gt;&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;Thanks for the link xdshi. I found that link earlier when I was researching the problem but it didn't work for me. I'm attaching a screenshot that shows the unc path I used and it still didn't work.&amp;nbsp; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEdO.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155718i2B4CD20EBB422034/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEdO.png" alt="0683p000009MEdO.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 05 Aug 2014 11:23:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Job-over-network-CMD-doesnt-support-UNC-paths/m-p/2292352#M65429</guid>
      <dc:creator>Jj5</dc:creator>
      <dc:date>2014-08-05T11:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job over network - CMD doesnt support UNC paths</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Job-over-network-CMD-doesnt-support-UNC-paths/m-p/2292353#M65430</link>
      <description>You can try to use the / (without double it) instead of \ because the JVM translate it automatically into the appropriated char. This way you avoid the hassle with the \ as escape char.</description>
      <pubDate>Tue, 05 Aug 2014 17:33:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Job-over-network-CMD-doesnt-support-UNC-paths/m-p/2292353#M65430</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-05T17:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job over network - CMD doesnt support UNC paths</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Job-over-network-CMD-doesnt-support-UNC-paths/m-p/2292354#M65431</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;You can try to use the / (without double it) instead of \ because the JVM translate it automatically into the appropriated char. This way you avoid the hassle with the \ as escape char.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;That's interesting, I didn't know that. Unfortunately, I still have the same error message.&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt;'\\fs1\universe\Talend\Lenders\OSC\OSC8129001\OSC8129001' 
&lt;BR /&gt;CMD.EXE was started with the above path as the current directory. 
&lt;BR /&gt;UNC paths are not supported. &amp;nbsp;Defaulting to Windows directory. 
&lt;BR /&gt;C:\Windows&amp;gt;\\ 
&lt;BR /&gt;'\\' is not recognized as an internal or external command, 
&lt;BR /&gt;operable program or batch file. 
&lt;BR /&gt;C:\Windows&amp;gt;cd \\fs1\universe\Talend\Lenders\OSC\OSC8129001\OSC8129001 
&lt;FONT size="2"&gt;\&lt;/FONT&gt; 
&lt;BR /&gt;'\\fs1\universe\Talend\Lenders\OSC\OSC8129001\OSC8129001\' 
&lt;BR /&gt;CMD does not support UNC paths as current directories. 
&lt;BR /&gt;C:\Windows&amp;gt;java -Xms256M -Xmx1024M -cp ../lib/commons-lang-2.4.jar;../lib/dom4j- 
&lt;BR /&gt;1.6.1.jar;../lib/jakarta-oro-2.0.8.jar;../lib/talendcsv.jar;../lib/talend_file_e 
&lt;BR /&gt;nhanced_20070724.jar;../lib/systemRoutines.jar;../lib/userRoutines.jar;.;osc8129 
&lt;BR /&gt;001_0_1.jar; creditcentral.osc8129001_0_1.OSC8129001_ 
&lt;FONT size="2"&gt;&amp;nbsp;--context=Default&lt;/FONT&gt; 
&lt;BR /&gt;Error: Could not find or load main class creditcentral.osc8129001_0_1 
&lt;BR /&gt;.OSC8129001</description>
      <pubDate>Tue, 05 Aug 2014 21:19:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Job-over-network-CMD-doesnt-support-UNC-paths/m-p/2292354#M65431</guid>
      <dc:creator>Jj5</dc:creator>
      <dc:date>2014-08-05T21:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job over network - CMD doesnt support UNC paths</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Job-over-network-CMD-doesnt-support-UNC-paths/m-p/2292355#M65432</link>
      <description>It seems that the error lies in the job_run.bat file that Talend generates for building jobs.
&lt;BR /&gt;In the batch file the first two lines are:
&lt;BR /&gt;%~d0
&lt;BR /&gt;cd %~dp0
&lt;BR /&gt;The error occurs when CMD tries to cd to the UNC path. When I edited the batch file to instead say
&lt;FONT size="2"&gt;&amp;nbsp;"pushd %~dp0" instead of "cd %~dp0" it worked. Is there a more elegant solution or even an option in Talend that will let the jobs run on network drives, or will I have to edit every batch file I create from now on?&lt;/FONT&gt;</description>
      <pubDate>Wed, 06 Aug 2014 15:19:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Job-over-network-CMD-doesnt-support-UNC-paths/m-p/2292355#M65432</guid>
      <dc:creator>Jj5</dc:creator>
      <dc:date>2014-08-06T15:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job over network - CMD doesnt support UNC paths</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Job-over-network-CMD-doesnt-support-UNC-paths/m-p/2292356#M65433</link>
      <description>Is there any workarounds to get past manually editing every job_run.bat file manually and changing "cd" to "pushd"?</description>
      <pubDate>Mon, 11 Aug 2014 14:59:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Job-over-network-CMD-doesnt-support-UNC-paths/m-p/2292356#M65433</guid>
      <dc:creator>Jj5</dc:creator>
      <dc:date>2014-08-11T14:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job over network - CMD doesnt support UNC paths</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Job-over-network-CMD-doesnt-support-UNC-paths/m-p/2292357#M65434</link>
      <description>Any thoughts?</description>
      <pubDate>Tue, 26 Aug 2014 15:43:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Job-over-network-CMD-doesnt-support-UNC-paths/m-p/2292357#M65434</guid>
      <dc:creator>Jj5</dc:creator>
      <dc:date>2014-08-26T15:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job over network - CMD doesnt support UNC paths</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Job-over-network-CMD-doesnt-support-UNC-paths/m-p/2292358#M65435</link>
      <description>Hi, 
&lt;BR /&gt;as file script is generated by Talend, I don't think so (there is a workaround). 
&lt;BR /&gt;Ask as a feature to bugtracker that Talend generate such a file that avoid that 'UNC constraint'. 
&lt;BR /&gt;unfortunatly I'm not able to give you more information. 
&lt;BR /&gt;ps: write a little script that modify syntax .... 
&lt;BR /&gt;regards 
&lt;BR /&gt;laurent</description>
      <pubDate>Tue, 26 Aug 2014 16:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Job-over-network-CMD-doesnt-support-UNC-paths/m-p/2292358#M65435</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-26T16:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job over network - CMD doesnt support UNC paths</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Job-over-network-CMD-doesnt-support-UNC-paths/m-p/2292359#M65436</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi,&lt;BR /&gt;as file script is generated by Talend, I don't think so (there is a workaround).&lt;BR /&gt;Ask as a feature to bugtracker that Talend generate such a file that avoid that 'UNC constraint'.&lt;BR /&gt;unfortunatly I'm not able to give you more information.&lt;BR /&gt;ps: write a little script that modify syntax ....&lt;BR /&gt;regards&lt;BR /&gt;laurent&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Thanks for the reply kzone. I took your advice and created a ticket so I'll wait it out and see what happens next.&amp;nbsp;</description>
      <pubDate>Tue, 26 Aug 2014 18:29:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Job-over-network-CMD-doesnt-support-UNC-paths/m-p/2292359#M65436</guid>
      <dc:creator>Jj5</dc:creator>
      <dc:date>2014-08-26T18:29:38Z</dc:date>
    </item>
  </channel>
</rss>

