OBIEE 11g weblogic error.

Hi All,
When I restart my Bi weblogic server display the Bellow error.
The policy reference URI "oracle/wss_username_token_service_policy" is not valid.
i am unable to login answers.i follow this is URL
http://hostilecoding.blogspot.com/2012/08/obiee-nqserror-43126-invalid.html
but My deployments not coming up and still we are unable to login into Analytics and one more my RCU is in down.
Please let me know wsm-pm depended on RCU schemas? any other problem.
Please help me...

solved

Similar Messages

  • How to allow user chaning his password in OBIEE 11g weblogic custom LDAP?

    Hi,
    How to allow user chaning his password in OBIEE 11g weblogic custom LDAP?
    I need to give user an option to do so, without the intervention of any Administrator. I also do not want to make user a Administrator else he will be able to login in weblogic and can do any damages unknowingly.....
    Regards,
    Rahul

    Hi,
    Replace the line in the instantconfig.xml
    <WebMessage name=”kmsgChangePasswordLink”><!–<HTML><sawm:messageRef name=”kmsgUIChangePassword”/></HTML>–></WebMessage>
    with
    <WebMessage name=”kmsgChangePasswordLink”><HTML><sawm:messageRef name=”kmsgUIChangePassword”/></HTML></WebMessage>

  • OBIEE 11g -  Weblogic Authentication Denied

    Hello All,
    I did install OBIEE 11g 11.1.1.3.3 in my personal PC which has windows XP SP3 and I did choose "Enterprise Installation" as an option.
    Before installing this I did install the Loop Back Adapter and also set the IP address in the Host file ( 10.10.10.10 Mycomputername mycompany.com).
    Installation went through very much fine no errors at all. Analytics page was opened after the installation and When I gave the weblogic Credentials it was Unable to sign in.
    When I tried to login to Weblogic Console it says "Authentication Denied".
    Checked the services Weblogic Node manager started but Oracle Process Manager(instance1) did not start (1053 the service couldn't start in a timely fashion).
    Then I tried to StartBIServices from Start-> Allprograms->Oracle Business Intelligence gave Weblogic Credentials .... 2 cmd prompts were opened and all services are started and also the anlaytics page was opened and gave the credentials again same error "Unable to sign in" and agin tried to login to weblogic the same error "Authentication Denied". This is really strange....
    I thought this is something to do with rebooting the system after installation. So I restarted the system and started the services Weblogic Node Manager and Oracle Process Manager (instance1).
    This time both of them were started.
    Again tried to start the BI services Start-> Allprograms->Oracle Business Intelligence , gave the credentials ... this time only one cmd prompt was opened and it says weblogic authentication denied and its forcefully shut down and Other cmd prompt stopped at WLS.alive...
    Here is the Detail Log from Adminserver.log:
    <Apr 18, 2011 12:34:57 AM PDT> <Critical> <WebLogicServer> <kanna> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1303112097109> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication for user weblogic denied
    weblogic.security.SecurityInitializationException: Authentication for user weblogic denied
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:965)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: javax.security.auth.login.FailedLoginException: [Security:090304]Authentication Failed: User weblogic javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User weblogic denied
         at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:250)
         at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
         at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)
         at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
         at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683)
         at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
         at javax.security.auth.login.LoginContext.login(LoginContext.java:579)
         at com.bea.common.security.internal.service.JAASLoginServiceImpl.login(JAASLoginServiceImpl.java:113)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)
         at $Proxy22.login(Unknown Source)
         at weblogic.security.service.internal.WLSJAASLoginServiceImpl$ServiceImpl.login(WLSJAASLoginServiceImpl.java:91)
         at com.bea.common.security.internal.service.JAASAuthenticationServiceImpl.authenticate(JAASAuthenticationServiceImpl.java:82)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)
         at $Proxy40.authenticate(Unknown Source)
         at weblogic.security.service.WLSJAASAuthenticationServiceWrapper.authenticate(WLSJAASAuthenticationServiceWrapper.java:40)
         at weblogic.security.service.PrincipalAuthenticator.authenticate(PrincipalAuthenticator.java:348)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:929)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<Apr 18, 2011 12:34:57 AM PDT> <Notice> <WebLogicServer> <kanna> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1303112097156> <BEA-000365> <Server state changed to FAILED>
    ####<Apr 18, 2011 12:34:57 AM PDT> <Error> <WebLogicServer> <kanna> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1303112097156> <BEA-000383> <A critical service failed. The server will shut itself down>
    ####<Apr 18, 2011 12:34:57 AM PDT> <Notice> <WebLogicServer> <kanna> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1303112097156> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    ####<Apr 18, 2011 12:34:57 AM PDT> <Info> <WebLogicServer> <kanna> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1303112097172> <BEA-000236> <Stopping execute threads.>
    Checked the Opmnctl Status through cmd prmpt:
    coreapplication-obiccs1 - Alive
    coreapplication-obisch1 - Alive
    coreapplication-obijh1 - Alive
    coreapplication-obips1 - Alive
    coreapplication-obis1 - Alive
    I dont know if the weblogic user or password got corrupted ............???
    So I tried to reset the password by adding the Boot.properties file in the following path:
    C:\OBIEE11gfmw\user_projects\domains\bifoundation_domain\servers\AdminServer\security
    giving username=weblogic
    password =password123 in the file but no use still the same error.
    Did anybody got the same error ?
    Please help me.....
    Thanks in Advance...
    Regards
    Kanna
    Edited by: Kanna on Apr 18, 2011 1:14 AM
    Edited by: Kanna on Apr 18, 2011 10:45 AM

    Yes, but my username and password was simple and straight its weblogic/password123...
    Do you guys know how to reset the weblogic Admin password ?
    I want to try to debug this error first...... If I couldn't get any help anyhow I am going to Deinstall...
    but this shouldn't be the case evrytime.... because we are facing the same problem in our company ...Where we installed 11g in one of our DEV environments...
    There should be a some solution for this problem...
    Is there anything that I am doing wrong?
    Do I need to provide more information from Logs to understand the problem?
    Thanks
    Kanna

  • OBIEE 11g installation error

    Hi I am getting below error while installing OBIEE 11g ...
    INST-07286: Specified Oracle Middleware home location does not have minimum version 10.3.5.0 of WebLogic server. If the version is incorrect then configuring with the Weblogic server will fail.
    I believe Weblogic comes with it.any one tried this out.

    Thanks, It worked. I unzipped all the folders in a single folder and then with the single Setup.exe it automatically loaded the complete software.
    Best Way - Import all the download file into a single folder and run the .exe
    Thanks,
    Raman

  • OBIEE 11g Writeback Error

    Hi All,
    I am unable to configure the writeback functionality in OBIEE 11g, i am getting error while pressing Apply button in the report no error message is displayed in the error box only 2 ok buttons.
    Folder customMessages doesn't exist:
    "ORACLE_INSTANCE/bifoundation/OracleBIPresentationServicesComponent/coreapplication_obipsn/analyticsRes/customMessages"
    so i created the folder and added the writeback xml file to the folder.
    is there is any way to check the error.?

    Hi,
    Please check if you have followed the following steps mentioned:
    http://obiee10grevisited.blogspot.in/2012/02/write-back-in-obiee11g.html
    Regards
    MuRam

  • OBIEE 11g installation errors

    Hi Folks,
    I have downloaded OBIEE 11g and Oracle 11g form Oracle downloads link successfully.
    When i am trying to extract iam getting error no 0x80004005
    i skipped that error and extracted files and then i installed on my laptop, but it was not installed properly, even by the time of installation i got some error messages i skipped and installed.
    please let me know wat that error means and wat is the solution??
    can i have to download again??
    Please guide me i need this urgency....
    Thanks in Advance.
    Surendra

    Hi Surendra,
    1. You can use your otn username/pwd for downloading the software.
    2. Use this link https://edelivery.oracle.com for downloading the OBIEE 11.1.1.5.0 version software.
    3. Enter your OTN credentials and accept the agreement by checking the checkboxes.
    4. In the select a product pack option you choose Oracle Business Intellignece and in the platform you need to choose your platform either windows or linux etc and click on Go Button.
    5. When you click on go button a list will be displayed and within that you select Oracle Business Intelligence 11g Media Pack for Microsoft Windows (32-bit) if your OS is Microsoft windows 32 bit or else it will display according to the platform versions which you choose already and after this click on continue button.
    6. As OBIEE 11.1.1.5.0 comes in 5 different parts and the below given are the part names which you need to download it.
    Oracle Business Intelligence 11g (11.1.1.5.0) for Microsoft Windows (32-bit) (Disc 1of 3) (Part 1 of 2)
    Oracle Business Intelligence 11g (11.1.1.5.0) for Microsoft Windows (32-bit) (Disc 1of 3) (Part 2 of 2)
    Oracle Business Intelligence 11g (11.1.1.5.0) for Microsoft Windows (32-bit) (Disc 2 of 3) (Part 1 of 2)
    Oracle Business Intelligence 11g (11.1.1.5.0) for Microsoft Windows (32-bit) (Disc 2 of 3) (Part 2 of 2)
    Oracle Business Intelligence 11g (11.1.1.5.0) for Microsoft Windows (32-bit) (Disc 3 of 3)
    Hope this helps you and let me know if you need anything else apart from this.
    Thanks,
    Navin Kumar Bolla

  • OBIEE 11g installation error while configuring (opmnctl error)

    While installing OBIEE 11g (11.1.1.3.0),(32-bit) we have choosen software only install and the software was installed successfully. While configuring in 10 th step we are getting the following errors.
    We have installed webserver before installing OBIEE 11g.
    OS is Windows server 2008
    Executing: opmnctl start coreapplication_obips1 falied and
    Executing: opmnctl start coreapplication_obisch1.
    we are using dynamic IP address

    Thanks, It worked. I unzipped all the folders in a single folder and then with the single Setup.exe it automatically loaded the complete software.
    Best Way - Import all the download file into a single folder and run the .exe
    Thanks,
    Raman

  • How to export users and their roles/responsibilities from OBIEE 11g weblogic console ? (we have nearly 8000 users)

    Hi Gurus,
    I am not an expert in the OBIEE 11g security area, we have an urgent requirement where in i need to obtain the complete list of all users along with their roles/responsibilities.Ours is a big organization and there are nearly 8000 users. Please advice if i need to write any weblogic script (WLST) or is there any other simple way for this..
    Thanks,

    If it is through Presentation Layer,Below the steps you can follow:-
    1. Open the OBIEE 11G RPD (offline/online) in Administration Tool
    2. Select the ALL/required presentation objects form your Presentation Layer and right-click.
    3. On the context menu select “Permission Report”
    4 .The Permission Report dialog displays the name and a description of the selected presentation object,
    along with a list of users/application roles and their permissions. CLick the Save button to save the permissions in CSV format.
    5.Once you saved to a CSV format, you can use that report for the quick auditing of security management.
    Below the screen shot for the same
    http://www.4shared.com/photo/h1EKYgh1/zrclip_002p5719bc78.html
    Mark if helps.
    Thanks,

  • Obiee 11g weblogic server startup problem

    [oracle@pip bin]$ ./startWebLogic.sh
    SVR_GRP =
    JAVA Memory arguments: -Xms256m -Xmx512m
    WLS Start Mode=Production
    CLASSPATH=/home/oracle/OBIEE_HOME/wlserver_10.3/server/ext/jdbc/oracle/11g/ojdbc6dms.jar:/home/oracle/OBIEE_HOME/patch_wls1033/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/oracle/OBIEE_HOME/jrockit_160_17_R28.0.0-679/lib/tools.jar:/home/oracle/OBIEE_HOME/wlserver_10.3/server/lib/weblogic_sp.jar:/home/oracle/OBIEE_HOME/wlserver_10.3/server/lib/weblogic.jar:/home/oracle/OBIEE_HOME/modules/features/weblogic.server.modules_10.3.3.0.jar:/home/oracle/OBIEE_HOME/wlserver_10.3/server/lib/webservices.jar:/home/oracle/OBIEE_HOME/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/home/oracle/OBIEE_HOME/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/home/oracle/OBIEE_HOME/wlserver_10.3/server/lib/weblogic.jar:/home/oracle/OBIEE_HOME/oracle_common/modules/oracle.dms_11.1.1/dms.jar:/home/oracle/OBIEE_HOME/oracle_common/modules/oracle.jmx_11.1.1/jmxframework.jar:/home/oracle/OBIEE_HOME/oracle_common/modules/oracle.jmx_11.1.1/jmxspi.jar:/home/oracle/OBIEE_HOME/oracle_common/modules/oracle.odl_11.1.1/ojdl.jar:/home/oracle/OBIEE_HOME/oracle_common/soa/modules/commons-cli-1.1.jar:/home/oracle/OBIEE_HOME/oracle_common/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar:/home/oracle/OBIEE_HOME/Oracle_BI1/common/jlib/11.1.2.0/ctg.jar:/home/oracle/OBIEE_HOME/oracle_common/modules/oracle.jrf_11.1.1/jrf.jar:/home/oracle/OBIEE_HOME/wlserver_10.3/common/derby/lib/derbyclient.jar:/home/oracle/OBIEE_HOME/wlserver_10.3/server/lib/xqrl.jar
    PATH=/home/oracle/OBIEE_HOME/wlserver_10.3/server/bin:/home/oracle/OBIEE_HOME/modules/org.apache.ant_1.7.1/bin:/home/oracle/OBIEE_HOME/jrockit_160_17_R28.0.0-679/jre/bin:/home/oracle/OBIEE_HOME/jrockit_160_17_R28.0.0-679/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/oracle/bin:/home/oracle/oracle/product/10.2.0/db_1/bin
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http://hostname:port/console *
    starting weblogic with Java version:
    java version "1.6.0_17"
    Java(TM) SE Runtime Environment (build 1.6.0_17-b04)
    Oracle JRockit(R) (build R28.0.0-679-130297-1.6.0_17-20100312-2128-linux-ia32, compiled mode)
    Starting WLS with line:
    /home/oracle/OBIEE_HOME/jrockit_160_17_R28.0.0-679/bin/java -jrockit -Xms256m -Xmx512m -Dweblogic.Name=AdminServer -Djava.security.policy=/home/oracle/OBIEE_HOME/wlserver_10.3/server/lib/weblogic.policy -Dweblogic.ProductionModeEnabled=true -da -Dplatform.home=/home/oracle/OBIEE_HOME/wlserver_10.3 -Dwls.home=/home/oracle/OBIEE_HOME/wlserver_10.3/server -Dweblogic.home=/home/oracle/OBIEE_HOME/wlserver_10.3/server -Ddomain.home=/home/oracle/OBIEE_HOME/user_projects/domains/bifoundation_domain -Dcommon.components.home=/home/oracle/OBIEE_HOME/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=/home/oracle/OBIEE_HOME/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.domain.config.dir=/home/oracle/OBIEE_HOME/user_projects/domains/bifoundation_domain/config/fmwconfig -Doracle.server.config.dir=/home/oracle/OBIEE_HOME/user_projects/domains/bifoundation_domain/config/fmwconfig/servers/AdminServer -Doracle.security.jps.config=/home/oracle/OBIEE_HOME/user_projects/domains/bifoundation_domain/config/fmwconfig/jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Digf.arisidbeans.carmlloc=/home/oracle/OBIEE_HOME/user_projects/domains/bifoundation_domain/config/fmwconfig/carml -Digf.arisidstack.home=/home/oracle/OBIEE_HOME/user_projects/domains/bifoundation_domain/config/fmwconfig/arisidprovider -Dweblogic.alternateTypesDirectory=/home/oracle/OBIEE_HOME/oracle_common/modules/oracle.ossoiap_11.1.1,/home/oracle/OBIEE_HOME/oracle_common/modules/oracle.oamprovider_11.1.1 -Dweblogic.jdbc.remoteEnabled=false -Doracle.biee.search.bisearchproperties=/home/oracle/OBIEE_HOME/Oracle_BI1/bifoundation/jee/BISearchConfig.properties -Dweblogic.management.clearTextCredentialAccessEnabled=true -Doracle.notification.filewatching.interval=2000 -Dweblogic.security.SSL.ignoreHostnameVerification=true -DEPM_ORACLE_HOME=/home/oracle/OBIEE_HOME/Oracle_BI1 -Doracle.ecsf.crawl.mode.debug=true -Doracle.ecsf.security.service=oracle.biee.search.security.BISearchSecurityService -Doracle.ecsf.configuration.class=oracle.biee.search.services.BISearchServiceConfiguration -Dxdo.server.config.dir=/home/oracle/OBIEE_HOME/user_projects/domains/bifoundation_domain/config/bipublisher -DXDO_FONT_DIR=/home/oracle/OBIEE_HOME/Oracle_BI1/common/fonts -Dorg.eclipse.emf.ecore.EPackage.Registry.INSTANCE=com.sigmadynamics.emf.util.SDEMFRegistry -Dweblogic.wsee.skip.async.response=true -Drtd.instanceName=RTD_AdminServer -Dem.oracle.home=/home/oracle/OBIEE_HOME/oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=true -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=/home/oracle/OBIEE_HOME/patch_wls1033/profiles/default/sysext_manifest_classpath weblogic.Server
    [WARN ] Use of -Djrockit.optfile is deprecated and discouraged.
    <Feb 4, 2011 3:42:09 PM IST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Oracle JRockit(R) Version R28.0.0-679-130297-1.6.0_17-20100312-2128-linux-ia32 from Oracle Corporation>
    <Feb 4, 2011 3:42:10 PM IST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.management.ManagementException: Unable to obtain lock on /home/oracle/OBIEE_HOME/user_projects/domains/bifoundation_domain/servers/AdminServer/tmp/AdminServer.lok. Server may already be running
    at weblogic.management.internal.ServerLocks.getServerLock(ServerLocks.java:159)
    at weblogic.management.internal.ServerLocks.getServerLock(ServerLocks.java:58)
    at weblogic.management.internal.DomainDirectoryService.start(DomainDirectoryService.java:74)
    at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
    at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
    at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:803)
    at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:493)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:446)
    at weblogic.Server.main(Server.java:67)
    >
    <Feb 4, 2011 3:42:10 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Feb 4, 2011 3:42:10 PM IST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Feb 4, 2011 3:42:10 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    Edited by: user618668 on Feb 4, 2011 3:00 AM

    Hi,
    Some admin server process is still running ....so check the process using ps command and kill the process and try to start again . When you kill the process all lok file will get removed.
    Arminder
    Edited by: 838241 on Feb 20, 2011 8:48 AM

  • OBIEE 11G weblogic admin user cannot create new Analysis

    Hi,
    I have deployed a new RPD and can log into the Presentation services using the weblogic Administrator account. I can see the dashboards and reports.
    When I attempt to go to Answers (expecting a link for New -> Analysis), I don't see that link. Seems like this user does not have permissions to create new Analysis.
    Checking on WLS, I found that my weblogic user is entered under the following three groups:
    Administrators
    BIAdministrators
    BIAuthors
    What am I missing ?
    Tx,
    Sushanta

    Hi,
    Can you try this?
    1. Login to obiee and append the URL with Managegroups ( http://localhost:9704/analytics/saw.dll?Managegroups)
    2. Select the "Presentation Server Administrators" group
    3. Edit -> search user and add it to this group.
    4. Login with the user added and check if he can "Administrator --> mange catalog and permission".
    Rgds,
    Dpka

  • OBIEE 11g Weblogic login

    Hi I guess I have a weird issue, I could able to login EM and weblogic with what ever password I was giving but its throwing n error(Invalid username and password) for analytics.Please let me know what might be the issue..
    Thanks

    Thanks for reply,
    I went thru db and all the schemas are working fine...
    sawlog:
    [2012-08-13T22:09:13.000-07:00] [OBIPS] [ERROR:1] [] [saw.security.odbcuserpopulationimpl.getbisystemconnection] [ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7135] [tid: 4976] Authentication Failure.
    Odbc driver returned an error (SQLDriverConnectW).
    State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused.
    [nQSError: 43113] Message returned from OBIS.
    [nQSError: 43126] Authentication failed: invalid user/password. (08004)[[
    File:odbcuserpoploaderimpl.cpp
    Line:995
    Location:
         saw.security.odbcuserpopulationimpl.getbisystemconnection
         saw.security.odbcuserpopulationimpl.searchidentities
         saw.security.userpopulationmanagerimpl.getaccountdetailsbyid
         saw.CatalogAttributes.cache.cleanup
         saw.taskScheduler.processJob
         saw.threadpool.taskscheduler
         saw.threads
    ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7135
    ThreadID: 4976
    task: Cache/CatalogAttributes
    [2012-08-13T22:09:13.000-07:00] [OBIPS] [WARNING:16] [] [saw.taskScheduler.processJob] [ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7135] [tid: 4976] Running task 'Cache/CatalogAttributes' finished in 57906 milliseconds, 14.4% of job's frequency (400 seconds).[[
    File:taskscheduler.cpp
    Line:437
    Location:
         saw.taskScheduler.processJob
         saw.threadpool.taskscheduler
         saw.threads
    ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7135
    ThreadID: 4976
    task: Cache/CatalogAttributes
    [2012-08-13T22:11:03.000-07:00] [OBIPS] [ERROR:16] [] [saw.taskScheduler.processJob] [ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7164] [tid: 5332] Running task 'Cache/Query' finished in 153610 milliseconds, 1024.0% of job's frequency (15 seconds).[[
    File:taskscheduler.cpp
    Line:437
    Location:
         saw.taskScheduler.processJob
         saw.threadpool.taskscheduler
         saw.threads
    ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7164
    ThreadID: 5332
    task: Cache/Query
    [2012-08-13T22:11:43.000-07:00] [OBIPS] [ERROR:16] [] [saw.taskScheduler.processJob] [ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7166] [tid: 2828] Running task 'Cache/Sessions' finished in 148282 milliseconds, 247.1% of job's frequency (60 seconds).[[
    File:taskscheduler.cpp
    Line:437
    Location:
         saw.taskScheduler.processJob
         saw.threadpool.taskscheduler
         saw.threads
    ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7166
    ThreadID: 2828
    task: Cache/Sessions
    [2012-08-13T22:11:43.000-07:00] [OBIPS] [ERROR:16] [] [saw.taskScheduler.processJob] [ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7167] [tid: 5668] Running task 'Cache/Chart' finished in 148282 milliseconds, 247.1% of job's frequency (60 seconds).[[
    File:taskscheduler.cpp
    Line:437
    Location:
         saw.taskScheduler.processJob
         saw.threadpool.taskscheduler
         saw.threads
    ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7167
    ThreadID: 5668
    task: Cache/Chart
    [2012-08-13T22:11:43.000-07:00] [OBIPS] [ERROR:16] [] [saw.taskScheduler.processJob] [ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7168] [tid: 4816] Running task 'Cache/ShortFrequencyMonitor' finished in 148282 milliseconds, 247.1% of job's frequency (60 seconds).[[
    File:taskscheduler.cpp
    Line:437
    Location:
         saw.taskScheduler.processJob
         saw.threadpool.taskscheduler
         saw.threads
    ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7168
    ThreadID: 4816
    task: Cache/ShortFrequencyMonitor
    [2012-08-13T22:11:43.000-07:00] [OBIPS] [ERROR:16] [] [saw.taskScheduler.processJob] [ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7169] [tid: 2560] Running task 'Cache/Alerts' finished in 143282 milliseconds, 238.8% of job's frequency (60 seconds).[[
    File:taskscheduler.cpp
    Line:437
    Location:
         saw.taskScheduler.processJob
         saw.threadpool.taskscheduler
         saw.threads
    ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7169
    ThreadID: 2560
    task: Cache/Alerts
    [2012-08-13T22:11:43.000-07:00] [OBIPS] [ERROR:16] [] [saw.taskScheduler.processJob] [ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7171] [tid: 3728] Running task 'Cache/ReportCache/CleanupXMLMemoryCache' finished in 88250 milliseconds, 73.5% of job's frequency (120 seconds).[[
    File:taskscheduler.cpp
    Line:437
    Location:
         saw.taskScheduler.processJob
         saw.threadpool.taskscheduler
         saw.threads
    ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7171
    ThreadID: 3728
    task: Cache/ReportCache/CleanupXMLMemoryCache
    [2012-08-13T22:11:43.000-07:00] [OBIPS] [ERROR:16] [] [saw.taskScheduler.processJob] [ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7170] [tid: 4600] Running task 'Cache/AdvancedReporting/AuthId' finished in 108250 milliseconds, 108.2% of job's frequency (100 seconds).[[
    File:taskscheduler.cpp
    Line:437
    Location:
         saw.taskScheduler.processJob
         saw.threadpool.taskscheduler
         saw.threads
    ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7170
    ThreadID: 4600
    task: Cache/AdvancedReporting/AuthId
    [2012-08-13T22:11:43.000-07:00] [OBIPS] [ERROR:16] [] [saw.taskScheduler.processJob] [ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7172] [tid: 4976] Running task 'Cache/StatePool/CleanupXMLMemoryCache' finished in 88250 milliseconds, 73.5% of job's frequency (120 seconds).[[
    File:taskscheduler.cpp
    Line:437
    Location:
         saw.taskScheduler.processJob
         saw.threadpool.taskscheduler
         saw.threads
    ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7172
    ThreadID: 4976
    task: Cache/StatePool/CleanupXMLMemoryCache
    [2012-08-13T22:11:43.000-07:00] [OBIPS] [ERROR:16] [] [saw.taskScheduler.processJob] [ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7173] [tid: 5332] Running task 'Cache/StatePool/CleanupXMLDiskCache' finished in 39875 milliseconds, 33.2% of job's frequency (120 seconds).[[
    File:taskscheduler.cpp
    Line:437
    Location:
         saw.taskScheduler.processJob
         saw.threadpool.taskscheduler
         saw.threads
    ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7173
    ThreadID: 5332
    task: Cache/StatePool/CleanupXMLDiskCache
    [2012-08-13T22:11:43.000-07:00] [OBIPS] [ERROR:16] [] [saw.taskScheduler.processJob] [ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7165] [tid: 3764] Running task 'Cache/ConnectionPool' finished in 148282 milliseconds, 247.1% of job's frequency (60 seconds).[[
    File:taskscheduler.cpp
    Line:437
    Location:
         saw.taskScheduler.processJob
         saw.threadpool.taskscheduler
         saw.threads
    ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7165
    ThreadID: 3764
    task: Cache/ConnectionPool
    [2012-08-13T22:12:24.000-07:00] [OBIPS] [WARNING:16] [] [saw.taskScheduler.processJob] [ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7158] [tid: 4716] Running task 'Cache/CompactSMA' finished in 249250 milliseconds, 1.1% of job's frequency (21600 seconds).[[
    File:taskscheduler.cpp
    Line:437
    Location:
         saw.taskScheduler.processJob
         saw.threadpool.taskscheduler
         saw.threads
    ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7158
    ThreadID: 4716
    task: Cache/CompactSMA
    [2012-08-13T22:16:20.000-07:00] [OBIPS] [ERROR:1] [] [saw.security.odbcuserpopulationimpl.getbisystemconnection] [ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7237] [tid: 5332] Authentication Failure.
    Odbc driver returned an error (SQLDriverConnectW).
    State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused.
    [nQSError: 43113] Message returned from OBIS.
    [nQSError: 43126] Authentication failed: invalid user/password. (08004)[[
    File:odbcuserpoploaderimpl.cpp
    Line:995
    Location:
         saw.security.odbcuserpopulationimpl.getbisystemconnection
         saw.security.odbcuserpopulationimpl.searchidentities
         saw.security.userpopulationmanagerimpl.getaccountdetailsbyid
         saw.CatalogAttributes.cache.cleanup
         saw.taskScheduler.processJob
         saw.threadpool.taskscheduler
         saw.threads
    ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7237
    ThreadID: 5332
    task: Cache/CatalogAttributes
    [2012-08-13T22:16:20.000-07:00] [OBIPS] [WARNING:16] [] [saw.taskScheduler.processJob] [ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7237] [tid: 5332] Running task 'Cache/CatalogAttributes' finished in 23453 milliseconds, 5.8% of job's frequency (400 seconds).[[
    File:taskscheduler.cpp
    Line:437
    Location:
         saw.taskScheduler.processJob
         saw.threadpool.taskscheduler
         saw.threads
    ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7237
    ThreadID: 5332
    task: Cache/CatalogAttributes
    [2012-08-13T22:23:23.000-07:00] [OBIPS] [ERROR:1] [] [saw.security.odbcuserpopulationimpl.getbisystemconnection] [ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7332] [tid: 2560] Authentication Failure.
    Odbc driver returned an error (SQLDriverConnectW).
    State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused.
    [nQSError: 43113] Message returned from OBIS.
    [nQSError: 43126] Authentication failed: invalid user/password. (08004)[[
    File:odbcuserpoploaderimpl.cpp
    Line:995
    Location:
         saw.security.odbcuserpopulationimpl.getbisystemconnection
         saw.security.odbcuserpopulationimpl.searchidentities
         saw.security.userpopulationmanagerimpl.getaccountdetailsbyid
         saw.CatalogAttributes.cache.cleanup
         saw.taskScheduler.processJob
         saw.threadpool.taskscheduler
         saw.threads
    ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7332
    ThreadID: 2560
    task: Cache/CatalogAttributes
    [2012-08-13T22:23:23.000-07:00] [OBIPS] [WARNING:16] [] [saw.taskScheduler.processJob] [ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7332] [tid: 2560] Running task 'Cache/CatalogAttributes' finished in 22672 milliseconds, 5.6% of job's frequency (400 seconds).[[
    File:taskscheduler.cpp
    Line:437
    Location:
         saw.taskScheduler.processJob
         saw.threadpool.taskscheduler
         saw.threads
    ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7332
    ThreadID: 2560
    task: Cache/CatalogAttributes
    [2012-08-13T22:30:27.000-07:00] [OBIPS] [ERROR:1] [] [saw.security.odbcuserpopulationimpl.getbisystemconnection] [ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7444] [tid: 4976] Authentication Failure.
    Odbc driver returned an error (SQLDriverConnectW).
    State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused.
    [nQSError: 43113] Message returned from OBIS.
    [nQSError: 43126] Authentication failed: invalid user/password. (08004)[[
    File:odbcuserpoploaderimpl.cpp
    Line:995
    Location:
         saw.security.odbcuserpopulationimpl.getbisystemconnection
         saw.security.odbcuserpopulationimpl.searchidentities
         saw.security.userpopulationmanagerimpl.getaccountdetailsbyid
         saw.CatalogAttributes.cache.cleanup
         saw.taskScheduler.processJob
         saw.threadpool.taskscheduler
         saw.threads
    ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7444
    ThreadID: 4976
    task: Cache/CatalogAttributes
    [2012-08-13T22:30:27.000-07:00] [OBIPS] [WARNING:16] [] [saw.taskScheduler.processJob] [ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7444] [tid: 4976] Running task 'Cache/CatalogAttributes' finished in 22125 milliseconds, 5.5% of job's frequency (400 seconds).[[
    File:taskscheduler.cpp
    Line:437
    Location:
         saw.taskScheduler.processJob
         saw.threadpool.taskscheduler
         saw.threads
    ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000,0:7444
    ThreadID: 4976
    task: Cache/CatalogAttributes
    NQSERVER Log
    2012-08-13T00:39:21.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000] [tid: e48] Error Message From BI Security Service: oracle.bi.security.service.SecurityServiceException: SecurityService::validateSystemUserSystem user could not be authenticated
    [2012-08-13T00:39:21.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000] [tid: e48] [nQSError: 43126] Authentication failed: invalid user/password.
    [2012-08-13T22:09:06.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000] [tid: 950] Error Message From BI Security Service: oracle.bi.security.service.SecurityServiceException: SecurityService::validateSystemUserSystem user could not be authenticated
    [2012-08-13T22:09:07.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000] [tid: 1030] Error Message From BI Security Service: oracle.bi.security.service.SecurityServiceException: SecurityService::validateSystemUserSystem user could not be authenticated
    [2012-08-13T22:09:08.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000] [tid: 950] [nQSError: 43126] Authentication failed: invalid user/password.
    [2012-08-13T22:09:09.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000] [tid: 1030] [nQSError: 43126] Authentication failed: invalid user/password.
    [2012-08-13T22:16:17.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000] [tid: f0c] Error Message From BI Security Service: oracle.bi.security.service.SecurityServiceException: SecurityService::validateSystemUserSystem user could not be authenticated
    [2012-08-13T22:16:19.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000] [tid: f0c] [nQSError: 43126] Authentication failed: invalid user/password.
    [2012-08-13T22:23:21.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000] [tid: 17ac] Error Message From BI Security Service: oracle.bi.security.service.SecurityServiceException: SecurityService::validateSystemUserSystem user could not be authenticated
    [2012-08-13T22:23:22.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000] [tid: 17ac] [nQSError: 43126] Authentication failed: invalid user/password.
    [2012-08-13T22:30:26.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000] [tid: cc8] Error Message From BI Security Service: oracle.bi.security.service.SecurityServiceException: SecurityService::validateSystemUserSystem user could not be authenticated
    [2012-08-13T22:30:26.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00i9QgE6Rrm5yW^5xV_AiW00016S000000] [tid: cc8] [nQSError: 43126] Authentication failed: invalid user/password.

  • OBIEE 11G Scheduler error

    Good afternoon guys
    Hope all are well
    My Question is as follows.
    When doing and ./opmnctl startall or even a startproc for the BI Scheduler i get the following error.
    [2013-09-26T13:03:57.000+02:00] [OracleBISchedulerComponent] [ERROR:1] [] [] [ecid: ] [tid: a0ee1720] [68008] Scheduler Error:  [[
    Current Table: S_NQ_JOB.
    [nQSError: 17001] Oracle Error code: 12154, message: ORA-12154: TNS:could not resolve the connect identifier specified
    at OCI call OCIServerAttach.
    Current Table: S_NQ_JOB_PARAM.
    [nQSError: 17001] Oracle Error code: 12154, message: ORA-12154: TNS:could not resolve the connect identifier specified
    at OCI call OCIServerAttach.
    Current Table: S_NQ_INSTANCE.
    [nQSError: 17001] Oracle Error code: 12154, message: ORA-12154: TNS:could not resolve the connect identifier specified
    at OCI call OCIServerAttach.
    Current Table: S_NQ_ERR_MSG.
    [nQSError: 17001] Oracle Error code: 12154, message: ORA-12154: TNS:could not resolve the connect identifier specified
    at OCI call OCIServerAttach.. Errors were encountered while initializing Scheduler's backend database, check database configuration.
    Can anyone assist?
    Regards
    Rayno

    Good Morning Guys
    We are still having the Scheduler error and i have tried all the posts from you guys, and still no luck.
    In the OPMN logs i get the following error.
    [2013-10-03T10:01:26+02:00] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obisch1~OracleBISchedulerComponent~coreapplication_obisch1~1 (1752313904:27266) [No addresses matched the properties for the request]
    [2013-10-03T10:01:26+02:00] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obisch1~OracleBISchedulerComponent~coreapplication_obisch1~1 (1752313904:27266)
    [2013-10-03T10:01:26+02:00] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:1752313904
    [2013-10-03T10:01:27+02:00] [opmn] [NOTIFICATION:1] [663] [pm-process] Stopping Process: coreapplication_obisch1~OracleBISchedulerComponent~coreapplication_obisch1~1 (1752313904:27266)
    [2013-10-03T10:02:26+02:00] [opmn] [ERROR:1] [] [libopmncustom] Forcefully Terminating Process: coreapplication_obisch1~OracleBISchedulerComponent~coreapplication_obisch1~1 (1752313904:27266)
    [2013-10-03T10:02:26+02:00] [opmn] [TRACE:1] [536] [pm-workers] Job 0 955 result: [[
    No addresses matched the properties for the request
    Can anyone assist please?
    Regards
    Rayno

  • Error in starting BI Scheduler service in OBIEE 11g

    Hello All,
    I am working on OBIEE 11g. When I am trying to start up services by login into Enterprise Manager it is giving following error to start Bi Schedulers i.e. coreapplication_obisch1.
    Module:    oracle.bi.management.sysmancommon
    Message: Error in starting component: oracle instance: instance1, component: coreapplication_obisch1
    Supplemental Detail:
    oracle.bi.management.adminservices.opmn.ProcessControlException: Operation Failed: start; OracleInstance: instance1; Component: coreapplication_obisch1; msg: 0 of 1 processes started.
    at oracle.bi.management.adminservices.opmn.OpmnProcessController.start(OpmnProcessController.java:145)
    at oracle.bi.management.adminservices.model.impl.ProcessManagerProxyImpl.start(ProcessManagerProxyImpl.java:62)
    at oracle.bi.management.adminservices.mbeans.impl.BIComponentMBeanImpl.start(BIComponentMBeanImpl.java:172)
    at oracle.bi.management.adminservices.mbeans.impl.BIComponentMBeanImpl.start(BIComponentMBeanImpl.java:157)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean.doInvoke(OracleStandardEmitterMBean.java:1012)
    at oracle.adf.mbean.share.AdfMBeanInterceptor.internalInvoke(AdfMBeanInterceptor.java:104)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
    at oracle.as.jmx.framework.generic.spi.security.AbstractMBeanSecurityInterceptor.internalInvoke(AbstractMBeanSecurityInterceptor.java:190)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
    at oracle.security.jps.ee.jmx.JpsJmxInterceptor$2.run(JpsJmxInterceptor.java:358)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.jmx.JpsJmxInterceptor.internalInvoke(JpsJmxInterceptor.java:374)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
    at oracle.as.jmx.framework.generic.spi.interceptors.ContextClassLoaderMBeanInterceptor.internalInvoke(ContextClassLoaderMBeanInterceptor.java:103)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
    at oracle.as.jmx.framework.generic.spi.interceptors.MBeanRestartInterceptor.internalInvoke(MBeanRestartInterceptor.java:116)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
    at oracle.as.jmx.framework.generic.spi.interceptors.LoggingMBeanInterceptor.internalInvoke(LoggingMBeanInterceptor.java:524)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
    at oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean.invoke(OracleStandardEmitterMBean.java:924)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
    at weblogic.management.mbeanservers.domainruntime.internal.FederatedMBeanServerInterceptor.invoke(FederatedMBeanServerInterceptor.java:349)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)
    at weblogic.management.mbeanservers.internal.JMXContextInterceptor.invoke(JMXContextInterceptor.java:263)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)
    at weblogic.management.mbeanservers.internal.SecurityMBeanMgmtOpsInterceptor.invoke(SecurityMBeanMgmtOpsInterceptor.java:65)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)
    at weblogic.management.mbeanservers.internal.SecurityInterceptor.invoke(SecurityInterceptor.java:444)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServer.invoke(WLSMBeanServer.java:323)
    at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$11$1.run(JMXConnectorSubjectForwarder.java:663)
    at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$11.run(JMXConnectorSubjectForwarder.java:661)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder.invoke(JMXConnectorSubjectForwarder.java:654)
    at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1427)
    at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
    at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1265)
    at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1367)
    at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:788)
    at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
    at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:222)
    at javax.management.remote.rmi.RMIConnectionImpl_1035_WLStub.invoke(Unknown Source)
    at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.invoke(RMIConnector.java:993)
    at weblogic.management.remote.wlx.ClientProvider$WLXMBeanServerConnectionWrapper.invoke(ClientProvider.java:291)
    at weblogic.management.remote.wlx.ClientProvider$WLXMBeanServerConnectionWrapper.invoke(ClientProvider.java:291)
    at oracle.sysman.emai.model.bi.impl.JmxUtil.invokeMethod(JmxUtil.java:184)
    at oracle.sysman.emai.model.bi.mbean.AvailabilityAssistant.processComponent(AvailabilityAssistant.java:636)
    at oracle.sysman.emai.model.bi.mbean.AvailabilityAssistant.startComponent(AvailabilityAssistant.java:596)
    at oracle.sysman.emai.view.bi.AvailabilityView.startComponent(AvailabilityView.java:421)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.sysman.emas.sdk.progress.WorkWrapper.run(WorkWrapper.java:96)
    at java.lang.Thread.run(Thread.java:662)
    Please guide me on this. Because I am unable to login into Analytics and I think its due to as BI Schedulers are not getting up.
    Thank You.
    Regards,
    Meghana

    Hi sateesh,
    Seems your database listerner and opmnctl is down....first start these in your services pane and then try starting your BI server....but keep in mind close the admin tool if it is open .
    This might also help [http://gerardnico.com/wiki/dat/obiee/start_11g]
    By,
    KK

  • Error RCU-6083 during RCU installation prior to OBIEE 11g on Solaris

    Hello,
    I have an application server where I have an Oracle Database EE 11g running on Solaris 10 upgrade 9.
    The server has the following characteristics:
    - SUN V440
    - RAM 16GB
    - 2 processors Ultra Sparc III, 1.5GHz
    - OS: Solaris version 10
    - Disk space: 500GB
    - Oracle Weblogic Server 11g (10.3)
    - Ethernet 1 Gpbs
    I want to install the RCU schemas and OBIEE 11g (11.1.1.5.0) on this server so I verified all the pre-requisites for RCU and OBIEE and are OK.
    I am using the Repository Creation Utility (11.1.1.5.0) for Microsoft Windows (32-bit) to install the RCU because although the database is running on Solaris, the installer is not working through that server so I have a PC connected to the network and through that PC that has windows7 i could run the installer and connect to the db, using the SYSTEM user (because when i select sys as sysdba, although the password is correct, it doesn't connect to the db).
    However, the installer is sending the ERROR: RCU-6083 regarding the pre-requisites for the BIPLATFORM.
    I already use the following command alter system set processes=500 and restarted the db services, however the wizard installer is still sendig that error.
    What can be done to succesfully install the RCU?
    Thanks and regards,
    Rebeca

    Hello User,
    Below my comments in blue:-
    1) Do I need to install any Oracle DB (like to install 10g) prior to running rcu.bat file?
    Yes
    2) If I install Oracle 10g DB, does if create any compatibility issue while installing OBIEE 11g?
    Check below the compatibility matrix
    Oracle Fusion Middleware Supported System Configurations
    Thanks,
    Sasi Nagireddy.

  • Obiee 11g error

    Hi All,
    I am using obiee 11g for a demo project.When i a run the a report just with 2 columns from 1 from dimension and 1 from fact.It is throwing an error.the error message is
    Query Failed: [nQSError: 14025] No fact table exists at the requested level of detail: .
    I tried using foriegn key in bmm layer it is working fine.When i go for complexjoin bmm layer.The above error is coimng up.
    Can anybody help me on this.
    Thanks,
    Chandra

    can you try the following sequence for startup.
    It is the method I use to start up servers. Before you complete the steps below the following Windows Services should **not** be running.
    a. Oracle Process Manager (instance1)
    b. Oracle Weblogic NodeManager
    1) Start NodeManager from the Command Prompt
    Cd <MIDDLEWARE_HOME>\wlserver_10.3\server\bin
    startNodeManager.cmd
    Wait till you see message "Secure socket listener start at port"
    2) Start Admin server from command prompt
    Cd <MIDDLEWARE_HOME>\user_projects\domains\bifoundation_domain\bin
    startWebLogic.cmd
    It will ask for user name / password, specify the user details that you have mentioned at the time of 11g install
    Wait till you see message Admin server is in running mode.
    3) Now start Managed server from GUI
    Access WebLogic console from a browser
    http://<machinename>:7001/console
    Login, Environment > servers > Control > select bi_server1 > click on start
    It would take some time for Managed server to start. Wait till you see Running status.
    4) Now start the OBIEE components from command prompt
    Cd C:\OBIEE\instances\instance1\bin
    opmnctl startall

Maybe you are looking for