Wednesday, October 31, 2012

Getting Started with Oracle Business Intelligence Publisher


With Advanced Installation of OBIEE you get three HOME (top level directory)
1. ORACLE BI Home
2. ORACLE BI DATA Home
3. ORACLE Application Server Home (HTTP Server and OC4J)
After installation, Login failed while accessing BI Publisher (earlier XML Publisher) using Administrator Account (Administrator/Administrator)
http://hostname.domainname:[http_port_of_oracle_application_server - default7777] /xmlpserver
.
Fix :
1. Open $ORACLE_BI_HOME/ xmlp/ XMLP/ Admin/ Configuration /xmlp-server-config.xml
2. Change entry like
<property name=”SECURITY_MODEL” value=”BI_SERVER“/>
TO
<property name=”SECURITY_MODEL” value=”XDO“/>
3. Restart OC4J from 10g R3 Oracle Application Server ORACLE_HOME

opmnctl stopproc process-type=home
opmnctl startproc process-type=home


http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/biee/r1013/bipub/intro/gettingstarted.htm

http://docs.oracle.com/cd/B40078_02/doc/bi.1013/b40017/T421739T475591.htm#T475305

No comments:

Post a Comment