<?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</title>
		<link>http://forums.pentaho.com/</link>
		<description>Pentaho, Open Source, BI, Business Intelligence, Open, Reporting, Analysis, Workflow, Dashboards, Data Mining</description>
		<language>en</language>
		<lastBuildDate>Thu, 02 Sep 2010 14:07:30 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forums.pentaho.com/images/misc/rss.png</url>
			<title>Pentaho Community Forums</title>
			<link>http://forums.pentaho.com/</link>
		</image>
		<item>
			<title>Using my own log4j configuration</title>
			<link>http://forums.pentaho.com/showthread.php?78170-Using-my-own-log4j-configuration&amp;goto=newpost</link>
			<pubDate>Thu, 02 Sep 2010 13:38:46 GMT</pubDate>
			<description>Hello all, 
  
I am using PDI for my project and I am running it from java application. As PDI is using its own logging configuration I wanted to...</description>
			<content:encoded><![CDATA[<div>Hello all,<br />
 <br />
I am using PDI for my project and I am running it from java application. As PDI is using its own logging configuration I wanted to over ride with my own log4j configuration. Any ideas would be appreciated.<br />
 <br />
Regards<br />
Sri</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?135-Pentaho-Data-Integration-Kettle"><![CDATA[Pentaho Data Integration [Kettle]]]></category>
			<dc:creator>send2dsr</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78170-Using-my-own-log4j-configuration</guid>
		</item>
		<item>
			<title><![CDATA[[Mondrian] Extending Role interface]]></title>
			<link>http://forums.pentaho.com/showthread.php?78171-Mondrian-Extending-Role-interface&amp;goto=newpost</link>
			<pubDate>Thu, 02 Sep 2010 13:34:39 GMT</pubDate>
			<description><![CDATA[Hello everyone, 
 
I'm working on a case about Mondrian's Role implementation. The problem is 
this. If you grant access to a SharedDimension in a...]]></description>
			<content:encoded><![CDATA[<div>Hello everyone,<br />
<br />
I'm working on a case about Mondrian's Role implementation. The problem is<br />
this. If you grant access to a SharedDimension in a CubeA, but not in CubeB,<br />
the Role gets to access the Dimension even in CubeB because the Role<br />
interface does not take into account the context into which the Dimension is<br />
accessed. As a matter of fact, this impacts all children of a<br />
SharedDimension (hierarchies, levels and members).<br />
<br />
A discussion a while back on this list had concluded that the root of the<br />
problem was due to Dimension.equals() implementation taking into account<br />
only the name of the object. After evaluating the proposed fix, I concluded<br />
that the performance impact is too great and will lead to many more problems<br />
than it actually solves. The proposed fix would make the cache sizes<br />
explode, because it would create a new cache for each DimensionUsage.<br />
Actually, it won't solve the problem at all, because the dimension Java<br />
object is indeed equal and thus leads the code to make faulty assumptions.<br />
(see<br />
<a href="http://forums.pentaho.com/showthread.php?70624-Mondrian-Measures-dimension-is-equals-any-other-Measures-dimension" target="_blank">http://forums.pentaho.com/showthread...ures-dimension</a>.<br />
)<br />
<br />
But good news! There is a proper way to fix this. I propose to extend the<br />
Role interface so that it takes into account the cube context into which the<br />
access rights are evaluated. For example, the method...<br />
<br />
Access getAccess(Dimension dimension);<br />
<br />
....would become...<br />
<br />
Access getAccess(Dimension dimension, Cube cube);<br />
<br />
My first thought was to create new signatures alongside the existing ones,<br />
but that would lead to security holes in the code. I would very much like to<br />
fix this once and for all. Now, because this is part of the public API, I<br />
would like to have some feedback on this. Do Mondrian developers use the<br />
Role interface directly? Is there any foreseeable bad consequences to doing<br />
this?<br />
<br />
Also, I expect some serious code refactoring would occur. The context Cube<br />
is not always readily available to all parts of the code which calls the<br />
Role's access checkers. I will need to make sure that the context is<br />
available for these checks. When Grants are created, we will need to specify<br />
the context into which they are effective. etc.<br />
<br />
There might be other solutions possible. I'd like to hear some ideas. IMO,<br />
extending the Role interface is the &quot;kosher&quot; way of fixing this, because it<br />
is at fault, but hey, I might be wrong.<br />
<br />
Cheers!<br />
<br />
_______________________________________________<br />
Mondrian mailing list<br />
Mondrian (AT) pentaho (DOT) org<br />
<a href="http://lists.pentaho.org/mailman/listinfo/mondrian" target="_blank">http://lists.pentaho.org/mailman/listinfo/mondrian</a></div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?9-Mondrian-Mailing-List">Mondrian Mailing List</category>
			<dc:creator>Luc Boudreau</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78171-Mondrian-Extending-Role-interface</guid>
		</item>
		<item>
			<title>Subtracting one minute form a datetime.</title>
			<link>http://forums.pentaho.com/showthread.php?78169-Subtracting-one-minute-form-a-datetime.&amp;goto=newpost</link>
			<pubDate>Thu, 02 Sep 2010 13:33:15 GMT</pubDate>
			<description>Has any one tried to do date time arithmitic using the PDI objects. I did find in the calculator object that you can add time to a data time but not...</description>
			<content:encoded><![CDATA[<div>Has any one tried to do date time arithmitic using the PDI objects. I did find in the calculator object that you can add time to a data time but not subtract minutes.<br />
I also tried to use the user defined java expression, I got the getminute method to work but could not set the minutes..also I am not a java programmer so i could not find an example to work from....any help would be appreciated thanks.</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?135-Pentaho-Data-Integration-Kettle"><![CDATA[Pentaho Data Integration [Kettle]]]></category>
			<dc:creator>JohnMIII</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78169-Subtracting-one-minute-form-a-datetime.</guid>
		</item>
		<item>
			<title>Need Help with MDX</title>
			<link>http://forums.pentaho.com/showthread.php?78168-Need-Help-with-MDX&amp;goto=newpost</link>
			<pubDate>Thu, 02 Sep 2010 11:31:30 GMT</pubDate>
			<description>Hi all, 
 
I have an issue with writing MDX with input parameters: 
- date range 
- pulisher name 
I have wrote th enext one MDX: 
 
Code: 
---------...</description>
			<content:encoded><![CDATA[<div>Hi all,<br />
<br />
I have an issue with writing MDX with input parameters:<br />
- date range<br />
- pulisher name<br />
I have wrote th enext one MDX:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">WITH member [TimePeriods Degenerated].[AggregateDates]<br />
AS 'Aggregate([TimePeriods Degenerated].[All Periods].[${date1}] : [TimePeriods Degenerated].[All Periods].[${date2}])'<br />
SELECT<br />
NON EMPTY { [Measures].[Q Impressions] } ON COLUMNS,<br />
NON EMPTY (<br />
&nbsp;( [Publisher].[All Publisher].[${paramPublisher}])<br />
)<br />
&nbsp;ON ROWS FROM<br />
[Ad Banners]<br />
where ([TimePeriods Degenerated].[AggregateDates])</code><hr />
</div> But the point is that I don't need to aggregate Date. Also I need to display in my table [TimePeriods Degenerated].[All Periods].Children } But when I add this to my MDX<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">WITH member [TimePeriods Degenerated].[AggregateDates]<br />
AS 'Aggregate([TimePeriods Degenerated].[All Periods].[2008-09-22] : [TimePeriods Degenerated].[All Periods].[2009-09-22])'<br />
select<br />
NON EMPTY { [Measures].[Q Impressions] } ON COLUMNS,<br />
NON EMPTY (<br />
CrossJoin ( [Publisher].[All Publisher].[${paramPublisher}], { [TimePeriods Degenerated].[All Periods].Children })<br />
)<br />
&nbsp;ON ROWS FROM<br />
[Ad Banners]<br />
where ([TimePeriods Degenerated].[AggregateDates])</code><hr />
</div> I receive error:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Mondrian Error:Hierarchy '[TimePeriods Degenerated]' appears in more than one independent axis.</code><hr />
</div> All that I need to display three fields in my report: Publisher, Timperiod, Q Impressions using two input parameters: &quot;Date Range&quot; and &quot;Publisher&quot;<br />
<br />
Maybe someone have ideas how to achieve what I need, I m so appreciate for that!<br />
<br />
Best Regards,<br />
Alex</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?79-Mondrian-Pentaho-Analysis-Services"><![CDATA[Mondrian [Pentaho Analysis Services]]]></category>
			<dc:creator>whitish</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78168-Need-Help-with-MDX</guid>
		</item>
		<item>
			<title>open flash chart is not drillable!!!</title>
			<link>http://forums.pentaho.com/showthread.php?78167-open-flash-chart-is-not-drillable!!!&amp;goto=newpost</link>
			<pubDate>Thu, 02 Sep 2010 09:02:32 GMT</pubDate>
			<description>Hello ,in the creation of dashboards using the open flash I can not find a way to drill on a flash chart . I wanted to know if anyone has found a way...</description>
			<content:encoded><![CDATA[<div>Hello ,in the creation of dashboards using the open flash I can not find a way to drill on a flash chart . I wanted to know if anyone has found a way to drill on open flash charts. <br />
I also wanted to know if I can import new libraries open flash in Pentaho.<br />
Thanks<br />
<br />
Gianluca</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?80-Dashboards">Dashboards</category>
			<dc:creator>GianlucaF_exp</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78167-open-flash-chart-is-not-drillable!!!</guid>
		</item>
		<item>
			<title>to take input file name to excel input from previous step.</title>
			<link>http://forums.pentaho.com/showthread.php?78166-to-take-input-file-name-to-excel-input-from-previous-step.&amp;goto=newpost</link>
			<pubDate>Thu, 02 Sep 2010 08:40:52 GMT</pubDate>
			<description><![CDATA[Hi All, 
I am using Pentaho 3.2.0. 
I have a transformation like follows 
 
Excel Input -> Table Output. 
 
For automation I want to give the file...]]></description>
			<content:encoded><![CDATA[<div>Hi All,<br />
I am using Pentaho 3.2.0.<br />
I have a transformation like follows<br />
<br />
Excel Input -&gt; Table Output.<br />
<br />
For automation I want to give the file path to the excel sheet dynamically. So, I try for the &quot; Accept filenames from previous step &quot; provided in the &quot;Excel Input&quot; . And<br />
In the Previous step I use &quot;Get data from XML&quot;. There I pass the file path like this.<br />
<br />
&lt;?xml version=&quot;1.0&quot;?&gt;<br />
&lt;note&gt;<br />
    &lt;path&gt;F:\database\BI PROS\ess.xls&lt;/path&gt;<br />
&lt;/note&gt;<br />
<br />
Now when I check on &quot;Accept file names from Previous Step &quot; and select the step as &quot;Get Data from XML&quot; from the drop down. But in &quot;Field in the input to use as filename&quot; I am struggling. I have no idea what to give in that field. <br />
<br />
Please help me regarding this.<br />
<br />
Thanks<br />
Dev.</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?135-Pentaho-Data-Integration-Kettle"><![CDATA[Pentaho Data Integration [Kettle]]]></category>
			<dc:creator>debadutta</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78166-to-take-input-file-name-to-excel-input-from-previous-step.</guid>
		</item>
		<item>
			<title>PDI 4.0.0 CE and different ways to connect to SAP?</title>
			<link>http://forums.pentaho.com/showthread.php?78165-PDI-4.0.0-CE-and-different-ways-to-connect-to-SAP&amp;goto=newpost</link>
			<pubDate>Thu, 02 Sep 2010 07:34:45 GMT</pubDate>
			<description>Hello everyone, 
 
I just read an article about SAP Connectivity with Pentaho 4 CE...</description>
			<content:encoded><![CDATA[<div>Hello everyone,<br />
<br />
I just read an article about SAP Connectivity with Pentaho 4 CE (<a href="http://www.it-novum.com/news-list/blog-single-view/article/sap-connectivity-mit-open-source-tools-42.html" target="_blank">http://www.it-novum.com/news-list/bl...-tools-42.html</a>). The article says, that there is more than one possibility to extract data from SAP with different Input Types. <br />
Now i tried to design a transformation which connects to SAP and i only found the way via SAP Input (via Aschauer-EDV plugin). The article says, that there is another SAP Connector integrated named &quot;<i><a href="http://www.it-novum.com/sap-open-source/sap-pentaho-schnittstelle.html" target="_blank">ITN Connector ERP</a></i>.&quot; I cannot find it, so i have to ask how to use this one?<br />
<br />
Thanks in advance!</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?135-Pentaho-Data-Integration-Kettle"><![CDATA[Pentaho Data Integration [Kettle]]]></category>
			<dc:creator>00eisbaer</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78165-PDI-4.0.0-CE-and-different-ways-to-connect-to-SAP</guid>
		</item>
		<item>
			<title>Mondrian OLAP Cube as Datasource. How to define parameter in Report?</title>
			<link>http://forums.pentaho.com/showthread.php?78164-Mondrian-OLAP-Cube-as-Datasource.-How-to-define-parameter-in-Report&amp;goto=newpost</link>
			<pubDate>Thu, 02 Sep 2010 07:27:03 GMT</pubDate>
			<description>Hi all,  
 
I m trying to use my olap cube for reporting, but faced w/problem when defining report parameters. For example, I need define input...</description>
			<content:encoded><![CDATA[<div>Hi all, <br />
<br />
I m trying to use my olap cube for reporting, but faced w/problem when defining report parameters. For example, I need define input parameter &quot;Publisher&quot;.<br />
<br />
It seems that I have problem in declaring parameter within the query:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">SELECT<br />
<br />
NON EMPTY { [Measures].[Q Impressions] } ON COLUMNS,<br />
NON EMPTY (<br />
CrossJoin ( [Publisher].[All Publisher].Children, { [TimePeriods Degenerated].[All Periods].Children })<br />
)<br />
&nbsp;ON ROWS FROM<br />
[Ad Banners] <br />
where <br />
(<br />
strToMember(Parameter(&quot;paramPublisher&quot;, STRING, &quot;[Publisher].[All Publisher].[NULL]&quot;))<br />
)</code><hr />
</div> paramPublisher initialized by a simple sql (select publisher_name from...) and have type String.<br />
<br />
Maybe someone have idea how can I declare this parameter and use in my report?<br />
<br />
<br />
King Regards,<br />
Alex.</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>whitish</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78164-Mondrian-OLAP-Cube-as-Datasource.-How-to-define-parameter-in-Report</guid>
		</item>
		<item>
			<title>How to truncate a table in pentaho</title>
			<link>http://forums.pentaho.com/showthread.php?78163-How-to-truncate-a-table-in-pentaho&amp;goto=newpost</link>
			<pubDate>Thu, 02 Sep 2010 04:29:21 GMT</pubDate>
			<description><![CDATA[Hi All, 
I am using Pentaho 3.2.0. 
I have a transformation 
 
Table input ->Insert/Update. 
I want to truncate the target table after table input. I...]]></description>
			<content:encoded><![CDATA[<div>Hi All,<br />
I am using Pentaho 3.2.0.<br />
I have a transformation<br />
<br />
Table input -&gt;Insert/Update.<br />
I want to truncate the target table after table input. I think 'analytic quary' comes handy in this case. Please suggest me in this regarding.<br />
<br />
Thanks<br />
dev</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?135-Pentaho-Data-Integration-Kettle"><![CDATA[Pentaho Data Integration [Kettle]]]></category>
			<dc:creator>debadutta</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78163-How-to-truncate-a-table-in-pentaho</guid>
		</item>
		<item>
			<title>Running transformation in Kettle 4.0 Carte</title>
			<link>http://forums.pentaho.com/showthread.php?78162-Running-transformation-in-Kettle-4.0-Carte&amp;goto=newpost</link>
			<pubDate>Thu, 02 Sep 2010 01:46:19 GMT</pubDate>
			<description>Hi, 
  
Can I run the same transformation more than once at a time in Kettle 4.0 version Carte? 
  
Thanks, 
Tata</description>
			<content:encoded><![CDATA[<div>Hi,<br />
 <br />
Can I run the same transformation more than once at a time in Kettle 4.0 version Carte?<br />
 <br />
Thanks,<br />
Tata</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?135-Pentaho-Data-Integration-Kettle"><![CDATA[Pentaho Data Integration [Kettle]]]></category>
			<dc:creator>dhanisetti</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78162-Running-transformation-in-Kettle-4.0-Carte</guid>
		</item>
		<item>
			<title>Out Of Memory Issue in Carte</title>
			<link>http://forums.pentaho.com/showthread.php?78161-Out-Of-Memory-Issue-in-Carte&amp;goto=newpost</link>
			<pubDate>Thu, 02 Sep 2010 01:42:32 GMT</pubDate>
			<description>Hi Everyone, 
  
I have a requirement where i need to run set of transformations in parallel in Carte server.  As Kettle 3.2.0 does not allow me run...</description>
			<content:encoded><![CDATA[<div>Hi Everyone,<br />
 <br />
I have a requirement where i need to run set of transformations in parallel in Carte server.  As Kettle 3.2.0 does not allow me run the same transformation more than once at a time, i am renaming the transformations and sending them to Carte server for exeution.  After their execution, the transformations will be removed from Carte server.  Everything is working fine but sometimes i am getting &quot;java.lang.OutOfMemoryError: Java heap space&quot; when carte is parsing .ktr files.  Each of my .ktr files size is less than 10KB only.  Does anyone have any idea what could be causing OOM?<br />
 <br />
Environment Details:<br />
Kettle 3.2.0<br />
jetty-6.1.9<br />
Linux x86_64<br />
 <br />
Here is the stack trace:<br />
2010-09-01 14:09:08.819::WARN: Error for /kettle/addTrans/<br />
java.lang.OutOfMemoryError: Java heap space<br />
at org.apache.xerces.dom.DeferredDocumentImpl.createC  hunk(Unknown Source)<br />
at org.apache.xerces.dom.DeferredDocumentImpl.ensureC  apacity(Unknown Source)<br />
at org.apache.xerces.dom.DeferredDocumentImpl.createN  ode(Unknown Source)<br />
at org.apache.xerces.dom.DeferredDocumentImpl.createD  eferredTextNode(Unknown Source)<br />
at org.apache.xerces.parsers.AbstractDOMParser.charac  ters(Unknown Source)<br />
at org.apache.xerces.impl.XMLDocumentFragmentScannerI  mpl.scanContent(Unknown Source)<br />
at org.apache.xerces.impl.XMLDocumentFragmentScannerI  mpl$FragmentContentDispatcher.dispatch(Unknown Source)<br />
at org.apache.xerces.impl.XMLDocumentFragmentScannerI  mpl.scanDocument(Unknown Source)<br />
at org.apache.xerces.parsers.XML11Configuration.parse  (Unknown Source)<br />
at org.apache.xerces.parsers.XML11Configuration.parse  (Unknown Source)<br />
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)<br />
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)<br />
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(U  nknown Source)<br />
at org.pentaho.di.core.xml.XMLHandler.loadXMLString(X  MLHandler.java:583)<br />
at org.pentaho.di.trans.TransConfiguration.fromXML(Tr  ansConfiguration.java:64)<br />
at org.pentaho.di.<a href="http://www.AddTransServlet.doGet(AddTransServlet.java:99" target="_blank">http://www.AddTransServlet.doGet(Add...ervlet.java:99</a>)<br />
at org.pentaho.di.<a href="http://www.AddTransServlet.doPut(AddTransServlet.java:57" target="_blank">http://www.AddTransServlet.doPut(Add...ervlet.java:57</a>)<br />
at javax.servlet.http.HttpServlet.service(HttpServlet  .java:730)<br />
at javax.servlet.http.HttpServlet.service(HttpServlet  .java:820)<br />
at org.mortbay.jetty.servlet.ServletHolder.handle(Ser  vletHolder.java:487)<br />
at org.mortbay.jetty.servlet.ServletHandler.handle(Se  rvletHandler.java:362)<br />
at org.mortbay.jetty.servlet.SessionHandler.handle(Se  ssionHandler.java:181)<br />
at org.mortbay.jetty.handler.ContextHandler.handle(Co  ntextHandler.java:726)<br />
at org.mortbay.jetty.handler.ContextHandlerCollection  .handle(ContextHandlerCollection.java:206)<br />
at org.mortbay.jetty.handler.HandlerCollection.handle  (HandlerCollection.java:114)<br />
at org.mortbay.jetty.handler.HandlerWrapper.handle(Ha  ndlerWrapper.java:152)<br />
at org.mortbay.jetty.Server.handle(Server.java:324)<br />
at org.mortbay.jetty.HttpConnection.handleRequest(Htt  pConnection.java:505)<br />
at org.mortbay.jetty.HttpConnection$RequestHandler.co  ntent(HttpConnection.java:842)<br />
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.  java:648)<br />
at org.mortbay.jetty.HttpParser.parseAvailable(HttpPa  rser.java:211)<br />
at org.mortbay.jetty.HttpConnection.handle(HttpConnec  tion.java:380)<br />
2010-09-01 14:14:50.01::WARN: Error for /kettle/addTrans/<br />
java.lang.OutOfMemoryError: Java heap space<br />
2010-09-01 14:14:50.000::WARN: Error for /kettle/addTrans/<br />
java.lang.OutOfMemoryError: Java heap space<br />
at java.util.Arrays.copyOfRange(Unknown Source)<br />
at java.lang.String.&lt;init&gt;(Unknown Source)<br />
at java.lang.StringBuilder.toString(Unknown Source)<br />
at org.pentaho.di.<a href="http://www.AddTransServlet.doGet(AddTransServlet.java:99" target="_blank">http://www.AddTransServlet.doGet(Add...ervlet.java:99</a>)<br />
at org.pentaho.di.<a href="http://www.AddTransServlet.doPut(AddTransServlet.java:57" target="_blank">http://www.AddTransServlet.doPut(Add...ervlet.java:57</a>)<br />
at javax.servlet.http.HttpServlet.service(HttpServlet  .java:730)<br />
at javax.servlet.http.HttpServlet.service(HttpServlet  .java:820)<br />
 <br />
 <br />
Thanks in advance,<br />
Tata</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?135-Pentaho-Data-Integration-Kettle"><![CDATA[Pentaho Data Integration [Kettle]]]></category>
			<dc:creator>dhanisetti</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78161-Out-Of-Memory-Issue-in-Carte</guid>
		</item>
		<item>
			<title>Can the BI Server be used to create PRPT files?</title>
			<link>http://forums.pentaho.com/showthread.php?78159-Can-the-BI-Server-be-used-to-create-PRPT-files&amp;goto=newpost</link>
			<pubDate>Thu, 02 Sep 2010 00:48:15 GMT</pubDate>
			<description><![CDATA[Greetings. I'm a Pentaho noob, and I'm creating a multi-tenancy application, wherein I'd like each customer to be able to create and execute reports...]]></description>
			<content:encoded><![CDATA[<div>Greetings. I'm a Pentaho noob, and I'm creating a multi-tenancy application, wherein I'd like each customer to be able to create and execute reports while dynamically varying the output target. The desktop Designer app is undesirable in my case, because we don't  want to assume any responsibility at all for customer infrastructure, so we will give them access to the BI Server as a report painter. <br />
<br />
The difficulty I'm having is that the report artifacts prodused by the BI Server (xaction files) do not support output-targets. <br />
<br />
Here's my question: Is it possible to have the BI server create PRPT bundles, seeing that they have the flexibility that I require? <br />
<br />
Many thanks.</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>jgenoese</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78159-Can-the-BI-Server-be-used-to-create-PRPT-files</guid>
		</item>
		<item>
			<title>PRPT bundles and the BI Server</title>
			<link>http://forums.pentaho.com/showthread.php?78158-PRPT-bundles-and-the-BI-Server&amp;goto=newpost</link>
			<pubDate>Thu, 02 Sep 2010 00:38:48 GMT</pubDate>
			<description><![CDATA[Greetings. I'm a Pentaho noob, and I'm creating a multi-tenancy application, wherein I'd like each customer to be able to create and execute reports...]]></description>
			<content:encoded><![CDATA[<div>Greetings. I'm a Pentaho noob, and I'm creating a multi-tenancy application, wherein I'd like each customer to be able to create and execute reports with a <i>flexible output target</i>. Rather than having each customer deploy a desktop app, we decided that the BI Server is the ideal vehicle for permitting customers to create their own reports. However, we want those reports to be delivered &quot;in context&quot; i.e. while within the business application, not in BI Server. The business app will communicate with BI Server behind the scenes to deliver report content.<br />
<br />
The difficulty I'm having is that the report artifacts (xaction files) created in the BI server do not support output-targets.<i> Is it possible to have the BI server create PRPT bundles, as they have the flexibility that I require? </i><br />
<br />
Ideas, anyone?</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>jgenoese</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78158-PRPT-bundles-and-the-BI-Server</guid>
		</item>
		<item>
			<title>Javascript : Write the next date that met a condition in a previou row</title>
			<link>http://forums.pentaho.com/showthread.php?78157-Javascript-Write-the-next-date-that-met-a-condition-in-a-previou-row&amp;goto=newpost</link>
			<pubDate>Wed, 01 Sep 2010 17:48:20 GMT</pubDate>
			<description><![CDATA[Hi! 
I'm trying to create a table that allows me to know for each article the date(s) where it happen a stock zero or negative and the next date with...]]></description>
			<content:encoded><![CDATA[<div>Hi!<br />
I'm trying to create a table that allows me to know for each article the date(s) where it happen a stock zero or negative and the next date with positive stock.<br />
<br />
Imagine I have a table like this:<br />
<br />
Date;Article;Stock<br />
2008-09-03;a;55<br />
2008-09-08;a;27<br />
2008-09-12;a;11<br />
2008-09-15;a;0<br />
2008-09-18;a;-8<br />
2008-09-21;a;5<br />
2008-09-04;b;12<br />
2008-09-07;b;-8<br />
<br />
The <b>final table</b> should be like this:<br />
Article;DateStockZeroOrNegative;NextDateStockPosit  ive<br />
a;2008-09-15;2008-09-21<br />
b;2008-09-07;(Today() if not other positive stock date on the table);<br />
<br />
I thought starting by:<br />
-sort rows by product and date<br />
-User Defined Java Expression to determine if is stockpositive:  Long.valueOf(Stock&gt;0?1:0)<br />
What should be my next steps?<br />
<br />
Thanks in advance.<br />
<br />
PS) i'm not a native english speaker. My thread tittle maybe not describes correctly my doubt.</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?135-Pentaho-Data-Integration-Kettle"><![CDATA[Pentaho Data Integration [Kettle]]]></category>
			<dc:creator>psouto</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78157-Javascript-Write-the-next-date-that-met-a-condition-in-a-previou-row</guid>
		</item>
		<item>
			<title>New forum formats are killing me</title>
			<link>http://forums.pentaho.com/showthread.php?78156-New-forum-formats-are-killing-me&amp;goto=newpost</link>
			<pubDate>Wed, 01 Sep 2010 15:00:40 GMT</pubDate>
			<description><![CDATA[This is my first complaint:  Gads the new format of the forum page is hard to get used to. 
 
I'm on the verge of writing a transform to download the...]]></description>
			<content:encoded><![CDATA[<div>This is my first complaint:  Gads the new format of the forum page is hard to get used to.<br />
<br />
I'm on the verge of writing a transform to download the site contents so they can be browsed in a different format.  <br />
<br />
Ok - rant off.</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?135-Pentaho-Data-Integration-Kettle"><![CDATA[Pentaho Data Integration [Kettle]]]></category>
			<dc:creator>khelms</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78156-New-forum-formats-are-killing-me</guid>
		</item>
		<item>
			<title>OpenFlashChartComponent question</title>
			<link>http://forums.pentaho.com/showthread.php?78155-OpenFlashChartComponent-question&amp;goto=newpost</link>
			<pubDate>Wed, 01 Sep 2010 14:11:57 GMT</pubDate>
			<description>Hi 
 
When the flash bar chart report is being render in Bi server to the left of it it puts  
 
image-tag= 
 
Is there a way to stop that. 
 
Also...</description>
			<content:encoded><![CDATA[<div>Hi<br />
<br />
When the flash bar chart report is being render in Bi server to the left of it it puts <br />
<br />
image-tag=<br />
<br />
Is there a way to stop that.<br />
<br />
Also is it possible to give full url to src=&quot;&quot; of the flash itself the swf file? So instead of src=&quot;openflashchart...&quot; do src=&quot;http://10.0.2.16:8100/pentaho/openflashchart...&quot; Is this possible or no?<br />
<br />
Thanks<br />
Pavel</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>psapozhnikov</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78155-OpenFlashChartComponent-question</guid>
		</item>
		<item>
			<title>Filter rows to multiple steps (multiple conditions)</title>
			<link>http://forums.pentaho.com/showthread.php?78154-Filter-rows-to-multiple-steps-(multiple-conditions)&amp;goto=newpost</link>
			<pubDate>Wed, 01 Sep 2010 14:08:16 GMT</pubDate>
			<description>Hi. 
At the moment using the Filter Row step is possible to use only one condition. 
If a record satisfy that condition it goes to TRU, otherwise it...</description>
			<content:encoded><![CDATA[<div>Hi.<br />
At the moment using the Filter Row step is possible to use only one condition.<br />
If a record satisfy that condition it goes to TRU, otherwise it goes to FALSE.<br />
<br />
Is it possible to have a more complex filter which checks multiple condition and send records to multiple steps?<br />
Example:<br />
If month = january --&gt; step 1.<br />
If month = february --&gt; step 2.<br />
...<br />
else --&gt; step 13.<br />
<br />
Can I achieve that somehow or do I need to use 11 Filter Row steps?<br />
Thanks.<br />
Mick</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?135-Pentaho-Data-Integration-Kettle"><![CDATA[Pentaho Data Integration [Kettle]]]></category>
			<dc:creator>Mick_data</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78154-Filter-rows-to-multiple-steps-(multiple-conditions)</guid>
		</item>
		<item>
			<title>PDI 4.0: Total length of all fields of the input stream of a step in a transformation</title>
			<link>http://forums.pentaho.com/showthread.php?78153-PDI-4.0-Total-length-of-all-fields-of-the-input-stream-of-a-step-in-a-transformation&amp;goto=newpost</link>
			<pubDate>Wed, 01 Sep 2010 13:29:34 GMT</pubDate>
			<description><![CDATA[Hallo, 
  
as an internal service provider we want to internaly "sell" our ETL activities to our departments using the total amount of data...]]></description>
			<content:encoded><![CDATA[<div>Hallo,<br />
 <br />
as an internal service provider we want to internaly &quot;sell&quot; our ETL activities to our departments using the total amount of data transfered to the target databases.<br />
 <br />
The simple thing I want to do is to use all the fields we send to the &quot;Table Output&quot;-steps in the &quot;data stream&quot; of a transformation, calculate the total length of these fields and sum these over all rows.<br />
 <br />
Of course I want to do this in a generic way, so that I have not to change the calculation every time a new field is added to the result.<br />
 <br />
Sadly I have no idea how to loop over all fields of the input stream in a javascript-step or in a &quot;User Defined Java Class&quot; (or anywhere else)?<br />
 <br />
Any hints?<br />
 <br />
Kind Regards</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?135-Pentaho-Data-Integration-Kettle"><![CDATA[Pentaho Data Integration [Kettle]]]></category>
			<dc:creator>RomanFischer</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78153-PDI-4.0-Total-length-of-all-fields-of-the-input-stream-of-a-step-in-a-transformation</guid>
		</item>
		<item>
			<title>PDI Connection Latency on EC2</title>
			<link>http://forums.pentaho.com/showthread.php?78152-PDI-Connection-Latency-on-EC2&amp;goto=newpost</link>
			<pubDate>Wed, 01 Sep 2010 11:47:51 GMT</pubDate>
			<description>Dear Forum members, 
 
we are using PDI 4.0.0 together with Amazon EC2 and Amazon RDS. 
The solution works perfectly, but there are huge connection...</description>
			<content:encoded><![CDATA[<div>Dear Forum members,<br />
<br />
we are using PDI 4.0.0 together with Amazon EC2 and Amazon RDS.<br />
The solution works perfectly, but there are huge connection latency when we are doing save and load operations from kettle_repo. We have to wait a couple of minutes for each save operation. Obviously this takes toll on our development time.<br />
<br />
The kettle_repo is RDBMS. PDI is installed on the Amazon EC2 instance together with the BI server.<br />
<br />
All other connections perform reasonably well, so we are trying to understand if there any specifics with PDI that need to be tuned. <br />
<br />
Any ideas?<br />
<br />
best regards<br />
<br />
Martin Stangeland<br />
<a href="http://www.conduct.no/bi" target="_blank">http://www.conduct.no/bi</a></div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?135-Pentaho-Data-Integration-Kettle"><![CDATA[Pentaho Data Integration [Kettle]]]></category>
			<dc:creator>martins</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78152-PDI-Connection-Latency-on-EC2</guid>
		</item>
		<item>
			<title>Sum of all selected elements</title>
			<link>http://forums.pentaho.com/showthread.php?78151-Sum-of-all-selected-elements&amp;goto=newpost</link>
			<pubDate>Wed, 01 Sep 2010 11:44:12 GMT</pubDate>
			<description><![CDATA[Hello, I want to get a sum of all *selected *elements of a dimension in my analysis. 
 It should be displayed like the "All" element of a dimension,...]]></description>
			<content:encoded><![CDATA[<div>Hello, I want to get a sum of all <b>selected </b>elements of a dimension in my analysis.<br />
 It should be displayed like the &quot;All&quot; element of a dimension, which  shows the sum of all elements, but it should consider my restrictions in  the dimension. <br />
 Basically I want the sum of all <b>displayed </b>Measures in a column.<br />
 Is something like that possible with an MDX statement?<br />
  <br />
 Thanks.<br />
 Regards<br />
 Sebastian</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?79-Mondrian-Pentaho-Analysis-Services"><![CDATA[Mondrian [Pentaho Analysis Services]]]></category>
			<dc:creator>Planetzone</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78151-Sum-of-all-selected-elements</guid>
		</item>
		<item>
			<title>Pentaho User Group Italia proposal</title>
			<link>http://forums.pentaho.com/showthread.php?78150-Pentaho-User-Group-Italia-proposal&amp;goto=newpost</link>
			<pubDate>Wed, 01 Sep 2010 10:21:58 GMT</pubDate>
			<description><![CDATA[Ciao a tutti, 
 
mi sono fatto promotore di un'iniziativa per la formazione di un Pentaho User Group italiano. La proposta è stata fatta...]]></description>
			<content:encoded><![CDATA[<div>Ciao a tutti,<br />
<br />
mi sono fatto promotore di un'iniziativa per la formazione di un Pentaho User Group italiano. La proposta è stata fatta sull'omomnimo gruppo di linkedin (ecco il link <a href="http://tinyurl.com/39xl4uj" target="_blank">http://tinyurl.com/39xl4uj</a>). Vi aspetto numerosi con idee, commmenti, suggerimenti. Doug si è già reso disponibile ad aiutarci a fare partire il gruppo e questo è molto positivo. <br />
<br />
Per chi non fosse presente sul social LinkedIn ecco il testo integrale del mio post:<br />
<br />
Following the initiative of our colleagues from England I would like to  copy this nice idea and propose the creation of a Pentaho Usergroup also  in Italy. The italian section of Pentaho forum is a bit sleeping but I  think there are a lot of people interested in sharing opinions, ideas,  experiences or other things related to our preferred Open Source BI  tool. The proposal could to to organize a website for our group and  organize some meetings on a regular base using web collaboration tools  or by person for a beer and stay together. Because this is for italian  people I post the same also in italian and I suggest to answer in  italian<br />
<br />
---------------------------<br />
<br />
Facendo seguito all'idea dei nostri amici e colleghi inglesi mi permetto  di proporre, allo stesso modo, la formazione di uno Usergroup italiano  su Pentaho. L'iniziativa mi sembra interessante e ritengo che nonostante  la poca attività nel forum di Pentaho in lingua italiana ci sia un  discreto numero di persone che sono interessate a conoscersi, scambiarsi  idee, esperienze ed opinioni riguardanti il nostro tool di BI  preferito. Potremmo approntare un sito web apposito per il nostro  usergroup ed organizzare una serie di incontri con cadenza regolare  sfruttando tool di collaborazione o incontrandoci di persona (spero sia  maggiormentem percorribile questa opzione) per una birra o semplicemente  stare insieme. Non so quanti di voi saranno a Lisbona ma un primo  meeting potrebbe essere per illustrare agli assenti un resoconto della  due giorni di incontro della community. <br />
<br />
Ciao a tutti.</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?259-Italian">Italian</category>
			<dc:creator>sramazzina</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78150-Pentaho-User-Group-Italia-proposal</guid>
		</item>
		<item>
			<title>Report Designer: Japanese characters shown in HTML but not in PDF</title>
			<link>http://forums.pentaho.com/showthread.php?78149-Report-Designer-Japanese-characters-shown-in-HTML-but-not-in-PDF&amp;goto=newpost</link>
			<pubDate>Wed, 01 Sep 2010 09:39:42 GMT</pubDate>
			<description><![CDATA[Hello all, 
 
My report contains Japanese characters for series (Line Chart with one line for 渡辺, one line for 高橋, etc). 
When I click "Run" to...]]></description>
			<content:encoded><![CDATA[<div>Hello all,<br />
<br />
My report contains Japanese characters for series (Line Chart with one line for 渡辺, one line for 高橋, etc).<br />
When I click &quot;Run&quot; to generate my report, I have the choice between PDF and various other formats: <br />
<ul><li>PDF: Japanese characters are not shown.</li>
<li>HTML, XLS, RTF: Shown correctly</li>
</ul>How to make Japanese characters (kanjis, kanas) visible in PDFs too?<br />
Thanks!<br />
Nicolas Raoul</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>Nicolas.Raoul</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78149-Report-Designer-Japanese-characters-shown-in-HTML-but-not-in-PDF</guid>
		</item>
		<item>
			<title><![CDATA[Transformation "Fields to log" are not read correctly from the repository]]></title>
			<link>http://forums.pentaho.com/showthread.php?78148-Transformation-quot-Fields-to-log-quot-are-not-read-correctly-from-the-repository&amp;goto=newpost</link>
			<pubDate>Wed, 01 Sep 2010 08:52:58 GMT</pubDate>
			<description><![CDATA[I've created a transformation and I've defined the transformation "fields to log" for it.  
  
After saving it when I open again the transformation...]]></description>
			<content:encoded><![CDATA[<div>I've created a transformation and I've defined the transformation &quot;fields to log&quot; for it. <br />
 <br />
After saving it when I open again the transformation the transformation &quot;fields to log&quot; are not loaded correctly :confused: (they are empty!!!)<br />
 <br />
This occurs only when the transformation is saved to a repository. If the transformation is saved to a XML file the &quot;fields to log&quot; are read correctly<br />
 <br />
It seems there is a bug in the transformation read process from the repository because the &quot;fields to log&quot; values are saved correctly in the database<br />
 <br />
(I'm using Kettle 4.0.1-stable, repository is stored in a MySQL database and kettle runs in windows XP)<br />
 <br />
Any help will be appreciated (we use intensively the logging feature in our development and this bug stop us to upgrade for this new version)<br />
 <br />
Thanks in advance<br />
Manel Gimeno</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?135-Pentaho-Data-Integration-Kettle"><![CDATA[Pentaho Data Integration [Kettle]]]></category>
			<dc:creator>mgimeno</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78148-Transformation-quot-Fields-to-log-quot-are-not-read-correctly-from-the-repository</guid>
		</item>
		<item>
			<title>problem with JPivot drill through on an XMLA cube under IBM Websphere WAS 6.1</title>
			<link>http://forums.pentaho.com/showthread.php?78147-problem-with-JPivot-drill-through-on-an-XMLA-cube-under-IBM-Websphere-WAS-6.1&amp;goto=newpost</link>
			<pubDate>Wed, 01 Sep 2010 08:42:41 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I use a SQLSERVER (2005) cube published by IIS on localhost with XMLA (the cube data comes from "Adventure Works" data). 
I deployed a basic...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I use a SQLSERVER (2005) cube published by IIS on localhost with XMLA (the cube data comes from &quot;Adventure Works&quot; data).<br />
I deployed a basic JPivot web application under IBM Websphere WAS 6.1 (6.1.0.29 without webservices feature packs), using Mondrian 3.2.0.13661 release as a base.<br />
For testing purpose, cube access is not authenticated; so far everything is working, I can realize cube queries with Jpivot and see the result on screen (charts, PDF and Excel exportation,... are also working).<br />
<br />
But when I try to activate the &quot;drill through&quot; option, I got the following error in the &quot;Drill Through Table&quot; component on screen:<br />
An error occured<br />
java.lang.ClassCastException: com.ibm.ws.webservices.engine.xmlsoap.SOAPElement incompatible with javax.xml.soap.Text<br />
<br />
Any help on this?<br />
Thanks in advance.<br />
<br />
I reported the bug on JIRA:<br />
<a href="http://jira.pentaho.com/browse/MONDRIAN-798" target="_blank">http://jira.pentaho.com/browse/MONDRIAN-798</a><br />
<br />
<br />
I attach my web.xml to this post.<br />
<br />
A more detailed log of the problem from the System.out:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">1/09/10 10:33:23:083 CEST] 00000023 SystemOut&nbsp; &nbsp;  O [JPivot] 01 sep 2010 10:33:23,083 ERROR [Session FUAXkeyYERPkzqnfSBPtjRh] com.tonbeller.jpivot.xmla.XMLA_DrillThroughTableModel#executeQuery: ?<br />
java.lang.ClassCastException: com.ibm.ws.webservices.engine.xmlsoap.SOAPElement incompatible with javax.xml.soap.Text<br />
&nbsp; &nbsp; at com.tonbeller.jpivot.xmla.XMLA_SOAP.executeDrillQuery(XMLA_SOAP.java:1143)<br />
&nbsp; &nbsp; at com.tonbeller.jpivot.xmla.XMLA_Result.&lt;init&gt;(XMLA_Result.java:61)<br />
&nbsp; &nbsp; at com.tonbeller.jpivot.xmla.XMLA_Model.getDrillResult(XMLA_Model.java:254)<br />
&nbsp; &nbsp; at com.tonbeller.jpivot.xmla.XMLA_DrillThroughTableModel.executeQuery(XMLA_DrillThroughTableModel.java:207)<br />
&nbsp; &nbsp; at com.tonbeller.jpivot.xmla.XMLA_DrillThroughTableModel.getColumnCount(XMLA_DrillThroughTableModel.java:105)<br />
&nbsp; &nbsp; at com.tonbeller.wcf.table.TableComponent.setModel(TableComponent.java:224)<br />
&nbsp; &nbsp; at com.tonbeller.wcf.table.EditableTableComponent.setModel(EditableTableComponent.java:235)<br />
&nbsp; &nbsp; at com.tonbeller.jpivot.table.navi.DrillThroughUI$DrillThroughHandler.request(DrillThroughUI.java:123)<br />
&nbsp; &nbsp; at com.tonbeller.wcf.controller.DispatcherSupport.request(DispatcherSupport.java:167)<br />
&nbsp; &nbsp; at com.tonbeller.wcf.controller.DispatcherSupport.request(DispatcherSupport.java:167)<br />
&nbsp; &nbsp; at com.tonbeller.wcf.component.ComponentSupport.request(ComponentSupport.java:104)<br />
&nbsp; &nbsp; at com.tonbeller.jpivot.table.TableComponent.request(TableComponent.java:181)<br />
&nbsp; &nbsp; at com.tonbeller.wcf.controller.WcfController.request(WcfController.java:71)<br />
&nbsp; &nbsp; at com.tonbeller.wcf.controller.RequestFilter$MyHandler.normalRequest(RequestFilter.java:119)<br />
&nbsp; &nbsp; at com.tonbeller.wcf.controller.RequestSynchronizer.handleRequest(RequestSynchronizer.java:127)<br />
&nbsp; &nbsp; at com.tonbeller.wcf.controller.RequestFilter.doFilter(RequestFilter.java:263)<br />
&nbsp; &nbsp; at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:190)<br />
&nbsp; &nbsp; at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)<br />
&nbsp; &nbsp; at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)<br />
&nbsp; &nbsp; at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:837)<br />
&nbsp; &nbsp; at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:680)<br />
&nbsp; &nbsp; at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:588)<br />
&nbsp; &nbsp; at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:525)<br />
&nbsp; &nbsp; at com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:122)<br />
&nbsp; &nbsp; at com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionServletWrapper.handleRequest(AbstractJSPExtensionServletWrapper.java:232)<br />
&nbsp; &nbsp; at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:90)<br />
&nbsp; &nbsp; at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:751)<br />
&nbsp; &nbsp; at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1478)<br />
&nbsp; &nbsp; at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:126)<br />
&nbsp; &nbsp; at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458)<br />
&nbsp; &nbsp; at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:387)<br />
&nbsp; &nbsp; at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)<br />
&nbsp; &nbsp; at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)<br />
&nbsp; &nbsp; at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)<br />
&nbsp; &nbsp; at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)<br />
&nbsp; &nbsp; at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)<br />
&nbsp; &nbsp; at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:196)<br />
&nbsp; &nbsp; at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:751)<br />
&nbsp; &nbsp; at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:881)<br />
&nbsp; &nbsp; at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1497)<br />
[1/09/10 10:33:23:068 CEST] 00000023 SystemErr&nbsp; &nbsp;  R java.lang.ClassCastException: com.ibm.ws.webservices.engine.xmlsoap.SOAPElement incompatible with javax.xml.soap.Text<br />
[1/09/10 10:33:23:068 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.tonbeller.jpivot.xmla.XMLA_SOAP.executeDrillQuery(XMLA_SOAP.java:1143)<br />
[1/09/10 10:33:23:068 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.tonbeller.jpivot.xmla.XMLA_Result.&lt;init&gt;(XMLA_Result.java:61)<br />
[1/09/10 10:33:23:068 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.tonbeller.jpivot.xmla.XMLA_Model.getDrillResult(XMLA_Model.java:254)<br />
[1/09/10 10:33:23:068 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.tonbeller.jpivot.xmla.XMLA_DrillThroughTableModel.executeQuery(XMLA_DrillThroughTableModel.java:207)<br />
[1/09/10 10:33:23:068 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.tonbeller.jpivot.xmla.XMLA_DrillThroughTableModel.getColumnCount(XMLA_DrillThroughTableModel.java:105)<br />
[1/09/10 10:33:23:068 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.tonbeller.wcf.table.TableComponent.setModel(TableComponent.java:224)<br />
[1/09/10 10:33:23:068 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.tonbeller.wcf.table.EditableTableComponent.setModel(EditableTableComponent.java:235)<br />
[1/09/10 10:33:23:068 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.tonbeller.jpivot.table.navi.DrillThroughUI$DrillThroughHandler.request(DrillThroughUI.java:123)<br />
[1/09/10 10:33:23:068 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.tonbeller.wcf.controller.DispatcherSupport.request(DispatcherSupport.java:167)<br />
[1/09/10 10:33:23:083 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.tonbeller.wcf.controller.DispatcherSupport.request(DispatcherSupport.java:167)<br />
[1/09/10 10:33:23:083 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.tonbeller.wcf.component.ComponentSupport.request(ComponentSupport.java:104)<br />
[1/09/10 10:33:23:083 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.tonbeller.jpivot.table.TableComponent.request(TableComponent.java:181)<br />
[1/09/10 10:33:23:083 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.tonbeller.wcf.controller.WcfController.request(WcfController.java:71)<br />
[1/09/10 10:33:23:083 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.tonbeller.wcf.controller.RequestFilter$MyHandler.normalRequest(RequestFilter.java:119)<br />
[1/09/10 10:33:23:083 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.tonbeller.wcf.controller.RequestSynchronizer.handleRequest(RequestSynchronizer.java:127)<br />
[1/09/10 10:33:23:083 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.tonbeller.wcf.controller.RequestFilter.doFilter(RequestFilter.java:263)<br />
[1/09/10 10:33:23:083 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:190)<br />
[1/09/10 10:33:23:083 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)<br />
[1/09/10 10:33:23:083 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)<br />
[1/09/10 10:33:23:083 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:837)<br />
[1/09/10 10:33:23:083 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:680)<br />
[1/09/10 10:33:23:083 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:588)<br />
[1/09/10 10:33:23:083 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:525)<br />
[1/09/10 10:33:23:083 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:122)<br />
[1/09/10 10:33:23:083 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionServletWrapper.handleRequest(AbstractJSPExtensionServletWrapper.java:232)<br />
[1/09/10 10:33:23:083 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:90)<br />
[1/09/10 10:33:23:083 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:751)<br />
[1/09/10 10:33:23:083 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1478)<br />
[1/09/10 10:33:23:083 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:126)<br />
[1/09/10 10:33:23:083 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458)<br />
[1/09/10 10:33:23:083 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:387)<br />
[1/09/10 10:33:23:083 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)<br />
[1/09/10 10:33:23:083 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)<br />
[1/09/10 10:33:23:083 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)<br />
[1/09/10 10:33:23:083 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)<br />
[1/09/10 10:33:23:083 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)<br />
[1/09/10 10:33:23:083 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:196)<br />
[1/09/10 10:33:23:083 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:751)<br />
[1/09/10 10:33:23:083 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:881)<br />
[1/09/10 10:33:23:083 CEST] 00000023 SystemErr&nbsp; &nbsp;  R&nbsp; &nbsp;  at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1497)</code><hr />
</div> This is the JSP I am using for testing.<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;<br />
&lt;%@page language=&quot;java&quot; contentType=&quot;text/html; charset=ISO-8859-1&quot;<br />
&nbsp; &nbsp; pageEncoding=&quot;ISO-8859-1&quot;%&gt;<br />
<br />
&lt;%@ taglib uri=&quot;http://www.tonbeller.com/jpivot&quot; prefix=&quot;jp&quot;%&gt;<br />
&lt;%@ taglib uri=&quot;http://www.tonbeller.com/wcf&quot; prefix=&quot;wcf&quot;%&gt;<br />
&lt;%@ taglib uri=&quot;http://java.sun.com/jsp/jstl/core&quot; prefix=&quot;c&quot;%&gt;<br />
<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;prueba de consulta de cubo SQLSERVER 2005 en local por<br />
XMLA&lt;/title&gt;<br />
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=ISO-8859-1&quot;&gt;<br />
&lt;link rel=&quot;stylesheet&quot; href=&quot;jpivot/table/mdxtable.css&quot; type=&quot;text/css&quot;&gt;<br />
&lt;link rel=&quot;stylesheet&quot; href=&quot;jpivot/navi/mdxnavi.css&quot; type=&quot;text/css&quot;&gt;<br />
&lt;link rel=&quot;stylesheet&quot; href=&quot;jpivot/toolbar/toolbar.css&quot; type=&quot;text/css&quot;&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
<br />
&lt;form action=&quot;index.jsp&quot; method=&quot;POST&quot;&gt;<br />
<br />
&lt;c:if test=&quot;${query01==null}&quot;&gt;<br />
&lt;jp:xmlaQuery id=&quot;query01&quot;<br />
&nbsp; &nbsp; uri=&quot;http://localhost/olap/msmdpump.dll&quot;<br />
&nbsp; &nbsp; catalog=&quot;Proyecto de Analysis Services1&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; select {[Fact Internet Sales].[Fact Internet Sales]} on columns,<br />
&nbsp; &nbsp; &nbsp; &nbsp; {[Dim Customer].[Dim Customer]} on rows<br />
&nbsp; &nbsp; &nbsp; &nbsp; from [Adventure Works DW]&lt;/jp:xmlaQuery&gt;<br />
&lt;/c:if&gt;<br />
<br />
&lt;!-- table definition --&gt;<br />
&lt;jp:table id=&quot;table01&quot; query=&quot;#{query01}&quot; /&gt;<br />
<br />
&lt;!-- navigator definition --&gt;<br />
&lt;jp:navigator<br />
&nbsp; &nbsp; id=&quot;navi01&quot; query=&quot;#{query01}&quot; visible=&quot;false&quot; /&gt;<br />
<br />
&lt;!-- mdx editor form definition --&gt;<br />
&lt;wcf:form id=&quot;mdxedit01&quot; xmlUri=&quot;/WEB-INF/jpivot/table/mdxedit.xml&quot;<br />
&nbsp; &nbsp; model=&quot;#{query01}&quot; visible=&quot;false&quot; /&gt;<br />
<br />
&lt;wcf:form id=&quot;sortform01&quot; xmlUri=&quot;/WEB-INF/jpivot/table/sortform.xml&quot; model=&quot;#{table01}&quot; visible=&quot;false&quot;/&gt;<br />
<br />
&lt;jp:print id=&quot;print01&quot;/&gt;<br />
&lt;wcf:form id=&quot;printform01&quot; xmlUri=&quot;/WEB-INF/jpivot/print/printpropertiesform.xml&quot; model=&quot;#{print01}&quot; visible=&quot;false&quot;/&gt;<br />
<br />
&lt;jp:chart id=&quot;chart01&quot; query=&quot;#{query01}&quot; visible=&quot;false&quot;/&gt;<br />
&lt;wcf:form id=&quot;chartform01&quot; xmlUri=&quot;/WEB-INF/jpivot/chart/chartpropertiesform.xml&quot; model=&quot;#{chart01}&quot; visible=&quot;false&quot;/&gt;<br />
&lt;wcf:table id=&quot;query01.drillthroughtable&quot; visible=&quot;false&quot; selmode=&quot;none&quot; editable=&quot;true&quot;/&gt;<br />
<br />
&lt;wcf:toolbar<br />
&nbsp; &nbsp; id=&quot;toolbar01&quot; bundle=&quot;com.tonbeller.jpivot.toolbar.resources&quot;&gt;<br />
&lt;wcf:scriptbutton id=&quot;cubeNaviButton&quot; tooltip=&quot;toolb.cube&quot; img=&quot;cube&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; model=&quot;#{navi01.visible}&quot; /&gt;<br />
&lt;wcf:scriptbutton id=&quot;mdxEditButton&quot; tooltip=&quot;toolb.mdx.edit&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; img=&quot;mdx-edit&quot; model=&quot;#{mdxedit01.visible}&quot; /&gt;<br />
&lt;wcf:scriptbutton id=&quot;sortConfigButton&quot; tooltip=&quot;toolb.table.config&quot; img=&quot;sort-asc&quot; model=&quot;#{sortform01.visible}&quot;/&gt;<br />
&lt;wcf:separator /&gt;<br />
&lt;wcf:scriptbutton id=&quot;levelStyle&quot; tooltip=&quot;toolb.level.style&quot; img=&quot;level-style&quot; model=&quot;#{table01.extensions.axisStyle.levelStyle}&quot;/&gt;<br />
&lt;wcf:scriptbutton id=&quot;hideSpans&quot; tooltip=&quot;toolb.hide.spans&quot; img=&quot;hide-spans&quot; model=&quot;#{table01.extensions.axisStyle.hideSpans}&quot;/&gt;<br />
&lt;wcf:scriptbutton id=&quot;propertiesButton&quot; tooltip=&quot;toolb.properties&quot;&nbsp; img=&quot;properties&quot; model=&quot;#{table01.rowAxisBuilder.axisConfig.propertyConfig.showProperties}&quot;/&gt;<br />
&lt;wcf:scriptbutton id=&quot;nonEmpty&quot; tooltip=&quot;toolb.non.empty&quot; img=&quot;non-empty&quot; model=&quot;#{table01.extensions.nonEmpty.buttonPressed}&quot;/&gt;<br />
&lt;wcf:scriptbutton id=&quot;swapAxes&quot; tooltip=&quot;toolb.swap.axes&quot;&nbsp; img=&quot;swap-axes&quot; model=&quot;#{table01.extensions.swapAxes.buttonPressed}&quot;/&gt;<br />
&lt;wcf:separator/&gt;<br />
&lt;wcf:scriptbutton model=&quot;#{table01.extensions.drillMember.enabled}&quot; tooltip=&quot;toolb.navi.member&quot; radioGroup=&quot;navi&quot; id=&quot;drillMember&quot;&nbsp;  img=&quot;navi-member&quot;/&gt;<br />
&lt;wcf:scriptbutton model=&quot;#{table01.extensions.drillPosition.enabled}&quot; tooltip=&quot;toolb.navi.position&quot; radioGroup=&quot;navi&quot; id=&quot;drillPosition&quot; img=&quot;navi-position&quot;/&gt;<br />
&lt;wcf:scriptbutton model=&quot;#{table01.extensions.drillReplace.enabled}&quot; tooltip=&quot;toolb.navi.replace&quot; radioGroup=&quot;navi&quot; id=&quot;drillReplace&quot;&nbsp; img=&quot;navi-replace&quot;/&gt;<br />
&lt;wcf:scriptbutton model=&quot;#{table01.extensions.drillThrough.enabled}&quot; tooltip=&quot;toolb.navi.drillthru&quot; id=&quot;drillThrough01&quot;&nbsp; img=&quot;navi-through&quot;/&gt;<br />
&lt;wcf:separator/&gt;<br />
&lt;wcf:scriptbutton id=&quot;chartButton01&quot; tooltip=&quot;toolb.chart&quot; img=&quot;chart&quot; model=&quot;#{chart01.visible}&quot;/&gt;<br />
&lt;wcf:scriptbutton id=&quot;chartPropertiesButton01&quot; tooltip=&quot;toolb.chart.config&quot; img=&quot;chart-config&quot; model=&quot;#{chartform01.visible}&quot;/&gt;<br />
&lt;wcf:separator/&gt;<br />
&lt;wcf:imgbutton id=&quot;printPdfButton&quot; tooltip=&quot;toolb.print&quot; img=&quot;print&quot; href=&quot;./Print?cube=01&amp;type=1&quot;/&gt;<br />
&lt;wcf:imgbutton id=&quot;printXlsButton&quot; tooltip=&quot;toolb.excel&quot; img=&quot;excel&quot; href=&quot;./Print?cube=01&amp;type=0&quot;/&gt;<br />
&lt;/wcf:toolbar&gt;<br />
<br />
&lt;!-- Define and render the toolbar to show the components --&gt;<br />
&lt;wcf:render<br />
&nbsp; &nbsp; ref=&quot;toolbar01&quot; xslUri=&quot;/WEB-INF/jpivot/toolbar/htoolbar.xsl&quot;<br />
&nbsp; &nbsp; xslCache=&quot;true&quot; /&gt;<br />
<br />
&lt;!-- render navigator --&gt;<br />
&lt;wcf:render ref=&quot;navi01&quot;<br />
&nbsp; &nbsp; xslUri=&quot;/WEB-INF/jpivot/navi/navigator.xsl&quot; xslCache=&quot;true&quot; /&gt;<br />
<br />
&lt;wcf:render<br />
&nbsp; &nbsp; ref=&quot;mdxedit01&quot; xslUri=&quot;/WEB-INF/wcf/wcf.xsl&quot; xslCache=&quot;true&quot; /&gt;<br />
<br />
&lt;%-- sort properties --%&gt;<br />
&lt;wcf:render ref=&quot;sortform01&quot; xslUri=&quot;/WEB-INF/wcf/wcf.xsl&quot; xslCache=&quot;true&quot;/&gt;<br />
<br />
&lt;%-- chart properties --%&gt;<br />
&lt;wcf:render ref=&quot;chartform01&quot; xslUri=&quot;/WEB-INF/wcf/wcf.xsl&quot; xslCache=&quot;true&quot;/&gt;<br />
<br />
&lt;%-- print properties --%&gt;<br />
&lt;wcf:render ref=&quot;printform01&quot; xslUri=&quot;/WEB-INF/wcf/wcf.xsl&quot; xslCache=&quot;true&quot;/&gt;<br />
<br />
&lt;!-- render table --&gt;<br />
&lt;wcf:render<br />
&nbsp; &nbsp; ref=&quot;table01&quot; xslUri=&quot;/WEB-INF/jpivot/table/mdxtable.xsl&quot;<br />
&nbsp; &nbsp; xslCache=&quot;true&quot; /&gt;<br />
&lt;wcf:render ref=&quot;table01&quot;<br />
&nbsp; &nbsp; xslUri=&quot;/WEB-INF/jpivot/table/mdxslicer.xsl&quot; xslCache=&quot;true&quot; /&gt;<br />
&nbsp; &nbsp; <br />
&lt;!-- drill through table --&gt;<br />
&lt;wcf:render ref=&quot;query01.drillthroughtable&quot; xslUri=&quot;/WEB-INF/wcf/wcf.xsl&quot; xslCache=&quot;true&quot;/&gt;<br />
<br />
&lt;!-- render chart --&gt;<br />
&lt;wcf:render ref=&quot;chart01&quot; xslUri=&quot;/WEB-INF/jpivot/chart/chart.xsl&quot; xslCache=&quot;true&quot;/&gt;<br />
&nbsp; &nbsp; <br />
&lt;/form&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</code><hr />
</div> Regards</div>


	<div style="padding:10px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<ul>
			<li>
	<img class="inlineimg" src="/xml.gif" alt="File Type: xml" />
	<a href="http://forums.pentaho.com/attachment.php?attachmentid=6028&amp;d=1283330256">web.xml</a> 
(2.1 KB)
</li> 
			</ul>
		</fieldset>
	

	</div>
 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?79-Mondrian-Pentaho-Analysis-Services"><![CDATA[Mondrian [Pentaho Analysis Services]]]></category>
			<dc:creator>jarodcanal</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78147-problem-with-JPivot-drill-through-on-an-XMLA-cube-under-IBM-Websphere-WAS-6.1</guid>
		</item>
		<item>
			<title>Connecting to Oracle (OCI) with PDI 4.0.x by replacing spoon.bat with one from 3.2.0</title>
			<link>http://forums.pentaho.com/showthread.php?78146-Connecting-to-Oracle-(OCI)-with-PDI-4.0.x-by-replacing-spoon.bat-with-one-from-3.2.0&amp;goto=newpost</link>
			<pubDate>Wed, 01 Sep 2010 08:00:11 GMT</pubDate>
			<description><![CDATA[Hi All, 
 
I've had a whole bunch of trouble connecting to my oracle db via OCI in 4.0.x I've tried looking at classpaths, environment variables...]]></description>
			<content:encoded><![CDATA[<div>Hi All,<br />
<br />
I've had a whole bunch of trouble connecting to my oracle db via OCI in 4.0.x I've tried looking at classpaths, environment variables (ORACLE_HOME, PATH) and looking at everything I could understand in the spoon.bat file (where I felt like the problem was).<br />
<br />
In the end, I gave up, and figured that since everything worked fine in 3.2.0, but doesn't in 4.0, perhaps the batch file might be interchangeable (the final command looks similar).<br />
<br />
IT WORKED!!!! and finally, I can connect to my DB in V4.<br />
<br />
My question is, shoud I file this as a bug, and if so, how? I seem to be having trouble finding a simple how-to guide for relative newbies (like me, but perhaps this is because newbies shouldn't be filing bugs?)<br />
<br />
This is the same problem that I was following in <a href="http://forums.pentaho.com/showthread.php?66660-Pan-no-ocijdbc10-in-java.library.path-error" target="_blank">post here</a><br />
<br />
Help &amp; feedback is always appreciated.<br />
Cheers,<br />
Rowan.</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?135-Pentaho-Data-Integration-Kettle"><![CDATA[Pentaho Data Integration [Kettle]]]></category>
			<dc:creator>RowanC</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78146-Connecting-to-Oracle-(OCI)-with-PDI-4.0.x-by-replacing-spoon.bat-with-one-from-3.2.0</guid>
		</item>
		<item>
			<title>Analysis view not generated using PDI 4(Agile BI)</title>
			<link>http://forums.pentaho.com/showthread.php?78145-Analysis-view-not-generated-using-PDI-4(Agile-BI)&amp;goto=newpost</link>
			<pubDate>Wed, 01 Sep 2010 06:50:18 GMT</pubDate>
			<description><![CDATA[Hi all, 
 
I am using PDI 4(Agile BI) on a windows platform.  
 
When I right click on "table output" and select visualize>>Analyzer , I am getting...]]></description>
			<content:encoded><![CDATA[<div>Hi all,<br />
<br />
I am using PDI 4(Agile BI) on a windows platform. <br />
<br />
When I right click on &quot;table output&quot; and select visualize&gt;&gt;Analyzer , I am getting the following error stack,<br />
<blockquote>    <font face="Helvetica">&quot;Network Error (tcp_error)  <br />
<br />
</font>  <font face="Helvetica">A communication error occurred: &quot;&quot; </font>  <font face="Helvetica">The Web Server may be down, too busy, or experiencing  other problems preventing it from responding to requests. You may wish to try  again at a later time. </font>  <font face="Helvetica"><font size="2"><br />
For assistance, contact your network support  team.&quot;</font></font></blockquote>Report Wizard is working properly. I guess its related some issue with my mozilla firefox browser. <br />
<br />
I noted the same error when I try to run an xaction from PDS.<br />
<br />
Can anyone help me out in this? Hoping for positive response,<br />
<br />
Thanks &amp; Regards,<br />
Dhanesh</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?135-Pentaho-Data-Integration-Kettle"><![CDATA[Pentaho Data Integration [Kettle]]]></category>
			<dc:creator>dhaneshmkumar</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78145-Analysis-view-not-generated-using-PDI-4(Agile-BI)</guid>
		</item>
		<item>
			<title>Problem in remote access of pentaho server running on Tomcat</title>
			<link>http://forums.pentaho.com/showthread.php?78144-Problem-in-remote-access-of-pentaho-server-running-on-Tomcat&amp;goto=newpost</link>
			<pubDate>Wed, 01 Sep 2010 06:30:31 GMT</pubDate>
			<description>Hi, 
 
We are using pentaho 3.6 on linux. To access the server remotely we modified some of the files which blocked the adhoc report to work...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
We are using pentaho 3.6 on linux. To access the server remotely we modified some of the files which blocked the adhoc report to work properly. These are the modifications which I did in tomcat server.<br />
<br />
1. Modified the web.xml file located at &quot;/opt/pentaho/server/biserver-ee/tomcat/webapps/pentaho/WEB-INF&quot;<br />
<br />
<br />
Before:-<br />
<br />
    &lt;context-param&gt;<br />
        &lt;param-name&gt;base-url&lt;/param-name&gt;<br />
        &lt;param-value&gt;http://localhost:80/pentaho/&lt;/param-value&gt;<br />
    &lt;/context-param&gt;<br />
<br />
    &lt;filter&gt;<br />
        &lt;filter-name&gt;Proxy Trusting Filter&lt;/filter-name&gt;<br />
        &lt;filter-class&gt;org.pentaho.platform.web.http.filters.ProxyT  rustingFilter&lt;/filter-class&gt;<br />
        &lt;init-param&gt;<br />
            &lt;param-name&gt;TrustedIpAddrs&lt;/param-name&gt;<br />
            &lt;param-value&gt;127.0.0.1&lt;/param-value&gt;<br />
            &lt;description&gt;Comma separated list of IP addresses of a trusted hosts.&lt;/description&gt;<br />
        &lt;/init-param&gt;<br />
    &lt;/filter&gt;<br />
<br />
<br />
After:-<br />
<br />
    &lt;context-param&gt;<br />
        &lt;param-name&gt;base-url&lt;/param-name&gt;<br />
        &lt;param-value&gt;http://172.16.0.116:80/pentaho/&lt;/param-value&gt;<br />
    &lt;/context-param&gt;<br />
<br />
<br />
    &lt;filter&gt;<br />
        &lt;filter-name&gt;Proxy Trusting Filter&lt;/filter-name&gt;<br />
        &lt;filter-class&gt;org.pentaho.platform.web.http.filters.ProxyT  rustingFilter&lt;/filter-class&gt;<br />
        &lt;init-param&gt;<br />
            &lt;param-name&gt;TrustedIpAddrs&lt;/param-name&gt;<br />
            &lt;param-value&gt;127.0.0.1,172.16.0.116&lt;/param-value&gt;<br />
            &lt;description&gt;Comma separated list of IP addresses of a trusted hosts.&lt;/description&gt;<br />
        &lt;/init-param&gt;<br />
    &lt;/filter&gt;<br />
<br />
<br />
<br />
<br />
2. Modified the server.xml located at &quot;/opt/pentaho/server/biserver-ee/tomcat/conf&quot;<br />
<br />
Before:-<br />
<br />
    &lt;Connector URIEncoding=&quot;UTF-8&quot; port=&quot;8080&quot; maxHttpHeaderSize=&quot;8192&quot;<br />
               maxThreads=&quot;150&quot; minSpareThreads=&quot;25&quot; maxSpareThreads=&quot;75&quot;<br />
               enableLookups=&quot;false&quot; redirectPort=&quot;8443&quot; acceptCount=&quot;100&quot;<br />
               connectionTimeout=&quot;20000&quot; disableUploadTimeout=&quot;true&quot; /&gt;<br />
<br />
<br />
After:-<br />
<br />
    &lt;Connector URIEncoding=&quot;UTF-8&quot; port=&quot;80&quot; maxHttpHeaderSize=&quot;8192&quot;<br />
               maxThreads=&quot;150&quot; minSpareThreads=&quot;25&quot; maxSpareThreads=&quot;75&quot;<br />
               enableLookups=&quot;false&quot; redirectPort=&quot;8443&quot; acceptCount=&quot;100&quot;<br />
               connectionTimeout=&quot;20000&quot; disableUploadTimeout=&quot;true&quot; /&gt;<br />
<br />
<br />
After doing all of these changes when we try to access the adhoc report its giving some javascript error like  <br />
<br />
<br />
QueryInterface: function QueryInterface() {<br />
    [native code]<br />
}<br />
message: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIXMLHttpRequest.send]<br />
result: 2147500037<br />
name: NS_ERROR_FAILURE<br />
filename: <a href="http://172.16.0.116:8080/pentaho/js/pentaho-ajax.js" target="_blank">http://172.16.0.116:8080/pentaho/js/pentaho-ajax.js</a><br />
lineNumber: 246<br />
columnNumber: 0<br />
inner: null<br />
data: null<br />
initialize: function initialize() {<br />
    [native code]<br />
}<br />
<br />
So can someone tell me what are the steps I have to follow if i need to access the tomcat server remotely. Before writing this mail i gone through the customer portal also &quot;http://kb.pentaho.com/kb/&quot;. But that has not contains all of the steps.</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?73-BI-Platform">BI Platform</category>
			<dc:creator>siladityadash</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78144-Problem-in-remote-access-of-pentaho-server-running-on-Tomcat</guid>
		</item>
		<item>
			<title>How to create a cumulative chart?</title>
			<link>http://forums.pentaho.com/showthread.php?78143-How-to-create-a-cumulative-chart&amp;goto=newpost</link>
			<pubDate>Wed, 01 Sep 2010 05:13:31 GMT</pubDate>
			<description>I want to create a chart of cumulated sales like the one below. 
What is the best tool to create such a chart? 
 
* Report Designer? 
* Analyzer...</description>
			<content:encoded><![CDATA[<div>I want to create a chart of cumulated sales like the one below.<br />
What is the best tool to create such a chart?<br />
<ul><li>Report Designer?</li>
<li>Analyzer Report?</li>
<li>Analysis View?</li>
</ul><a href="http://forums.pentaho.com/attachment.php?attachmentid=6026"  title="Name:  
Views: 
Size:  ">Attachment 6026</a><br />
<br />
The data is available both from the Pentaho Analysis (typical sales OLAP cube), or if necessary as raw MySQL, one line per sale.<br />
<br />
I tried with Report Designer and finally managed to create this non-cumulative chart from the cube:<br />
<br />
<a href="http://forums.pentaho.com/attachment.php?attachmentid=6027"  title="Name:  
Views: 
Size:  ">Attachment 6027</a><br />
<br />
How can I make it cumulative, displaying for each day the total sales up to this day?<br />
I tried to figure out how to use the &quot;Sum (Running)&quot; function, but I can't find any documentation on Google...<br />
<br />
How would you use to produce such a graph?<br />
Thanks a lot!<br />
Nicolas Raoul</div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="/png.gif" alt="File Type: png" />
	<a href="http://forums.pentaho.com/attachment.php?attachmentid=6026&amp;d=1283316882">cumulative-sales.png</a> 
(14.8 KB)
</li> <li>
	<img class="inlineimg" src="/png.gif" alt="File Type: png" />
	<a href="http://forums.pentaho.com/attachment.php?attachmentid=6027&amp;d=1283317189">sales.png</a> 
(14.2 KB)
</li> 
			</ul>
			</fieldset>
	

	

	</div>
 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>Nicolas.Raoul</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78143-How-to-create-a-cumulative-chart</guid>
		</item>
		<item>
			<title>Customizing Emails Sent Via Pentaho</title>
			<link>http://forums.pentaho.com/showthread.php?78142-Customizing-Emails-Sent-Via-Pentaho&amp;goto=newpost</link>
			<pubDate>Wed, 01 Sep 2010 05:07:31 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I am scheduling reports and sending them in email as xsl attachment. While subscribing I've been given to enter the email subject as 'Report...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I am scheduling reports and sending them in email as xsl attachment. While subscribing I've been given to enter the email subject as 'Report Name'. But in the email I also get the following message &quot;This message was automatically generated by a subscription from the  Pentaho BI server.&quot; <br />
<br />
I want to customize the email content..<br />
<br />
I am using Biserver 3.6<br />
<br />
Please can anyone help.</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?73-BI-Platform">BI Platform</category>
			<dc:creator>PriyankaP</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78142-Customizing-Emails-Sent-Via-Pentaho</guid>
		</item>
		<item>
			<title>Need a help with xml structure</title>
			<link>http://forums.pentaho.com/showthread.php?78141-Need-a-help-with-xml-structure&amp;goto=newpost</link>
			<pubDate>Wed, 01 Sep 2010 02:30:01 GMT</pubDate>
			<description><![CDATA[Hi guys, i have a problem with the xml structure that i want. 
Basically i have two tables one to many below: 
 
<STAFF> 
ID_STAFF|Name| 
1|John|...]]></description>
			<content:encoded><![CDATA[<div>Hi guys, i have a problem with the xml structure that i want.<br />
Basically i have two tables one to many below:<br />
<br />
&lt;STAFF&gt;<br />
ID_STAFF|Name|<br />
1|John|<br />
2|Kate|<br />
<br />
&lt;STAFF_ROLE&gt;<br />
ID_STAFF|ID_ROLE|<br />
1|ADMIN|<br />
1|OPERATOR|<br />
1|CHEM|<br />
2|OPERATOR|<br />
2|CHEM|<br />
<br />
the XML structure i want just like below:<br />
&lt;STAFF&gt;<br />
..&lt;NAME/&gt;<br />
..&lt;ROLES&gt;<br />
....&lt;ROLE/&gt;<br />
....&lt;ROLE/&gt;<br />
....&lt;ROLE/&gt;<br />
..&lt;/ROLES&gt;<br />
&lt;/STAFF&gt;<br />
<br />
Note that i have also  ROLE table to store the basic info of ROLE.<br />
<br />
Is that possible if i can get that structure? Because i have an XML schema with the structure just like i described. I am not sure if kettle allow the same field name in an XML element.</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?135-Pentaho-Data-Integration-Kettle"><![CDATA[Pentaho Data Integration [Kettle]]]></category>
			<dc:creator>agungb</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78141-Need-a-help-with-xml-structure</guid>
		</item>
		<item>
			<title>Cargar múltiples archivos planos.</title>
			<link>http://forums.pentaho.com/showthread.php?78140-Cargar-múltiples-archivos-planos.&amp;goto=newpost</link>
			<pubDate>Tue, 31 Aug 2010 19:24:52 GMT</pubDate>
			<description>Buenas tardes para todos, he estado trabajando con la integración de datos desde hace poco y encuentro un inconveniente el cual no me ha dejado...</description>
			<content:encoded><![CDATA[<div>Buenas tardes para todos, he estado trabajando con la integración de datos desde hace poco y encuentro un inconveniente el cual no me ha dejado progresar con la carga de los archivos a una bdd.<br />
<br />
En la compañía donde trabajo se cargan constantemente archivos planos para actualizar las bases de datos, es extremadamente complejo implementar un sistema para actualizar desde una bdd a la otra, por este motivo se implementó el sistema de archivos planos, en total son cerca de 40 archivos con extensión .txt de diferentes tamaños y en total generan algo mas de 5 millones de registros.<br />
<br />
He podido crear la lectura de los archivos y sus respectivos registros, todo esto gracias a un comodín que me permite hacer esto fácilmente en la carpeta donde son almacenados (este es el comodín por si alguna persona se le presenta el caso de leer multiples archivos de una misma carpeta. &quot;.*\.txt&quot;), pero a la hora de cargarlos únicamente me carga a la base de datos un bloque igual al &quot;tamaño de la transacción (commit)&quot; que hay en el proceso de salida a la tabla (he probado en access, mysql y postgres), si pongo en este campo un valor muy grande, se queda bloqueado el proceso.<br />
<br />
La pregunta concreta es.<br />
<br />
Que procedimiento se debe implementar, o que corrección sobre el proceso ya sea de entrada o de salida, de tal forma que pueda cargar todos los registros de todos los archivos en un solo paso?<br />
<br />
muchas gracias de antemano a las respuestas que me den orientación o solución al inconveniente.</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?278-Integración-de-Datos-ETL">Integración de Datos / ETL</category>
			<dc:creator>carlosj</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78140-Cargar-múltiples-archivos-planos.</guid>
		</item>
		<item>
			<title>Simple Issue - But it driving me nutts</title>
			<link>http://forums.pentaho.com/showthread.php?78139-Simple-Issue-But-it-driving-me-nutts&amp;goto=newpost</link>
			<pubDate>Tue, 31 Aug 2010 19:04:53 GMT</pubDate>
			<description>When I drag and drop any element to the details area I want them to stick to each other.  
But they are not! I wonder why and how can I make them to...</description>
			<content:encoded><![CDATA[<div>When I drag and drop any element to the details area I want them to stick to each other. <br />
But they are not! I wonder why and how can I make them to stick to each other?<br />
Sometime they do get stick to each other by default. <br />
<br />
So, my final question is how can I take the control and handle it the way I want to?<br />
<br />
Please shed some lights on it. If you have any question let me know. Thank you.</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>pavelcc</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78139-Simple-Issue-But-it-driving-me-nutts</guid>
		</item>
		<item>
			<title>PAC using anonymousUser to connect to bi-server-ce</title>
			<link>http://forums.pentaho.com/showthread.php?78138-PAC-using-anonymousUser-to-connect-to-bi-server-ce&amp;goto=newpost</link>
			<pubDate>Tue, 31 Aug 2010 18:27:47 GMT</pubDate>
			<description><![CDATA[Hi all, 
 
If I configure the console.xml thusly: 
<platform-username>joe</platform-username> 
 
Shouldn't I see joe in this bi-server-ce output? 
 
...]]></description>
			<content:encoded><![CDATA[<div>Hi all,<br />
<br />
If I configure the console.xml thusly:<br />
&lt;platform-username&gt;joe&lt;/platform-username&gt;<br />
<br />
Shouldn't I see joe in this bi-server-ce output?<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">2010-08-31 13:23:18,064 DEBUG [org.springframework.security.intercept.AbstractSecurityInterceptor] Previously Authenticated:<br />
org.springframework.security.providers.anonymous.AnonymousAuthenticationToken@bb64<br />
3639: Principal: anonymousUser; Password: [PROTECTED]; Authenticated: true; Details: <br />
org.springframework.security.ui.WebAuthenticationDetails@ffff8868: RemoteIpAddress: <br />
192.168.1.41; SessionId: 00BC137EDAA1A03AA88624A9896C69BC; Granted Authorities: <br />
Anonymous</code><hr />
</div> Instead I keep seeing Anonymous no matter what username I provided.<br />
<br />
Second but related question, how do I tell PAC that the authentication has been switched from DAO to LDAP?<br />
<br />
Thanks!</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?73-BI-Platform">BI Platform</category>
			<dc:creator>dataguy12</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78138-PAC-using-anonymousUser-to-connect-to-bi-server-ce</guid>
		</item>
		<item>
			<title>Problem with Switch\Case and Filter Rows</title>
			<link>http://forums.pentaho.com/showthread.php?78137-Problem-with-Switch\Case-and-Filter-Rows&amp;goto=newpost</link>
			<pubDate>Tue, 31 Aug 2010 17:58:32 GMT</pubDate>
			<description>Hi, 
  
I am using a PDI 4.0.0-stable Build Date: 2010-06-15 11.00.26 
  
I am writing a very complex and big transformation in which I have lot of...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
 <br />
I am using a PDI 4.0.0-stable Build Date: 2010-06-15 11.00.26<br />
 <br />
I am writing a very complex and big transformation in which I have lot of branches. The problem that I am facing right now is that Switch\Case and Filter Rows are not behaving as expected.<br />
 <br />
Based on a condition I am setting a variable FLAG to either Y or N in java script step. After that I have a Switch\Case dependant on FLAG. If the value is Y I want it to go one route and if the value is N I want it to go another route, but even though the value of FLAG is Y PDI always executes the N route. I have verified the value of FLAG by writting to a text file and it is Y.<br />
 <br />
I replaced the switch\case with filter row step with true and false pointing to two different branches. This way it worked at times and did not worked other times. It became more unpredictable.<br />
 <br />
Can any body suggest any thing? I will really appreciate a quick response.<br />
 <br />
Regards,<br />
Saket Maheshwary</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?135-Pentaho-Data-Integration-Kettle"><![CDATA[Pentaho Data Integration [Kettle]]]></category>
			<dc:creator>saket</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78137-Problem-with-Switch\Case-and-Filter-Rows</guid>
		</item>
		<item>
			<title>Manipulating Excel File (VBA Execution?)</title>
			<link>http://forums.pentaho.com/showthread.php?78136-Manipulating-Excel-File-(VBA-Execution-)&amp;goto=newpost</link>
			<pubDate>Tue, 31 Aug 2010 16:01:47 GMT</pubDate>
			<description><![CDATA[Hi all, 
  
I'm wondering if anyone knows of a way to execute VBA (or perhaps do something else) to manipulate an Excel file?  Unfortunately, the...]]></description>
			<content:encoded><![CDATA[<div>Hi all,<br />
 <br />
I'm wondering if anyone knows of a way to execute VBA (or perhaps do something else) to manipulate an Excel file?  Unfortunately, the file I need to work with is not a standard flat file and requires me to delete blocks of rows/columns, shift things around, etc.  The only way I can think of to do this is through VBA...  <br />
 <br />
Any help on this would be appreciated!<br />
 <br />
Thanks so much in advance,<br />
 <br />
AC</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?135-Pentaho-Data-Integration-Kettle"><![CDATA[Pentaho Data Integration [Kettle]]]></category>
			<dc:creator>acovato</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78136-Manipulating-Excel-File-(VBA-Execution-)</guid>
		</item>
		<item>
			<title>Aggregate Formula into group footer</title>
			<link>http://forums.pentaho.com/showthread.php?78135-Aggregate-Formula-into-group-footer&amp;goto=newpost</link>
			<pubDate>Tue, 31 Aug 2010 15:21:04 GMT</pubDate>
			<description><![CDATA[Dear all of you, 
 
I wrote here after IRC. I have the following problem. 
The SUM function put into a message field into the group footer doesn't...]]></description>
			<content:encoded><![CDATA[<div>Dear all of you,<br />
<br />
I wrote here after IRC. I have the following problem.<br />
The SUM function put into a message field into the group footer doesn't work.<br />
I use the following report :<br />
<a href="http://opensource.tdeo.fr/kipigo/Consommation_VEH.prpt" target="_blank"><font color="#0000ff"><u>http://opensource.tdeo.fr/kipigo/Consommation_VEH.prpt</u></font></a><br />
<br />
The SUM quotient percent has a really strange behavior. Actually if I didn't precise a reset group, the value computed is the one for all the set of records. I have the same result if I choose the first group.<br />
see there on the left bottom : <a href="http://opensource.tdeo.fr/kipigo/report_whithout_reset_on_name_WRONG_VALUE.pdf" target="_blank"><font color="#0000ff"><u>http://opensource.tdeo.fr/kipigo/report_whithout_reset_on_name_WRONG_VALUE.pdf</u></font></a><br />
<br />
Unfortunately, if I precise the second group I have now a value that is impossible :<br />
<a href="http://opensource.tdeo.fr/kipigo/report_with_reset_on_name_WRONG_VALUE.pdf" target="_blank"><font color="#0000ff"><u>http://opensource.tdeo.fr/kipigo/report_with_reset_on_name_WRONG_VALUE.pdf</u></font></a><br />
<br />
Thanks a lot for your help</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>flotho</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78135-Aggregate-Formula-into-group-footer</guid>
		</item>
		<item>
			<title>error while trying to publish a schema</title>
			<link>http://forums.pentaho.com/showthread.php?78133-error-while-trying-to-publish-a-schema&amp;goto=newpost</link>
			<pubDate>Tue, 31 Aug 2010 14:55:43 GMT</pubDate>
			<description><![CDATA[Hi all 
 
I'm making a cube in a schema using schema workbench, it worked fine when i make a MDX query on it, so i want to publish it, but it throws...]]></description>
			<content:encoded><![CDATA[<div>Hi all<br />
<br />
I'm making a cube in a schema using schema workbench, it worked fine when i make a MDX query on it, so i want to publish it, but it throws an error:<br />
Publish failed, please see server logs for further details<br />
<br />
And this is the server log<br />
<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: indexes: [sys_idx_144, sys_idx_82]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: table found: PUBLIC.GRANTED_AUTHORITIES<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: columns: [authority, username]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: foreign keys: [fk7471775dd9edc77f, fk7471775d41b6da97]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: indexes: [sys_idx_136, sys_idx_52, sys_idx_50]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: table found: PUBLIC.LNGPARAMS<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: columns: [paramkey, itemid, paramvalue]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: foreign keys: [fke304fccbfa34bfdc]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: indexes: [sys_idx_84, sys_idx_146]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: table found: PUBLIC.LSPARAMS<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: columns: [paramkey, itemid, paramvalue]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: foreign keys: [fk89bc75cdfa34bfdc]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: indexes: [sys_idx_86, sys_idx_148]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: table found: PUBLIC.PARAMTYPESMAP<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: columns: [paramkey, itemid, paramvalue]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: foreign keys: [fkd3eda1b0fa34bfdc]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: indexes: [sys_idx_88, sys_idx_150]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: table found: PUBLIC.PRO_ACLS_LIST<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: columns: [acl_position, recip_type, acl_mask, recipient, acl_id]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: foreign keys: [fkb65646c2b23c5d30]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: indexes: [sys_idx_152, sys_idx_90]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: table found: PUBLIC.PRO_FILES<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: columns: [revision, directory, child_id, file_id, data, lastmodified, filename, parent, fullpath]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: foreign keys: [fk94a87e25cbbbb0ea, fk94a87e2569fabf5e]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: indexes: [sys_idx_92, sys_idx_sys_ct_90_94, sys_idx_97, sys_idx_95]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: table found: PUBLIC.PRO_SCHEDULE<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: columns: [scheddesc, revision, startdate, scheduleid, schedtitle, last_trigger, repeatinterval, groupname, enddate<br />
, repeatcount, cronstring, schedref]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: foreign keys: []<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: indexes: [sys_idx_99]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: table found: PUBLIC.PRO_SUBCONTENT<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: columns: [revision, subcontid, subcontactref, subconttype]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: foreign keys: []<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: indexes: [sys_idx_101, sys_idx_sys_ct_96_103]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: table found: PUBLIC.PRO_SUBCONTPARMS<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: columns: [paramkey, itemid, paramvalue]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: foreign keys: [fkf3ce4c47846761a]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: indexes: [sys_idx_106, sys_idx_104]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: table found: PUBLIC.PRO_SUBCONT_SCHEDLIST<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: columns: [scheduleid, schedid, elt]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: foreign keys: [fkf0d3fbd69e226721, fkf0d3fbd62593bc9e]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: indexes: [sys_idx_108, sys_idx_112, sys_idx_110]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: table found: PUBLIC.PRO_SUBSCRIBE<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: columns: [subscrid, subscrtitle, subscruser, revision, subscrdest, subscrtype, subscr_contid]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: foreign keys: [fk5e7511f89d8ac376]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: indexes: [sys_idx_114, sys_idx_116]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: table found: PUBLIC.PRO_SUBSCRPARMS<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: columns: [paramkey, itemid, paramvalue]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: foreign keys: [fk95dade9355dc7de8]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: indexes: [sys_idx_118, sys_idx_120]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: table found: PUBLIC.PRO_SUBS_SCHEDLIST<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: columns: [scheduleid, schedid, elt]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: foreign keys: [fk2a8c749b7329c46c, fk2a8c749b9e226721]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: indexes: [sys_idx_126, sys_idx_122, sys_idx_124]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: table found: PUBLIC.RTELEMENT<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: columns: [revision, created, solnid, parid, partype, readonly, instanceid]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: foreign keys: []<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: indexes: [sys_idx_128]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: table found: PUBLIC.SSPARAMS<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: columns: [paramkey, itemid, paramvalue]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: foreign keys: [fk60e4afe6fa34bfdc]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: indexes: [sys_idx_130, sys_idx_132]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: table found: PUBLIC.USERS<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: columns: [enabled, username, description, password]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: foreign keys: []<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: indexes: [sys_idx_54]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: table found: PUBLIC.USER_SETTINGS<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: columns: [username, setting_value, user_settings_id, setting_name]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: foreign keys: []<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.TableMetadata &lt;init&gt;<br />
INFO: indexes: [sys_idx_134]<br />
31-08-2010 10:36:07 AM org.hibernate.tool.hbm2ddl.SchemaUpdate execute<br />
INFO: schema update complete<br />
31-08-2010 10:36:07 AM org.hibernate.cache.UpdateTimestampsCache &lt;init&gt;<br />
INFO: starting update timestamps cache at region: org.hibernate.cache.UpdateTimestampsCache<br />
31-08-2010 10:36:07 AM org.hibernate.cache.EhCacheProvider buildCache<br />
ADVERTENCIA: Could not find configuration [org.hibernate.cache.UpdateTimestampsCache]; using defaults.<br />
31-08-2010 10:36:07 AM org.hibernate.cache.StandardQueryCache &lt;init&gt;<br />
INFO: starting query cache at region: org.hibernate.cache.StandardQueryCache<br />
31-08-2010 10:36:07 AM org.hibernate.cache.EhCacheProvider buildCache<br />
ADVERTENCIA: Could not find configuration [org.hibernate.cache.StandardQueryCache]; using defaults.<br />
<br />
I really don't understand what is the error or wath i'm doing wrong<br />
Can you help me, please??<br />
<br />
The JDNI DataSource is configured fine... i think so</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?79-Mondrian-Pentaho-Analysis-Services"><![CDATA[Mondrian [Pentaho Analysis Services]]]></category>
			<dc:creator>mayomayin</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78133-error-while-trying-to-publish-a-schema</guid>
		</item>
		<item>
			<title>Auto-generated keys</title>
			<link>http://forums.pentaho.com/showthread.php?78132-Auto-generated-keys&amp;goto=newpost</link>
			<pubDate>Tue, 31 Aug 2010 14:05:56 GMT</pubDate>
			<description><![CDATA[Hello, 
 
Forgive me if it is a silly question. 
 
I have a file stream wich I get the follow collums: 
 
Field1, Field2, Field3, Field4 
 
Then I'd...]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
Forgive me if it is a silly question.<br />
<br />
I have a file stream wich I get the follow collums:<br />
<i><br />
Field1, Field2, Field3, Field4</i><br />
<br />
Then I'd like to normalize it in the database such this:<br />
<i><br />
Table_A: IdA (auto), Field1, Field2;<br />
Table_B: IdB (auto), <b>IdA</b>, Field3, Field4;</i><br />
<br />
My transfomration steps:<br />
Text file input &gt; Select values &gt; Table Output -Table_A (with &quot;return autogenerated key&quot; checked)<br />
<br />
And now I'm stuck. How can I get genereted <b>IdA </b>+ Field3 and Field4 from inicial stream <br />
and save them to another output table (Table_B)?<br />
<br />
Thanks,<br />
Yuri.</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?135-Pentaho-Data-Integration-Kettle"><![CDATA[Pentaho Data Integration [Kettle]]]></category>
			<dc:creator>yfontes</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78132-Auto-generated-keys</guid>
		</item>
		<item>
			<title>java.sql.SQLException: invalid schema name</title>
			<link>http://forums.pentaho.com/showthread.php?78131-java.sql.SQLException-invalid-schema-name&amp;goto=newpost</link>
			<pubDate>Tue, 31 Aug 2010 13:46:01 GMT</pubDate>
			<description>Hi, 
I’m evaluating the trial version, but I have a problem: 
-I build a simple Mondrian schema with Schema Workbench tool, connecting on a oracle...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
I’m evaluating the trial version, but I have a problem:<br />
-I build a simple Mondrian schema with Schema Workbench tool, connecting on a oracle 10g database with this options:<br />
<br />
Driver class name: oracle.jdbc.driver.OracleDriver<br />
Connection URL: jdbc:oracle:thin:@(description=(address=(host=172.  16.0.127) (protocol=tcp) (port=1521)) (connect_data=(sid=STAT3)))<br />
Username: IRIS<br />
Password: IRIS<br />
Schema: <br />
Require schema attributes: <br />
<br />
<br />
&lt;Schema name=&quot;New Schema1&quot;&gt;<br />
    &lt;Cube name=&quot;Cube IRMA 1&quot; cache=&quot;true&quot; enabled=&quot;true&quot;&gt;<br />
        &lt;Table name=&quot;DWH_FACT_MOV1&quot; schema=&quot;IRIS&quot;&gt;<br />
        &lt;/Table&gt;<br />
        &lt;Dimension type=&quot;StandardDimension&quot; foreignKey=&quot;ID_DATA&quot; highCardinality=&quot;false&quot; name=&quot;Dimensione Tempo&quot;&gt;<br />
            &lt;Hierarchy name=&quot;New Hierarchy 0&quot; hasAll=&quot;true&quot; primaryKey=&quot;DATADOC&quot;&gt;<br />
                &lt;Table name=&quot;DWH_DIM_TEMPO&quot; schema=&quot;IRIS&quot;&gt;<br />
                &lt;/Table&gt;<br />
                &lt;Level name=&quot;New Level DataDoc&quot; column=&quot;DATADOC&quot; type=&quot;String&quot; uniqueMembers=&quot;false&quot; levelType=&quot;Regular&quot; hideMemberIf=&quot;Never&quot;&gt;<br />
                    &lt;Property name=&quot;New Property 0&quot; column=&quot;DATADOC&quot; type=&quot;Numeric&quot;&gt;<br />
                    &lt;/Property&gt;<br />
                    &lt;Property name=&quot;New Property 1&quot; column=&quot;MESE&quot; type=&quot;String&quot;&gt;<br />
                    &lt;/Property&gt;<br />
                &lt;/Level&gt;<br />
            &lt;/Hierarchy&gt;<br />
        &lt;/Dimension&gt;<br />
        &lt;Dimension type=&quot;StandardDimension&quot; foreignKey=&quot;ID_CLIFOR&quot; highCardinality=&quot;false&quot; name=&quot;Dimensione Cliente&quot;&gt;<br />
            &lt;Hierarchy name=&quot;New Hierarchy 0&quot; hasAll=&quot;true&quot; primaryKey=&quot;ID_CLIFOR&quot;&gt;<br />
                &lt;Table name=&quot;DWH_DIM_CLIFOR&quot; schema=&quot;IRIS&quot;&gt;<br />
                &lt;/Table&gt;<br />
                &lt;Level name=&quot;New Level CodCliFor&quot; column=&quot;CODCLIFOR&quot; type=&quot;Numeric&quot; uniqueMembers=&quot;false&quot; levelType=&quot;Regular&quot; hideMemberIf=&quot;Never&quot;&gt;<br />
                &lt;/Level&gt;<br />
            &lt;/Hierarchy&gt;<br />
        &lt;/Dimension&gt;<br />
        &lt;Measure name=&quot;New Measure IMPEURO&quot; column=&quot;IMPEURO&quot; aggregator=&quot;sum&quot; visible=&quot;true&quot;&gt;<br />
        &lt;/Measure&gt;<br />
    &lt;/Cube&gt;<br />
&lt;/Schema&gt;<br />
<br />
-I try to execute the mdx query “select {[Dimensione Cliente]} on rows, {[New Measure IMPEURO]} on columns from [Cube IRMA 1]” into schema workbench with success<br />
-I publish the schema on pentaho with success<br />
-I try to create an analyzer report with pentaho, I select my new schema and cube, then the wizard is displayed<br />
-if I drag a filed into the table I get this error:<br />
java.sql.SQLException: invalid schema name: IRIS in statement [select &quot;DWH_DIM_CLIFOR&quot;.&quot;CODCLIFOR&quot; as &quot;c0&quot; from &quot;IRIS&quot;.&quot;DWH_DIM_CLIFOR&quot;]<br />
<br />
If I copy and paste into a oracle sql editor the query [select &quot;DWH_DIM_CLIFOR&quot;.&quot;CODCLIFOR&quot; as &quot;c0&quot; from &quot;IRIS&quot;.&quot;DWH_DIM_CLIFOR&quot;] is executed with success.<br />
<br />
What can I do?<br />
<br />
Thanks.</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?79-Mondrian-Pentaho-Analysis-Services"><![CDATA[Mondrian [Pentaho Analysis Services]]]></category>
			<dc:creator>scomed</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78131-java.sql.SQLException-invalid-schema-name</guid>
		</item>
		<item>
			<title>Parameter function does not work for mdx query</title>
			<link>http://forums.pentaho.com/showthread.php?78130-Parameter-function-does-not-work-for-mdx-query&amp;goto=newpost</link>
			<pubDate>Tue, 31 Aug 2010 13:44:37 GMT</pubDate>
			<description>Hi, 
  
I created a report that use an mdx query. 
  
The mdx query is parameterized but the *Parameter* function does not work properly. 
I followed...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
 <br />
I created a report that use an mdx query.<br />
 <br />
The mdx query is parameterized but the <b>Parameter</b> function does not work properly.<br />
I followed the link <a href="http://diethardsteiner.blogspot.com/2009/11/using-parameters-in-pentaho-report.html#Using_parameters_with_database_4337969087064266" target="_blank">http://diethardsteiner.blogspot.com/...37969087064266</a> in order to set the parameter value properly.<br />
 <br />
The mdx query is the following:<br />
<b><font color="red">WITH MEMBER</font> [DateType].[Result] <font color="red">AS<br />
</font> Aggregate(<br />
  LastPeriods(12,Parameter('datePar', [DateType], [DateType].[All Dates].[2010].[2].[4]))<br />
  )<br />
 <font color="red">MEMBER</font> [DateType].[PreviousYear] <font color="red">AS</font><br />
 Aggregate(<br />
  LastPeriods(12, [DateType].[2009].[2].[4])<br />
  )<br />
<font color="red">SELECT</font> <br />
 {[DateType].[Result],[DateType].[PreviousYear]} <font color="red">ON COLUMNS</font>,<br />
 [FlightType].members <font color="red">ON ROWS</font><br />
<font color="red">FROM</font><br />
 [Volumes]<br />
<font color="red">WHERE</font><br />
 [Measures].[Passengers]</b><br />
 <br />
Whatever value i set for the <b>'datePar'</b> parameter, always the default value is used.<br />
If i use the notation <b>${datePar}</b> a <b>&lt;null&gt;</b> value is generated.<br />
 <br />
Actually, <b>PRD</b> does not work properly.<br />
 <br />
Thanks in advance,<br />
 <br />
Claus</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>Claus80</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78130-Parameter-function-does-not-work-for-mdx-query</guid>
		</item>
		<item>
			<title>Analytic View / Analytic Report</title>
			<link>http://forums.pentaho.com/showthread.php?78129-Analytic-View-Analytic-Report&amp;goto=newpost</link>
			<pubDate>Tue, 31 Aug 2010 13:43:18 GMT</pubDate>
			<description>Hi, 
 
Is is possible to create an Analytic view, based on a already created Analytic Report (exemple: 3 fields out of 10 and 1 filter on employees...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
Is is possible to create an Analytic view, based on a already created Analytic Report (exemple: 3 fields out of 10 and 1 filter on employees country)</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?79-Mondrian-Pentaho-Analysis-Services"><![CDATA[Mondrian [Pentaho Analysis Services]]]></category>
			<dc:creator>aGoram</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78129-Analytic-View-Analytic-Report</guid>
		</item>
		<item>
			<title>Problem while scheduling my report :(</title>
			<link>http://forums.pentaho.com/showthread.php?78128-Problem-while-scheduling-my-report-(&amp;goto=newpost</link>
			<pubDate>Tue, 31 Aug 2010 13:01:16 GMT</pubDate>
			<description><![CDATA[Hello there, 
I'm facing a problem while trying to schedule my report. 
What I did was right click on the report and choose schedule and then fill...]]></description>
			<content:encoded><![CDATA[<div>Hello there,<br />
I'm facing a problem while trying to schedule my report.<br />
What I did was right click on the report and choose schedule and then fill the fields like the attached snapshot.<br />
an ambigous error occured <br />
I saw the log file but no new intry on it<br />
<br />
I tried to make a schedule from PAC, it succeded but no result in PUC...<br />
<a href="http://forums.pentaho.com/attachment.php?attachmentid=6023"  title="Name:  
Views: 
Size:  ">Attachment 6023</a></div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="/jpg.gif" alt="File Type: jpg" />
	<a href="http://forums.pentaho.com/attachment.php?attachmentid=6023&amp;d=1283259649">Screenshot.jpg</a> 
(29.0 KB)
</li> 
			</ul>
			</fieldset>
	

	

	</div>
 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?73-BI-Platform">BI Platform</category>
			<dc:creator>hanihh</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78128-Problem-while-scheduling-my-report-(</guid>
		</item>
		<item>
			<title>Publish Cube from Metadata Editor</title>
			<link>http://forums.pentaho.com/showthread.php?78127-Publish-Cube-from-Metadata-Editor&amp;goto=newpost</link>
			<pubDate>Tue, 31 Aug 2010 12:17:12 GMT</pubDate>
			<description><![CDATA[Hello All, 
              We have created a cube using the Pentaho Metadata Editor and used the "Publish to Server" option. But when we checked the...]]></description>
			<content:encoded><![CDATA[<div>Hello All,<br />
              We have created a cube using the Pentaho Metadata Editor and used the &quot;Publish to Server&quot; option. But when we checked the Pentaho Analyzer Report , the cube was not being displayed there. <br />
 <br />
Any suggestions in this regard would be helpful.<br />
 <br />
Thank You.<br />
 <br />
Regards,<br />
mondrian_newbie<br />
..</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?79-Mondrian-Pentaho-Analysis-Services"><![CDATA[Mondrian [Pentaho Analysis Services]]]></category>
			<dc:creator>mondrian_newbie</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78127-Publish-Cube-from-Metadata-Editor</guid>
		</item>
		<item>
			<title>Store Uploaded files into database</title>
			<link>http://forums.pentaho.com/showthread.php?78126-Store-Uploaded-files-into-database&amp;goto=newpost</link>
			<pubDate>Tue, 31 Aug 2010 12:16:59 GMT</pubDate>
			<description>Hi, 
  
I have a requirement to store the uploaded files which may be - a dbase file / excel file etc... into database.   
  
If any one knows how to...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
 <br />
I have a requirement to store the uploaded files which may be - a dbase file / excel file etc... into database.  <br />
 <br />
If any one knows how to integrate Pentaho with java (web application) to accomplish this task, do let me know.  <br />
 <br />
It would be helpful, if a link to documentation concerning this can be provided.<br />
 <br />
Thanks in advance.</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?135-Pentaho-Data-Integration-Kettle"><![CDATA[Pentaho Data Integration [Kettle]]]></category>
			<dc:creator>rishi</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78126-Store-Uploaded-files-into-database</guid>
		</item>
		<item>
			<title>Print via PDF (encoding problem)</title>
			<link>http://forums.pentaho.com/showthread.php?78125-Print-via-PDF-(encoding-problem)&amp;goto=newpost</link>
			<pubDate>Tue, 31 Aug 2010 11:55:51 GMT</pubDate>
			<description><![CDATA[Hello 
  
When I want print my "analysis view" via PDF I've wrong national chars encoding (check attach) - ###, with XLS everythink it's ok. 
 
Could...]]></description>
			<content:encoded><![CDATA[<div>Hello<br />
 <br />
When I want print my &quot;analysis view&quot; via PDF I've wrong national chars encoding (check attach) - ###, with XLS everythink it's ok.<br />
<br />
Could you help me, how resolve this issue ? What is wrong ?<br />
 <br />
Anyone ?<br />
 <br />
Regards,<br />
Michael</div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="/jpg.gif" alt="File Type: jpg" />
	<a href="http://forums.pentaho.com/attachment.php?attachmentid=6022&amp;d=1283255737">wrongEncoding.jpg</a> 
(30.4 KB)
</li> 
			</ul>
			</fieldset>
	

	

	</div>
 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?79-Mondrian-Pentaho-Analysis-Services"><![CDATA[Mondrian [Pentaho Analysis Services]]]></category>
			<dc:creator>mszczepaniak</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78125-Print-via-PDF-(encoding-problem)</guid>
		</item>
		<item>
			<title>Delete Multiple Files</title>
			<link>http://forums.pentaho.com/showthread.php?78124-Delete-Multiple-Files&amp;goto=newpost</link>
			<pubDate>Tue, 31 Aug 2010 10:49:16 GMT</pubDate>
			<description><![CDATA[Hi. 
I use "Delete Files" step in a job to delete multiple text files. 
My settings are: 
File/Folder: C:\Work\<clientname>\04Consolidate\August...]]></description>
			<content:encoded><![CDATA[<div>Hi.<br />
I use &quot;Delete Files&quot; step in a job to delete multiple text files.<br />
My settings are:<br />
File/Folder: C:\Work\&lt;clientname&gt;\04Consolidate\August<br />
Wildcard (RegExp): *\.txt<br />
----<br />
2010/08/31 11:37:16 - Version checker - OK<br />
2010/08/31 11:39:39 - Spoon - Spoon<br />
2010/08/31 11:39:59 - Spoon - Save as...<br />
2010/08/31 11:39:59 - Spoon - Save file as...<br />
2010/08/31 11:40:05 - Spoon - Starting job...<br />
2010/08/31 11:40:05 - test - Start of job execution<br />
2010/08/31 11:40:05 - test - exec(0, 0, START.0)<br />
2010/08/31 11:40:05 - START - Starting job entry<br />
2010/08/31 11:40:05 - test - Starting entry [Delete files 2]<br />
2010/08/31 11:40:05 - test - exec(1, 0, Delete files 2.0)<br />
2010/08/31 11:40:05 - Delete files 2 - Starting job entry<br />
2010/08/31 11:40:05 - Delete files 2 - Processing argument [C:\Work\&lt;clientname&gt;\04Consolidate\August].. wildcard [*\.txt] ?<br />
2010/08/31 11:40:05 - Delete files 2 - Processing folder [C:\Work\&lt;clientname&gt;\04Consolidate\August]<br />
2010/08/31 11:40:05 - Delete files 2 - ERROR (version 4.0.1-stable, build 13826 from 2010-08-26 14.18.03 by buildguy) : Error<br />
2010/08/31 11:40:05 - Delete files 2 - ERROR (version 4.0.1-stable, build 13826 from 2010-08-26 14.18.03 by buildguy) : Error<br />
2010/08/31 11:40:05 - Delete files 2 - Total deleted files = 0<br />
2010/08/31 11:40:05 - Delete files 2 - Processing argument [C:\Work\&lt;clientname&gt;\03OutText\August].. wildcard [*\.txt] ?<br />
2010/08/31 11:40:05 - Delete files 2 - Processing folder [C:\Work\&lt;clientname&gt;\03OutText\August]<br />
2010/08/31 11:40:05 - Delete files 2 - ERROR (version 4.0.1-stable, build 13826 from 2010-08-26 14.18.03 by buildguy) : Error<br />
2010/08/31 11:40:05 - Delete files 2 - ERROR (version 4.0.1-stable, build 13826 from 2010-08-26 14.18.03 by buildguy) : Error<br />
2010/08/31 11:40:05 - Delete files 2 - ERROR (version 4.0.1-stable, build 13826 from 2010-08-26 14.18.03 by buildguy) : Error<br />
2010/08/31 11:40:05 - Delete files 2 - Total deleted files = 0<br />
2010/08/31 11:40:05 - Delete files 2 - Processing argument [C:\Work\&lt;clientname&gt;\02Filter\August].. wildcard [*.\txt] ?<br />
2010/08/31 11:40:05 - Delete files 2 - Processing folder [C:\Work\&lt;clientname&gt;\02Filter\August]<br />
2010/08/31 11:40:05 - Delete files 2 - ERROR (version 4.0.1-stable, build 13826 from 2010-08-26 14.18.03 by buildguy) : Error<br />
2010/08/31 11:40:05 - Delete files 2 - Total deleted files = 0<br />
2010/08/31 11:40:05 - Delete files 2 - Processing argument [C:\Work\&lt;clientname&gt;\01InText\August].. wildcard [*.\txt] ?<br />
2010/08/31 11:40:05 - Delete files 2 - Processing folder [C:\Work\&lt;clientname&gt;\01InText\August]<br />
2010/08/31 11:40:06 - Delete files 2 - ERROR (version 4.0.1-stable, build 13826 from 2010-08-26 14.18.03 by buildguy) : Error<br />
2010/08/31 11:40:06 - Delete files 2 - ERROR (version 4.0.1-stable, build 13826 from 2010-08-26 14.18.03 by buildguy) : Error<br />
.....<br />
2010/08/31 11:40:07 - Delete files 2 - ERROR (version 4.0.1-stable, build 13826 from 2010-08-26 14.18.03 by buildguy) : Error<br />
2010/08/31 11:40:07 - Delete files 2 - Total deleted files = 0<br />
2010/08/31 11:40:07 - test - Starting entry [Success]<br />
2010/08/31 11:40:07 - test - exec(2, 0, Success.0)<br />
2010/08/31 11:40:07 - Success - Starting job entry<br />
2010/08/31 11:40:07 - test - Finished job entry [Success] (result=[true])<br />
2010/08/31 11:40:07 - test - Finished job entry [Delete files 2] (result=[true])<br />
2010/08/31 11:40:07 - test - Job execution finished<br />
2010/08/31 11:40:07 - Spoon - Job has ended.<br />
2010/08/31 11:41:16 - Spoon - Spoon<br />
2010/08/31 11:42:51 - Spoon - Spoon<br />
2010/08/31 11:43:14 - Spoon - Spoon<br />
-----------------------------------------<br />
Regarding this Job, another question:<br />
no files have been deleted, so why the Job entry is classified as Success??<br />
<br />
Thanks.<br />
Mick</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?135-Pentaho-Data-Integration-Kettle"><![CDATA[Pentaho Data Integration [Kettle]]]></category>
			<dc:creator>Mick_data</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78124-Delete-Multiple-Files</guid>
		</item>
		<item>
			<title>Action Sequence (Xaction) execution for PDI Job fails</title>
			<link>http://forums.pentaho.com/showthread.php?78123-Action-Sequence-(Xaction)-execution-for-PDI-Job-fails&amp;goto=newpost</link>
			<pubDate>Tue, 31 Aug 2010 10:33:52 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I created with Design Studio an action sequence to execute a Kettle job, but it fails and I don't see what I'm doing wrong. In fact, I reduced...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I created with Design Studio an action sequence to execute a Kettle job, but it fails and I don't see what I'm doing wrong. In fact, I reduced the job only to a couple of steps,  just Start and Success. But the error is still there:<br />
<br />
Pentaho BI Platform - Error in Action   Failed    <font color="red">[es_161] Error:  SolutionEngine.ERROR_0007 - [es_27] Action sequence execution failed  (org.pentaho.platform.engine.services.solution.Sol  utionEngine)</font> [es_116] Debug: [es_21] Starting execute of Prinex-BPC  Reloaded//Prueba.xaction  (org.pentaho.platform.engine.services.solution.Sol  utionEngine)<br />
[es_116]  Debug: [es_30] Getting runtime context and data  (org.pentaho.platform.engine.services.solution.Sol  utionEngine)<br />
[es_116]  Debug: [es_33] Loading action sequence definition file  (org.pentaho.platform.engine.services.solution.Sol  utionEngine)<br />
[es_161]  Error: SolutionEngine.ERROR_0007 - [es_27] Action sequence execution failed  (org.pentaho.platform.engine.services.solution.Sol  utionEngine)<br />
<br />
   Server Version: Pentaho Platform Engine Core 3.5.2.stable.41050<br />
<br />
 The container is under pentaho-solutions directory and other xactions work fine.<br />
<br />
As you can see, the process is very simple. No inputs or outputs.<br />
<br />
<a href="http://forums.pentaho.com/attachment.php?attachmentid=6020"  title="Name:  
Views: 
Size:  ">Attachment 6020</a><br />
<br />
<br />
Any idea ?<br />
<br />
Thanks</div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="/jpg.gif" alt="File Type: jpg" />
	<a href="http://forums.pentaho.com/attachment.php?attachmentid=6020&amp;d=1283250748">2010-08-31_123339.jpg</a> 
(28.1 KB)
</li> 
			</ul>
			</fieldset>
	

	

	</div>
 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?135-Pentaho-Data-Integration-Kettle"><![CDATA[Pentaho Data Integration [Kettle]]]></category>
			<dc:creator>axelb</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78123-Action-Sequence-(Xaction)-execution-for-PDI-Job-fails</guid>
		</item>
		<item>
			<title>Problem with date_trunc() in TimeDimension</title>
			<link>http://forums.pentaho.com/showthread.php?78122-Problem-with-date_trunc()-in-TimeDimension&amp;goto=newpost</link>
			<pubDate>Tue, 31 Aug 2010 10:26:30 GMT</pubDate>
			<description>Hi all,  
 
I use postgres DB, and trying to build degenerated dimension. For this reason i need to extract year as dimension level from the field...</description>
			<content:encoded><![CDATA[<div>Hi all, <br />
<br />
I use postgres DB, and trying to build degenerated dimension. For this reason i need to extract year as dimension level from the field date_time in table:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">w_measures_f<br />
(<br />
&nbsp; date_time timestamp without time zone NOT NULL,<br />
...<br />
)</code><hr />
</div> when i run sql:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">select date_trunc('year', date_time) from w_measures_f</code><hr />
</div> it works Ok.<br />
<br />
In my schema i created degenerated dimension with the next code:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;Dimension type=&quot;StandardDimension&quot; name=&quot;TimePeriods Degenerated&quot;&gt;<br />
&nbsp; &nbsp; &lt;Hierarchy hasAll=&quot;true&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;Level name=&quot;Year&quot; column=&quot;date_time&quot; type=&quot;Date&quot; uniqueMembers=&quot;true&quot; levelType=&quot;Regular&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;NameExpression&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;SQL dialect=&quot;generic&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;![CDATA[date_trunc('year', date_time)]]&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/SQL&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/NameExpression&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/Level&gt;<br />
&nbsp; &nbsp; &lt;/Hierarchy&gt;<br />
&lt;/Dimension&gt;</code><hr />
</div> But when I display data in Analyzer View (or in PAT) I receive error:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">An exception was encountered while executing the query.<br />
java.lang.ClassCastException: java.sql.Timestamp cannot be cast to java.lang.String</code><hr />
</div> Maybe someone know how to fix this. I m so appreciate in advance.<br />
<br />
King Regards,<br />
Alex.</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?79-Mondrian-Pentaho-Analysis-Services"><![CDATA[Mondrian [Pentaho Analysis Services]]]></category>
			<dc:creator>whitish</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78122-Problem-with-date_trunc()-in-TimeDimension</guid>
		</item>
		<item>
			<title>CASE WHEN in mySQL not working with Parameters?</title>
			<link>http://forums.pentaho.com/showthread.php?78121-CASE-WHEN-in-mySQL-not-working-with-Parameters&amp;goto=newpost</link>
			<pubDate>Tue, 31 Aug 2010 09:40:15 GMT</pubDate>
			<description>Hi, 
 
I have a mySQL query with a CASE WHEN statement. If I use parameters (like ${startDate}), the query does not work. I dont get a result. If I...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I have a mySQL query with a CASE WHEN statement. If I use parameters (like ${startDate}), the query does not work. I dont get a result. If I replace the paramaters with real data, like &quot;2010-01-01&quot;, the query works.<br />
<br />
It looks as if the parameters dont get passed to the CASE WHEN statement.<br />
<br />
Dirk</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>dirks</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78121-CASE-WHEN-in-mySQL-not-working-with-Parameters</guid>
		</item>
		<item>
			<title>Schema Workbench - MySQL schemas not available.</title>
			<link>http://forums.pentaho.com/showthread.php?78120-Schema-Workbench-MySQL-schemas-not-available.&amp;goto=newpost</link>
			<pubDate>Tue, 31 Aug 2010 07:46:12 GMT</pubDate>
			<description><![CDATA[Hi, 
I am new to Mondrian and to Schema Workebench and I'm having trouble connecting to a MySQL source database. 
 
I user the following parameters...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
I am new to Mondrian and to Schema Workebench and I'm having trouble connecting to a MySQL source database.<br />
<br />
I user the following parameters in the database connection window:<br />
Driver Class Name: com.mysql.jdbc.Driver<br />
Connection URL: jdbc:mysql://192.168.1.1:3306<br />
User nme: myuser<br />
Password: mypassword<br />
<br />
The test connection is succesful, but, when I try to use a schema, it fails with error &quot;No schemas available for this database connection, but schemas entered&quot;. Also, when I try the JDBC Explorer, there is no schema available.<br />
<br />
The user has sysadmin privileges.<br />
I have placed the JDBC connector in the \drivers directory. The driver I use is &quot;mysql-connector-java-5.1.13-bin.jar&quot;<br />
<br />
Also, I was succesfull accessing an Oracle database. I'm only having trouble with the access to MySql database.<br />
<br />
Thank you for any help on this matter. Regards.</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?79-Mondrian-Pentaho-Analysis-Services"><![CDATA[Mondrian [Pentaho Analysis Services]]]></category>
			<dc:creator>Schleich</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78120-Schema-Workbench-MySQL-schemas-not-available.</guid>
		</item>
		<item>
			<title>Start-pac.bat as a service</title>
			<link>http://forums.pentaho.com/showthread.php?78119-Start-pac.bat-as-a-service&amp;goto=newpost</link>
			<pubDate>Tue, 31 Aug 2010 07:26:10 GMT</pubDate>
			<description>Hi! 
 
Is there anyway to convert start-pac.bat to a Windows Service so it starts at server boot time ? 
 
Thank you for your help!</description>
			<content:encoded><![CDATA[<div>Hi!<br />
<br />
Is there anyway to convert start-pac.bat to a Windows Service so it starts at server boot time ?<br />
<br />
Thank you for your help!</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?73-BI-Platform">BI Platform</category>
			<dc:creator>axelb</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78119-Start-pac.bat-as-a-service</guid>
		</item>
		<item>
			<title><![CDATA[MetaEditor doesn't start]]></title>
			<link>http://forums.pentaho.com/showthread.php?78118-MetaEditor-doesn-t-start&amp;goto=newpost</link>
			<pubDate>Tue, 31 Aug 2010 06:36:21 GMT</pubDate>
			<description><![CDATA[Starting the Meta-editor under Windows XP I got the error message: "Goto can't be used at this time."and the editor doesn't start. Who knows the...]]></description>
			<content:encoded><![CDATA[<div>Starting the Meta-editor under Windows XP I got the error message: &quot;Goto can't be used at this time.&quot;and the editor doesn't start. Who knows the solution?<br />
<br />
Best regards<br />
Janos:mad:</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?103-Metadata">Metadata</category>
			<dc:creator>intellagent</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78118-MetaEditor-doesn-t-start</guid>
		</item>
		<item>
			<title>How to truncate a table in pentaho</title>
			<link>http://forums.pentaho.com/showthread.php?78117-How-to-truncate-a-table-in-pentaho&amp;goto=newpost</link>
			<pubDate>Tue, 31 Aug 2010 05:02:47 GMT</pubDate>
			<description><![CDATA[Hi All, 
I am using Pentaho 3.2.0. 
I have a transformation 
 
Table input ->Insert/Update. 
I want to truncate the target table after table input. I...]]></description>
			<content:encoded><![CDATA[<div>Hi All,<br />
I am using Pentaho 3.2.0.<br />
I have a transformation<br />
<br />
Table input -&gt;Insert/Update.<br />
I want to truncate the target table after table input. I think 'analytic quary' comes handy in this case. Please suggest me in this regarding.<br />
<br />
Thanks<br />
dev</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?79-Mondrian-Pentaho-Analysis-Services"><![CDATA[Mondrian [Pentaho Analysis Services]]]></category>
			<dc:creator>debadutta</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78117-How-to-truncate-a-table-in-pentaho</guid>
		</item>
		<item>
			<title>Parameters of TOMCAT</title>
			<link>http://forums.pentaho.com/showthread.php?78116-Parameters-of-TOMCAT&amp;goto=newpost</link>
			<pubDate>Tue, 31 Aug 2010 02:29:06 GMT</pubDate>
			<description><![CDATA[Hello, 
 
Anybody could explain me a bit what are the meanings of these parameters please? 
  
CATALINA_OPTS="-Xms256m -Xmx768m -XX:MaxPermSize=256m...]]></description>
			<content:encoded><![CDATA[<div><font face="Arial"><font size="2">Hello,<br />
<br />
Anybody could explain me a bit what are the meanings of these parameters please?</font></font><br />
 <br />
<font face="Courier New"><font size="2">CATALINA_OPTS=&quot;-Xms256m -Xmx768m -XX:MaxPermSize=256m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000&quot;</font></font><br />
 <br />
<font face="Courier New"><font size="2">Xms ??</font></font><br />
<font face="Courier New"><font size="2">Xmx ??</font></font><br />
<font face="Courier New"><font size="2">XX:MaxPermSize ??</font></font> <br />
<font face="Arial"><font size="2">I hope you can help me.</font></font><br />
 <br />
<font face="Arial"><font size="2">regards.</font></font></div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?73-BI-Platform">BI Platform</category>
			<dc:creator>Martillo</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78116-Parameters-of-TOMCAT</guid>
		</item>
		<item>
			<title><![CDATA[[Mondrian] Mondrian read only replication back on line]]></title>
			<link>http://forums.pentaho.com/showthread.php?78115-Mondrian-Mondrian-read-only-replication-back-on-line&amp;goto=newpost</link>
			<pubDate>Tue, 31 Aug 2010 00:47:59 GMT</pubDate>
			<description><![CDATA[Means we don't need to use p4??? Gosh, even I am willing to learn git  
now!!  Thank you!!!! :) 
 
 
 
-pedro 
 
 
On 10/08/31 01:47, Nicholas...]]></description>
			<content:encoded><![CDATA[<div>Means we don't need to use p4??? Gosh, even I am willing to learn git <br />
now!!  Thank you!!!! :)<br />
<br />
<br />
<br />
-pedro<br />
<br />
<br />
On 10/08/31 01:47, Nicholas Goodman wrote:<font color="blue"><br />
&gt; Greetings Mondrian devs!<br />
&gt;<br />
&gt; As part of our work at DynamoBI we have Eigenbase Perforce replicating to a read only GitHub location.  Since Mondrian source is managed in Eigenbase perforce we setup the replication for Mondrian as well (main and 3.2 branch).<br />
&gt;<br />
&gt; <a href="http://github.com/eigenbase/mondrian" target="_blank">http://github.com/eigenbase/mondrian</a><br />
&gt;<br />
&gt; GitHub also allows read only SVN access - so you can now watch/sync Mondrian via Git or SVN.  GitHub has reported some issues with SVN as it's a new feature (read only view on top of Git) but it should work with most clients.<br />
&gt;<br />
&gt; Kind Regards,<br />
&gt; Nick<br />
&gt; PS - If you're interested in the details of the replication or with some dead simple instructions for checking out via SVN or GIT<br />
&gt; <a href="http://pub.eigenbase.org/wiki/PerforceToGitOrSubversionReplication_______________________________________________" target="_blank">http://pub.eigenbase.org/wiki/Perfor...______________</a><br />
&gt; Mondrian mailing list<br />
&gt; Mondrian (AT) pentaho (DOT) org<br />
&gt; <a href="http://lists.pentaho.org/mailman/listinfo/mondrian" target="_blank">http://lists.pentaho.org/mailman/listinfo/mondrian</a></font><br />
_______________________________________________<br />
Mondrian mailing list<br />
Mondrian (AT) pentaho (DOT) org<br />
<a href="http://lists.pentaho.org/mailman/listinfo/mondrian" target="_blank">http://lists.pentaho.org/mailman/listinfo/mondrian</a></div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?9-Mondrian-Mailing-List">Mondrian Mailing List</category>
			<dc:creator>Nicholas Goodman</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78115-Mondrian-Mondrian-read-only-replication-back-on-line</guid>
		</item>
		<item>
			<title>Generated SQL</title>
			<link>http://forums.pentaho.com/showthread.php?78114-Generated-SQL&amp;goto=newpost</link>
			<pubDate>Mon, 30 Aug 2010 23:11:32 GMT</pubDate>
			<description><![CDATA[I'm trying to see what is the generated SQL from a MDX Query. 
 
I tried enabling log4j like I saw in a post:...]]></description>
			<content:encoded><![CDATA[<div>I'm trying to see what is the generated SQL from a MDX Query.<br />
<br />
I tried enabling log4j like I saw in a post: <a href="http://ramathoughts.blogspot.com/2009/10/mondrian-cubes-debugging-how-to-display.html" target="_blank">http://ramathoughts.blogspot.com/200...o-display.html</a><br />
<br />
but no logs are being created.<br />
<br />
Only the stdout log in tomcat/logs is used but no debugging traces.<br />
<br />
I am on Windows and use tomcat as a service.<br />
<br />
Any ideas why ?<br />
Is there another way to see the generated SQL ?<br />
<br />
Thanks.</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?79-Mondrian-Pentaho-Analysis-Services"><![CDATA[Mondrian [Pentaho Analysis Services]]]></category>
			<dc:creator>haubuchon</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78114-Generated-SQL</guid>
		</item>
		<item>
			<title>Text file output not write all lines</title>
			<link>http://forums.pentaho.com/showthread.php?78113-Text-file-output-not-write-all-lines&amp;goto=newpost</link>
			<pubDate>Mon, 30 Aug 2010 22:35:10 GMT</pubDate>
			<description><![CDATA[Hi,  
I'm having a strange problem with PDI 3.2.0 and text file output 
 
It's a bit urgent to resolve this so of you have any ideas of what's going...]]></description>
			<content:encoded><![CDATA[<div>Hi, <br />
I'm having a strange problem with PDI 3.2.0 and text file output<br />
<br />
It's a bit urgent to resolve this so of you have any ideas of what's going on here please give a feedback<br />
<br />
Well i have a text file output that acording to the log it writes 220 registers, but i look the file with a simple notepad and it have 187 lines!!<br />
<br />
That's not all, because the last line writed (187th) contains half of the columns that supposed.<br />
<br />
This transformation require a date in params, that change the results of a table input. I change this param, verify the query and its all right, the log output said the correct number of tuples supposed to write the text file output but when open the file contains less lines and the last one almost always its not complete.<br />
<br />
The parameters of the text file output step relevant are:<ul><li>append checked</li>
</ul><ul><li>accept file name from field checked</li>
</ul><ul><li>split every ... rows: 0</li>
</ul>I added a Ending line of file but doesn't appear at all in the file writed.<br />
<br />
Another strange thing is that the kettle logs shows no error at all, but only when I execute in RowLevel it throws an ArrayIndexOutOfBoundException over a merge join step :confused:<br />
Note that: only in rowlevel logging!<br />
<br />
Perhaps it could be memory issue, with a some param dates are about 86000 lines to write but with another are just 220 so i discart this.<br />
<br />
i can give you more details about the transformation if you want, i supposed that with this description will be enought to get and idea</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?135-Pentaho-Data-Integration-Kettle"><![CDATA[Pentaho Data Integration [Kettle]]]></category>
			<dc:creator>ElmoVil</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78113-Text-file-output-not-write-all-lines</guid>
		</item>
		<item>
			<title>MDX compatibility - SELECT CLAUSE in FROM</title>
			<link>http://forums.pentaho.com/showthread.php?78112-MDX-compatibility-SELECT-CLAUSE-in-FROM&amp;goto=newpost</link>
			<pubDate>Mon, 30 Aug 2010 21:25:31 GMT</pubDate>
			<description>I read that this syntax is valid in the Microsoft documentation. 
 
Do you know if this is supported by Mondrian ? (A Select statement at the FROM...</description>
			<content:encoded><![CDATA[<div>I read that this syntax is valid in the Microsoft documentation.<br />
<br />
Do you know if this is supported by Mondrian ? (A Select statement at the FROM clause).<br />
<br />
I tried a couple of ways without success ...<br />
<br />
Thanks<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">SELECT<br />
&nbsp; &nbsp; [Measures].Members ON rows,<br />
&nbsp; &nbsp; [Geography].[Geo].Members ON columns<br />
FROM<br />
&nbsp; &nbsp; (SELECT [Time].[Calendar].[Year].[2010] ON rows FROM [Sales])</code><hr />
</div> </div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?79-Mondrian-Pentaho-Analysis-Services"><![CDATA[Mondrian [Pentaho Analysis Services]]]></category>
			<dc:creator>haubuchon</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78112-MDX-compatibility-SELECT-CLAUSE-in-FROM</guid>
		</item>
		<item>
			<title>Please help on the following item.  I am trying to use Informix with the Pentaho</title>
			<link>http://forums.pentaho.com/showthread.php?78111-Please-help-on-the-following-item.-I-am-trying-to-use-Informix-with-the-Pentaho&amp;goto=newpost</link>
			<pubDate>Mon, 30 Aug 2010 21:25:25 GMT</pubDate>
			<description>Please help on the following item.  I am trying to use Informix with the Pentaho product and I notice that hibernate works fine with pentaho,...</description>
			<content:encoded><![CDATA[<div>Please help on the following item.  I am trying to use Informix with the Pentaho product and I notice that hibernate works fine with pentaho, basically due to our changes to hibernate3.  Also, I created a delegate class for informix and then updated the quartz jar file.  <br />
<br />
But I have a question and a problem with trying to run it.  <br />
1.  Question--&gt; It appears that Pentaho uses hypersonic regardless of the main database you are using.  Is this correct?  Does it actually use 2 different database managers for it to work?<br />
<br />
2.  I have everything except the hibernate connection using hypersonic and the informix for the main db being accessed by hibernate.  the hibernate access seems ok.  But I get the following error from starting and I was hoping someone could tell me where it is getting the id and why it changes it to all uppercase.  btw... I do not want to add INFORMIX id to the hypersonic database.<br />
<br />
16:12:08,473 ERROR [SQLLookupRule] Error Start: Pentaho Pentaho Platform Engine Core 3.6.0-stable.41852<br />
16:12:08,491 ERROR [SQLLookupRule] 3ee2c453-b47b-11df-a4c6-a1ae03bed5ce:COMPONENT:context-17391051-1283202727448:global-department-list.xactionConnectFactory.ERROR_0001 - Database connection could not be established to: SampleData<br />
org.pentaho.platform.api.data.DatasourceServiceExc  eption: java.sql.SQLException: User not found: INFORMIX<br />
    at org.pentaho.platform.engine.services.connection.da  tasource.dbcp.PooledDatasourceHelper.setupPooledDa  taSource(PooledDatasourceHelper.java:147)<br />
    at org.pentaho.platform.engine.services.connection.da  tasource.dbcp.PooledOrJndiDatasourceService.retrie  ve(PooledOrJndiDatasourceService.java:46)<br />
    at org.pentaho.platform.engine.services.connection.da  tasource.dbcp.PooledOrJndiDatasourceService.getDat  aSource(PooledOrJndiDatasourceService.java:115)<br />
    at org.pentaho.platform.plugin.services.connections.s  ql.SQLConnection.initWithJNDI(SQLConnection.java:1  92)<br />
    at org.pentaho.platform.plugin.services.connections.s  ql.SQLConnection.setProperties(SQLConnection.java:  107)<br />
    at org.pentaho.platform.engine.services.connection.Pe  ntahoConnectionFactory.getConnection(PentahoConnec  tionFactory.java:129)<br />
    at org.pentaho.platform.engine.services.connection.Pe  ntahoConnectionFactory.getConnection(PentahoConnec  tionFactory.java:73)<br />
    at org.pentaho.platform.plugin.action.sql.SQLBaseComp  onent.getConnection(SQLBaseComponent.java:879)<br />
    at org.pentaho.platform.plugin.action.sql.SQLBaseComp  onent.getConnection(SQLBaseComponent.java:845)<br />
    at org.pentaho.platform.plugin.action.sql.SQLBaseComp  onent.getDatasourceConnection(SQLBaseComponent.jav  a:795)<br />
    at org.pentaho.platform.plugin.action.sql.SQLBaseComp  onent.executeAction(SQLBaseComponent.java:212)<br />
    at org.pentaho.platform.engine.services.solution.Comp  onentBase.execute(ComponentBase.java:463)<br />
    at org.pentaho.platform.engine.services.runtime.Runti  meContext.executeComponent(RuntimeContext.java:129  1)<br />
    at org.pentaho.platform.engine.services.runtime.Runti  meContext.executeAction(RuntimeContext.java:1260)<br />
    at org.pentaho.platform.engine.services.runtime.Runti  meContext.performActions(RuntimeContext.java:1159)<br />
    at org.pentaho.platform.engine.services.runtime.Runti  meContext.executeLoop(RuntimeContext.java:1103)<br />
    at org.pentaho.platform.engine.services.runtime.Runti  meContext.executeSequence(RuntimeContext.java:985)<br />
    at org.pentaho.platform.engine.services.runtime.Runti  meContext.executeSequence(RuntimeContext.java:895)<br />
    at org.pentaho.platform.engine.services.solution.Solu  tionEngine.executeInternal(SolutionEngine.java:399  )<br />
    at org.pentaho.platform.engine.services.solution.Solu  tionEngine.execute(SolutionEngine.java:317)<br />
    at org.pentaho.platform.engine.services.solution.Solu  tionEngine.execute(SolutionEngine.java:193)<br />
    at org.pentaho.platform.engine.core.system.PentahoSys  tem.globalStartup(PentahoSystem.java:723)<br />
    at org.pentaho.platform.engine.core.system.PentahoSys  tem.globalStartup(PentahoSystem.java:678)<br />
    at org.pentaho.platform.engine.core.system.PentahoSys  tem.init(PentahoSystem.java:302)<br />
    at org.pentaho.platform.engine.core.system.PentahoSys  tem.init(PentahoSystem.java:206)<br />
    at org.pentaho.platform.web.http.context.SolutionCont  extListener.contextInitialized(SolutionContextList  ener.java:136)<br />
    at org.apache.catalina.core.StandardContext.listenerS  tart(StandardContext.java:3764)<br />
    at org.apache.catalina.core.StandardContext.start(Sta  ndardContext.java:4216)<br />
    at org.apache.catalina.core.ContainerBase.addChildInt  ernal(ContainerBase.java:760)<br />
    at org.apache.catalina.core.ContainerBase.addChild(Co  ntainerBase.java:740)<br />
    at org.apache.catalina.core.StandardHost.addChild(Sta  ndardHost.java:544)<br />
    at org.apache.catalina.startup.HostConfig.deployDirec  tory(HostConfig.java:926)<br />
    at org.apache.catalina.startup.HostConfig.deployDirec  tories(HostConfig.java:889)<br />
    at org.apache.catalina.startup.HostConfig.deployApps(  HostConfig.java:492)<br />
    at org.apache.catalina.startup.HostConfig.start(HostC  onfig.java:1149)<br />
    at org.apache.catalina.startup.HostConfig.lifecycleEv  ent(HostConfig.java:311)<br />
    at org.apache.catalina.util.LifecycleSupport.fireLife  cycleEvent(LifecycleSupport.java:120)<br />
    at org.apache.catalina.core.ContainerBase.start(Conta  inerBase.java:1022)<br />
    at org.apache.catalina.core.StandardHost.start(Standa  rdHost.java:736)<br />
    at org.apache.catalina.core.ContainerBase.start(Conta  inerBase.java:1014)<br />
    at org.apache.catalina.core.StandardEngine.start(Stan  dardEngine.java:443)<br />
    at org.apache.catalina.core.StandardService.start(Sta  ndardService.java:448)<br />
    at org.apache.catalina.core.StandardServer.start(Stan  dardServer.java:700)<br />
    at org.apache.catalina.startup.Catalina.start(Catalin  a.java:552)<br />
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ  e Method)<br />
    at sun.reflect.NativeMethodAccessorImpl.invoke(Native  MethodAccessorImpl.java:39)<br />
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De  legatingMethodAccessorImpl.java:25)<br />
    at java.lang.reflect.Method.invoke(Method.java:597)<br />
    at org.apache.catalina.startup.Bootstrap.start(Bootst  rap.java:295)<br />
    at org.apache.catalina.startup.Bootstrap.main(Bootstr  ap.java:433)<br />
Caused by: java.sql.SQLException: User not found: INFORMIX<br />
    at org.hsqldb.jdbc.Util.sqlException(Unknown Source)<br />
    at org.hsqldb.jdbc.jdbcConnection.&lt;init&gt;(Unknown Source)<br />
    at org.hsqldb.jdbcDriver.getConnection(Unknown Source)<br />
    at org.hsqldb.jdbcDriver.connect(Unknown Source)<br />
    at java.sql.DriverManager.getConnection(DriverManager  .java:582)<br />
    at java.sql.DriverManager.getConnection(DriverManager  .java:185)<br />
    at org.apache.commons.dbcp.DriverManagerConnectionFac  tory.createConnection(DriverManagerConnectionFacto  ry.java:48)<br />
    at org.apache.commons.dbcp.PoolableConnectionFactory.  makeObject(PoolableConnectionFactory.java:290)<br />
    at org.apache.commons.pool.impl.GenericObjectPool.add  Object(GenericObjectPool.java:996)<br />
    at org.pentaho.platform.engine.services.connection.da  tasource.dbcp.PooledDatasourceHelper.setupPooledDa  taSource(PooledDatasourceHelper.java:133)<br />
    ... 49 more<br />
16:12:08,497 ERROR [SQLLookupRule] Error end:</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?73-BI-Platform">BI Platform</category>
			<dc:creator>zoescout</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78111-Please-help-on-the-following-item.-I-am-trying-to-use-Informix-with-the-Pentaho</guid>
		</item>
		<item>
			<title><![CDATA[Is REGEX Expression within "Checks if files exist" Job Entry Possible?]]></title>
			<link>http://forums.pentaho.com/showthread.php?78110-Is-REGEX-Expression-within-quot-Checks-if-files-exist-quot-Job-Entry-Possible&amp;goto=newpost</link>
			<pubDate>Mon, 30 Aug 2010 20:09:51 GMT</pubDate>
			<description><![CDATA[Hi All, 
 
Within a Job I have an "Get Files via FTP" job entry that uses REG EX within the Specify File(s) to retrieve and it works! 
 
I thought...]]></description>
			<content:encoded><![CDATA[<div>Hi All,<br />
<br />
Within a Job I have an &quot;Get Files via FTP&quot; job entry that uses REG EX within the Specify File(s) to retrieve and it works!<br />
<br />
I thought that I could check if the files exist on the FTP server b4 trying to retrieve...<br />
<br />
Figured a &quot;Checks if Files Exist&quot; was what I needed added in the VFS syntax to reference the file.<br />
<br />
ex. <a href="ftp://foo:fooo@myserverfoo/var/ftp/etl/myfoodir/(foo_).*.*(_blah\.dat\.done" target="_blank">ftp://foo:fooo@myserverfoo/var/ftp/e...lah\.dat\.done</a>)<br />
<br />
When I hard code the file name it works!<br />
<br />
When I use the same Reg Ex expression that I prove worked in the &quot;Get Files/FTP&quot; job entry it fails.<br />
<br />
Does a Job Entry specifically have to state that it works with REG EX expressions? Or is that implicit and all do?<br />
<br />
If not I'll check and add a Jira to hopefully have the Job Entry that checks for files etc use REG EX just like the Get Files with FTP does.<br />
<br />
<br />
Thoughts?<br />
<br />
Thanks<br />
<br />
Kent</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?135-Pentaho-Data-Integration-Kettle"><![CDATA[Pentaho Data Integration [Kettle]]]></category>
			<dc:creator>kandrews</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78110-Is-REGEX-Expression-within-quot-Checks-if-files-exist-quot-Job-Entry-Possible</guid>
		</item>
		<item>
			<title>Sept 1, 2010 - Pentaho Reporting and BI Server 3.7 preview and demo</title>
			<link>http://forums.pentaho.com/showthread.php?78109-Sept-1-2010-Pentaho-Reporting-and-BI-Server-3.7-preview-and-demo&amp;goto=newpost</link>
			<pubDate>Mon, 30 Aug 2010 19:58:50 GMT</pubDate>
			<description>Kurtis Cruzada, Pentaho product manager, will talk about and demonstrate the new features of Pentaho Reporting and BI Platform 3.7. 
 
*Event login...</description>
			<content:encoded><![CDATA[<div>Kurtis Cruzada, Pentaho product manager, will talk about and demonstrate the new features of Pentaho Reporting and BI Platform 3.7.<br />
<br />
<b>Event login information and details can be found here: <a href="http://wiki.pentaho.com/display/COM/Community+Technical+WebEx" target="_blank">http://wiki.pentaho.com/display/COM/...echnical+WebEx</a></b><br />
<br />
The session will be recorded in case you miss it.<br />
<br />
The presentation will start <b>Wednesday, Sept 1st 14:00:00 GMT</b><br />
<br />
<font face="Courier New">San Francisco (USA) . 7:00 AM PDT<br />
Orlando (USA). . . . 10:00 AM  EDT<br />
London (England). . . 3:00 PM  BST<br />
Lisbon (Portugal) . . 3:00 PM  WEST<br />
Berlin (Germany). . . 4:00 PM  CEST<br />
Jakarta (Indonesia) . 9:00 PM  WIB<br />
Sydney (Australia).  . 12:00 AM  Thursday EST</font><br />
<br />
To convert time for other timezones, <a href="http://www.timeanddate.com/worldclock/fixedtime.html?year=2010&amp;month=9&amp;day=1&amp;hour=14&amp;min=0&amp;sec=0" target="_blank">Click Here</a></div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?239-Community-Discussions">Community Discussions</category>
			<dc:creator>dmoran</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78109-Sept-1-2010-Pentaho-Reporting-and-BI-Server-3.7-preview-and-demo</guid>
		</item>
		<item>
			<title>Community Tech WebEx - Wed Aug 18th 2010 - Roland Bouman - Kettle Cookbook</title>
			<link>http://forums.pentaho.com/showthread.php?78108-Community-Tech-WebEx-Wed-Aug-18th-2010-Roland-Bouman-Kettle-Cookbook&amp;goto=newpost</link>
			<pubDate>Mon, 30 Aug 2010 19:54:02 GMT</pubDate>
			<description>Roland Bouman, Co-author of Pentaho Solutions, will present the Kettle Cookbook, an open source community project for auto generating Kettle...</description>
			<content:encoded><![CDATA[<div>Roland Bouman, Co-author of Pentaho Solutions, will present the Kettle Cookbook, an open source community project for auto generating Kettle documentation.<br />
<br />
<b>Event login information and details can be found here: <a href="http://wiki.pentaho.com/display/COM/Community+Technical+WebEx" target="_blank">http://wiki.pentaho.com/display/COM/...echnical+WebEx</a></b><br />
<br />
The session will be recorded in case you miss it.<br />
<br />
The presentation will start <b>Wednesday, Aug 18th 14:00:00 GMT</b><br />
<br />
<font face="Courier New">San Francisco (USA) . 7:00 AM PDT<br />
Orlando (USA). . . . 10:00 AM  EDT<br />
London (England). . . 3:00 PM  BST<br />
Lisbon (Portugal) . . 3:00 PM  WEST<br />
Berlin (Germany). . . 4:00 PM  CEST<br />
Jakarta (Indonesia) . 9:00 PM  WIB<br />
Sydney (Australia).  . 12:00 AM  Thursday EST</font><br />
<br />
To convert time for other timezones, <a href="http://www.timeanddate.com/worldclock/fixedtime.html?year=2010&amp;month=8&amp;day=18&amp;hour=14&amp;min=0&amp;sec=0" target="_blank">Click Here</a></div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?239-Community-Discussions">Community Discussions</category>
			<dc:creator>dmoran</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78108-Community-Tech-WebEx-Wed-Aug-18th-2010-Roland-Bouman-Kettle-Cookbook</guid>
		</item>
		<item>
			<title>Question about Data Sources</title>
			<link>http://forums.pentaho.com/showthread.php?78107-Question-about-Data-Sources&amp;goto=newpost</link>
			<pubDate>Mon, 30 Aug 2010 19:17:56 GMT</pubDate>
			<description><![CDATA[Hi all, 
   I'm trying to set up a system for editing/developing my solutions in a development, using svn for version control, and ultimately...]]></description>
			<content:encoded><![CDATA[<div>Hi all,<br />
   I'm trying to set up a system for editing/developing my solutions in a development, using svn for version control, and ultimately publishing to our production server. <br />
<br />
The problem that I'm running into is the database connections.  The server that holds the database is on the other side of a firewall, so in my development instance I have to run through an SSH tunnel.  So I have the datasource set up to query against the local host at the port where the SSH client is listening.  <br />
<br />
The production server doesn't have this problem, so it can directly query against the database.  Ideally I'd just be able to specify the data source by name, and have that name map to two different connections in the two different environments.  However it seems that when I configure a report to query through the SSH tunnel in my development environment, that configuration carries forward to the production server when I publish the report.  <br />
<br />
I'm sure there's a right way to do this and I'm just missing it.  Can anyone tell me what I should be doing here?  Thanks<br />
<br />
Scott</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?73-BI-Platform">BI Platform</category>
			<dc:creator>LymanSS</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78107-Question-about-Data-Sources</guid>
		</item>
		<item>
			<title>Report Export Format issue</title>
			<link>http://forums.pentaho.com/showthread.php?78106-Report-Export-Format-issue&amp;goto=newpost</link>
			<pubDate>Mon, 30 Aug 2010 17:56:48 GMT</pubDate>
			<description>Hi, 
 
I am a beginner with Pentaho. However I have created a Business View with Metadata Editor, published it to our Pentaho BI server and created...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I am a beginner with Pentaho. However I have created a Business View with Metadata Editor, published it to our Pentaho BI server and created and saved a report. <br />
<br />
My issue is that when running the report once logged in my account on the BI server, I am not given a choice as to whether I want to export my report as HTML, CSV or whatever. The export format seems to be tied to the latest choice of preview format I made while editing the report...<br />
<br />
Any help would be very welcome,<br />
<br />
Thanks,<br />
<br />
Sam</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?73-BI-Platform">BI Platform</category>
			<dc:creator>meussram</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78106-Report-Export-Format-issue</guid>
		</item>
		<item>
			<title>Error loading Adhoc Reporting</title>
			<link>http://forums.pentaho.com/showthread.php?78105-Error-loading-Adhoc-Reporting&amp;goto=newpost</link>
			<pubDate>Mon, 30 Aug 2010 17:52:27 GMT</pubDate>
			<description>We would like to embed the Adhoc Reporting part of the BI Server into our software separate from the rest of the BI Server interface, but I...</description>
			<content:encoded><![CDATA[<div>We would like to embed the Adhoc Reporting part of the BI Server into our software separate from the rest of the BI Server interface, but I encountered an odd error while trying to load waqr.html directly in my browser:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">[JavaScript Application]<br />
<br />
message: Messages is not defined<br />
fileName: file:///Users/rvt/biserver/biserver-ce/tomcat/webapps/pentaho/adhoc/js/ui/WizPg0.js<br />
lineNumber: 43<br />
stack: ()@file:///Users/rvt/biserver/biserver-ce/tomcat/webapps/pentaho/adhoc/js/ui/WizPg0.js:43<br />
()@file:///Users/rvt/biserver/biserver-ce/tomcat/webapps/pentaho/adhoc/js/ui/WizPg0.js:32<br />
([object Object])@file:///Users/rvt/biserver/biserver-ce/tomcat/webapps/pentaho/adhoc/js/ui/WaqrWizard.js:22<br />
loadWaqr()@file:///Users/rvt/biserver/biserver-ce/tomcat/webapps/pentaho/adhoc/waqr.html:275<br />
onload([object Event])@file:///Users/rvt/biserver/biserver-ce/tomcat/webapps/pentaho/adhoc/waqr.html:1<br />
<br />
name: ReferenceError</code><hr />
</div> I did a little bit of poking around the HTML and JavaScript, but JavaScript isn't particularly a strong point of mine and I couldn't see any reason why WizPg0.js wouldn't be able to find Messages, which is imported in waqr.html.<br />
<br />
Can you offer any insight as to how to avoid this without having to embed the entire BI Server interface?</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?290-Reporting-Developer">Reporting Developer</category>
			<dc:creator>RVT</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78105-Error-loading-Adhoc-Reporting</guid>
		</item>
		<item>
			<title>connection error</title>
			<link>http://forums.pentaho.com/showthread.php?78104-connection-error&amp;goto=newpost</link>
			<pubDate>Mon, 30 Aug 2010 17:46:41 GMT</pubDate>
			<description>Hello there, 
 
We downloaded Pentaho BI EE suit 4 and we could not connect to the database, Vertica. 
 
There is an error.  We were following the...</description>
			<content:encoded><![CDATA[<div>Hello there,<br />
<br />
We downloaded Pentaho BI EE suit 4 and we could not connect to the database, Vertica.<br />
<br />
There is an error.  We were following the installation manual (JVM SKD, vertica JDBC drivers).<br />
<br />
are there other files to be updated or parameter to be changed?<br />
<br />
thanks<br />
Lisa</div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="/jpg.gif" alt="File Type: jpg" />
	<a href="http://forums.pentaho.com/attachment.php?attachmentid=6018&amp;d=1283190171">connectioonError.jpg</a> 
(46.4 KB)
</li> 
			</ul>
			</fieldset>
	

	

	</div>
 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?135-Pentaho-Data-Integration-Kettle"><![CDATA[Pentaho Data Integration [Kettle]]]></category>
			<dc:creator>lisa7171</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78104-connection-error</guid>
		</item>
		<item>
			<title>Mondrian User Defined Function in PRD</title>
			<link>http://forums.pentaho.com/showthread.php?78103-Mondrian-User-Defined-Function-in-PRD&amp;goto=newpost</link>
			<pubDate>Mon, 30 Aug 2010 15:50:27 GMT</pubDate>
			<description>I have a Mondrian Schema that uses a User Defined Function. It works fine on the BI Platform with my custom class package in...</description>
			<content:encoded><![CDATA[<div>I have a Mondrian Schema that uses a User Defined Function. It works fine on the BI Platform with my custom class package in tomcat\webapps\pentaho\WEB-INF\classes. I'm trying to write a report against the schema and I'm having trouble because PRD doesn't know where to find the custom class for the User Defined Function. Where do I need to put my files relative to PRD?</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>Nathan</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78103-Mondrian-User-Defined-Function-in-PRD</guid>
		</item>
		<item>
			<title><![CDATA[Repository cache refresh failed - missing "all-delete-orphan"]]></title>
			<link>http://forums.pentaho.com/showthread.php?78102-Repository-cache-refresh-failed-missing-quot-all-delete-orphan-quot&amp;goto=newpost</link>
			<pubDate>Mon, 30 Aug 2010 15:32:52 GMT</pubDate>
			<description><![CDATA[I'm using Pentaho 3.5.2. Sometimes when I update the solution repository from the user console, I get a message that says "Repository cache refresh...]]></description>
			<content:encoded><![CDATA[<div>I'm using Pentaho 3.5.2. Sometimes when I update the solution repository from the user console, I get a message that says &quot;Repository cache refresh failed.&quot; When I search the log, I see <br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">2010-08-30 10:22:25,876 ERROR [org.pentaho.platform.repository.hibernate.HibernateUtil] HIBUTIL.ERROR_0008 - commitTransaction() failed.<br />
org.hibernate.HibernateException: A collection with cascade=&quot;all-delete-orphan&quot; was no longer referenced by the owning entity instance: org.pentaho.platform.repository.solution.dbbased.RepositoryFile.childrenFiles</code><hr />
</div> I can restart the Pentaho server application and it refreshes fine for a while until I run into this error again. I'm running on Windows, and I wonder if there is some file system permission problem or something that could be causing this?</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?73-BI-Platform">BI Platform</category>
			<dc:creator>Nathan</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78102-Repository-cache-refresh-failed-missing-quot-all-delete-orphan-quot</guid>
		</item>
		<item>
			<title><![CDATA[Parameter set to 'all items']]></title>
			<link>http://forums.pentaho.com/showthread.php?78101-Parameter-set-to-all-items&amp;goto=newpost</link>
			<pubDate>Mon, 30 Aug 2010 15:24:15 GMT</pubDate>
			<description><![CDATA[I'm trying to build a report that takes an optional parameter - either the user selects an item from a dropdown or wants to view all the items in the...]]></description>
			<content:encoded><![CDATA[<div>I'm trying to build a report that takes an optional parameter - either the user selects an item from a dropdown or wants to view all the items in the list.  What is the best way to build this type of parameter?</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>DBA_Alex</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78101-Parameter-set-to-all-items</guid>
		</item>
		<item>
			<title>how to get object of excel input step in java</title>
			<link>http://forums.pentaho.com/showthread.php?78100-how-to-get-object-of-excel-input-step-in-java&amp;goto=newpost</link>
			<pubDate>Mon, 30 Aug 2010 14:19:36 GMT</pubDate>
			<description><![CDATA[Hi All, 
 
I have loaded the KTR file into java object. From that object I want a Object of "Excel input step". In that step I want to change the...]]></description>
			<content:encoded><![CDATA[<div>Hi All,<br />
<br />
I have loaded the KTR file into java object. From that object I want a Object of &quot;Excel input step&quot;. In that step I want to change the excel file dynamically and then I want to run the KTR file. Any suggestion will be appreciated. <br />
<br />
Thanks in advance</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?135-Pentaho-Data-Integration-Kettle"><![CDATA[Pentaho Data Integration [Kettle]]]></category>
			<dc:creator>nikhil_d</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78100-how-to-get-object-of-excel-input-step-in-java</guid>
		</item>
		<item>
			<title>Edit BI platform</title>
			<link>http://forums.pentaho.com/showthread.php?78099-Edit-BI-platform&amp;goto=newpost</link>
			<pubDate>Mon, 30 Aug 2010 12:54:20 GMT</pubDate>
			<description><![CDATA[Hello, 
 
I'm developing an application and I need to use some sort of application to browse my solutions folder.  
I downloaded the...]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I'm developing an application and I need to use some sort of application to browse my solutions folder. <br />
I downloaded the biserver-ce-manual and decided to use the main page browser. <br />
<br />
The problem is that I cannot put it directly where I need it, so I have to edit the page intead of simply calling the Home page. I took a look at /pentaho/mantle/Mantle.jsp, where it is located, but it wasn't of much help. It seems that the page is mostly built with this Javascript<b></b>: pentaho/mantle/mantle.nocache.js. Unfortunately it is a compressed code and I couldn't find the source.<br />
I even tried to google a solution but nobody seems to have this problem, so it must be really easy to edit the Browser. I just can't figure out how to do it.</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?73-BI-Platform">BI Platform</category>
			<dc:creator>marcojrfurtado</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78099-Edit-BI-platform</guid>
		</item>
		<item>
			<title>pdi-ce4.0.1-missing info in logfile - Kitchen - Finished/Start/Stop+Processing ended.</title>
			<link>http://forums.pentaho.com/showthread.php?78098-pdi-ce4.0.1-missing-info-in-logfile-Kitchen-Finished-Start-Stop-Processing-ended.&amp;goto=newpost</link>
			<pubDate>Mon, 30 Aug 2010 12:02:05 GMT</pubDate>
			<description>Hello, 
  
i miss some informations when using kitchen with version from pdi-ce-4.0.1 (Detail: SNAPSHOT-r13826) 
With kitchen in Version 3.2.0 the...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
 <br />
i miss some informations when using kitchen with version from pdi-ce-4.0.1 (Detail: SNAPSHOT-r13826)<br />
With kitchen in Version 3.2.0 the following finish informations are written into my logfile:<br />
<font face="Arial"><font size="1">2010/08/30 10:15:51 - Kitchen - Finished!</font></font><br />
<font size="1"><font face="Arial">2010/08/30 10:15:51 - Kitchen - Start=2010/08/30 09:46:31.250, Stop=2010/08/30 10:15:51.259</font></font><br />
<font size="1"><font face="Arial">2010/08/30 10:15:51 - Kitchen - Processing ended after 29 minutes and 20 seconds (1760 seconds total).</font></font><br />
 <br />
What can i do to bring back the result/finish infos ?<br />
 <br />
*new:*<br />
Here a logfile comparison with version 4 vs. 3<br />
&quot;kitchen version 4.0.1&quot;<br />
INFO  30-08 15:23:51,851 - Using &quot;C:\Temp\6\vfs_cache&quot; as temporary files store.<br />
INFO  30-08 15:23:52,179 - Kitchen - Kitchen<br />
INFO  30-08 15:23:52,179 - Kitchen - Kitchen<br />
INFO  30-08 15:23:52,257 - test-case - Start of job execution<br />
INFO  30-08 15:23:52,257 - test-case - Starting entry [Write To Log]<br />
INFO  30-08 15:23:52,288 - PDI-4219 - FOO=415<br />
Table=${Table}<br />
INFO  30-08 15:23:52,288 - test-case - Finished job entry [Write To Log] (result=[true])<br />
INFO  30-08 15:23:52,288 - test-case - Job execution finished<br />
<b>INFO  30-08 15:23:52,288 - Kitchen - Kitchen<br />
INFO  30-08 15:23:52,288 - Kitchen - Kitchen<br />
INFO  30-08 15:23:52,288 - Kitchen - Kitchen</b><br />
&quot;&quot;<br />
&quot;kitchen version 3.2.0&quot;<br />
INFO  30-08 15:23:52,679 - Kitchen - Logging is at level : Detailed logging<br />
INFO  30-08 15:23:52,679 - Kitchen - Start of run.<br />
INFO  30-08 15:23:52,773 - org.pentaho.di.core.util.ResolverUtil@5e1077 - Scanning for classes in [file:/C:/Program%20Files/data-integration/lib/kettle-engine.jar] matching criteria: [Lorg.pentaho.di.core.util.ResolverUtil$Test;@18b33  64<br />
INFO  30-08 15:23:53,413 - StepLoader - Looking for plugins in directory: plugins\steps<br />
INFO  30-08 15:23:53,429 - org.pentaho.di.core.util.ResolverUtil@1c783c5 - Scanning for classes in [file:/C:/Program%20Files/data-integration/lib/kettle-engine.jar] matching criteria: [Lorg.pentaho.di.core.util.ResolverUtil$Test;@19c0b  d6<br />
INFO  30-08 15:23:53,757 - Using &quot;C:\Temp\6\vfs_cache&quot; as temporary files store.<br />
INFO  30-08 15:23:53,913 - SharedObjects - Reading the shared objects file [file:///C:/Documents and Settings/stel.PL.009/.kettle/shared.xml]<br />
INFO  30-08 15:23:53,929 - Thread[test-case (test-case (Thread-2)),5,main] - exec(0, 0, START.0)<br />
INFO  30-08 15:23:53,929 - test-case - Starting entry [Write To Log]<br />
INFO  30-08 15:23:53,929 - Thread[test-case (test-case (Thread-2)),5,main] - exec(1, 0, Write To Log.0)<br />
INFO  30-08 15:23:53,929 - <br />
PDI-4219<br />
 - FOO=415<br />
Table=${Table}<br />
INFO  30-08 15:23:53,929 - test-case - Finished job entry [Write To Log] (result=[true])<br />
<b>INFO  30-08 15:23:53,929 - Kitchen - Finished!<br />
INFO  30-08 15:23:53,929 - Kitchen - Start=2010/08/30 15:23:53.898, Stop=2010/08/30 15:23:53.929<br />
INFO  30-08 15:23:53,929 - Kitchen - Processing ended after 0 seconds.</b><br />
 <br />
 <br />
 <br />
Thanks for your help.</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?135-Pentaho-Data-Integration-Kettle"><![CDATA[Pentaho Data Integration [Kettle]]]></category>
			<dc:creator>PL_@NTA</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78098-pdi-ce4.0.1-missing-info-in-logfile-Kitchen-Finished-Start-Stop-Processing-ended.</guid>
		</item>
		<item>
			<title>Roles en Nueva Vista de Análisis</title>
			<link>http://forums.pentaho.com/showthread.php?78097-Roles-en-Nueva-Vista-de-Análisis&amp;goto=newpost</link>
			<pubDate>Mon, 30 Aug 2010 11:36:15 GMT</pubDate>
			<description>Es posible usar los roles de pentaho en una nueva vista de análisis? 
 
El esquema FoodMart tiene definido el rol California Manager con algunas...</description>
			<content:encoded><![CDATA[<div>Es posible usar los roles de pentaho en una nueva vista de análisis?<br />
<br />
El esquema FoodMart tiene definido el rol California Manager con algunas restricciones.<br />
El usuario suzy tiene asignado el rol California Manager, por lo que al entrar con este usuario tendría que tener restricciones a la hora de ver los datos, pero puede ver lo mismo que el usuario joe (administrador), si se crea una &quot;Nueva vista de Análisis&quot;<br />
<br />
Hay que configurar alguna cosa más a la hora de asignar roles o simplemente no es posible que se asignen roles en la nueva vista de análisis¿?<br />
<br />
He mirado el archivo analysis_view_template.xaction (pentaho-solutions\system\mondrian) y no parece tener ningún parámetro de entrada para roles.<br />
<br />
No es posible usar roles en las nuevas vistas de análisis?<br />
<br />
Muchas gracias!!</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?277-Análisis">Análisis</category>
			<dc:creator>j_nep</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78097-Roles-en-Nueva-Vista-de-Análisis</guid>
		</item>
		<item>
			<title>Publishing reports from DB outer localhost</title>
			<link>http://forums.pentaho.com/showthread.php?78096-Publishing-reports-from-DB-outer-localhost&amp;goto=newpost</link>
			<pubDate>Mon, 30 Aug 2010 09:05:23 GMT</pubDate>
			<description>Hi everyone, 
 
Does anyone know whether is possible to launch a report in the users console when the database is not in the localhost? 
 
Thanks in...</description>
			<content:encoded><![CDATA[<div>Hi everyone,<br />
<br />
Does anyone know whether is possible to launch a report in the users console when the database is not in the localhost?<br />
<br />
Thanks in advanced!</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>lo3</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78096-Publishing-reports-from-DB-outer-localhost</guid>
		</item>
		<item>
			<title>pentaho translation</title>
			<link>http://forums.pentaho.com/showthread.php?78095-pentaho-translation&amp;goto=newpost</link>
			<pubDate>Mon, 30 Aug 2010 08:33:56 GMT</pubDate>
			<description><![CDATA[Hi all, 
 
I'm trying to translate pentaho's PUC to spanish just translating the .properties files... There is a lot of work already done , but......]]></description>
			<content:encoded><![CDATA[<div>Hi all,<br />
<br />
I'm trying to translate pentaho's PUC to spanish just translating the .properties files... There is a lot of work already done , but... for example, the &quot;new Ad Hoc report&quot; view is in english... I've made a folder called &quot;es&quot; in adhoc folder (bi-platform-appserver/ ... /messages/nls/ ...) and then I've put in this folder a message_strings.js file with all the spanish messages... well... it doesn't work...<br />
<br />
Please, what can I do for translate all PUC applications?<br />
<br />
Thanks a lot,<br />
<br />
Glahuka</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?73-BI-Platform">BI Platform</category>
			<dc:creator>glahuka</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78095-pentaho-translation</guid>
		</item>
		<item>
			<title><![CDATA[Get variables doesn't work]]></title>
			<link>http://forums.pentaho.com/showthread.php?78094-Get-variables-doesn-t-work&amp;goto=newpost</link>
			<pubDate>Mon, 30 Aug 2010 08:29:04 GMT</pubDate>
			<description>Hi, 
 
I have  very simple job with two transformations and two Set variables steps, each one flowing to each tranformation. Besides, TRF20 (second...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I have  very simple job with two transformations and two Set variables steps, each one flowing to each tranformation. Besides, TRF20 (second transformation) receives a result from TRF10 (first transfomation).<br />
<br />
I can get the variables in the first transformation without trouble. However, in the second one, that's is not possible. In fact, the step in transformation recovers the truncated names of variables (???)...<br />
<br />
First image shows job. Step with variables not received is <b>Set variables 2</b><br />
<br />
<a href="http://forums.pentaho.com/attachment.php?attachmentid=6013"  title="Name:  
Views: 
Size:  ">Attachment 6013</a><br />
<br />
Follwing you can see <b>Set variables 1</b> step definition<br />
<br />
<a href="http://forums.pentaho.com/attachment.php?attachmentid=6014"  title="Name:  
Views: 
Size:  ">Attachment 6014</a><br />
<br />
and the step that recovers variables in TRF10<br />
<br />
<a href="http://forums.pentaho.com/attachment.php?attachmentid=6015"  title="Name:  
Views: 
Size:  ">Attachment 6015</a><br />
<br />
Now, you can see <b>Set variables 2</b> step<br />
<br />
<a href="http://forums.pentaho.com/attachment.php?attachmentid=6017"  title="Name:  
Views: 
Size:  ">Attachment 6017</a><br />
<br />
Then, the step in transformation TRF20 that should recover variables values, but it does not...<br />
<br />
<a href="http://forums.pentaho.com/attachment.php?attachmentid=6016"  title="Name:  
Views: 
Size:  ">Attachment 6016</a><br />
<br />
In fact, I recover this string<br />
<br />
${Aud    ${Cate    ${C    ${    ${C<br />
<br />
<br />
Any idea about the cause of this ?<br />
<br />
What am I doing wrong ?<br />
<br />
Thank you for your help.</div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="/jpg.gif" alt="File Type: jpg" />
	<a href="http://forums.pentaho.com/attachment.php?attachmentid=6013&amp;d=1283156282">2010-08-30_101632.jpg</a> 
(6.5 KB)
</li> <li>
	<img class="inlineimg" src="/jpg.gif" alt="File Type: jpg" />
	<a href="http://forums.pentaho.com/attachment.php?attachmentid=6014&amp;d=1283156283">2010-08-30_101703.jpg</a> 
(26.9 KB)
</li> <li>
	<img class="inlineimg" src="/jpg.gif" alt="File Type: jpg" />
	<a href="http://forums.pentaho.com/attachment.php?attachmentid=6015&amp;d=1283156286">2010-08-30_101817.jpg</a> 
(22.9 KB)
</li> <li>
	<img class="inlineimg" src="/jpg.gif" alt="File Type: jpg" />
	<a href="http://forums.pentaho.com/attachment.php?attachmentid=6016&amp;d=1283156289">2010-08-30_101844.jpg</a> 
(25.4 KB)
</li> <li>
	<img class="inlineimg" src="/jpg.gif" alt="File Type: jpg" />
	<a href="http://forums.pentaho.com/attachment.php?attachmentid=6017&amp;d=1283156290">2010-08-30_101726.jpg</a> 
(28.9 KB)
</li> 
			</ul>
			</fieldset>
	

	

	</div>
 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?135-Pentaho-Data-Integration-Kettle"><![CDATA[Pentaho Data Integration [Kettle]]]></category>
			<dc:creator>axelb</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78094-Get-variables-doesn-t-work</guid>
		</item>
		<item>
			<title>SQL for Measures in Schema</title>
			<link>http://forums.pentaho.com/showthread.php?78093-SQL-for-Measures-in-Schema&amp;goto=newpost</link>
			<pubDate>Mon, 30 Aug 2010 07:38:15 GMT</pubDate>
			<description>Hi, 
 
I have a mysql query as follows: 
 
select a.download_date, a.CompanyName, a.category_desc, 
 
(select count(b.download_status) from...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I have a mysql query as follows:<br />
<br />
<font color="Blue">select a.download_date, a.CompanyName, a.category_desc,<br />
<br />
(select count(b.download_status) from current_week_tat_bog as b where b.download_status='Y' and b.category_id=a.category_id and b.CompanyId=a.CompanyId and b.download_date=a.download_date) as Recieved,<br />
<br />
(select count(c.shipped_status) from current_week_tat_bog as c where c.shipped_status='Y' and c.category_id=a.category_id and c.CompanyId=a.CompanyId and c.download_date=a.download_date) as Shipped<br />
<br />
from current_week_tat_bog as a<br />
<br />
group by a.category_id, a.CompanyId, a.download_date<br />
<br />
order by a.download_date, a.CompanyId, a.category_id;<br />
<br />
</font><br />
In analysis report, on x-axis I have CompanyName and CategoryDescription and on y-axis I have Orderdate. Under each orderdate, I have 2 Measures 'Received' and 'Shipped'<font color="Black">.</font><br />
<br />
Clearly from the above query, 'Received' is count of '<font color="Blue">download_status</font>' where '<font color="Blue">download_status=&quot;Y&quot;</font>' for that particular category, company and download_date.<br />
<br />
My question now is, how to put the above sub-query for 'Received' Measure in the schema?<br />
<br />
What has to be used for this.. Views or MeasureExpression or Propertires or ??? :confused:<br />
<br />
Please help...<br />
<br />
Thanks &amp; Regards<br />
<br />
:)</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?79-Mondrian-Pentaho-Analysis-Services"><![CDATA[Mondrian [Pentaho Analysis Services]]]></category>
			<dc:creator>PriyankaP</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78093-SQL-for-Measures-in-Schema</guid>
		</item>
		<item>
			<title>Dashboard created with cdf.de (0.2)</title>
			<link>http://forums.pentaho.com/showthread.php?78092-Dashboard-created-with-cdf.de-(0.2)&amp;goto=newpost</link>
			<pubDate>Mon, 30 Aug 2010 07:14:37 GMT</pubDate>
			<description>I have installed cdf-de (0.2) in a bi server 3.5.2-ce installation, and then a create a dashboard with the dasboard editor. 
 
Is it possible to use...</description>
			<content:encoded><![CDATA[<div>I have installed cdf-de (0.2) in a bi server 3.5.2-ce installation, and then a create a dashboard with the dasboard editor.<br />
<br />
Is it possible to use this dashboard in another bi server installation (3.5.2-ce) wich do not have the cdf-de installed?<br />
<br />
I have seen that the format file are different: <br />
- .cdfde and .wcdf for dashboard created with cdf-de<br />
- .xcdf and tamplate for the other<br />
<br />
Thank in advance.</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?80-Dashboards">Dashboards</category>
			<dc:creator>pmfilippi</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78092-Dashboard-created-with-cdf.de-(0.2)</guid>
		</item>
		<item>
			<title>Something confused in Parallel running JobEntry</title>
			<link>http://forums.pentaho.com/showthread.php?78091-Something-confused-in-Parallel-running-JobEntry&amp;goto=newpost</link>
			<pubDate>Mon, 30 Aug 2010 06:21:57 GMT</pubDate>
			<description>Hi everyone ! 
  
env : Kettle V-3.2 , windows 7 . 
  
when I start a job ,then run shell1 , shell2 in parallel , after both shell1 and shell2 are...</description>
			<content:encoded><![CDATA[<div>Hi everyone !<br />
 <br />
env : Kettle V-3.2 , windows 7 .<br />
 <br />
when I <font color="blue">start</font> a job ,then run <font color="blue">shell1 , shell2</font> in parallel , after both shell1 and shell2 are finished , then goes to <font color="blue">shell3</font> . What should I do ?<br />
 <br />
I've got this by the way of log file ,see my attachment. when shell1 &amp; shell2 finished , it makes a log file ,then I judge whether the files exist. If true , run shell3.<br />
An alternative method is making the <font color="blue">shell1 , shell2</font> as a job , but we can't see the dependences directly!<br />
 <br />
I want to make it simple , whether I should use some jobentry or step to do this :confused: <br />
 <br />
I've seen the sample &quot;<i>JavaScriptMod - skip rows after x rows</i>&quot; , it seems only work in one standalone transformation.<br />
 <br />
What should I do ? Or someone can give me some advise?<br />
 <br />
Tks!</div>


	<div style="padding:10px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<ul>
			<li>
	<img class="inlineimg" src="/kjb.gif" alt="File Type: kjb" />
	<a href="http://forums.pentaho.com/attachment.php?attachmentid=6012&amp;d=1283148898">run parallel.kjb</a> 
(30.3 KB)
</li> 
			</ul>
		</fieldset>
	

	</div>
 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?135-Pentaho-Data-Integration-Kettle"><![CDATA[Pentaho Data Integration [Kettle]]]></category>
			<dc:creator>fengw2007</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78091-Something-confused-in-Parallel-running-JobEntry</guid>
		</item>
		<item>
			<title>Count particular value  occurrence</title>
			<link>http://forums.pentaho.com/showthread.php?78090-Count-particular-value-occurrence&amp;goto=newpost</link>
			<pubDate>Mon, 30 Aug 2010 05:19:29 GMT</pubDate>
			<description>Hi everyone! 
 
I have to count workdays of an employee using functions or formula . 
 
User_id    day_type    
 
004             w 
004            ...</description>
			<content:encoded><![CDATA[<div>Hi everyone!<br />
<br />
I have to count workdays of an employee using functions or formula .<br />
<br />
User_id    day_type   <br />
<br />
004             w<br />
004             w<br />
004             wo<br />
004             w<br />
005             w<br />
005             w<br />
005             w<br />
005             wo    <br />
<br />
<br />
where w stands for work days and wo for week off.<br />
I have achieved to count total occurrence of w and wo using group by user_id .......................<br />
<br />
But how to count occurrence of w for particular user for showing only workdays of an employee.</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>anupjoshi7</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78090-Count-particular-value-occurrence</guid>
		</item>
		<item>
			<title>first steps with OLAP Navigator</title>
			<link>http://forums.pentaho.com/showthread.php?78089-first-steps-with-OLAP-Navigator&amp;goto=newpost</link>
			<pubDate>Mon, 30 Aug 2010 00:02:30 GMT</pubDate>
			<description>Hello, 
    
  I made the sample tutorial: „Analysis View Tutorial“ with the SteelWheels schema and SteelWheels Salec cube. I worked successfully...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
   <br />
  I made the sample tutorial: „Analysis View Tutorial“ with the SteelWheels schema and SteelWheels Salec cube. I worked successfully with the OLAP- Navigator as in the sample explained. <br />
   <br />
  I wonted to get the idea how can I create cube on our data and how can I make similar analysis. But without success….<br />
   <br />
  How can I see/ understand the cube of the sample - the SteelWheels Salec cube ?<br />
   <br />
  Are there more (other) similar well explained samples (tutorials) ?<br />
   <br />
  Thank you in advice for answers!<br />
   <br />
  P.</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?73-BI-Platform">BI Platform</category>
			<dc:creator>pep44</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78089-first-steps-with-OLAP-Navigator</guid>
		</item>
		<item>
			<title>Is Spoon script unable to see data inserted in same transformation in a MySql DB?</title>
			<link>http://forums.pentaho.com/showthread.php?78088-Is-Spoon-script-unable-to-see-data-inserted-in-same-transformation-in-a-MySql-DB&amp;goto=newpost</link>
			<pubDate>Sun, 29 Aug 2010 15:17:20 GMT</pubDate>
			<description>Hi,  
 
Target DB : Mysql 5.0 
Kettle version: 4.0.0 (stable) 
 
In a Spoon transformation which is supposed to insert 4500 rows in a target table,...</description>
			<content:encoded><![CDATA[<div>Hi, <br />
<br />
Target DB : Mysql 5.0<br />
Kettle version: 4.0.0 (stable)<br />
<br />
In a Spoon transformation which is supposed to insert 4500 rows in a target table, there are 95 rows which are duplicate (duplicate based on a column value).<br />
<br />
I have designed the transformation to check for duplicates using database look-up step. If a duplicate is found then it should be written to a log file or else the record should be inserted in the table.<br />
<br />
If I execute the transformation, the database lookup step gets fully executed before the insert step and it is not able to check for the duplicate records. As a results all the data gets  inserted in the table. Is there any way to make the lookup step to check for duplicates being inserted in the same transformation? Kindly suggest.<br />
<br />
Thanks.</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?135-Pentaho-Data-Integration-Kettle"><![CDATA[Pentaho Data Integration [Kettle]]]></category>
			<dc:creator>User1001</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78088-Is-Spoon-script-unable-to-see-data-inserted-in-same-transformation-in-a-MySql-DB</guid>
		</item>
		<item>
			<title><![CDATA[MS SQL & Pentaho Report Desiger]]></title>
			<link>http://forums.pentaho.com/showthread.php?78087-MS-SQL-amp-Pentaho-Report-Desiger&amp;goto=newpost</link>
			<pubDate>Sun, 29 Aug 2010 14:10:03 GMT</pubDate>
			<description>Hi all,  
After many attempts I can not succeed connection to a SQL Server database.  
Someone already had to make this connection. Can I know how ? ...</description>
			<content:encoded><![CDATA[<div><font size="3">Hi all,</font> <br />
<font size="3">After many attempts I can not succeed connection to a SQL Server database. <br />
Someone already had to make this connection. </font><font size="3">Can I know how ? <br />
Thank you.:o</font></div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>BI_SNAX</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78087-MS-SQL-amp-Pentaho-Report-Desiger</guid>
		</item>
		<item>
			<title><![CDATA[[Mondrian] PeriodsToDate and Aggregate problem]]></title>
			<link>http://forums.pentaho.com/showthread.php?78086-Mondrian-PeriodsToDate-and-Aggregate-problem&amp;goto=newpost</link>
			<pubDate>Sun, 29 Aug 2010 11:27:21 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I've come across an example where my calculated member will yield wrong 
results. I've been trying in the last few days to find a solution for...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I've come across an example where my calculated member will yield wrong<br />
results. I've been trying in the last few days to find a solution for this,<br />
but so far no luck.<br />
<br />
I have two measures:<br />
<br />
[Measures].[Marketing Spending (Actual)]: Aggregation: Sum<br />
[Measures].[New Subscriptions (Actual)]: Aggregation: Sum<br />
<br />
Then I created following calculated member in the schema:<br />
[Measures].[CPA (Actual)]=[Measures].[Marketing Spending<br />
(Actual)]/[Measures].[New Subscriptions (Actual)]<br />
<br />
<br />
If I run a query like this I get the correct results:<br />
SELECT<br />
[Measures].[CPA (Actual)] ON 0<br />
from [Global B2C Weekly KPI Cube]<br />
WHERE<br />
[Date.Weekly Calendar].[2010].[1]:[Date.Weekly Calendar].[2010].[32]<br />
<br />
I can even add some other dimensions and all looks fine.<br />
<br />
But, when I create a calculated Member in the MDX query with PeriodsToDate<br />
and Aggregate, the results looks like the sum of the CPAs by week.<br />
<br />
WITH MEMBER [Measures].[x] AS<br />
Aggregate(PeriodsToDate([Date.Weekly Calendar].[2010],[Date.Weekly<br />
Calendar].[2010].[32]),[Measures].[CPA (Actual)])<br />
SELECT<br />
[Measures].[x] ON 0<br />
from [Global B2C Weekly KPI Cube]<br />
<br />
So my take is that as PeriodsToDate gives back all the members, the<br />
calculated measure is calculated for each member and then summed up.<br />
<br />
In this case the measures should be summed first for the time period and<br />
then the calculation should be performed. I don't want to create extra<br />
members just to get the sums and then another ember to calculated the CPA.<br />
There must be a more efficient way.<br />
<br />
Does somebody know how I can solve this?<br />
<br />
Thanks,<br />
Diddy<br />
<br />
_______________________________________________<br />
Mondrian mailing list<br />
Mondrian (AT) pentaho (DOT) org<br />
<a href="http://lists.pentaho.org/mailman/listinfo/mondrian" target="_blank">http://lists.pentaho.org/mailman/listinfo/mondrian</a></div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?9-Mondrian-Mailing-List">Mondrian Mailing List</category>
			<dc:creator>Diethard Steiner</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78086-Mondrian-PeriodsToDate-and-Aggregate-problem</guid>
		</item>
		<item>
			<title>Performance question regarding unnecessary join performed</title>
			<link>http://forums.pentaho.com/showthread.php?78085-Performance-question-regarding-unnecessary-join-performed&amp;goto=newpost</link>
			<pubDate>Sun, 29 Aug 2010 07:03:01 GMT</pubDate>
			<description><![CDATA[In the documentation of mondrian regarding performance I found the following remark : 
 
"If a dimension (or, more precisely, the level of the...]]></description>
			<content:encoded><![CDATA[<div>In the documentation of mondrian regarding performance I found the following remark :<br />
<br />
&quot;If a dimension (or, more precisely, the level of the dimension being accessed) is in the fact table, Mondrian does     not perform a join.&quot;<br />
<br />
Here's an example to emphasize what i understood from the the remark :<br />
<br />
<u>CUBE(FACT_A</u><u>) </u>- an actual table FACT_A<br />
ID(PK)<br />
DATE<br />
ORG<br />
SCORE<br />
RESULT - A FK to DIM_RESULT<br />
<br />
<u>DIMENSION(DIM_RESULT</u><u>) </u>- an actual table DIM_RESULT<br />
RESULT(PK)<br />
<br />
Now suppose i had a mondrian select :<br />
<br />
SELECT {[RESULT].children}<br />
   ON COLUMNS,<br />
        {[SCORE].[All SCORES].Children}<br />
        ON ROWS<br />
        FROM [FACT_A]<br />
<br />
I would expect mondrian<b> not to do a join</b> with DIM_RESULT since the it has a single column which is also the PK and hence contained in FACT_A table in the column RESULT<br />
but its not the case he does a join.<br />
<br />
Have i misunderstood the performance remark, if so can anyone give me an example ?</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?79-Mondrian-Pentaho-Analysis-Services"><![CDATA[Mondrian [Pentaho Analysis Services]]]></category>
			<dc:creator>theodor</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78085-Performance-question-regarding-unnecessary-join-performed</guid>
		</item>
		<item>
			<title>csv file read in transformation help</title>
			<link>http://forums.pentaho.com/showthread.php?78084-csv-file-read-in-transformation-help&amp;goto=newpost</link>
			<pubDate>Sun, 29 Aug 2010 00:08:10 GMT</pubDate>
			<description><![CDATA[Hi: 
I am using pdi 4.0.1 CE version on java 1.6 
  
In my example transformation, I have a steps as below 
get-rows-from-result ----->...]]></description>
			<content:encoded><![CDATA[<div>Hi:<br />
I am using pdi 4.0.1 CE version on java 1.6<br />
 <br />
In my example transformation, I have a steps as below<br />
get-rows-from-result -----&gt; modified-java-script-1 ----&gt; filter ---&gt; read-csv-file ---&gt; modified-java-script-2.<br />
 <br />
In my modified-java-script-2, I can't see the fields created in modified-java-script-1. I see only the csv-file-output-fileds.<br />
 <br />
Can you please inform, how to see the fields created to read-csv-file in the transformation.<br />
 <br />
Thank you.</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?135-Pentaho-Data-Integration-Kettle"><![CDATA[Pentaho Data Integration [Kettle]]]></category>
			<dc:creator>karthikvx</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78084-csv-file-read-in-transformation-help</guid>
		</item>
		<item>
			<title>Cargar datos en Weka</title>
			<link>http://forums.pentaho.com/showthread.php?78083-Cargar-datos-en-Weka&amp;goto=newpost</link>
			<pubDate>Sat, 28 Aug 2010 18:19:31 GMT</pubDate>
			<description>Hola a todos. 
Como podéis ver por mi pregunta, soy nuevo en Weka v3-6-3. 
  
Realmente son dos problemas los que tengo: 
  
1. Genero un archivo...</description>
			<content:encoded><![CDATA[<div>Hola a todos.<br />
Como podéis ver por mi pregunta, soy nuevo en Weka v3-6-3.<br />
 <br />
Realmente son dos problemas los que tengo:<br />
 <br />
1. Genero un archivo arff desde PDI 4.0.1, con ARFF Output, con origen en una tabla de la BD. Me genera el archivo arff pero los campos con decimales los pone con ',' y luego al cargar en Weka se arma un lío. Ya sé que el separador decimal tiene que ser '.' pero no sé como decírselo.<br />
 <br />
2. También he tratado de hacer en Weka-Explorer la carga de datos directamente desde la BD, mysql, pero me dice:<br />
'connecting to:jdbc:mysql://127.0.0.1:3306/mysql = false'<br />
'exception: java.sql.SQLException: No suitable driver found for jdbc:mysql://127.0.0.1:3306/mysql'<br />
 <br />
Está claro que es un problema con el driver de la BD pero no encuentro documentación de dónde situarlo y cómo decírselo a Weka.<br />
 <br />
Os agradezco de antemano las respuestas.</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?279-Minería-de-Datos">Minería de Datos</category>
			<dc:creator>pic3</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78083-Cargar-datos-en-Weka</guid>
		</item>
		<item>
			<title>create facts and dimension ...for cube</title>
			<link>http://forums.pentaho.com/showthread.php?78082-create-facts-and-dimension-...for-cube&amp;goto=newpost</link>
			<pubDate>Sat, 28 Aug 2010 11:15:33 GMT</pubDate>
			<description>Hello all, 
 
I am new to analysis service and I am just trying to understand the basic concepts. 
So, if I have relational database that I would...</description>
			<content:encoded><![CDATA[<div>Hello all,<br />
<br />
I am new to analysis service and I am just trying to understand the basic concepts.<br />
So, if I have relational database that I would like to analyze it. I understand that I need to create cube(s), but my question is where do I create dimension tables and fact tables first place and associate them to my tables in relation database to populate data? Most of examples that I see online are starting at point where they create cube(s). Are there any example that show me from creating dimension and fact tables?<br />
Thanks.<br />
<br />
AdditionAL INFO:<br />
<br />
completed information gathering on what details will be required on cube<br />
<br />
in current setup installed:<br />
installed BI 3.6<br />
mysql<br />
psw, pdi &amp; prd</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?79-Mondrian-Pentaho-Analysis-Services"><![CDATA[Mondrian [Pentaho Analysis Services]]]></category>
			<dc:creator>macentrap</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78082-create-facts-and-dimension-...for-cube</guid>
		</item>
		<item>
			<title>Resume a transformation</title>
			<link>http://forums.pentaho.com/showthread.php?78081-Resume-a-transformation&amp;goto=newpost</link>
			<pubDate>Fri, 27 Aug 2010 21:24:57 GMT</pubDate>
			<description><![CDATA[Hello everyone,  
 
I'm new in all this whole datawarehousing topics but first I'd like to thank you all for this huge commmunity effort.  
 
My...]]></description>
			<content:encoded><![CDATA[<div>Hello everyone, <br />
<br />
I'm new in all this whole datawarehousing topics but first I'd like to thank you all for this huge commmunity effort. <br />
<br />
My question is the following. <br />
<br />
I have a source database, transformation and a target database and I want to run the ETL process monthly. when I run it for the first time, I extract all the data then I transform it and load it to the target database without problems. <br />
<br />
When I run the ETL for the second time I have that all the data from the first etl process is now duplicated in the target database. I have the option to truncate the table before each transform but this option will make the ETL process take each time longer.<br />
<br />
Is there any way to make a transformation resume from where the last transformation left?<br />
Do I make my self clear?<br />
<br />
Thanks all in advance<br />
<br />
Lophophora</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?135-Pentaho-Data-Integration-Kettle"><![CDATA[Pentaho Data Integration [Kettle]]]></category>
			<dc:creator>lophophora</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78081-Resume-a-transformation</guid>
		</item>
		<item>
			<title>how to turn on this unix log level option in shell scripts kettle.sh</title>
			<link>http://forums.pentaho.com/showthread.php?78080-how-to-turn-on-this-unix-log-level-option-in-shell-scripts-kettle.sh&amp;goto=newpost</link>
			<pubDate>Fri, 27 Aug 2010 20:21:23 GMT</pubDate>
			<description>Hi: 
I am using the 4.0.1 ce release, the java is 1.6 
In windows environment, I see the log is showing on the console and put the log details in...</description>
			<content:encoded><![CDATA[<div>Hi:<br />
I am using the 4.0.1 ce release, the java is 1.6<br />
In windows environment, I see the log is showing on the console and put the log details in file. In unix I can't see the same detail logs. Is there any other options I should turn on. The log files are created. I am not able to see the write-log informations in file. Any help or comment will be useful.<br />
thank you.</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?135-Pentaho-Data-Integration-Kettle"><![CDATA[Pentaho Data Integration [Kettle]]]></category>
			<dc:creator>karthikvx</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78080-how-to-turn-on-this-unix-log-level-option-in-shell-scripts-kettle.sh</guid>
		</item>
		<item>
			<title>Upgrading from ver 2.0 of Platform to ver. 3.6.0 stable broke Mondrian Aggregates</title>
			<link>http://forums.pentaho.com/showthread.php?78079-Upgrading-from-ver-2.0-of-Platform-to-ver.-3.6.0-stable-broke-Mondrian-Aggregates&amp;goto=newpost</link>
			<pubDate>Fri, 27 Aug 2010 20:04:53 GMT</pubDate>
			<description>I upgraded from version 2.0 of the platform to version 3.6.0 stable a few months ago and have now noticed that aggregate tables for mondrian that...</description>
			<content:encoded><![CDATA[<div>I upgraded from version 2.0 of the platform to version 3.6.0 stable a few months ago and have now noticed that aggregate tables for mondrian that were used under version  2.0 are NOT being used in version 3.6.0 for the same MDX queries using the same schema file and same underlying MySQL database structure.<br />
<br />
I wanted to keep this first post simple w/o posting all the details, DDL of Fact Table, Aggregate Table, MDX query, mondrian schema, etc.  (May be required for anyone willing to assist on this).<br />
<br />
I may have to do that...but just curious if anyone else ran into this situation and determined that certain general changes need to be made.<br />
<br />
In general this is what the modrian logs tell me.....<br />
<br />
Under version 3.6.0 some aggregate tables are being used, so it's not a general setting of using aggregates or not.   What I see in the mondrian sql log is that when I have a MDX query involving my Time dimension, mondrian fires off a SQL query without the time component in the WHERE clause and in that query the expected aggregate table is being used.  <br />
<br />
Then mondrian fires off the same query but this time includes the time dimension table but falls back to using the base Fact table.   <br />
<br />
My aggregate table has the Year and Month components of my time dimension and is structured the exact same way as under version 2.0.<br />
<br />
Under version 2.00 of the platform I get a single SQL query that includes the time dimension and uses the aggregate table.<br />
<br />
<br />
Did anyone out there face a similar situation when migrating from version 2.0 to 3.6.0 ?<br />
<br />
Thanks,<br />
   Bill</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?79-Mondrian-Pentaho-Analysis-Services"><![CDATA[Mondrian [Pentaho Analysis Services]]]></category>
			<dc:creator>Bolek</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78079-Upgrading-from-ver-2.0-of-Platform-to-ver.-3.6.0-stable-broke-Mondrian-Aggregates</guid>
		</item>
		<item>
			<title>SQL Query not returning correct results</title>
			<link>http://forums.pentaho.com/showthread.php?78078-SQL-Query-not-returning-correct-results&amp;goto=newpost</link>
			<pubDate>Fri, 27 Aug 2010 19:43:31 GMT</pubDate>
			<description>First, let me preface this by admitting this is probably stretching the limits, but here goes. 
The sql statement (over 100K bytes in size) returns...</description>
			<content:encoded><![CDATA[<div>First, let me preface this by admitting this is probably stretching the limits, but here goes.<br />
The sql statement (over 100K bytes in size) returns 17,481 rows when executed in mysql query browser, but only returns 3,580 rows when submitted as the query in a table input.<br />
If there is a limit to the sql statement length, I would have expected an error, but no error is generated. It just won't return more than 3,580 rows.<br />
Before you question the need for a query of this size, allow me to explain:<br />
A time consuming inner select had to be repeated for 6 different querys, obviously creating a significant amount of overhead. To get around this, I ran the inner select as a separate job step, then used javascript to convert the results into a hard coded select in the form:<br />
&quot;select 2343234 from dual union select 458844 from dual union ....&quot;<br />
Any thoughts?</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?135-Pentaho-Data-Integration-Kettle"><![CDATA[Pentaho Data Integration [Kettle]]]></category>
			<dc:creator>gstempel</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78078-SQL-Query-not-returning-correct-results</guid>
		</item>
		<item>
			<title>inheriting report structure to other reports</title>
			<link>http://forums.pentaho.com/showthread.php?78077-inheriting-report-structure-to-other-reports&amp;goto=newpost</link>
			<pubDate>Fri, 27 Aug 2010 18:18:12 GMT</pubDate>
			<description>Hello everyone, 
 
I am new to Pentaho and would really appreciate any help. 
 
I want to know if it is possible to  create a parent/master report...</description>
			<content:encoded><![CDATA[<div>Hello everyone,<br />
<br />
I am new to Pentaho and would really appreciate any help.<br />
<br />
I want to know if it is possible to  create a parent/master report with some layout and formatting<br />
and then inherit this structure in other reports so that all the reports have the same layout.<br />
<br />
Please let me know if this is possible.<br />
<br />
I tried searching this forum for such threads but was not able to find any.<br />
<br />
Thanks in advance for your help.<br />
<br />
I am using PRD 3.6.1- GA</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>akotian</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78077-inheriting-report-structure-to-other-reports</guid>
		</item>
		<item>
			<title>Swing application Classpath and progress monitoring</title>
			<link>http://forums.pentaho.com/showthread.php?78076-Swing-application-Classpath-and-progress-monitoring&amp;goto=newpost</link>
			<pubDate>Fri, 27 Aug 2010 15:12:40 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I'm creating a Swing application from which I want to run kettle-jobs. And send an email when the job fails. For this I have some questions. 
...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I'm creating a Swing application from which I want to run kettle-jobs. And send an email when the job fails. For this I have some questions.<br />
<br />
<ol class="decimal"><li>What do I need to put on the classpath in order for the Job to run successfully. (Now I put all the jars I could find in the pdi distribution on the classpath).</li>
<li>Is there a convenient way to track the progress of the run of a Job? Now I added a Log4jStringAppender which sends events, but I was wondering if there wasn't a more convenient way?</li>
<li>I need to determine the outcome of the run, for this I use the Result-object returend by a Job.run() call. Are there better options?</li>
</ol><br />
<br />
Thanks in advance<br />
<br />
Pieter</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?135-Pentaho-Data-Integration-Kettle"><![CDATA[Pentaho Data Integration [Kettle]]]></category>
			<dc:creator>Pieter</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78076-Swing-application-Classpath-and-progress-monitoring</guid>
		</item>
		<item>
			<title>New Formula Functions - power to the parameters!</title>
			<link>http://forums.pentaho.com/showthread.php?78075-New-Formula-Functions-power-to-the-parameters!&amp;goto=newpost</link>
			<pubDate>Fri, 27 Aug 2010 14:30:09 GMT</pubDate>
			<description>More... (http://www.sherito.org/2010/08/new-formula-functions-power-to.html)</description>
			<content:encoded><![CDATA[<div><a href="http://www.sherito.org/2010/08/new-formula-functions-power-to.html" target="_blank">More...</a></div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?253-Thomas-Morgner">Thomas Morgner</category>
			<dc:creator>Taqua</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78075-New-Formula-Functions-power-to-the-parameters!</guid>
		</item>
		<item>
			<title>Simple Excel input file - wrong preview</title>
			<link>http://forums.pentaho.com/showthread.php?78074-Simple-Excel-input-file-wrong-preview&amp;goto=newpost</link>
			<pubDate>Fri, 27 Aug 2010 13:12:24 GMT</pubDate>
			<description>I have an excel file in which one of the column is a date. 
When I click the preview on the Excel input file... 
Instead of showing the date...</description>
			<content:encoded><![CDATA[<div>I have an excel file in which one of the column is a date.<br />
When I click the preview on the Excel input file...<br />
Instead of showing the date <font color="green"><b>10/1/2009</b> </font><font color="black">it was showing</font> <font color="red"><b>12/31/1969</b></font> <br />
Even, I have tried writing into a file, but all the dates are shown as <b><font color="#ff0000">12/31/1969</font></b> for some reason.<br />
I did mention the format MM/dd/yyyy in the fields tab for the excel input file.<br />
 <br />
Did anyone come across such an problem or know why it is happening?</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?135-Pentaho-Data-Integration-Kettle"><![CDATA[Pentaho Data Integration [Kettle]]]></category>
			<dc:creator>omm</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78074-Simple-Excel-input-file-wrong-preview</guid>
		</item>
		<item>
			<title>Unable to load the driver hive</title>
			<link>http://forums.pentaho.com/showthread.php?78073-Unable-to-load-the-driver-hive&amp;goto=newpost</link>
			<pubDate>Fri, 27 Aug 2010 11:29:23 GMT</pubDate>
			<description>Hi experts, 
  
Report is working fine in pentha report designer. 
but when i publish the report to BI server, and try to render it , its throwing...</description>
			<content:encoded><![CDATA[<div>Hi experts,<br />
 <br />
Report is working fine in pentha report designer.<br />
but when i publish the report to BI server, and try to render it , its throwing error <br />
<font color="red">ParentException: </font><br />
<font color="red">java.sql.SQLException: Unable to load the driver: org.apache.hadoop.hive.jdbc.HiveDriver</font><br />
 <br />
<br />
<font color="black">Note:my source is hive which data is extracted into the report</font><br />
 <br />
why i am able to get to see the report in PRD but not in BI server</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>prasukj</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78073-Unable-to-load-the-driver-hive</guid>
		</item>
		<item>
			<title>Pentaho Report Parameter Passing</title>
			<link>http://forums.pentaho.com/showthread.php?78072-Pentaho-Report-Parameter-Passing&amp;goto=newpost</link>
			<pubDate>Fri, 27 Aug 2010 10:13:21 GMT</pubDate>
			<description>Hi, 
  
I am new to this Pentaho Report Designing. I have a requirement to pass parameters from UI which was developed in jave to report...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
 <br />
I am new to this Pentaho Report Designing. I have a requirement to pass parameters from UI which was developed in jave to report design...will any one please help.<br />
 <br />
        Thank in advance</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>riyaz</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78072-Pentaho-Report-Parameter-Passing</guid>
		</item>
		<item>
			<title>adding a column value for every row till it reaches a condition</title>
			<link>http://forums.pentaho.com/showthread.php?78071-adding-a-column-value-for-every-row-till-it-reaches-a-condition&amp;goto=newpost</link>
			<pubDate>Fri, 27 Aug 2010 09:07:53 GMT</pubDate>
			<description>Hi 
 
I have a weird requirement. I need to add a column value for each row till it reaches a particular total.  
 
For example I have a stream like ...</description>
			<content:encoded><![CDATA[<div>Hi<br />
<br />
I have a weird requirement. I need to add a column value for each row till it reaches a particular total. <br />
<br />
For example I have a stream like <br />
<br />
A | B<br />
-------<br />
a | 13<br />
b | 11<br />
c | 10<br />
d | 8<br />
e | 1<br />
f | 1<br />
<br />
I need something like below. <br />
<br />
A | B | sub_total<br />
----------------------<br />
a | 13 | 13 ( r1 + r 0)<br />
b | 11 | 24 ( r1 + r2 )<br />
c | 10 | 34 ( r1 + r2 + r3)<br />
d | 8 | 42 ....<br />
e | 1 | 43 ...<br />
f | 1 | 44 ...<br />
<br />
<br />
anyway to get this? <br />
<br />
The purpose of this is, I dont want any rows after a particular sub_total values. For example discard all rows if sub_total &gt; 40<br />
<br />
<br />
greatly appreciate any help..!<br />
<br />
thanks<br />
manoj</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?135-Pentaho-Data-Integration-Kettle"><![CDATA[Pentaho Data Integration [Kettle]]]></category>
			<dc:creator>watchman</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78071-adding-a-column-value-for-every-row-till-it-reaches-a-condition</guid>
		</item>
		<item>
			<title>Web Service to access Business models</title>
			<link>http://forums.pentaho.com/showthread.php?78069-Web-Service-to-access-Business-models&amp;goto=newpost</link>
			<pubDate>Fri, 27 Aug 2010 08:21:55 GMT</pubDate>
			<description>Hi, 
  
I need to know whether the business models in the metadata.xmi file can be hosted as a web service through user console.. also where would I...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
 <br />
I need to know whether the business models in the metadata.xmi file can be hosted as a web service through user console.. also where would I find documentation where i can learn how to go about using user console' s set of web services??<br />
Please help on this as I am trying to work on something where external applications access pentaho's web services</div>

 ]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?73-BI-Platform">BI Platform</category>
			<dc:creator>madhupenta</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?78069-Web-Service-to-access-Business-models</guid>
		</item>
	</channel>
</rss>
