Question

I'm trying to publish a report to the bi-server, so I can visualize it from the Client Console (http://localhost:8080/pentaho/Home)

I configured successfully a JNDI data source to a remote Database (Oracle 10g) from the Administration Console, this is the url I used: jdbc:oracle:thin:@MY_SERVER_IP_HERE:1521:orcl

But when I visualize my report, I see no data at all, only static stuff: labels, pictures and so on.

Note that I have the bi-server started, also the administration console and the server where I have my database is working too, the proof is that I can see data from the report designer when I do a preview.

In the bi-server log, I found this right after I invoke the report: [CascadingDataFactory] deprecated behavior: None of the data-factories was able to handle the query 'Infos'. Returning empty tablemodel instead of failing hard.

Is it because I run a bi-server 4.1 with Report-Designer 3.9?

Does any one have any idea to help me?

Was it helpful?

Solution

Bi server version conflict with the PRD, check this http://wiki.pentaho.com/display/PEOpen/Pentaho+Release+Product+Version+Matrix

OTHER TIPS

How did you created that report? did you use report designer?. It sounds to me that there is an issue in the report it self and not in the BI server

UPDATE To many messages, what does mondrian says when retrieving the data? I think you should verify your jndi by making an small bi xaction file that shows a couple of columns of your table in jPivot. Its not hard, you can create one easily using examples if you are not that familiar with the xaction.

Oh, i totally forgot this and you might be familiar already with that but, did you put the java driver for oracle inside the Administration Console driver directory?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top