<?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: TOS 5.X tFileFetch dowloading CSV from Redmine System HTTPS problem in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/TOS-5-X-tFileFetch-dowloading-CSV-from-Redmine-System-HTTPS/m-p/2349662#M116619</link>
    <description>Hi Pedro,
&lt;BR /&gt;thanks for your reply.
&lt;BR /&gt;I already did this in my first tries.
&lt;BR /&gt;tFileFetch:
&lt;BR /&gt;Authentication (unnecessary as it is HTTP Authentication but anyway ticked on): Login Credentials
&lt;BR /&gt;Use Post: provided Logincredentials + plus redirection url info to Url for downloading the csv
&lt;BR /&gt;Write / read cookie (write for login, read for the redirect)
&lt;BR /&gt;ticked on redirect
&lt;BR /&gt;I did also test a lot of scenarios e.g. with the url:
&lt;BR /&gt;- direct CSV download URL
&lt;BR /&gt;- login URL and redirect url
&lt;BR /&gt;- etc
&lt;BR /&gt;But this implementation did not work. I encountered the issue, that the session cookie was not set properly and the redirect failed. Therefore I started the test for an implementation similiar as mentioned in the Component Guide PDF, provided by Talend.
&lt;BR /&gt;Status: Issue is still unresolved</description>
    <pubDate>Wed, 09 May 2012 09:00:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-05-09T09:00:38Z</dc:date>
    <item>
      <title>TOS 5.X tFileFetch dowloading CSV from Redmine System HTTPS problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-5-X-tFileFetch-dowloading-CSV-from-Redmine-System-HTTPS/m-p/2349660#M116617</link>
      <description>Mission:&lt;BR /&gt;Download with Talend Components tFileFetch CSV Reports from a Redmine System&lt;BR /&gt;Redmine needs Login, is configured to use HTTPS and has redirects&lt;BR /&gt;tried Implementation#1: &lt;BR /&gt;tFileFetch_1&lt;BR /&gt;using POST, redirect=true, PostVars with LoginCredentials, save Cookie, single Cookie true, Url: Login Page&lt;BR /&gt;|&lt;BR /&gt;|&lt;BR /&gt;onSubjobOK Link&lt;BR /&gt;|&lt;BR /&gt;|&lt;BR /&gt;tFileFetch_2&lt;BR /&gt;using Get, readCookie, URL: Redmine Path to the CSV data&lt;BR /&gt;ISSUE #1: There isContinue_tFileFetch_1 an exception on: https://XXX/redmine/login&lt;BR /&gt;java.lang.Exception: Method failed: HTTP/1.1 500 Internal Server Error&lt;BR /&gt;tried Implementation#2:&lt;BR /&gt;same as #1 without onSubjobOK Link&lt;BR /&gt;#ISSUE #2: tFileFetch_2 causes an exception "Method failed: HTTP/1.1 406 Not Acceptable" &lt;BR /&gt;&lt;BR /&gt;QUESTIONS:&lt;BR /&gt;How to implement this job scenario?&lt;BR /&gt;&lt;BR /&gt;WIN 7 - Version: 5.0.2 Build id: r78327-20120216-0244 - JAVA</description>
      <pubDate>Tue, 08 May 2012 13:37:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-5-X-tFileFetch-dowloading-CSV-from-Redmine-System-HTTPS/m-p/2349660#M116617</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-08T13:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: TOS 5.X tFileFetch dowloading CSV from Redmine System HTTPS problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-5-X-tFileFetch-dowloading-CSV-from-Redmine-System-HTTPS/m-p/2349661#M116618</link>
      <description>Hi&lt;BR /&gt;Just use only one tFileFetch.&lt;BR /&gt;Need Authentication: true.&lt;BR /&gt;Support Redirection: true.&lt;BR /&gt;Besides, the URI shouldn't be Login Page. It should be like this "&lt;A href="http://talendforge.org/file_fetch.txt" rel="nofollow noopener noreferrer"&gt;http://talendforge.org/file_fetch.txt&lt;/A&gt;".&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 09 May 2012 07:17:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-5-X-tFileFetch-dowloading-CSV-from-Redmine-System-HTTPS/m-p/2349661#M116618</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-09T07:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: TOS 5.X tFileFetch dowloading CSV from Redmine System HTTPS problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-5-X-tFileFetch-dowloading-CSV-from-Redmine-System-HTTPS/m-p/2349662#M116619</link>
      <description>Hi Pedro,
&lt;BR /&gt;thanks for your reply.
&lt;BR /&gt;I already did this in my first tries.
&lt;BR /&gt;tFileFetch:
&lt;BR /&gt;Authentication (unnecessary as it is HTTP Authentication but anyway ticked on): Login Credentials
&lt;BR /&gt;Use Post: provided Logincredentials + plus redirection url info to Url for downloading the csv
&lt;BR /&gt;Write / read cookie (write for login, read for the redirect)
&lt;BR /&gt;ticked on redirect
&lt;BR /&gt;I did also test a lot of scenarios e.g. with the url:
&lt;BR /&gt;- direct CSV download URL
&lt;BR /&gt;- login URL and redirect url
&lt;BR /&gt;- etc
&lt;BR /&gt;But this implementation did not work. I encountered the issue, that the session cookie was not set properly and the redirect failed. Therefore I started the test for an implementation similiar as mentioned in the Component Guide PDF, provided by Talend.
&lt;BR /&gt;Status: Issue is still unresolved</description>
      <pubDate>Wed, 09 May 2012 09:00:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-5-X-tFileFetch-dowloading-CSV-from-Redmine-System-HTTPS/m-p/2349662#M116619</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-09T09:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: TOS 5.X tFileFetch dowloading CSV from Redmine System HTTPS problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-5-X-tFileFetch-dowloading-CSV-from-Redmine-System-HTTPS/m-p/2349663#M116620</link>
      <description>Hi&lt;BR /&gt;Could you tell me some info to reproduce this issue?&lt;BR /&gt;Or I can figure out how to fix it.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 09 May 2012 09:11:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-5-X-tFileFetch-dowloading-CSV-from-Redmine-System-HTTPS/m-p/2349663#M116620</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-09T09:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: TOS 5.X tFileFetch dowloading CSV from Redmine System HTTPS problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-5-X-tFileFetch-dowloading-CSV-from-Redmine-System-HTTPS/m-p/2349664#M116621</link>
      <description>Hi Pedro 
