Posts

Showing posts from 2011

PENTAHO : Firefox 4: error message after login

with the new version of Firefox (4.0) i got this message after login: Error generating XUL: Failed to parse: xml version="1.0" encoding="UTF-8" xml-stylesheet href="chrome://global/skin/" type="text/css" window width="400" hei Those are getting above error while login through firefox 4.0 please make changes as suggested in following link http://jira.pentaho.com/browse/BISERVER-5282 CHANGES :- 1. Shut down the BI Server and Pentaho Enteprise Console. 2. Using a search tool or advanced text editor, find all .xul files in the /pentaho/server/biserver-ee/ directory (and all of its subdirectories. This should be about two dozen files. 3. Inside each file, replace all instances of this string: http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul with this string: http://www.pentaho.org/keymaster/gatekeeper/there.is.only.xul Alternatively, you can do a mass find-and-replace inside all XUL files in the biserver-ee directory. Lin

CAS with Pentaho Community Edition

In this week I integrate one of the most useful feature i.e. CAS (Single Sign on) with the help my collegue and online user community . So with my boss’ blessing, I decided to document what I had to do to make this work in the spirit of giving back to the community. Plus with the rising awareness of the benefits of BI even for small to medium corporations, I have no doubt that this information would be useful for someone somewhere. The need 1) CAS Server 2) Pentaho BI 3.x server (Community Edition) 3) Install certificate IMPLEMENTATION OF CAS CLIENT IN PENTAHO BI SERVER 1) \biserver-ce\pentaho-solutions\system\applicationContext-spring-security.xml make changes in applicationContext file for CAS Client. and add following jars in biserver-ce\tomcat\webapps\pentaho\WEB-INF\lib folder 1) spring-security-cas-client-2.0.5.RELEASE.jar 2) cas-client-core-3.1.10.jar After added jars and configuration in applicationContext file then install certificate step-1) download