<?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 [resolved] cURL command in tsystem in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-cURL-command-in-tsystem/m-p/2261688#M42395</link>
    <description>Hi guys, 
&lt;BR /&gt;I am trying to query a URL using curl command in tsystem : 
&lt;BR /&gt; 
&lt;BR /&gt;"cmd curl 
&lt;A href="http://test.sd.com/testxxxxx.jsp?param1=Badrish" target="_blank" rel="nofollow noopener noreferrer"&gt;http://test.sd.com/testxxxxx.jsp?param1=Badrish&lt;/A&gt; Singh" 
&lt;BR /&gt;] 
&lt;BR /&gt;when i run this command it just displays this on console and the job never stops: 
&lt;BR /&gt; connecting to socket on port 3405 
&lt;BR /&gt; connected 
&lt;BR /&gt;Microsoft Windows XP 
&lt;BR /&gt;(C) Copyright 1985-2001 Microsoft Corp. 
&lt;BR /&gt;Please suggest a better way to use curl command in tsystem. 
&lt;BR /&gt;Thanks in adv! 
&lt;BR /&gt;Baddy</description>
    <pubDate>Wed, 13 Jun 2012 10:33:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-06-13T10:33:58Z</dc:date>
    <item>
      <title>[resolved] cURL command in tsystem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-cURL-command-in-tsystem/m-p/2261688#M42395</link>
      <description>Hi guys, 
&lt;BR /&gt;I am trying to query a URL using curl command in tsystem : 
&lt;BR /&gt; 
&lt;BR /&gt;"cmd curl 
&lt;A href="http://test.sd.com/testxxxxx.jsp?param1=Badrish" target="_blank" rel="nofollow noopener noreferrer"&gt;http://test.sd.com/testxxxxx.jsp?param1=Badrish&lt;/A&gt; Singh" 
&lt;BR /&gt;] 
&lt;BR /&gt;when i run this command it just displays this on console and the job never stops: 
&lt;BR /&gt; connecting to socket on port 3405 
&lt;BR /&gt; connected 
&lt;BR /&gt;Microsoft Windows XP 
&lt;BR /&gt;(C) Copyright 1985-2001 Microsoft Corp. 
&lt;BR /&gt;Please suggest a better way to use curl command in tsystem. 
&lt;BR /&gt;Thanks in adv! 
&lt;BR /&gt;Baddy</description>
      <pubDate>Wed, 13 Jun 2012 10:33:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-cURL-command-in-tsystem/m-p/2261688#M42395</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-13T10:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] cURL command in tsystem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-cURL-command-in-tsystem/m-p/2261689#M42396</link>
      <description>P.S this runs fine in command prompt!&lt;BR /&gt;Please pour in ur suggestions asap.&lt;BR /&gt;Thanks!</description>
      <pubDate>Wed, 13 Jun 2012 10:37:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-cURL-command-in-tsystem/m-p/2261689#M42396</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-13T10:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] cURL command in tsystem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-cURL-command-in-tsystem/m-p/2261690#M42397</link>
      <description>Hi 
