<?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: tJasperReportExec Error and a Template using PLSQL in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tJasperReportExec-Error-and-a-Template-using-PLSQL/m-p/2346123#M113563</link>
    <description>&lt;P&gt;Thank you for your help/ suggestions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the meantime I experimented a bit with creating a CSV file and using it.&lt;/P&gt;&lt;P&gt;Last but not least I found the following "Solution":&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use the SQL Script of the procedure in a tMSSqlInput and extract the needed Data to a temp Oracle table.&lt;/P&gt;&lt;P&gt;(tMSSqlSP doesnt work with this procedure as well)&lt;/P&gt;&lt;P&gt;After that I read the Data of this new table in Jaspersoft Studio and create the report with this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With a tOracleConnection the tJasperResportExec now is working as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(After a few restarts of the Jobs because of the known "The method **** is undefined for **** exception.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I still took a look after your links and variants. They shoudlve worked as well for me. So ill accept your answer as possible Solution&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;Edit: Typo&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Feb 2018 12:33:20 GMT</pubDate>
    <dc:creator>Ulonis</dc:creator>
    <dc:date>2018-02-08T12:33:20Z</dc:date>
    <item>
      <title>tJasperReportExec Error and a Template using PLSQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tJasperReportExec-Error-and-a-Template-using-PLSQL/m-p/2346121#M113561</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;I've got a problem with the tJapserReportExec module.&lt;/P&gt; 
&lt;P&gt;As the subject already told, I tried to run a job using this module. I implemented a report template using a SQL procedure in plsql.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I already tried it with a dummy-SQL request and it worked. When I run the actual Report in Jaspersoft Studio it works as well. Only the module throws the following error:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;Exception in component tJasperReportExec_1
net.sf.jasperreports.engine.JRException: org.xml.sax.SAXParseException; lineNumber: 20; columnNumber: 16; Error at line 20 char 16: No query executer factory registered for the "plsql" language.&lt;/PRE&gt; 
&lt;P&gt;(This is only a little extract. The complete error got like 70 rows and I dont want to fill this post unnecessarily. If u need the complete error, then pls ask for it.)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Can somebody help me here?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you,&lt;/P&gt; 
&lt;P&gt;Ulonis&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 08:46:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tJasperReportExec-Error-and-a-Template-using-PLSQL/m-p/2346121#M113561</guid>
      <dc:creator>Ulonis</dc:creator>
      <dc:date>2018-02-07T08:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: tJasperReportExec Error and a Template using PLSQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tJasperReportExec-Error-and-a-Template-using-PLSQL/m-p/2346122#M113562</link>
      <description>&lt;P&gt;if search by this error code - You find a lot of Jasper links about similar problems (including and jasper Server)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.google.com/search?client=safari&amp;amp;rls=en&amp;amp;q=no+query+executer+factory+registered+for+the+%27plsql%27+language.+jasper&amp;amp;ie=UTF-8&amp;amp;oe=UTF-8" target="_self" rel="nofollow noopener noreferrer"&gt;https://www.google.com/search?client=safari&amp;amp;rls=en&amp;amp;q=no+query+executer+factory+registered+for+the+%27plsql%27+language.+jasper&amp;amp;ie=UTF-8&amp;amp;oe=UTF-8&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.jaspersoft.com/wiki/config-stored-procedures-jasperreports-server-55" target="_self" rel="nofollow noopener noreferrer"&gt;https://community.jaspersoft.com/wiki/config-stored-procedures-jasperreports-server-55&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.jaspersoft.com/questions/843923/no-query-executer-factory-registered-plsql-language" target="_self" rel="nofollow noopener noreferrer"&gt;https://community.jaspersoft.com/questions/843923/no-query-executer-factory-registered-plsql-language&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is component designed by one of community member, may be he could help You&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;as bypass solution - could You realise the same without stored procedure?&lt;BR /&gt;Variants:&lt;/P&gt;
&lt;P&gt;- plain query in Report&lt;BR /&gt;- use the same stored procedure but on 1 step before and store data to XML&amp;nbsp;&lt;BR /&gt;- same as XML - but prepare temp tables on server and design report from this tables&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 10:24:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tJasperReportExec-Error-and-a-Template-using-PLSQL/m-p/2346122#M113562</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2018-02-08T10:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: tJasperReportExec Error and a Template using PLSQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tJasperReportExec-Error-and-a-Template-using-PLSQL/m-p/2346123#M113563</link>
      <description>&lt;P&gt;Thank you for your help/ suggestions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the meantime I experimented a bit with creating a CSV file and using it.&lt;/P&gt;&lt;P&gt;Last but not least I found the following "Solution":&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use the SQL Script of the procedure in a tMSSqlInput and extract the needed Data to a temp Oracle table.&lt;/P&gt;&lt;P&gt;(tMSSqlSP doesnt work with this procedure as well)&lt;/P&gt;&lt;P&gt;After that I read the Data of this new table in Jaspersoft Studio and create the report with this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With a tOracleConnection the tJasperResportExec now is working as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(After a few restarts of the Jobs because of the known "The method **** is undefined for **** exception.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I still took a look after your links and variants. They shoudlve worked as well for me. So ill accept your answer as possible Solution&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;Edit: Typo&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 12:33:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tJasperReportExec-Error-and-a-Template-using-PLSQL/m-p/2346123#M113563</guid>
      <dc:creator>Ulonis</dc:creator>
      <dc:date>2018-02-08T12:33:20Z</dc:date>
    </item>
  </channel>
</rss>

