I recently installed OBIEE (Oracle Business Intelligence Enterprise Edition) with Installation Type as Advanced (i.e.Using existing Oracle Application Server 10.1.3.X ). For Step by Step OBIEE installation click here
With Advanced Installation 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
OC4JGroup:default_group | OC4J:bixmlpserver | 8682 | Alive
opmnctl stopproc process-type=bixmlpserver
opmnctl startproc process-type=bixmlpserver
.
Why User Administrator was unable to login to BIPublisher / XMLPSERVER ?
BI Publisher offers three security model
1. BI Publisher Security
2. LDAP
3. Oracle BI Server
With Advanced Install of OBIEE , default Security Model for BI Publisher is “Oracle BI Server” where as user Administrator is part of BI Publisher (XDO) Security Model. For more information on BI Publisher Security Model click here
Related Posts for Business Intelligence
- Oracle Business Intelligence Enterprise Edition Overview
- BIEE Installation on Linux (Business Intelligence Enterprise Edition)
- Oracle BI Publisher Cluster / HA
- Clustering Oracle Business Intelligence , BI Server, Presentation Services, Plug-In, Scheduler & Javahost
- OBIEE - Step by Step Installation
- User Management in OBIEE using BI Administration Tool
- Integrate Oracle BI Server with LDAP Server (OID - Oracle Internet Directory)
- Oracle BI Publisher Admin Console (xmlpserver) Login Issue : Administrator/Administrator
- How to install OBIEE on windows 7 (OBIEE Training)
- OBIEE 11g (11.1.1.3.0) Download & Installation
Popularity: 18% [?]




Good hands-on exercises (installation, patching, cloning), very experienced trainer worth every penny
12 users commented in " Oracle BI Publisher Admin Console (xmlpserver) Login Issue : Administrator/Administrator "
Follow-up comment rss or Leave a TrackbackDear Atul ,
I recently installed OBIEE (Oracle Business Intelligence Enterprise Edition) with Installation Type as Advanced (i.e.Using existing Oracle Application Server)But not able to Login.Do we need to do any post steps after installation.Please refer .I have tried all the steps mentioned in this post but still not able to open.default port we used is 9704.
plaese advice.
Sonali
hi atul,
I recently installed obiee in our environment which on oel 5 and 10.1.3.4 server.
But the main thing is that it was sucessfully installed ith a warning
WARNING: could not delete locked file /tmp/ismp001/4979638
WARNING: could not delete locked file /tmp/ismp001
And then we had a problem that we couldnt login in the either we you suggest like
http :// servername :9704/analytics
http :// servername :9704/xmlpserver
Administrator/Administrator
9704 is default port
Finally it was not opening so I have deleted the that file /tmp/ismp001/4979638 and simply restarted the services and tried logging but it didnt happen.I wish that your expertise could suggest me some way
when r u going to reply to srikanth and sonali?????????????????
hi,
thank 4 a nice post.
./opmnctl stopproc process-type=bixmlpserver
opmnctl: stopping opmn managed processes…
================================================================================
opmn id=deva.chainsys.com:6200
no enabled components for this request
[oracle@deva bin]$ ./opmnctl startproc process-type=bixmlpserver
opmnctl: starting opmn managed processes…
================================================================================
opmn id=deva.chainsys.com:6200
no enabled components for this request
[oracle@deva bin]$
Hi Atul.
How do i determine that XML Publisher is installed on Instacne?
Actually i have tried this querry :-
select application_id, application_short_name
from fnd_application
where application_short_name = ‘XDO’;
and
select application_id, status
from fnd_product_installations
where application_id =
Kindly let me know if i am wrong/right….
Thanks and Regards,
Rajendra
Hi Atul,
I am facing some issue with BIPUB. Basically we have setup of BIPub with LDAP and SSO. Due to some mis-configuration by some developer. One of our system has some issue: The Issue is when i log in with ADMIN/BIPUBLISHER user, I cannot see the ADMIN tab. Earlier I use to see this TAB. Suddely it is disappeared. Can you please help me where the privilege is missing or role is missing here?
plz tell me JBDC connectivity. my user can login but he got the error JDBC is not connected
its really argent give me repply as soon as possible
LOGIN ISSUE
When I click LOG IN for Desktop
I get this error
Compile error Hidden module: UserForm_ProgressBar
can anybody help
Hi Atul,
Very nice Blog.
Actually Myself started to work in OBIEE after a long time. Actually this publisher is new to me. I have done the installation and can access the BI publisher thorugh Admin account. But what happens is when I change the admin pwd in rpd level , the same is not reflected in BI publisher. Again I have to use the same old pwd to access BI publisher, I cannot access it through the Presentaion services.
It throws me the login error. Plese Advise me
Hi Atul,
I had an issue with database connectivity. In the rpd i was able to view the data for a particular DSN. But for the same when i login into the Presentation services it throws an error that could not connect to database. Later i used updated rpd and then i was able see the reports ,so could not understand the issue.
Could you provide some reason why does it happen?
Thanks in Advance.
Thanks for this page
Leave A Reply