&lt;BR /&gt;Try this command. 
&lt;BR /&gt;"cmd /c curl 
&lt;A href="http://test.sd.com/testxxxxx.jsp?param1=Badrish" rel="nofollow noopener noreferrer"&gt;http://test.sd.com/testxxxxx.jsp?param1=Badrish&lt;/A&gt; Singh" 
&lt;BR /&gt;Or 
&lt;BR /&gt;new String[]{"cmd","/c","curl 
&lt;A href="http://test.sd.com/testxxxxx.jsp?param1=Badrish" rel="nofollow noopener noreferrer"&gt;http://test.sd.com/testxxxxx.jsp?param1=Badrish&lt;/A&gt; Singh"} 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 13 Jun 2012 10:37:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-cURL-command-in-tsystem/m-p/2261690#M42397</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-13T10:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] cURL command in tsystem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-cURL-command-in-tsystem/m-p/2261691#M42398</link>
      <description>thanks for your reply Pedro,
&lt;BR /&gt;when i run your first suggestion , it gives the following error :
&lt;BR /&gt;'curl' is not recognized as an internal or external command,
&lt;BR /&gt;operable program or batch file.
&lt;BR /&gt;
&lt;BR /&gt;And when I run the second , it gives the following error:
&lt;BR /&gt;'http:' is not recognized as an internal or external command,
&lt;BR /&gt;operable program or batch file
&lt;BR /&gt;
&lt;BR /&gt;Sorry, I have less knowledge of Java.
&lt;BR /&gt;thanks and waiting for your response,
&lt;BR /&gt;Baddy!</description>
      <pubDate>Wed, 13 Jun 2012 10:44:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-cURL-command-in-tsystem/m-p/2261691#M42398</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-13T10:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] cURL command in tsystem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-cURL-command-in-tsystem/m-p/2261692#M42399</link>
      <description>Hi 
&lt;BR /&gt;new String[]{"cmd","/c","curl 
&lt;A href="http://test.sd.com/testxxxxx.jsp?param1=Badrish" rel="nofollow noopener noreferrer"&gt;http://test.sd.com/testxxxxx.jsp?param1=Badrish&lt;/A&gt; Singh"} 
&lt;BR /&gt;or 
&lt;BR /&gt;new String[]{"cmd","/c","curl","http://test.sd.com/testxxxxx.jsp?param1=Badrish Singh"} 
&lt;BR /&gt;One of them must be working fine. 
&lt;BR /&gt;If not, you'd better use the absolute path of 'curl'. 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 13 Jun 2012 10:49:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-cURL-command-in-tsystem/m-p/2261692#M42399</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-13T10:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] cURL command in tsystem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-cURL-command-in-tsystem/m-p/2261693#M42400</link>
      <description>both of these commands give the error: 
&lt;BR /&gt;'curl' is not recognized as an internal or external command, 
&lt;BR /&gt;operable program or batch file. 
&lt;BR /&gt;Can you please suggest how to use the absolute path . 
&lt;BR /&gt;Like , in command prompt my command is like this and it works perfect : 
&lt;BR /&gt;D:\&amp;gt;curl 
&lt;A href="http://test.sd.com/testxxxxx.jsp?param1=BadrishSingh" rel="nofollow noopener noreferrer"&gt;http://test.sd.com/testxxxxx.jsp?param1=BadrishSingh&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;(since curl.exe is in D:/&amp;gt;) 
&lt;BR /&gt; 
&lt;BR /&gt;Please tell how to do the same in tsystem. Is there any way I can set the path of curl.exe in tsystem?</description>
      <pubDate>Wed, 13 Jun 2012 10:57:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-cURL-command-in-tsystem/m-p/2261693#M42400</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-13T10:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] cURL command in tsystem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-cURL-command-in-tsystem/m-p/2261694#M42401</link>
      <description>Hi 
&lt;BR /&gt; 
&lt;BR /&gt;new String[]{"cmd","/c","D:\\curl 
&lt;A href="http://test.sd.com/testxxxxx.jsp?param1=Badrish" rel="nofollow noopener noreferrer"&gt;http://test.sd.com/testxxxxx.jsp?param1=Badrish&lt;/A&gt; Singh"} 
&lt;BR /&gt;or 
&lt;BR /&gt;new String[]{"cmd","/c","D:\\curl","http://test.sd.com/testxxxxx.jsp?param1=Badrish Singh"} 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 13 Jun 2012 11:00:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-cURL-command-in-tsystem/m-p/2261694#M42401</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-13T11:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] cURL command in tsystem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-cURL-command-in-tsystem/m-p/2261695#M42402</link>
      <description>Thanks Pedro, 
&lt;BR /&gt;I like you ! 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133049iD780B7DE0116E4D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACJ.png" alt="0683p000009MACJ.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 13 Jun 2012 11:02:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-cURL-command-in-tsystem/m-p/2261695#M42402</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-13T11:02:24Z</dc:date>
    </item>
  </channel>
</rss>

