<?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: [resolved] Talend: The code of method exceeding the 65535 bytes limit... in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-The-code-of-method-exceeding-the-65535-bytes/m-p/2360619#M125166</link>
    <description>it's only due to generated code that cannot exceed 65535 bytes. 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;## 4.10 Limitations of the Java Virtual Machine&lt;BR /&gt;* The amount of code per non-native, non-abstract method is limited to 65536 bytes ....&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;cf : 
&lt;A href="http://docs.oracle.com/javase/specs/#88659" rel="nofollow noopener noreferrer"&gt;http://docs.oracle.com/javase/specs/#88659&lt;/A&gt; 
&lt;BR /&gt;have a look at Talend generated code for the job (method) that exceed jvm bytes limit 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;hope it help 
&lt;BR /&gt;regards 
&lt;BR /&gt;laurent</description>
    <pubDate>Tue, 08 Jul 2014 09:35:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-07-08T09:35:03Z</dc:date>
    <item>
      <title>[resolved] Talend: The code of method exceeding the 65535 bytes limit...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-The-code-of-method-exceeding-the-65535-bytes/m-p/2360613#M125160</link>
      <description>I am loading data from Salesforce to SQL. I've done it for few objects successfully. I am getting a problem while loading data from one object. The source object has over 500 columns. I am just dumping the data from source to target after some data type conversion. Initially, I auto mapped all the columns and it failed. I thought of mapping only few columns but still it is giving me the same error. However, I've not modified schema to include just 10 columns that I was using. 
