<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Pentaho Community Forums - Other Reporting Engines</title>
		<link>http://forums.pentaho.com/</link>
		<description>Discussions around using other reporting engines in the platform</description>
		<language>en</language>
		<lastBuildDate>Fri, 24 May 2013 12:13:49 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forums.pentaho.com/images/misc/rss.png</url>
			<title>Pentaho Community Forums - Other Reporting Engines</title>
			<link>http://forums.pentaho.com/</link>
		</image>
		<item>
			<title><![CDATA[[ISSUE] JasperReport Execute Error]]></title>
			<link>http://forums.pentaho.com/showthread.php?141967-ISSUE-JasperReport-Execute-Error&amp;goto=newpost</link>
			<pubDate>Fri, 03 May 2013 12:32:21 GMT</pubDate>
			<description>Hi guys! 
I am trying to excute an JasperReport into Pentaho (biserve-ce-4.5.0). I have created the xaction file with Pentaho Design Studio. LIke...</description>
			<content:encoded><![CDATA[<div>Hi guys!<br />
I am trying to excute an JasperReport into Pentaho (biserve-ce-4.5.0). I have created the xaction file with Pentaho Design Studio. LIke this:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;action-sequence&gt; <br />
&nbsp; &lt;name&gt;Riepilogo Attivita Frontiera&lt;/name&gt;<br />
&nbsp; &lt;title&gt;prova Frontiera&lt;/title&gt;<br />
&nbsp; &lt;version&gt;1&lt;/version&gt;<br />
&nbsp; &lt;logging-level&gt;debug&lt;/logging-level&gt;<br />
&nbsp; &lt;documentation&gt; <br />
&nbsp; &nbsp; &lt;author&gt;James Dixon and Barry Klawans&lt;/author&gt;&nbsp; <br />
&nbsp; &nbsp; &lt;description&gt;%description&lt;/description&gt;&nbsp; <br />
&nbsp; &nbsp; &lt;icon&gt;jasper-reports-test-2.png&lt;/icon&gt;&nbsp; <br />
&nbsp; &nbsp; &lt;help/&gt;&nbsp; <br />
&nbsp; &nbsp; &lt;result-type&gt;report&lt;/result-type&gt; <br />
&nbsp; &lt;/documentation&gt;<br />
<br />
<br />
&nbsp; &lt;inputs&gt; <br />
&nbsp; &nbsp; &lt;output-type type=&quot;string&quot;&gt; <br />
&nbsp; &nbsp; &nbsp; &lt;default-value&gt;html&lt;/default-value&gt;&nbsp; <br />
&nbsp; &nbsp; &nbsp; &lt;sources&gt; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;request&gt;type&lt;/request&gt; <br />
&nbsp; &nbsp; &nbsp; &lt;/sources&gt; <br />
&nbsp; &nbsp; &lt;/output-type&gt;&nbsp; <br />
&nbsp; &nbsp; &lt;endYear type=&quot;string&quot;&gt; <br />
&nbsp; &nbsp; &nbsp; &lt;sources&gt; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;request&gt;endYear&lt;/request&gt; <br />
&nbsp; &nbsp; &nbsp; &lt;/sources&gt;&nbsp; <br />
&nbsp; &nbsp; &nbsp; &lt;default-value&gt;2012&lt;/default-value&gt; <br />
&nbsp; &nbsp; &lt;/endYear&gt;&nbsp; <br />
&nbsp; &nbsp; &lt;startYear type=&quot;string&quot;&gt; <br />
&nbsp; &nbsp; &nbsp; &lt;sources&gt; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;request&gt;startYear&lt;/request&gt; <br />
&nbsp; &nbsp; &nbsp; &lt;/sources&gt;&nbsp; <br />
&nbsp; &nbsp; &nbsp; &lt;default-value&gt;1999&lt;/default-value&gt; <br />
&nbsp; &nbsp; &lt;/startYear&gt;&nbsp; <br />
&nbsp; &nbsp; &lt;endMonth type=&quot;string&quot;&gt; <br />
&nbsp; &nbsp; &nbsp; &lt;sources&gt; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;request&gt;endMonth&lt;/request&gt; <br />
&nbsp; &nbsp; &nbsp; &lt;/sources&gt;&nbsp; <br />
&nbsp; &nbsp; &nbsp; &lt;default-value&gt;1&lt;/default-value&gt; <br />
&nbsp; &nbsp; &lt;/endMonth&gt;&nbsp; <br />
&nbsp; &nbsp; &lt;startMonth type=&quot;string&quot;&gt; <br />
&nbsp; &nbsp; &nbsp; &lt;sources&gt; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;request&gt;startMonth&lt;/request&gt; <br />
&nbsp; &nbsp; &nbsp; &lt;/sources&gt;&nbsp; <br />
&nbsp; &nbsp; &nbsp; &lt;default-value&gt;1&lt;/default-value&gt; <br />
&nbsp; &nbsp; &lt;/startMonth&gt;&nbsp; <br />
&nbsp; &nbsp; &lt;officeID type=&quot;integer&quot;&gt; <br />
&nbsp; &nbsp; &nbsp; &lt;sources&gt; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;request&gt;officeID&lt;/request&gt; <br />
&nbsp; &nbsp; &nbsp; &lt;/sources&gt;&nbsp; <br />
&nbsp; &nbsp; &nbsp; &lt;default-value&gt;10113&lt;/default-value&gt; <br />
&nbsp; &nbsp; &lt;/officeID&gt;&nbsp; <br />
&nbsp; &nbsp; &lt;ufficioEscluso type=&quot;integer&quot;&gt; <br />
&nbsp; &nbsp; &nbsp; &lt;sources&gt; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;request&gt;ufficioEscluso&lt;/request&gt; <br />
&nbsp; &nbsp; &nbsp; &lt;/sources&gt;&nbsp; <br />
&nbsp; &nbsp; &nbsp; &lt;default-value&gt;10361&lt;/default-value&gt; <br />
&nbsp; &nbsp; &lt;/ufficioEscluso&gt; <br />
&nbsp; &lt;/inputs&gt;<br />
<br />
<br />
&nbsp; &lt;outputs/&gt;<br />
<br />
<br />
&nbsp; &lt;resources&gt; <br />
&nbsp; &nbsp; &lt;report-definition&gt; <br />
&nbsp; &nbsp; &nbsp; &lt;solution-file&gt; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;location&gt;RiepilogoAttivitaFrontiera.jrxml&lt;/location&gt;&nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;mime-type&gt;text/plain&lt;/mime-type&gt; <br />
&nbsp; &nbsp; &nbsp; &lt;/solution-file&gt; <br />
&nbsp; &nbsp; &lt;/report-definition&gt; <br />
&nbsp; &lt;/resources&gt;<br />
&nbsp; <br />
&nbsp; &lt;actions&gt; <br />
&nbsp; &nbsp; &lt;action-definition&gt; <br />
&nbsp; &nbsp; &nbsp; &lt;component-name&gt;JasperReportsComponent&lt;/component-name&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;action-type&gt;report&lt;/action-type&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;action-inputs&gt; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;endYear type=&quot;string&quot;/&gt;&nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;startYear type=&quot;string&quot;/&gt;&nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;endMonth type=&quot;string&quot;/&gt;&nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;startMonth type=&quot;string&quot;/&gt;&nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;officeID type=&quot;integer&quot;/&gt;&nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;ufficioEscluso type=&quot;integer&quot;/&gt;&nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;output-type type=&quot;string&quot;/&gt; <br />
&nbsp; &nbsp; &nbsp; &lt;/action-inputs&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;action-resources&gt; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;report-definition type=&quot;resource&quot;/&gt; <br />
&nbsp; &nbsp; &nbsp; &lt;/action-resources&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;component-definition&gt; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;jndi&gt;ORCL_CONN&lt;/jndi&gt; <br />
&nbsp; &nbsp; &nbsp; &lt;/component-definition&gt; <br />
&nbsp; &nbsp; &lt;/action-definition&gt;<br />
&nbsp;<br />
&nbsp; &lt;/actions&gt; <br />
&lt;/action-sequence&gt;</code><hr />
</div>but when I try to launch the report on Pentaho I get the error reported in the log (attachement).<br />
Please HELP ME!!!</div>


	<div style="padding:10px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<ul>
			<li>
	<img class="inlineimg" src="http://forums.pentaho.com/images/attach/txt.gif" alt="File Type: txt" />
	<a href="http://forums.pentaho.com/attachment.php?attachmentid=10757&amp;d=1367584288">log.txt</a> 
(39.8 KB)
</li>
			</ul>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?141-Other-Reporting-Engines">Other Reporting Engines</category>
			<dc:creator>master</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?141967-ISSUE-JasperReport-Execute-Error</guid>
		</item>
		<item>
			<title>JasperReportsComponent / exporting JasperReports into .ppt or .pptx</title>
			<link>http://forums.pentaho.com/showthread.php?141553-JasperReportsComponent-exporting-JasperReports-into-ppt-or-pptx&amp;goto=newpost</link>
			<pubDate>Fri, 26 Apr 2013 08:44:55 GMT</pubDate>
			<description>Hello! 
 
I have lack of knowledge in this topic, but where i work, i got the task, that i need to report a jasperreport file (jrxml) into PPT format...</description>
			<content:encoded><![CDATA[<div>Hello!<br />
<br />
I have lack of knowledge in this topic, but where i work, i got the task, that i need to report a jasperreport file (<font color="#000000"><span style="font-family: Verdana">jrxml) into PPT format via Pentaho. As i searched the problem in google, i found that Pentaho is prepared for exporting jasperreports into HTML or PDF. So i downloaded latest JasperReportsComponent.java file, and tried to add PPT into it.<br />
<br />
(in theory, </span></font><font color="#000000"><span style="font-family: Verdana">JasperReportsComponent can export in PPT via </span></font><i>net.sf.jasperreports.engine.export.ooxml.JRPptExporter </i>package)<br />
<br />
My problem is, that i do not find the location, where i could place my JAR file, comiled from modified JasperReportsComponent.java. <br />
<br />
Or other question, how could i achive that i can export a jasperreport into .ppt or .pptx format in pentaho?<br />
<br />
Thanks<br />
<br />
#############<br />
<b>##Re-editing my post, wish it will be more understanding now:</b><br />
#############<br />
<br />
<font color="#000000"><span style="font-family: Arial">I am using <a href="http://www.pentaho.com/" target="_blank">Pentaho</a>, and i want to present <a href="http://community.jaspersoft.com/" target="_blank">JasperReport</a> reports, made in <a href="http://community.jaspersoft.com/project/ireport-designer" target="_blank">iReport</a>, in it. Everything works fine due to pentaho has a component called JasperReportsComponent which can parse ireports (.jasper) into <b>pdf</b> and <b>html</b> format.</span></font> <font color="#000000"><span style="font-family: Arial">My problem is, that i need to parse ireports into ppt, or pptx format, i inspected, that a little bit of modification is needed in JasperReportsComponent.java, and then, it is capable of parsing jasperreports to ppt, or pptx via net.sf.jasperreports.engine.export.ooxml.JRPptExporter package.</span></font> <font color="#000000"><span style="font-family: Arial">So i modified the freely downloadable JasperReportsComponent.java file, but i ran into the problem, that i dont know how to integrate it into pentaho :(<br />
</span></font><br />
<font color="#000000"><span style="font-family: Arial"><u>Background story</u>: now, if i make a report in iReport, i generate a Jrxml file, AND a .jasper from it, i save them into a pentaho folder, and bind this .jasper file to the JasperReportsComponent component in an .xaction file like this:</span></font><br />
<br />
<font color="#000000"><span style="font-family: Arial"> &lt;resources&gt; <br />
    &lt;report-definition&gt; <br />
      &lt;solution-file&gt; <br />
        &lt;location&gt;myreport.jasper&lt;/location&gt;  <br />
        &lt;mime-type&gt;text/plain&lt;/mime-type&gt; <br />
      &lt;/solution-file&gt; <br />
    &lt;/report-definition&gt; <br />
  &lt;/resources&gt;</span></font><font color="#000000"><span style="font-family: Arial"><br />
<br />
Above is the code sample where i load my .jasper file like a resource, and here is where i bind this to the component:</span></font><br />
<br />
 &lt;action-definition&gt; <br />
      &lt;component-name&gt;JasperReportsComponent&lt;/component-name&gt;<br />
      &lt;action-type&gt;Jasper&lt;/action-type&gt;<br />
      &lt;action-inputs&gt; <br />
        &lt;output-type type=&quot;string&quot; mapping=&quot;output_format&quot;/&gt; <br />
      &lt;/action-inputs&gt;<br />
      &lt;action-resources&gt; <br />
        &lt;report-definition type=&quot;resource&quot;/&gt; <br />
      &lt;/action-resources&gt;<br />
      &lt;component-definition&gt; <br />
        &lt;jndi&gt;&lt;=!=[=C=D=A=T=A=[database]=]=&gt;&lt;/jndi&gt;<br />
      &lt;/component-definition&gt; <br />
    &lt;/action-definition&gt;<br />
<br />
<font color="#000000"><span style="font-family: Arial">And after this, in Pentaho, i can &quot;open&quot; the .xaction file, i can choose pdf, or html from a dropdown list, and the JasperReportsComponent parse my .jasper file into the choosen format.</span></font><br />
<font color="#000000"><span style="font-family: Arial">You can see, that this way i cant produce a ppt, or pptx from my .jasper, becouse pentaho's component is not prepared for parsing into ppt.</span></font><br />
<font color="#000000"><span style="font-family: Arial">So my question is, where do pentaho store resource files of JasperReportsComponent, and how could i replace it with my own edited JasperReportsComponent.java file?!</span></font><br />
<font color="#000000"><span style="font-family: Arial">Thanks for any advice.</span></font></div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?141-Other-Reporting-Engines">Other Reporting Engines</category>
			<dc:creator>Jim-Y</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?141553-JasperReportsComponent-exporting-JasperReports-into-ppt-or-pptx</guid>
		</item>
	</channel>
</rss>
