<?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: Autonomous Job on Server - Encoding Problem in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Autonomous-Job-on-Server-Encoding-Problem/m-p/2214121#M11101</link>
    <description>Hi, 
&lt;BR /&gt;Could you please indicate the build version you're using? 
&lt;BR /&gt;With talend enterprise subscription version, you'd better open a ticket on Talend Support Portal so that our colleagues from support team will schedule with you to give a remote assistance. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
    <pubDate>Tue, 25 Mar 2014 06:35:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-03-25T06:35:36Z</dc:date>
    <item>
      <title>Autonomous Job on Server - Encoding Problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Autonomous-Job-on-Server-Encoding-Problem/m-p/2214119#M11099</link>
      <description>Hello, 
&lt;BR /&gt;I have the following problem. I built a job in Talend where I get some data via SOAP, save it in a CSV file and then read it in from this CSV file to then transform it via tMap and load it into my database with the help of tPostgresOutput. 
&lt;BR /&gt;When I run this job locally in Talend and also as autonomous job via command line (locally), it works fine. But when I build an autonomous job with the Test-Context and then copy the Job to my server, it gives me the following exception, telling me that the column "äpromotions_idô" does not exist. This column normally has the name "promotions_id", without these strange characters at the beginning and end. 
&lt;BR /&gt;So what is the issue? Does anybody know, how I can solve this? 
&lt;BR /&gt;Exception in component tPostgresqlOutput_1 
&lt;BR /&gt;org.postgresql.util.PSQLException: FEHLER: Spalte äpromotions_idô existiert nich 
&lt;BR /&gt;t 
&lt;BR /&gt; at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryEx 
&lt;BR /&gt;ecutorImpl.java:1592) 
&lt;BR /&gt; at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutor 
&lt;BR /&gt;Impl.java:1327) 
&lt;BR /&gt; at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.ja 
&lt;BR /&gt;va:192) 
&lt;BR /&gt; at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Stat 
&lt;BR /&gt;ement.java:451) 
&lt;BR /&gt; at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(Abstract 
&lt;BR /&gt;Jdbc2Statement.java:350) 
&lt;BR /&gt; at org.postgresql.jdbc2.AbstractJdbc2Statement.executeUpdate(AbstractJdb 
&lt;BR /&gt;c2Statement.java:304) 
&lt;BR /&gt; at prokon_habilkon.loaddata_0_1.loadData.tFileInputXML_1Process(loadData 
&lt;BR /&gt;.java:2131) 
&lt;BR /&gt; at prokon_habilkon.loaddata_0_1.loadData.runJobInTOS(loadData.java:27435 
&lt;BR /&gt;) 
&lt;BR /&gt; at prokon_habilkon.loaddata_0_1.loadData.runJob(loadData.java:27234) 
&lt;BR /&gt; at prokon_habilkon.prokon_habilkon_0_1.Prokon_Habilkon.tRunJob_2Process( 
&lt;BR /&gt;Prokon_Habilkon.java:1008) 
&lt;BR /&gt; at prokon_habilkon.prokon_habilkon_0_1.Prokon_Habilkon.tRunJob_1Process( 
&lt;BR /&gt;Prokon_Habilkon.java:880) 
&lt;BR /&gt; at prokon_habilkon.prokon_habilkon_0_1.Prokon_Habilkon.tRunJob_4Process( 
&lt;BR /&gt;Prokon_Habilkon.java:700) 
&lt;BR /&gt; at prokon_habilkon.prokon_habilkon_0_1.Prokon_Habilkon.runJobInTOS(Proko 
&lt;BR /&gt;n_Habilkon.java:1688) 
&lt;BR /&gt; at prokon_habilkon.prokon_habilkon_0_1.Prokon_Habilkon.main(Prokon_Habil 
&lt;BR /&gt;kon.java:1487) 
&lt;BR /&gt;javax.mail.MessagingException: Could not connect to SMTP host: smtp.uni-konstanz 
&lt;BR /&gt;.de, port: 25; 
&lt;BR /&gt; nested exception is: 
&lt;BR /&gt; java.net.ConnectException: Connection refused: connect 
&lt;BR /&gt;Exception in component tRunJob_2 
&lt;BR /&gt;java.lang.RuntimeException: Child job running failed 
&lt;BR /&gt; at prokon_habilkon.prokon_habilkon_0_1.Prokon_Habilkon.tRunJob_2Process( 
&lt;BR /&gt;Prokon_Habilkon.java:1031) 
&lt;BR /&gt; at prokon_habilkon.prokon_habilkon_0_1.Prokon_Habilkon.tRunJob_1Process( 
&lt;BR /&gt;Prokon_Habilkon.java:880) 
&lt;BR /&gt; at prokon_habilkon.prokon_habilkon_0_1.Prokon_Habilkon.tRunJob_4Process( 
&lt;BR /&gt;Prokon_Habilkon.java:700) 
&lt;BR /&gt; at prokon_habilkon.prokon_habilkon_0_1.Prokon_Habilkon.runJobInTOS(Proko 
&lt;BR /&gt;n_Habilkon.java:1688) 
&lt;BR /&gt; at prokon_habilkon.prokon_habilkon_0_1.Prokon_Habilkon.main(Prokon_Habil 
&lt;BR /&gt;kon.java:1487) 
&lt;BR /&gt;Kind regards, 
&lt;BR /&gt;Nadja</description>
      <pubDate>Sat, 16 Nov 2024 11:42:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Autonomous-Job-on-Server-Encoding-Problem/m-p/2214119#M11099</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T11:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Autonomous Job on Server - Encoding Problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Autonomous-Job-on-Server-Encoding-Problem/m-p/2214120#M11100</link>
      <description>You build this job in the commandline (I mean the Talend Commandline) and runs this job on a Talend Jobserver? 