&lt;BR /&gt;I am getting compilation error-The code of method is exceeding the 65535 limit. 
&lt;BR /&gt;I've checked other similar posts but I don't know what exactly I should do. It is java limitation but how I can solve it in talend. Please let me know what I should do with this Talend job. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Jayesh. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MArg.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131040iE28F84165C0AB4F4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MArg.jpg" alt="0683p000009MArg.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Sat, 16 Nov 2024 11:56:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-The-code-of-method-exceeding-the-65535-bytes/m-p/2360613#M125160</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend: The code of method exceeding the 65535 bytes limit...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-The-code-of-method-exceeding-the-65535-bytes/m-p/2360614#M125161</link>
      <description>I am not sure but is it true you need only few columns from your input source?&lt;BR /&gt;In this case I would put the tMap at first to cut up all not needed columns.&lt;BR /&gt;Otherwise I would suggest to avoid type conversion in this first step. You could do this in a second step (reading the first table - I would call it reading staging table and transforming the data into a core table.</description>
      <pubDate>Thu, 15 Aug 2013 21:13:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-The-code-of-method-exceeding-the-65535-bytes/m-p/2360614#M125161</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-15T21:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend: The code of method exceeding the 65535 bytes limit...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-The-code-of-method-exceeding-the-65535-bytes/m-p/2360615#M125162</link>
      <description>Hi, 
&lt;BR /&gt;It is known issue in talend. 
&lt;BR /&gt;Please refer to related jira bug 
&lt;A href="https://jira.talendforge.org/browse/TDI-22059" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TDI-22059&lt;/A&gt;, 
&lt;A href="https://jira.talendforge.org/browse/TDI-4569" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TDI-4569&lt;/A&gt;, 
&lt;A href="https://jira.talendforge.org/browse/TDI-22933" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TDI-22933&lt;/A&gt;. We are working on the error "The code of method is exceeding the 65535 limit." for a huge of columns. 
&lt;BR /&gt;It suggest you can open a jira issue of DI project for work item issue 
&lt;A href="https://jira.talendforge.org/secure/Dashboard.jspa" target="_blank" rel="nofollow noopener noreferrer"&gt;jira portal&lt;/A&gt;. Our component developer will check your issue and give a workaround on your case 
&lt;BR /&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7hd.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149916i18ED7BDACB8ECADE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7hd.png" alt="0683p000009M7hd.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 16 Aug 2013 10:51:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-The-code-of-method-exceeding-the-65535-bytes/m-p/2360615#M125162</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-16T10:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend: The code of method exceeding the 65535 bytes limit...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-The-code-of-method-exceeding-the-65535-bytes/m-p/2360616#M125163</link>
      <description>Hi,
&lt;BR /&gt;I am using TOS-ID 5.5 and I am experiencing the same error for the component tMSSQLInput. The exact error message is: The code of method tMSSqlInput_1Process(Map&amp;lt;String,Object&amp;gt;) is exceeding the 65535 bytes limit .
&lt;BR /&gt;This process was working fine prior to my last changes; the MS SQL component reads an SQL server table which is a 1:1 copy of my target table on an AS400. This worked fine in general, but I had some truncations (causing to loose some records) and therefore decided to connect a tLogRow component to the tAS400Output component to catch the rejected records. But the job did not compile any longer. I removed the tLogRow, but it didn't change anything.
&lt;BR /&gt;Prior to this action, I changed the schema on my AS400 component; I had found out that my Character fields where not assigned to a DBType. "Retrieve Schema" on the Schema Dialog solved this problem.
&lt;BR /&gt;The 2 tables have 228 columns.
&lt;BR /&gt;Any ideas how to overcome this problem ?
&lt;BR /&gt;Regards
&lt;BR /&gt;Heiko</description>
      <pubDate>Mon, 07 Jul 2014 15:55:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-The-code-of-method-exceeding-the-65535-bytes/m-p/2360616#M125163</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-07T15:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend: The code of method exceeding the 65535 bytes limit...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-The-code-of-method-exceeding-the-65535-bytes/m-p/2360617#M125164</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;It is known issue in talend&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;it's more like a java (jvm) constraint I think 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;regards 
&lt;BR /&gt;laurent</description>
      <pubDate>Mon, 07 Jul 2014 16:06:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-The-code-of-method-exceeding-the-65535-bytes/m-p/2360617#M125164</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-07T16:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend: The code of method exceeding the 65535 bytes limit...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-The-code-of-method-exceeding-the-65535-bytes/m-p/2360618#M125165</link>
      <description>To narrow the problem, I have created a new job, using the MS SQL Server input for the file which causes the error and an output to the AS400. &lt;BR /&gt;It works fine.&lt;BR /&gt;So it must be in the environment; any idea ?&lt;BR /&gt;The original job reads an Excel file prior to this steps, sets context variables and global maps from that input, executes "contextLoad" and then should run the upload to the AS400. &lt;BR /&gt;/Heiko</description>
      <pubDate>Mon, 07 Jul 2014 17:53:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-The-code-of-method-exceeding-the-65535-bytes/m-p/2360618#M125165</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-07T17:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend: The code of method exceeding the 65535 bytes limit...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-The-code-of-method-exceeding-the-65535-bytes/m-p/2360619#M125166</link>
      <description>it's only due to generated code that cannot exceed 65535 bytes. 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;## 4.10 Limitations of the Java Virtual Machine&lt;BR /&gt;* The amount of code per non-native, non-abstract method is limited to 65536 bytes ....&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;cf : 
&lt;A href="http://docs.oracle.com/javase/specs/#88659" rel="nofollow noopener noreferrer"&gt;http://docs.oracle.com/javase/specs/#88659&lt;/A&gt; 
&lt;BR /&gt;have a look at Talend generated code for the job (method) that exceed jvm bytes limit 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;hope it help 
&lt;BR /&gt;regards 
&lt;BR /&gt;laurent</description>
      <pubDate>Tue, 08 Jul 2014 09:35:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-The-code-of-method-exceeding-the-65535-bytes/m-p/2360619#M125166</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-08T09:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend: The code of method exceeding the 65535 bytes limit...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-The-code-of-method-exceeding-the-65535-bytes/m-p/2360620#M125167</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hi, &lt;BR /&gt;It is known issue in talend.&lt;BR /&gt;Please refer to related jira bug , , . We are working on the error "The code of method is exceeding the 65535 limit." for a huge of columns.&lt;BR /&gt;It suggest you can open a jira issue of DI project for work item issue jira portal. Our component developer will check your issue and give a workaround on your case&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hi,&lt;BR /&gt;I'm now having same problem trying to export a 500-column table from SQL Server using tMSSQLInput. Is there a workaround - I do need the table exported with all columns. The tickets you listed seem to be resolved, albeit mention a different component. Is this the same issue that was discussed here or something else? If yes - was it supposed to be fixed for all components or only ones listed in jira tickets?&lt;BR /&gt;Full error is as follows:&lt;BR /&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problem:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The code of method tMSSqlInput_1Process(Map&amp;lt;String,Object&amp;gt;) is exceeding the 65535 bytes limit&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at .tMSSqlInput_1Process(.java:14697)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at .runJobInTOS(.java:30898)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at .main(.java:30755)&lt;BR /&gt;Appreciate your help&lt;BR /&gt;Alex&lt;BR /&gt;&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Wed, 02 Sep 2015 15:25:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-The-code-of-method-exceeding-the-65535-bytes/m-p/2360620#M125167</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-02T15:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend: The code of method exceeding the 65535 bytes limit...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-The-code-of-method-exceeding-the-65535-bytes/m-p/2360621#M125168</link>
      <description>Please note the problem is always a too complex subjob. A subjob is the area which has the same background rectangle. A job it self can have a lot of subjobs. 
&lt;BR /&gt;I have made a job which processes 1500 columns and it works well. The number of columns alone is not the problem. You should take care you do not to much in your subjob.&amp;nbsp; 
&lt;BR /&gt;Could you provide a screenshot of your job?</description>
      <pubDate>Thu, 03 Sep 2015 12:27:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-The-code-of-method-exceeding-the-65535-bytes/m-p/2360621#M125168</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-03T12:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend: The code of method exceeding the 65535 bytes limit...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-The-code-of-method-exceeding-the-65535-bytes/m-p/2360622#M125169</link>
      <description>Unfortunately, I cannot - we are in a completely disconnected environment. But the job only consists three things:&lt;BR /&gt;1. tMSSqlInput - with a SELECT column1, column2, ..., column500 FROM table&lt;BR /&gt;2. tMap - which simply maps columns in the select 1:1&lt;BR /&gt;3. tVerticaOutput - which supposedly would insert the data&lt;BR /&gt;All 3 share the same background and are connected by Row-Main&lt;BR /&gt;Hope it makes sense</description>
      <pubDate>Thu, 03 Sep 2015 14:20:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-The-code-of-method-exceeding-the-65535-bytes/m-p/2360622#M125169</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-03T14:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend: The code of method exceeding the 65535 bytes limit...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-The-code-of-method-exceeding-the-65535-bytes/m-p/2360623#M125170</link>
      <description>I guess you need the tMap because of different data types or slightly different names.
&lt;BR /&gt;I am not sure but could you please check if your shorten the column names you could solve this issue.
&lt;BR /&gt;I strongly suggest doing this in the exported xml format of the schema and not with the schema editor it self - this would take ages!</description>
      <pubDate>Tue, 08 Sep 2015 21:57:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-The-code-of-method-exceeding-the-65535-bytes/m-p/2360623#M125170</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-08T21:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend: The code of method exceeding the 65535 bytes limit...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-The-code-of-method-exceeding-the-65535-bytes/m-p/2360624#M125171</link>
      <description>Ah, I didn't even realize that I don't need a tMap... Thanks much for pointing this out.&lt;BR /&gt;I've taken it out, but the error is still occurring. &lt;BR /&gt;Sorry, I am not clear on this: Is your suggestion to shorten the column names in the source table or the target table?</description>
      <pubDate>Tue, 08 Sep 2015 22:17:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-The-code-of-method-exceeding-the-65535-bytes/m-p/2360624#M125171</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-08T22:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend: The code of method exceeding the 65535 bytes limit...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-The-code-of-method-exceeding-the-65535-bytes/m-p/2360625#M125172</link>
      <description>The only way to shorten the names are if you have a tMap and shorten the names from the source schema. Keep in mind reading from a database does not depends on the correct schema names, only the position and the type is important.
&lt;BR /&gt;But I guess, if you cannot solve the situation be removing the tMap my suggestion will probably not solve the problem.
&lt;BR /&gt;What about reading a bunch of columns. Actually from the perspective of an business model it could hardly be the case an object has that huge amount of attributes. I am pretty sure you can model more than one business object.
&lt;BR /&gt;You would need to read the datasets multiple times because you will not get everything at once and you should think about more the one output table - because of the mentioned split of the object into multiple objects.</description>
      <pubDate>Tue, 08 Sep 2015 22:23:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-The-code-of-method-exceeding-the-65535-bytes/m-p/2360625#M125172</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-08T22:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend: The code of method exceeding the 65535 bytes limit...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-The-code-of-method-exceeding-the-65535-bytes/m-p/2360626#M125173</link>
      <description>I am confused: so is it the length of column names (which would be the length of the select statement) or the number of columns in the statement?</description>
      <pubDate>Tue, 08 Sep 2015 22:28:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-The-code-of-method-exceeding-the-65535-bytes/m-p/2360626#M125173</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-08T22:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend: The code of method exceeding the 65535 bytes limit...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-The-code-of-method-exceeding-the-65535-bytes/m-p/2360627#M125174</link>
      <description>Both, but the number of columns have much more influence to the code size than the identifier names. 
&lt;BR /&gt;I am pretty sure if you use 2 x 250 columns in 2 different subjobs it will work.</description>
      <pubDate>Tue, 08 Sep 2015 22:32:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-The-code-of-method-exceeding-the-65535-bytes/m-p/2360627#M125174</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-08T22:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend: The code of method exceeding the 65535 bytes limit...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-The-code-of-method-exceeding-the-65535-bytes/m-p/2360628#M125175</link>
      <description>Okay, got it - thank you. Will try to give it another go today!</description>
      <pubDate>Wed, 09 Sep 2015 13:34:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-The-code-of-method-exceeding-the-65535-bytes/m-p/2360628#M125175</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-09T13:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend: The code of method exceeding the 65535 bytes limit...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-The-code-of-method-exceeding-the-65535-bytes/m-p/2360629#M125176</link>
      <description>still didn't work, although the error is different this time - thanks for helping me get through this one!</description>
      <pubDate>Thu, 17 Sep 2015 12:27:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-The-code-of-method-exceeding-the-65535-bytes/m-p/2360629#M125176</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-17T12:27:36Z</dc:date>
    </item>
  </channel>
</rss>

