Kevin

1) Not 100% sure what you mean but I think you are trying to access pentaho
from 'some other PC'.  So I assume there is a url to get to the 'server pc'.
 You need to edit tomcat/pentaho/webapps/WEB-INF/web.xml (just like we did
when localhost wasn't set up on the server PC) and do something like what
follows:

<context-param>
<param-name>base-url</param-name>
<param-value>https://whatever.is.your.url/pentaho/</param-value>
</context-param>

2) as far as I know, there are no problems with mifos transactions detail
and mifos transactions summary reports.  What are you seeing?

3) remember when your test server wasn't picking up hibuser at pentaho
startup when you wanted to change the mysql port from 3306 to 3307?  Well,
we changed mifos jndi settings but we didn't change some other files that
were impacted.  If you want to try to fix this... edit the following files
and change 3306 to 3307 (then start pentaho and see if okay)

pentaho-solutions/system/applicationContext-spring-security-jdbc.xml
pentaho-solutions/system/applicationContext-spring-security-hibernate.properties
/tomcat/webapps/pentaho/META-INF/context.xml



John

On Fri, Jun 3, 2011 at 5:41 PM, Kevin Kimani <[email protected]>wrote:

> hi,
>
> Am having problems retrieving pentaho reports from remote PC. However,
> the reports are working fine on the server(where the BI Suite is
> installed). i am using the the following address 127.0.0.1:8086 to
> access the reports on the server.
>
> also, is there any problems with these reports; mifos transactions
> detail and mifos transactions summary?
>
------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
_______________________________________________
Mifos-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-users

Reply via email to