&lt;BR /&gt;In this case I would say there is an encoding mismatch. On which operating system you run your commandline and jobserver? 
&lt;BR /&gt;If you copy the exported job as it is to a linux machine, you have to take care the language variable is UTF-8 or ISO-8859-1.</description>
      <pubDate>Mon, 24 Mar 2014 19:37:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Autonomous-Job-on-Server-Encoding-Problem/m-p/2214120#M11100</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-24T19:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Autonomous Job on Server - Encoding Problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Autonomous-Job-on-Server-Encoding-Problem/m-p/2214121#M11101</link>
      <description>Hi, 
&lt;BR /&gt;Could you please indicate the build version you're using? 
&lt;BR /&gt;With talend enterprise subscription version, you'd better open a ticket on Talend Support Portal so that our colleagues from support team will schedule with you to give a remote assistance. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 25 Mar 2014 06:35:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Autonomous-Job-on-Server-Encoding-Problem/m-p/2214121#M11101</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-25T06:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Autonomous Job on Server - Encoding Problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Autonomous-Job-on-Server-Encoding-Problem/m-p/2214122#M11102</link>
      <description>I'm sorry, but I don't understand yet. 
&lt;BR /&gt;I am using Talend Open Studio for Data Integration (Open Source) V 5.4.1 and I build the job using the right-click --&amp;gt; "Build Job" option, selecting "autonomous job", my context and "windows". 
&lt;BR /&gt;Both Systems, my lokal Notebook, where it is working and also the server are running windows. My Notebook has Windows 7 and my server has Windows Server 2008 R Standard. 
&lt;BR /&gt;What do you mean with build-version I am using? 
&lt;BR /&gt;Kind regards, 
&lt;BR /&gt;Nadja</description>
      <pubDate>Tue, 25 Mar 2014 07:00:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Autonomous-Job-on-Server-Encoding-Problem/m-p/2214122#M11102</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-03-25T07:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Autonomous Job on Server - Encoding Problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Autonomous-Job-on-Server-Encoding-Problem/m-p/2214123#M11103</link>
      <description>Hi, &lt;BR /&gt;Talend Open Studio for Data Integration 5.4.1(build version is 5.4.1r111943).&lt;BR /&gt;From your description, the job works well in local machine but not in window server? Did you copy the whole exported job into server machine and run .bat file in Windows Server 2008 R Standard? Is there any setting only working in local machine? Such as, Implicit tContextLoad...etc. Could you share your job design screenshots into forum?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 25 Mar 2014 08:11:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Autonomous-Job-on-Server-Encoding-Problem/m-p/2214123#M11103</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-25T08:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Autonomous Job on Server - Encoding Problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Autonomous-Job-on-Server-Encoding-Problem/m-p/2214124#M11104</link>
      <description>It is a very huge job containing multiple subjobs, so I guess posting it will be hard. 
&lt;BR /&gt;But yes, the job works well on lokal machine, but not on my server. 
&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; Did you copy the whole exported job into server machine and run .bat file in Windows Server 2008 R Standard? 
&lt;BR /&gt;Yes, that is exactly what I did. 
&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;Is there any setting only working in local machine? Such as, Implicit tContextLoad...etc. Could you share your job design screenshots into forum? 
&lt;BR /&gt;The only thing that is not working (on the server) is the exception thrown, where my tPostgresqlOutput component is trying to access a column in my database table with the name "äpromotions_idô". And the correct name of this column is "promotions_id", without the "ä" and "ô". So this seems to be an encoding problem. But how to fix it? 
&lt;BR /&gt;Because, I am wondering, that the job is working fine as built autonomous job via command line on my lokal machine, but not on my windows server.</description>
      <pubDate>Tue, 25 Mar 2014 09:09:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Autonomous-Job-on-Server-Encoding-Problem/m-p/2214124#M11104</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-03-25T09:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Autonomous Job on Server - Encoding Problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Autonomous-Job-on-Server-Encoding-Problem/m-p/2214125#M11105</link>
      <description>This is really a big issue for me. Is there noby that has an idea?</description>
      <pubDate>Thu, 27 Mar 2014 07:57:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Autonomous-Job-on-Server-Encoding-Problem/m-p/2214125#M11105</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-03-27T07:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Autonomous Job on Server - Encoding Problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Autonomous-Job-on-Server-Encoding-Problem/m-p/2214126#M11106</link>
      <description>Hi, 
&lt;BR /&gt;Could you please open a work item jira issue of DI project on 
&lt;A href="https://jira.talendforge.org/secure/Dashboard.jspa" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendBugTracker&lt;/A&gt;, our developer will check it.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 27 Mar 2014 08:32:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Autonomous-Job-on-Server-Encoding-Problem/m-p/2214126#M11106</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-27T08:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Autonomous Job on Server - Encoding Problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Autonomous-Job-on-Server-Encoding-Problem/m-p/2214127#M11107</link>
      <description>What is a "work item jira issue of DI project"?</description>
      <pubDate>Thu, 27 Mar 2014 09:02:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Autonomous-Job-on-Server-Encoding-Problem/m-p/2214127#M11107</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-03-27T09:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Autonomous Job on Server - Encoding Problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Autonomous-Job-on-Server-Encoding-Problem/m-p/2214128#M11108</link>
      <description>Hi, 
&lt;BR /&gt;Please see my screenshot for detail. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDDR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136194i0C138E0C9D01DE05/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDDR.png" alt="0683p000009MDDR.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 27 Mar 2014 09:17:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Autonomous-Job-on-Server-Encoding-Problem/m-p/2214128#M11108</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-27T09:17:12Z</dc:date>
    </item>
  </channel>
</rss>