&lt;BR /&gt;I did following tests: 
&lt;BR /&gt;Using one tFileFetch and configured as following: 
&lt;BR /&gt;https 
&lt;BR /&gt;PostMethod 
&lt;BR /&gt;PostVariables: Logincredentials as HTML Formfieldnames from the LoginPage 
&lt;BR /&gt;Save Cookie: true (creation by Login) 
&lt;BR /&gt;Read Cookie: true (reading while redirecting to requested page) 
&lt;BR /&gt;Single Cookie header: true 
&lt;BR /&gt;Response to Console: true 
&lt;BR /&gt;Support Redirect: true &amp;lt;--- check Exception Test 2 
&lt;BR /&gt;Additional: Authentication on, Login Credentials filled out 
&lt;BR /&gt;Test1: URL to get the CSV of Tickets for a particular Tracker: 
&lt;BR /&gt;URL: https://XXX/redmine/projects/ABC/issues.csv?c%5B%5D=project&amp;amp;c%5B%5D=tracker&amp;amp;c%5B%5D=status&amp;amp;c%5B%5D=priority&amp;amp;c%5B%5D=subject&amp;amp;c%5B%5D=author&amp;amp;c%5B%5D=assigned_to&amp;amp;c%5B%5D=updated_on&amp;amp;c%5B%5D=category&amp;amp;c%5B%5D=cf_16&amp;amp;f%5B%5D=status_id&amp;amp;f%5B%5D=tracker_id&amp;amp;f%5B%5D=&amp;amp;group_by=&amp;amp;op%5Bstatus_id%5D=%2A&amp;amp;op%5Btracker_id%5D=%3D&amp;amp;set_filter=1&amp;amp;v%5Bstatus_id%5D%5B%5D=1&amp;amp;v%5Btracker_id%5D%5B%5D=18 
&lt;BR /&gt; 
&lt;BR /&gt;Result: Exception: 
&lt;BR /&gt;There isContinue_tFileFetch_1 an exception on: https://#####..... 
&lt;BR /&gt;java.lang.Exception: Method failed: HTTP/1.1 406 Not Acceptable 
&lt;BR /&gt; at jobexport.loadredmine_0_1.LoadRedmine.tFileFetch_1Process(LoadRedmine.java:517) 
&lt;BR /&gt; at jobexport.loadredmine_0_1.LoadRedmine.runJobInTOS(LoadRedmine.java:834) 
&lt;BR /&gt; at jobexport.loadredmine_0_1.LoadRedmine.main(LoadRedmine.java:691) 
&lt;BR /&gt; 
&lt;BR /&gt;Test 2: Url to Webpage with the Tickets and try to save the Webpage 
&lt;BR /&gt;URL: https://XXX/redmine/projects/YYY/issues?set_filter=1 
&lt;BR /&gt;Result: Exception: 
&lt;BR /&gt;org.apache.commons.httpclient.HttpMethodDirector isRedirectNeeded 
&lt;BR /&gt;INFO: Redirect requested but followRedirects is disabled 
&lt;BR /&gt;Redirect to: https://XXX/redmine/login?back_url=https%3A%2F%2FXXX%2Fredmine%2Fprojects%2FYYY%2Fissues 
&lt;BR /&gt;Status Line: HTTP/1.1 200 OK 
&lt;BR /&gt;*** Response Header *** 
&lt;BR /&gt;Date: Wed, 09 May 2012 12:15:02 GMT 
&lt;BR /&gt;Server: Mongrel 1.1.5 
&lt;BR /&gt;Status: 200 
&lt;BR /&gt;ETag: "53d25a9c8844ce24f82e333c2b1c45af" 
&lt;BR /&gt;X-Runtime: 12 
&lt;BR /&gt;Content-Type: text/html; charset=utf-8 
&lt;BR /&gt;Content-Length: 3794 
&lt;BR /&gt;Cache-Control: private, max-age=0, must-revalidate 
&lt;BR /&gt;Set-Cookie: _redmine_session=BAh7CDoQX2NzcmZfdG9rZW4iMTFCNDRsM1lsUS9lMVlZblFRcmpickFOWWpXN3NVVjI5dkYwRWs4aXdZUkU9Og9zZXNzaW9uX2lkIiU4Y2U2MWNhNmNlYjA2ZWM3NzJjNzcwMjczOTk0NWRhZCIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsGOgplcnJvciIqQmVudXR6ZXIgb2RlciBLZW5ud29ydCBpc3QgdW5nw7xsdGlnLgY6CkB1c2VkewY7CFQ%3D--30b10957e5df0449265ba58a6b25203bbf8f0173; path=/; HttpOnly 
&lt;BR /&gt;I got a 200 OK Response for a LoginPage on which I was redirected as I have to log in first. (Kindly note the url addition back_url) 
&lt;BR /&gt;Thanks For Support</description>
      <pubDate>Wed, 09 May 2012 13:27:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-5-X-tFileFetch-dowloading-CSV-from-Redmine-System-HTTPS/m-p/2349664#M116621</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-09T13:27:43Z</dc:date>
    </item>
  </channel>
</rss>

