Debugging OBIEE

Hi,
I want to debug what happens in the OBIEE tool AFTER ithas generated the SQL and results from it. I have a problem where the SQL is fine and gives the correct result but the output in Answers is wrong. It is extremely strange behaviour so I won't try to explain here.
Is there a log somewhere (like for the generated SQL) or similiar?

You say:
the output in Answers is wrongAre you very sure of that? You know the acronym GIGO? :-)
What kind of problem are you seeing in the output?
I'd double check your report and/or RPD first.
But if you want further logging then BI Server only has NQServer.log that I know of, and then you can use logconfig.xml in Presentation Services (sawserver) but even at the most detailed I don't think it will show you the data it's rendering.
Info on sawserver logging: http://rnm1978.wordpress.com/category/log/

Similar Messages

  • OBIEE 11G with Single Sign-On and Active Directory

    Hi guys,
    Release Version: Oracle Business Intelligence 11.1.1.5.0
    Patch applied: 11.1.1.5.0 BP3 (Patch 13832750)
    OBIEE Server operating system: Windows Server 2008 SP2 (32-bits Operating System).
    We are trying to configure Single Sign-On according to TechNote_WNA_SSO_AD_V4.0.doc.
    Our krb5login.conf:
    com.sun.security.jgss.krb5.initiate {
    com.sun.security.auth.module.Krb5LoginModule required
    principal="[email protected]"
    keyTab=cgdkobi2.keytab
    useKeyTab=true
    storeKey=true
    debug=true
    com.sun.security.jgss.krb5.accept {
    com.sun.security.auth.module.Krb5LoginModule required
    principal="[email protected]"
    keyTab=cgdkobi2.keytab
    useKeyTab=true
    storeKey=true
    debug=true
    We generate de keytab file:
    C:\OracleBI11g\user_projects\domains\bifoundation_domain>C:\OracleBI11g\jrockit_160_24_D1.1.24\bin\ktab.exe -k cgdkobi2.keytab -a [email protected]
    Password for [email protected]:XXXXXXX
    Done!
    Service key for [email protected] is saved in cgdkobi2.keytab
    C:\OracleBI11g\user_projects\domains\bifoundation_domain>C:\OracleBI11g\jrockit_160_24_D1.1.2-4\bin\kinit -k -t cgdkobi2.keytab cgdkobi2
    New ticket is stored in cache file C:\Users\cgdkobi2\krb5cc_cgdkobi2
    C:\OracleBI11g\user_projects\domains\bifoundation_domain>C:\OracleBI11g\jrockit_160_24_D1.1.2-4\bin\klist -k -t cgdkobi2.keytab
    Key tab: cgdkobi2.keytab, 1 entry found.
    [1] Service principal: [email protected]
    KVNO: 1
    Time stamp: Mar 15, 2013 10:34
    C:\OracleBI11g\user_projects\domains\bifoundation_domain>klist
    Current LogonId is 0:0x406163f5
    Cached Tickets: (0)
    We re-start the services and logon into analytics web and SSO doesn't work but there's not an error. It runs successfully with and Active Directoy user and password. Seems like SSO wasn't enabled, but I checked is enabled.
    Any suggestion?
    Thanks in advanced

    Follow the posts : OBI 11.1.1.6.SSO and You are not currently signed in to Oracle BI Server" for OBIEE 11.1.1.6 SSO do the troubleshooting mentioned there.
    Also check your logs for error like the one below:
    [2012-03-09T16:42:36.000-05:00] [OBIPS] [NOTIFICATION:1] [] [saw.securitysubsystem.checkauthentication.runimpl] [ecid: 6c98b5cce1f24814:2a613331:135f95fbdff:-8000-0000000000005b7a,0:1:1] [tid: 5932] 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: 13039] The impersonator does not exist in the BI Security Service. (08004)[[
    If you are getting this when you login to OBIEE :      You are not currently signed in to Oracle BI Server"
    then you need to apply this patch : 13553428 QA:BLK:DELIVER TO CORP. OID LDAP USERS FAILED WITH IMPERSONATOR DOES'NT EXIST. 11.1.1.6.0 Generic Platform (American English) General Oracle BI Suite EE Apr 5, 2012 799.4 KB
    Let us know the updates. Hope this helps. Mark if it does.!
    Thanks,
    SVS

  • Not all rows are displayed in OBIEE answers

    Hi,
    When I include a dimension column(PRODUCT) along with my fact column(SALES AMT), I am getting only one PRODUCT row displayed.
    If I select just the PRODUCT column without any FACT column, I am getting the list of all PRODUCT(25 rows).
    I used the query generated by OBIEE, and ran it in my database and I am getting all product listing and the sales amount. (25 rows).
    I am assuming my problem is in my RPD. But where in my RPD should I look to debug this issue?
    Thank you.
    Edited by: ssk1974 on Jan 11, 2011 1:09 PM

    This is probably correct behavior - you probably only have one product existing in your fact table? If you want to see all the lists of products along with $0 for the facts, you'd have to do an outer join between the dimension and the fact.
    Of course, if your fact table does have other products in, then there's some other problem - maybe dim joined to fact on wrong column name or something.
    Hope this helps,
    Scott

  • Difference in Query generated by OBIEE for same report

    Hi,
    I am using a a report(X) in a filter condition.
    I am seeing a peculiar issue with OBIEE server. When i am running a report(X) alone, the query generated is different. But when i am using the same report in filter condition of other report(Y), the same report is generating some other query. The first report(X) is running fine but the second(Y) is not running at all.
    Case 1(Report X) Query: The report is breaking into 3 parts for different fact tables and combining the data to give result.
    Case 2(Report Y): A single query is being formed and within it is fecthing the data from different fact tables using subqueries.
    Case2 is creating a lot of problem as the performance is totally poor.
    Any suggesstions??
    Thanks
    Tataji

    Hi, we haven't debugged the application or traced the query against the production server (it's in our customer's office) buy I think there's no difference since the query itself has been tested using sqldeveloper against both servers (XE 11.2 and Enterprise 11.1) and the behavior is consistent. By consistent I mean:
    - The query executed via sqldeveloper against Oracle XE 11.2 runs ok and so does the application.
    - The query executed via sqldeveloper against Oracle Enterprise 11.1 fails with an ORA-01790 error, and so does the application (exceptions are being logged in the Event Log).
    To sum up: the same query runs ok in Oracle XE 11.2 and fails in Oracle Enterprise 11.1.
    Additional information: we have tried explicit casting the NULL literals to the corresponding data types (in the UNION ALLs) and the query works fine in both versions. ¿Is there an option in ODAC to tell the query generator to write this explicit castings?
    Regarding the DB schema and the LINQ query, I'll be sending them asap.
    Regards,
    Ernesto.

  • OBIEE EXECUTE PHYSICAL sql as Data Model Query

    The following SQL was generated using OBIEE. I'd like to use it as the SQL query for my data model. It works fine it I hard code all of the values into the where clase. However when I attempt to pass parameter values (:ACCOUNTING_PERIOD & :FISCAL_YEAR) into the below SQL statement, I get an error and the report will not generate. The error is the typical "The report can't be rendered. Check with your administrator". Any ideas on how I can pass parameter values into this SQL?
    EXECUTE PHYSICAL CONNECTION POOL SDEVDW SELECT A.BUSINESS_UNIT,A.PROJECT_ID,A.PROJECT_STATUS,A.EFFDT FROM SPSDW.PS_PROJECT_STATUS A WHERE A.EFFDT = (SELECT MAX(B.EFFDT) FROM SPSDW.PS_PROJECT_STATUS B WHERE B.BUSINESS_UNIT = A.BUSINESS_UNIT AND B.PROJECT_ID = A.PROJECT_ID AND B.PROJECT_STATUS<>'C' AND B.EFFDT <= (SELECT PPERIOD_END_DT FROM SPSDW.PS_D_DET_PERIOD WHERE PPERIOD_CD = 6 AND PYEAR_NUM = 2008 AND DT_PATTERN_CD = '01' AND SRC_SYS_ID = 'FSCM')
    ) ORDER BY 1,2,3

    I turned on debug and bounded OC4J. After I ran the report, I did not see any link.
    The error that returns is:
    "The report cannot be rendered because of an error, please contact the administrator."
    Where will the link be located. Is there are log file that I can review. We are using BI Publisher enterprise (10.1.3.3.0).

  • Dbms authentication in OBIEE 11.1.1.7.1

    Hi all,
    I have a problem with configuring dbms authentication in obiee 11.1.1.7.1. I followed the document below, and made all the steps.
    Using Alternative Authentication Providers - 11g Release 1 (11.1.1)
    Now, my problem is none of my dbms users can login to analytics. I can login using weblogic users, but when I try to search for any of the users from analytics, I get invalid GUID error. (I refreshed GUIDs, this is not related) According to debug steps my problem should be with adapters since I can login to em console with my db users after giving privilage, but I don't know what is wrong. Error from nqserver.log is below.
    [tid: 152c] An error message was received from the BI Security Service: SecurityService::populateBIUserFromUserProfileUser XXXXXX has invalid guid 41414B494E4C49
    [tid: 152c] An error message was received from the BI Security Service: SecurityService::populateBIUserFromUserProfileUser XXXXXX has invalid guid 41414B494E4C49 [[
    [nQSError: 43113] Message returned from OBIS.
    [tid: 152c] SecurityService::populateBIUserFromUserProfileUser XXXXXX has invalid guid 47434554494E4552
    [tid: 152c]  [nQSError: 43126] Authentication failed: invalid user/password.
    [tid: 152c] SecurityService::populateBIUserFromUserProfileUser XXXXXX has invalid guid 47434554494E4552
    [tid: 152c]  [nQSError: 43126] Authentication failed: invalid user/password.
    What do you think the problem could be? Any help would be appreciated.
    Were anyone able to configure dbms authentication with 11.1.1.7.1 or 11.1.1.7?
    Regards,
    Seth

    Hi Seth,
    I also facing the same issue in 7.0 and 7.1,
    Have you resolved this issue?
    if yes, please share me the solution.
    thank you in advance.

  • OBIEE 11.1.1.7 installation Issues - Fails on Creating a Domain

    Hi,
    I have completed all the steps mentioned in different posts in this forum regarding my error, but none of them helps. After comprehensive searching i have tried to install OBIEE with these steps also.
    1st time installation:
    1. Followed simple steps
       a) Created schema using RCU on MS SQL Server successfully.
       b) After that ran the setup of OBIEE, it succeeded all the way, but when it was configuring it stuck on Creating Domain, and eventually failed after 180 minutes.
    2nd time installation:
    I completely removed, OBIEE from my system, with all the registry entries included. Started a fresh installation after reading all these forum posts. but still it failed again on Creating a domain, this time i kept on re-trying for 3 times, it failed and it took me about 315 minutes overall.
    a) Create a loop back adapter.
    b) Assigned that adapter an IP (10.10.10.10). Configured the /etc/host file reflecting my adapter IP and hostname.domain name.
            127.0.0.1       localhost
            127.0.0.1 WPKZS255082-XLZ.TX.MYDOMIN.COM  WPKZS255082-XLZ
            10.10.10.10 WPKZS255082-XLZ.TX.MYDOMIN.COM  WPKZS255082-XLZ
    (Above is my /etc/hosts file.
    c) Installed Java JRE & JDK (7) on C:\JAVA and set the environmental variables in PATH (System Variable).
    My System Configurations are:
    Dell Latitude - E6520
    8 GB Ram - 64-bit Architecture.
    Windows 7 ULTIMATE
    Computer Name : WPKZS255082-XLZ
    Domain : TX.MYDOMIN.COM
    ----------These are the error messages that log file has created --------------
    ERROR LOG START
    File name from the log is generated and pasted here is : "install2015-04-17_04-50-25PM.out"
    Creating a new AdminServer Object ...
      AdminServer port is 7001
      Starting the domain ...
      LOADING DLL : C:\MMiddleware\Oracle_BI1\install\config\\StartUtil64.dll
        DEBUG : Loading DLL : C:\MMiddleware\Oracle_BI1\install\config\\StartUtil64.dll
        DEBUG : Loaded DLL : C:\MMiddleware\Oracle_BI1\install\config\\StartUtil64.dll
    oracle.as.provisioning.util.ConfigException:
    Error while starting the domain.
    Cause:
    An error occurred while starting the domain.
    Action:
    See logs for more details.
      at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
      at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3180)
      at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3043)
      at oracle.as.provisioning.engine.WorkFlowExecutor._startAdminServer(WorkFlowExecutor.java:1645)
      at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:635)
      at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
      at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
      at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
      at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:49)
      at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
      at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:66)
      at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:113)
      at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:375)
      at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
      at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
      at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
      at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:96)
      at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:186)
      at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
      at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
      at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.as.provisioning.util.ConfigException:
    Error while starting the domain.
    Cause:
    Starting the Admin_Server timed out.
    Action:
    See logs for more details.
      at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
      at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3150)
      ... 19 more
    oracle.as.provisioning.exception.ASProvisioningException
      at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:872)
      at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
      at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:49)
      at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
      at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:66)
      at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:113)
      at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:375)
      at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
      at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
      at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
      at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:96)
      at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:186)
      at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
      at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
      at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
      at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:686)
      at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
      at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
      ... 14 more
    java.lang.Exception: Unable to find a free port in range 7001 and 7500
      at oracle.as.install.engine.modules.util.others.PortUtilities.getFreePortInRange(PortUtilities.java:83)
      at oracle.as.install.bi.biconfig.util.PortUtilitiesImpl.getFreePortInRange(PortUtilitiesImpl.java:17)
      at oracle.as.install.bi.biconfig.standard.PortList.getPort(PortList.java:125)
      at oracle.as.install.bi.biconfig.standard.PortList.getConsecutivePorts(PortList.java:160)
      at oracle.as.install.bi.biconfig.standard.PortList.assignPort(PortList.java:181)
      at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask._initFarmDetails(DomainProvisioningTask.java:86)
      at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:48)
      at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
      at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:66)
      at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:113)
      at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:375)
      at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
      at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
      at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
      at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:96)
      at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:186)
      at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
      at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
      at java.lang.Thread.run(Thread.java:662)
    java.lang.Exception: Unable to find a free port in range 9500 and 10000
      at oracle.as.install.engine.modules.util.others.PortUtilities.getFreePortInRange(PortUtilities.java:83)
      at oracle.as.install.bi.biconfig.util.PortUtilitiesImpl.getFreePortInRange(PortUtilitiesImpl.java:17)
      at oracle.as.install.bi.biconfig.standard.PortList.getPort(PortList.java:125)
      at oracle.as.install.bi.biconfig.standard.PortList.getConsecutivePorts(PortList.java:160)
      at oracle.as.install.bi.biconfig.standard.PortList.assignPort(PortList.java:181)
      at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask._initFarmDetails(DomainProvisioningTask.java:89)
      at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:48)
      at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
      at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:66)
      at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:113)
      at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:375)
      at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
      at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
      at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
      at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:96)
      at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:186)
      at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
      at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
      at java.lang.Thread.run(Thread.java:662)
    java.lang.Exception: Unable to find a free port in range 9500 and 10000
      at oracle.as.install.engine.modules.util.others.PortUtilities.getFreePortInRange(PortUtilities.java:83)
      at oracle.as.install.bi.biconfig.util.PortUtilitiesImpl.getFreePortInRange(PortUtilitiesImpl.java:17)
      at oracle.as.install.bi.biconfig.standard.PortList.getPort(PortList.java:125)
      at oracle.as.install.bi.biconfig.standard.PortList.getConsecutivePorts(PortList.java:160)
      at oracle.as.install.bi.biconfig.standard.PortList.assignPort(PortList.java:181)
      at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask._setNodeManagerPort(DomainProvisioningTask.java:151)
      at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask._initFarmDetails(DomainProvisioningTask.java:135)
      at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:48)
      at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
      at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:66)
      at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:113)
      at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:375)
      at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
      at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
      at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
      at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:96)
      at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:186)
      at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
      at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
      at java.lang.Thread.run(Thread.java:662)
      AdminServer port is -1
    oracle.as.provisioning.exception.ASProvisioningException
      at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:872)
      at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
      at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:49)
      at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
      at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:66)
      at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:113)
      at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:375)
      at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
      at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
      at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
      at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:96)
      at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:186)
      at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
      at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
      at java.lang.Thread.run(Thread.java:662)
    Caused by: java.lang.IllegalArgumentException: Invalid JMX Port
      at oracle.as.provisioning.weblogic.ASDomain.<init>(ASDomain.java:340)
      at oracle.as.provisioning.engine.WorkFlowExecutor._initializeConfigEngine(WorkFlowExecutor.java:1693)
      at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:618)
      at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
      at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
      ... 14 more
    ERROR LOG ENDS
    Request your urgent response on this matter. If anyone finds this same error, please send your feedback.
    Thanks

    Hello 0ad6e3fe-e3d8-4867-8ba9-780c4a7150ff,
    Your name must be hard to type, let alone remember. Please choose a more speaking name / handle for this forum since it's inconvenient talking to an alphanumeric string rather than a person.
    You seem to have port issues:
    java.lang.Exception: Unable to find a free port in range 7001 and 7500
    java.lang.Exception: Unable to find a free port in range 9500 and 10000
    java.lang.Exception: Unable to find a free port in range 9500 and 10000
    However you're on Windows, so I suggest you check the last post in this thread: Re: OBIEE 11.1.1.5 installation Error on windows 7 64 bit
    BTW: Doing a google search as well as a normal forum search bring up that thread and the very first search result for you issue.

  • Error in deploying OBIEE 10.1.3.4.2 BI Presentation Service on WAS6.1

    Hi,
    I am working on environment setup using OBIEE suite version 10.1.3.4.2 on a UNIX (AIX6.1 platform) system (which is a remote machine for me).
    Installation of OBIEE 10g suite (all components) on AIX server is completed, and ever the BI server and BI Presentation Server (PS) services are running on the system.
    IBM WAS6.1 is being used as the web application server to connect to BI presentation server from my local desktop (windows 7 platform).
    Both BI PS and WAS6.1 are installed on the same AIX system. Hence, the OBIEE_HOME/web/app/WEB-INF/web.xml file has host name as localhost and port number as 9710.
    I am facing issue in configuring the WAS6.1 to support the BI Presentation services. Steps involved in the config are –
    1. Deploy the analytics.war file from OBIEE_HOME/web/ using 'Install new enterprise application' option on WAS6.1 admin console.
    2. Context root provided is /analytics
    3. Start WAS Application server
    4. Start OBI Presentation server
    5. Access URL: http://nameserver:port/analytics/saw.dll?Dashboard – this is the test url provided in OBI documentation.
    nameserver is the host name of the AIX server on which both BI PS and WAS6.1 are installed
    Port - this is the HTTP port provided in the configuration details of WAS6.1 profile. ( I am not using 9710 in the url, if that is used, HTTP 404 - address not found error is generated.)
    For step 5 above, I am getting HTTP 500 error while trying to access this URL.
    Error message in SystemOut.log file in WAS6.1_Profile_home/logs/server1/ is as below.
    Can anyone please help in understanding and resolution of this error as well as configuration of BI PS. Thanks.
    SRVE0068E: Uncaught exception thrown in one of the service methods of the servlet: SAWBridge.
    [7/24/12 13:06:15:645 GMT+05:30] 0000001f ServletWrappe E SRVE0068E: Uncaught exception thrown in one of the service methods of the servlet: SAWBridge. Exception thrown : java.net.SocketException: Connection timed out:could be due to invalid address
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:391)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:252)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:239)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:389)
    at java.net.Socket.connect(Socket.java:551)
    at java.net.Socket.connect(Socket.java:501)
    at java.net.Socket.<init>(Socket.java:409)
    at java.net.Socket.<init>(Socket.java:223)
    at com.siebel.analytics.web.sawconnect.ConnectionPoolSocketFactoryImpl.createSocket(ConnectionPoolSocketFactoryImpl.java:63)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:618)
    at com.siebel.analytics.web.sawconnect.ConnectionPoolSocketFactoryImpl.createSocket(ConnectionPoolSocketFactoryImpl.java:70)
    at com.siebel.analytics.web.sawconnect.ConnectionPool.createNewConnection(ConnectionPool.java:314)
    at com.siebel.analytics.web.sawconnect.ConnectionPool.getConnection(ConnectionPool.java:133)
    at com.siebel.analytics.web.SAWBridge.processRequest(SAWBridge.java:299)
    at com.siebel.analytics.web.SAWBridge.doGet(SAWBridge.java:325)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1146)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:592)
    at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:525)
    at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3548)
    at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:269)
    at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:818)
    at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1478)
    at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:126)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:387)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:267)
    at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
    at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
    at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
    at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
    at com.ibm.io.async.AsyncChannelFuture$1.run(AsyncChannelFuture.java:205)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1497)
    [7/24/12 13:06:15:664 GMT+05:30] 0000001f WebApp E [Servlet Error]-[SAWBridge]: java.net.SocketException: Connection timed out:could be due to invalid address
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:391)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:252)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:239)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:389)
    at java.net.Socket.connect(Socket.java:551)
    at java.net.Socket.connect(Socket.java:501)
    at java.net.Socket.<init>(Socket.java:409)
    at java.net.Socket.<init>(Socket.java:223)
    at com.siebel.analytics.web.sawconnect.ConnectionPoolSocketFactoryImpl.createSocket(ConnectionPoolSocketFactoryImpl.java:63)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:618)
    at com.siebel.analytics.web.sawconnect.ConnectionPoolSocketFactoryImpl.createSocket(ConnectionPoolSocketFactoryImpl.java:70)
    at com.siebel.analytics.web.sawconnect.ConnectionPool.createNewConnection(ConnectionPool.java:314)
    at com.siebel.analytics.web.sawconnect.ConnectionPool.getConnection(ConnectionPool.java:133)
    at com.siebel.analytics.web.SAWBridge.processRequest(SAWBridge.java:299)
    at com.siebel.analytics.web.SAWBridge.doGet(SAWBridge.java:325)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1146)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:592)
    at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:525)
    at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3548)
    at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:269)
    at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:818)
    at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1478)
    at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:126)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:387)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:267)
    at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
    at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
    at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
    at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
    at com.ibm.io.async.AsyncChannelFuture$1.run(AsyncChannelFuture.java:205)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1497)
    [7/24/12 13:07:30:666 GMT+05:30] 0000001e ServletWrappe E SRVE0068E: Uncaught exception thrown in one of the service methods of the servlet: SAWBridge. Exception thrown : java.net.SocketException: Connection timed out:could be due to invalid address
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:391)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:252)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:239)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:389)
    at java.net.Socket.connect(Socket.java:551)
    at java.net.Socket.connect(Socket.java:501)
    at java.net.Socket.<init>(Socket.java:409)
    at java.net.Socket.<init>(Socket.java:223)
    at com.siebel.analytics.web.sawconnect.ConnectionPoolSocketFactoryImpl.createSocket(ConnectionPoolSocketFactoryImpl.java:63)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:618)
    at com.siebel.analytics.web.sawconnect.ConnectionPoolSocketFactoryImpl.createSocket(ConnectionPoolSocketFactoryImpl.java:70)
    at com.siebel.analytics.web.sawconnect.ConnectionPool.createNewConnection(ConnectionPool.java:314)
    at com.siebel.analytics.web.sawconnect.ConnectionPool.getConnection(ConnectionPool.java:133)
    at com.siebel.analytics.web.SAWBridge.processRequest(SAWBridge.java:299)
    at com.siebel.analytics.web.SAWBridge.doGet(SAWBridge.java:325)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1146)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:592)
    at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:525)
    at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3548)
    at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:269)
    at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:818)
    at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1478)
    at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:126)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:387)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:267)
    at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
    at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
    at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
    at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
    at com.ibm.io.async.AsyncChannelFuture$1.run(AsyncChannelFuture.java:205)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1497)
    [7/24/12 13:07:30:685 GMT+05:30] 0000001e WebApp E [Servlet Error]-[SAWBridge]: java.net.SocketException: Connection timed out:could be due to invalid address
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:391)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:252)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:239)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:389)
    at java.net.Socket.connect(Socket.java:551)
    at java.net.Socket.connect(Socket.java:501)
    at java.net.Socket.<init>(Socket.java:409)
    at java.net.Socket.<init>(Socket.java:223)
    at com.siebel.analytics.web.sawconnect.ConnectionPoolSocketFactoryImpl.createSocket(ConnectionPoolSocketFactoryImpl.java:63)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:618)
    at com.siebel.analytics.web.sawconnect.ConnectionPoolSocketFactoryImpl.createSocket(ConnectionPoolSocketFactoryImpl.java:70)
    at com.siebel.analytics.web.sawconnect.ConnectionPool.createNewConnection(ConnectionPool.java:314)
    at com.siebel.analytics.web.sawconnect.ConnectionPool.getConnection(ConnectionPool.java:133)
    at com.siebel.analytics.web.SAWBridge.processRequest(SAWBridge.java:299)
    at com.siebel.analytics.web.SAWBridge.doGet(SAWBridge.java:325)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1146)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:592)
    at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:525)
    at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3548)
    at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:269)
    at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:818)
    at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1478)
    at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:126)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:387)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:267)
    at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
    at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
    at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
    at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
    at com.ibm.io.async.AsyncChannelFuture$1.run(AsyncChannelFuture.java:205)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1497)

    Hi Dhar,
    thanks for a quick reply...
    Yes even I thought it is reaching the PS, as the error log mentions error with 'SAWbridge'... but I am not sure how to debug further.
    If it helps, below is a output of checking if the PS is running on the server. But I am not sure if the PS continues runnning once the service is started.
    $ ps -ef | grep sawserver
    e614832 14221496 27984058 0 15:53:00 pts/25 0:00 grep sawserver
    e614832 15859900 23396688 0 17:00:00 - 0:07 OBI_Home/web/bin/sawserver
    e614832 23396688 1 0 17:00:00 - 0:00 /bin/sh OBI_Home/setup/sawserver.sh
    if it helps further, excerpt from sawserver.out.log -
    Type: Error
    Severity: 40
    Time: Tue Jul 24 17:00:15 2012
    File: project/webcomm/rpcserver.cpp Line: 744
    Properties: ThreadID-2828
    Location:
    saw.rpc.server
    saw.rpc.server.handleConnection
    saw.rpc.server.dispatch
    saw.threadPool
    saw.threads
    Message without protocol negotiation
    Type: Warning
    Severity: 40
    Time: Tue Jul 24 17:00:15 2012
    File: project/webcomm/socketrpcserver.cpp Line: 491
    Properties: ThreadID-2828
    Location:
    saw.rpc.server.handleConnection
    saw.rpc.server.dispatch
    saw.threadPool
    saw.threads
    Bad request. Closing connection.
    Type: Error
    Severity: 40
    Time: Tue Jul 24 17:00:44 2012
    File: project/webcomm/rpcserver.cpp Line: 744
    Properties: ThreadID-4370
    Location:
    saw.rpc.server
    saw.rpc.server.handleConnection
    saw.rpc.server.dispatch
    saw.threadPool
    saw.threads
    Message without protocol negotiation
    Type: Warning
    Severity: 40
    Time: Tue Jul 24 17:00:44 2012
    File: project/webcomm/socketrpcserver.cpp Line: 491
    Properties: ThreadID-4370
    Location:
    saw.rpc.server.handleConnection
    saw.rpc.server.dispatch
    saw.threadPool
    saw.threads
    Bad request. Closing connection.
    Could you please help further?
    Thanks,
    Shweta.
    Edited by: ShwetaC on Jul 24, 2012 6:10 AM

  • Error in Importing Metadata in OBIEE 11G

    Hi
    1)I recently install obiee 11G, I get an error of ompnctl failed during installation.Does it affect my setup later.
    2) I start creating RPD in 11G , I first created an System DSN and check the database connection it result in sucess.
    Then i start creating RPD in offline mode when i click on import meatdata after that Import meatadata- select datasource screen i choose ODBC 3.5 and choose the
    same DSN which i check previously and give the same user id and password it is giving me error The connection has failed.I also tried using OCI 10g/11g and in data source name i give the full connection string and giv the user id and password but still the problem remain same.
    Can anyone please help me in debugging the issue.
    The Database is in the same machine in which i installed OBIEE 11G
    Thanks
    Bhavesh Khandelwal
    Edited by: 812531 on Nov 17, 2010 5:30 AM
    Edited by: 812531 on Nov 17, 2010 5:36 AM

    Hi everyone,
    A few days ago I installed the Administration and Clients OBIEE11g tools on my machine. To do so follow these steps:
    - Install Weblogic Server 10.3.3
    - Install OBIEE 11g using 'Software Only'.
    I selected this installation because BI Server is installed on a Linux server.
    In the machine on which I installed previously existed the following products:
    - Oracle Client 10.2
    - Oracle ODBC Driver 10.2.0.2
    When trying to import Metadata into the repository, using Administrative tool in OBI 11g the import fails with both, ODBC and OCI drivers. Always the same error appears: “The connection has failed.”
    I created the tnsnames.ora file (which points to the database) in the path [Middleware Home] \ OracleBI1 \ network \ admin.
    I tried to import metadata for replacing the DSN connection string. For this I have followed this syntax: (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (HOST = [ip_address]) (PORT = 1521))) (CONNECT_DATA = (SID = [db_name ]))). But it does not import metadata. Always the same error appears: 'The connection has failed. "
    Can anyone help?
    Thanks in advance.

  • Start BI Services getting hang in obiee 11g

    Hi Experts,
    when I start the BI Service in obiee 11g in getting Hang, how could I resolve this.
    SVR_GRP =
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:MaxPermSize=512m -XX:-UseSSE42Intr
    insics
    WLS Start Mode=Production
    CLASSPATH=D:\Oracle\MIDDLE~1\WLSERV~1.3\server\ext\jdbc\oracle\11g\ojdbc6dms.jar
    ;D:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\sys_manifest_classpath\weblog
    ic_patch.jar;D:\Oracle\MIDDLE~1\patch_ocp353\profiles\default\sys_manifest_class
    path\weblogic_patch.jar;C:\PROGRA~1\Java\JDK16~1.0_2\lib\tools.jar;D:\Oracle\MID
    DLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server
    \lib\weblogic.jar;D:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10
    .3.3.0.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;D:\Oracle\MI
    DDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;D:\Oracle\MIDDLE~1\modules\NETSFA~1.0_
    1/lib/ant-contrib.jar;D:\Oracle\Middleware\wlserver_10.3\server\lib\weblogic.jar
    ;D:\Oracle\Middleware\oracle_common\modules\oracle.dms_11.1.1\dms.jar;D:\Oracle\
    Middleware\oracle_common\modules\oracle.jmx_11.1.1\jmxframework.jar;D:\Oracle\Mi
    ddleware\oracle_common\modules\oracle.jmx_11.1.1\jmxspi.jar;D:\Oracle\Middleware
    \oracle_common\modules\oracle.odl_11.1.1\ojdl.jar;D:\Oracle\MIDDLE~1\ORACLE~1\so
    a\modules\commons-cli-1.1.jar;D:\Oracle\MIDDLE~1\ORACLE~1\soa\modules\oracle.soa
    .mgmt_11.1.1\soa-infra-mgmt.jar;D:\Oracle\Middleware\Oracle_BI1\common\jlib\11.1
    .2.0\ctg.jar;D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;D:\Or
    acle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;D:\Oracle\MIDDLE~1\WLS
    ERV~1.3\server\lib\xqrl.jar
    PATH=D:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\native;D:\Oracle\MIDDLE~1
    \patch_ocp353\profiles\default\native;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\nativ
    e\win\x64;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;D:\Oracle\MIDDLE~1\modules\OR
    GAPA~1.1\bin;C:\PROGRA~1\Java\JDK16~1.0_2\jre\bin;C:\PROGRA~1\Java\JDK16~1.0_2\b
    in;D:\app\product\11.2.0\dbhome_1\bin;C:\Program Files (x86)\Dell\SysMgt\RAC5;C:
    \Program Files (x86)\Dell\SysMgt\oma\bin;C:\Program Files (x86)\Dell\SysMgt\idra
    c;C:\Program Files\Intel\DMIX;D:\Oracle\Middleware\Oracle_BI1\bin;D:\Oracle\Midd
    leware\Oracle_BI1\opmn\bin;D:\Oracle\Middleware\Oracle_BI1\opmn\lib;D:\Oracle\Mi
    ddleware\Oracle_BI1\perl\bin;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\x64
    \oci920_8
    * 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_21"
    Java(TM) SE Runtime Environment (build 1.6.0_21-b07)
    Java HotSpot(TM) 64-Bit Server VM (build 17.0-b17, mixed mode)
    Starting WLS with line:
    C:\PROGRA~1\Java\JDK16~1.0_2\bin\java -server -Xms256m -Xmx512m -XX:MaxPermSi
    ze=512m -XX:-UseSSE42Intrinsics -Dweblogic.Name=AdminServer -Djava.security.poli
    cy=D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Dweblogic.Producti
    onModeEnabled=true -Doracle.home=D:\Oracle\Middleware\Oracle_BI1 -da -Dplatform
    .home=D:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=D:\Oracle\MIDDLE~1\WLSERV~1.3\ser
    ver -Dweblogic.home=D:\Oracle\MIDDLE~1\WLSERV~1.3\server -Ddomain.home=D:\Oracl
    e\MIDDLE~1\USER_P~1\domains\BIFOUN~1 -Dcommon.components.home=D:\Oracle\MIDDLE~1
    \ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commo
    ns.logging.impl.Jdk14Logger -Djrockit.optfile=D:\Oracle\MIDDLE~1\ORACLE~1\module
    s\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.domain.config.dir=D:\Oracle\MID
    DLE~1\USER_P~1\domains\BIFOUN~1\config\FMWCON~1 -Doracle.server.config.dir=D:\Or
    acle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\FMWCON~1\servers\AdminServer -Dor
    acle.security.jps.config=D:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\fmw
    config\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dig
    f.arisidbeans.carmlloc=D:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\FMWCO
    N~1\carml -Digf.arisidstack.home=D:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\c
    onfig\FMWCON~1\arisidprovider -Dweblogic.alternateTypesDirectory=D:\Oracle\MIDDL
    E~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,D:\Oracle\MIDDLE~1\ORACLE~1\modules\o
    racle.oamprovider_11.1.1 -Dweblogic.jdbc.remoteEnabled=false -Doracle.biee.sear
    ch.bisearchproperties=D:\Oracle\Middleware\Oracle_BI1\bifoundation\jee\BISearchC
    onfig.properties -Dweblogic.management.clearTextCredentialAccessEnabled=true -Do
    racle.notification.filewatching.interval=2000 -Dweblogic.security.SSL.ignoreHost
    nameVerification=true -DEPM_ORACLE_HOME=D:\Oracle\Middleware\Oracle_BI1 -Doracle
    .ecsf.crawl.mode.debug=true -Doracle.ecsf.security.service=oracle.biee.search.se
    curity.BISearchSecurityService -Doracle.ecsf.configuration.class=oracle.biee.sea
    rch.services.BISearchServiceConfiguration -Dxdo.server.config.dir=D:\Oracle\Midd
    leware\user_projects\domains\bifoundation_domain\config\bipublisher -DXDO_FONT_D
    IR=D:\Oracle\Middleware\Oracle_BI1\common\fonts -Dorg.eclipse.emf.ecore.EPackag
    e.Registry.INSTANCE=com.sigmadynamics.emf.util.SDEMFRegistry -Dweblogic.wsee.ski
    p.async.response=true -Drtd.instanceName=RTD_AdminServer -Dem.oracle.home=D:\Ora
    cle\Middleware\oracle_common -Djava.awt.headless=true -Dweblogic.management.disc
    over=true -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToCon
    sole=false -Dweblogic.ext.dirs=D:\Oracle\MIDDLE~1\patch_wls1033\profiles\default
    \sysext_manifest_classpath;D:\Oracle\MIDDLE~1\patch_ocp353\profiles\default\syse
    xt_manifest_classpath -Dweblogic.management.username=Administrator -Dweblogic.ma
    nagement.password=System12 weblogic.Server
    <Mar 28, 2011 2:26:26 AM PDT> <Info> <WebLogicServer> <BEA-000377> <Starting Web
    Logic Server with Java HotSpot(TM) 64-Bit Server VM Version 17.0-b17 from Sun Mi
    crosystems Inc.>
    <Mar 28, 2011 2:26:26 AM PDT> <Info> <Management> <BEA-141107> <Version: WebLogi
    c Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401 >
    <Mar 28, 2011 2:26:29 AM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to STARTING>
    <Mar 28, 2011 2:26:29 AM PDT> <Info> <WorkManager> <BEA-002900> <Initializing se
    lf-tuning thread pool>
    <Mar 28, 2011 2:26:29 AM PDT> <Notice> <Log Management> <BEA-170019> <The server
    log file D:\Oracle\Middleware\user_projects\domains\bifoundation_domain\servers
    \AdminServer\logs\AdminServer.log is opened. All server side log events will be
    written to this file.>
    Log file shows
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <WebLogicServer> <XTDBS1> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1301304389287> <BEA-000000> <WebLogic Server "AdminServer" version:
    WebLogic Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401 Copyright (c) 1995, 2009, Oracle and/or its affiliates. All rights reserved.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Notice> <Log Management> <XTDBS1> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1301304389412> <BEA-170019> <The server log file D:\Oracle\Middleware\user_projects\domains\bifoundation_domain\servers\AdminServer\logs\AdminServer.log is opened. All server side log events will be written to this file.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Log Management> <XTDBS1> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1301304389427> <BEA-170023> <The Server Logging is initialized with Java Logging API implementation.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Diagnostics> <XTDBS1> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389521> <BEA-320001> <The ServerDebug service initialized successfully.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Server> <XTDBS1> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389630> <BEA-002622> <The protocol "t3" is now configured.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Server> <XTDBS1> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389630> <BEA-002622> <The protocol "t3s" is now configured.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Server> <XTDBS1> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389630> <BEA-002622> <The protocol "http" is now configured.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Server> <XTDBS1> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389630> <BEA-002622> <The protocol "https" is now configured.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Server> <XTDBS1> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389630> <BEA-002622> <The protocol "iiop" is now configured.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Server> <XTDBS1> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389630> <BEA-002622> <The protocol "iiops" is now configured.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Server> <XTDBS1> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389630> <BEA-002622> <The protocol "ldap" is now configured.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Server> <XTDBS1> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389630> <BEA-002622> <The protocol "ldaps" is now configured.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Server> <XTDBS1> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389630> <BEA-002622> <The protocol "cluster" is now configured.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Server> <XTDBS1> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389630> <BEA-002622> <The protocol "clusters" is now configured.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Server> <XTDBS1> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389646> <BEA-002622> <The protocol "snmp" is now configured.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Server> <XTDBS1> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389646> <BEA-002622> <The protocol "admin" is now configured.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Server> <XTDBS1> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389646> <BEA-002624> <The administration protocol is "t3s" and is now configured.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <RJVM> <XTDBS1> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389677> <BEA-000570> <Network Configuration for Channel "AdminServer"
    Listen Address          :7001
    Public Address          N/A
    Http Enabled          true
    Tunneling Enabled     false
    Outbound Enabled     false
    Admin Traffic Enabled     true>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Server> <XTDBS1> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389724> <BEA-002609> <Channel Service initialized.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Socket> <XTDBS1> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389739> <BEA-000406> <NTSocketMuxer was built on Jan 24 2006 20:40:35
    >
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Socket> <XTDBS1> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389762> <BEA-000436> <Allocating 3 reader threads.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Socket> <XTDBS1> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389778> <BEA-000446> <Native IO Enabled.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <IIOP> <XTDBS1> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389918> <BEA-002014> <IIOP subsystem enabled.>
    Thanks,
    Balaa...

    balaa,
    can you help in starting the bi services?
    Thanks

  • Q: OBIEE login error when navigating to "More Products"/BI Publisher

    We have both OBIEE 10.1.3.4 and BI Publisher installed in Linux environment. When I click on OBIEE dashboards/More Products/BI Publisher, I got the following error:
    ==========start of error msg=============
    Oracle BI Publisher Enterprise
    Reporting Login: Login failed: Please contact administrator for your username/password.
    Error Details
    Error Codes:
    ==========end of error msg=============
    I can log into BI Publisher directly without issue.
    I verified xml-server-config.xml, it appears to be fine:
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <xmlpConfig xmlns="http://xmlns.oracle.com/oxp/xmlp">
    <property name="SAW_SERVER" value="vopcwl1215.opc.mycompany.com"/>
    <property name="SAW_SESSION_TIMEOUT" value="90"/>
    <property name="DEBUG_LEVEL" value="exception"/>
    <property name="SAW_PORT" value="9704"/>
    <property name="SAW_PASSWORD" value="Administrator"/>
    <property name="SAW_PROTOCOL" value="http"/>
    <property name="SAW_VERSION" value="v4"/>
    <property name="SAW_USERNAME" value="Administrator"/>
    <property name="ONLINE_TEMPLATE_BUILDER" value="false"/>
    <!-- Compress the report output in the database. Default is true -->
    <property name="COMPRESS_REPORT_OUTPUT" value="false"/>
    <!-- Compress the report data xml in the database. Default is true -->
    <property name="COMPRESS_REPORT_DATA" value="false"/>
    <property name="SAW_URL_SUFFIX" value="analytics/saw.dll"/>
    <property name="SECURITY_MODEL" value="BI_SERVER"/>
    <property name="BI_SERVER_SECURITY_DRIVER" value="oracle.bi.jdbc.AnaJdbcDriver"/>
    <property name="BI_SERVER_SECURITY_URL" value="jdbc:oraclebi://aopcabac.opc.mycompany.com:9703/"/>
    <property name="BI_SERVER_SECURITY_ADMIN_USERNAME" value="Administrator"/>
    <property name="BI_SERVER_SECURITY_ADMIN_PASSWORD" value="Administrator"/>
    </xmlpConfig>
    ==================end of xml-server-config.xml==============
    Review of NQserver log and SAW logs did not reveal anything meaningful, but the Javahost log did have something I can' figure. It contains a reference to a hostname that was not a server where BI, BIP, SAW server or Weblogic was installed:
    ============start of javhost log===================
    Login failed: Please contact administrator for your username/password.
         at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:221)
         at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:128)
         at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
         at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
         at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
         at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
         at javax.xml.parsers.SAXParser.parse(SAXParser.java:395)
         at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
         at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
         at org.apache.axis.Message.getSOAPEnvelope(Message.java:424)
         at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
         at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
         at org.apache.axis.client.Call.invokeEngine(Call.java:2765)
         at org.apache.axis.client.Call.invoke(Call.java:2748)
         at org.apache.axis.client.Call.invoke(Call.java:2424)
         at org.apache.axis.client.Call.invoke(Call.java:2347)
         at org.apache.axis.client.Call.invoke(Call.java:1804)
         at com.oracle.xmlns.oxp.service.report.xmlp.XMLPServiceSoapBindingStub.createSession(XMLPServiceSoapBindingStub.java:414)
         at com.siebel.analytics.web.sawreporting.XmlPublisherRpcCreateSession.processMessageInternal(XmlPublisherRpcCreateSession.java:68)
         at com.siebel.analytics.javahost.AbstractRpcCall.processMessage(AbstractRpcCall.java:107)
         at com.siebel.analytics.javahost.MessageProcessorImpl.processMessage(MessageProcessorImpl.java:175)
         at com.siebel.analytics.javahost.Listener$Job.run(Listener.java:223)
         at com.siebel.analytics.javahost.standalone.SAJobManagerImpl.threadMain(SAJobManagerImpl.java:205)
         at com.siebel.analytics.javahost.standalone.SAJobManagerImpl$1.run(SAJobManagerImpl.java:153)
         at java.lang.Thread.run(Thread.java:619)
    Nov 3, 2009 4:14:42 PM XmlPublisherRpcCreateSession processMessageInternal
    WARNING: XMLP Login: exception
    AxisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
    faultSubcode:
    faultString: Login failed: Please contact administrator for your username/password.
    faultActor:
    faultNode:
    faultDetail:
         {}oracle.apps.xdo.service.server.XMLPServiceException:null
         {http://xml.apache.org/axis/}exceptionName:oracle.apps.xdo.service.server.XMLPServiceException
         {http://xml.apache.org/axis/}hostname:aopca984.opc.mycompany.com
    ============end of javhost log===================
    Any ideas/tips to debug this issue are much appreciated!
    Thanks!
    Jiang Tong, Oracle ACS
    [email protected]
    630-618-1911

    Hi,
    I have fixed the issue. The reason for getting "Reporting Login Failed: Please contact administrator for your username/password." is in the credentialstore.xml file the username provided for bipublisheradmin alias is not available in the SSO (OID). I have given Administrator as the username and same password I have defined for Administrator password in the RPD. Administrator user in the RPD was also assigned all the 6 XML* groups as suggested by the installation guide.
    However, when navigating from OBIEE to BI Publisher using the more products link, it was giving the above error. I have change the username to SSO user (for example orcladmin) and also added a row in custom security table we are using for the GROUP variable assignement through the init block block. Group Name is assigned as XMLP_ADMIN for orcladmin user in this custom security table. After doing these two changes, everything is working fine.
    Regards
    Devang
    Edited by: user12001850 on 21-Apr-2010 4:53 PM

  • Getting Error when creating Data Model off OBIEE Analysis

    Hi,
    Our BI Publisher is integrated with OBIEE. I am developing BI Publisher report from existing obiee analysis. I am getting error when selecting existing analysis for data Set. Following error gets appear when pressing ok after selecting BI analysis
    oracle.xdo.XDOException: oracle.xdo.XDOException: oracle.xml.parser.v2.XMLParseException: '=' missing in attribute.
    I have done some debugging and it seems error is appearing due to presence of dimensional hierarchy in the analysis. If I remove dimensional hierarchy column from the analysis, this error goes away and I am able to save data model and gather sample XML.
    Any idea how to handle dimensional hierarchy column in BI Publisher data set?
    Thanks & Regards

    Hi,
    I got this response from Oracle
    “Sorry, this is not supported. If the BIEE Analysis has hierarchy columns then BIP cannot use it as a datasource.”

  • 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

  • Managed server is not starting -  Upgrading OBIEE from 11.1.1.6.2 to 11.1.1.7

    We are in the final stage of the installation.
    We are following the steps mentioned in http://www.rittmanmead.com/2013/04/upgrading-obiee-to-11-1-1-7/ .
    while running the  'Configuration Assistant' to update the BI domain the Managed server is not getting started.
    We are getting issue with SSL hand shake...Can any one help us to resolve this.
    ===========================
    Configuration Assistant Log
    ===========================
    BI Configuration
    Log
    Config Action BI Configuration started
    Executing: opmnctl stopall
    Log
    Step Executing: opmnctl stopall started
    Step Executing: opmnctl stopall ended successfully
    Stopping Managed Server: bi_server1
    Log
    Step Stopping Managed Server: bi_server1 started
    Step Stopping Managed Server: bi_server1 ended successfully
    Upgrading JRF Shared Libraries
    Log
    Step Upgrading JRF Shared Libraries started
    Step Upgrading JRF Shared Libraries ended successfully
    Upgrading OPSS Code Grants
    Log
    Step Upgrading OPSS Code Grants started
    Step Upgrading OPSS Code Grants ended successfully
    Upgrading Oracle Business Intelligence Code Grants
    Log
    Step Upgrading Oracle Business Intelligence Code Grants started
    Step Upgrading Oracle Business Intelligence Code Grants ended successfully
    Upgrading Non-J2EE Management EAR
    Log
    Step Upgrading Non-J2EE Management EAR started
    Step Upgrading Non-J2EE Management EAR ended successfully
    Deploying BI Content Server JEE application
    Log
    Step Deploying BI Content Server JEE application started
    Step Deploying BI Content Server JEE application ended successfully
    Deploying BI Composer JEE application
    Log
    Step Deploying BI Composer JEE application started
    Step Deploying BI Composer JEE application ended successfully
    Deploying JBIPS JEE application
    Log
    Step Deploying JBIPS JEE application started
    Step Deploying JBIPS JEE application ended successfully
    Restarting AdminServer
    Log
    Step Restarting AdminServer started
    Step Restarting AdminServer ended successfully
    Starting Managed Server: bi_server1
    Error
    Failed to achieve state RUNNING in 3600seconds.   The server is currently in state SHUTDOWN
    Step Starting Managed Server: bi_server1 failed
    Configuration Action 'Starting Managed Server: bi_server1' has failed. Please check logs for details.
    Step Starting Managed Server: bi_server1 failed
    Log
    Step Starting Managed Server: bi_server1 started
    Step Starting Managed Server: bi_server1 failed
    Configuration Action 'Starting Managed Server: bi_server1' has failed. Please check logs for details.
    Step Starting Managed Server: bi_server1 failed
    Executing: opmnctl startall
    Log
    Upgrading Oracle Business Intelligence Catalogs
    Log
    ===========================
    Dec 13, 2013 9:36:59 AM weblogic.nodemanager.server.Handler run
    WARNING: Uncaught exception in server handlerjavax.net.ssl.SSLKeyException: [Sec
    urity:090482]BAD_CERTIFICATE alert was received from botd-rptobapp2.devop.vertaf
    ore.com - 192.12.12.13. Check the peer to determine why it rejected the certif
    icate chain (trusted CA configuration, hostname verification). SSL debug tracing
    may be required to determine the exact reason the certificate was rejected.
    javax.net.ssl.SSLKeyException: [Security:090482]BAD_CERTIFICATE alert was receiv
    ed from botd.devop.com - 192.12.12.13. Check the peer to d
    etermine why it rejected the certificate chain (trusted CA configuration, hostna
    me verification). SSL debug tracing may be required to determine the exact reaso
    n the certificate was rejected.
    Nodemanger.log
    <Oct 7, 2013 10:28:35 AM> <INFO> <Loading domains file: c:\oracle\wlserver_10.3\common\nodemanager\nodemanager.domains>
    <Oct 7, 2013 10:28:38 AM> <INFO> <Loading identity key store: FileName=c:/oracle/WLSERV~1.3/server\lib\DemoIdentity.jks, Type=jks, PassPhraseUsed=true>
    <Oct 7, 2013 10:28:38 AM> <INFO> <Loaded node manager configuration properties from 'c:\oracle\WLSERV~1.3\common\nodemanager\nodemanager.properties'>
    <Oct 7, 2013 10:28:38 AM> <INFO> <bifoundation_domain> <bi_server1> <Startup configuration properties loaded from "C:\oracle\user_projects\domains\bifoundation_domain\servers\bi_server1\data\nodemanager\startup.properties">
    <Oct 7, 2013 10:28:42 AM> <INFO> <Secure socket listener started on port 9556>
    <Oct 7, 2013 10:35:51 AM> <WARNING> <Uncaught exception in server handlerjavax.net.ssl.SSLKeyException: [Security:090482]BAD_CERTIFICATE alert was received from botd.devop.com - 192.12.12.13. Check the peer to determine why it rejected the certificate chain (trusted CA configuration, hostname verification). SSL debug tracing may be required to determine the exact reason the certificate was rejected.>
    javax.net.ssl.SSLKeyException: [Security:090482]BAD_CERTIFICATE alert was received from botd.devop.com - 192.12.12.13. Check the peer to determine why it rejected the certificate chain (trusted CA configuration, hostname verification). SSL debug tracing may be required to determine the exact reason the certificate was rejected.
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireException(Unknown Source)
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireAlertReceived(Unknown Source)
    at com.certicom.tls.record.alert.AlertHandler.handle(Unknown Source)
    at com.certicom.tls.record.alert.AlertHandler.handleAlertMessages(Unknown Source)
    at com.certicom.tls.record.MessageInterpreter.interpretContent(Unknown Source)
    at com.certicom.tls.record.MessageInterpreter.decryptMessage(Unknown Source)
    at com.certicom.tls.record.ReadHandler.processRecord(Unknown Source)
    at com.certicom.tls.record.ReadHandler.readRecord(Unknown Source)
    at com.certicom.tls.record.ReadHandler.readUntilHandshakeComplete(Unknown Source)
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.completeHandshake(Unknown Source)
    at com.certicom.tls.record.ReadHandler.read(Unknown Source)
    at com.certicom.io.InputSSLIOStreamWrapper.read(Unknown Source)
    at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)
    at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306)
    at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158)
    at java.io.InputStreamReader.read(InputStreamReader.java:167)
    at java.io.BufferedReader.fill(BufferedReader.java:136)
    at java.io.BufferedReader.readLine(BufferedReader.java:299)
    at java.io.BufferedReader.readLine(BufferedReader.java:362)
    at weblogic.nodemanager.server.Handler.run(Handler.java:71)
    at java.lang.Thread.run(Thread.java:662)
    Admin server Log
    for protocols iiop, t3, ldap, snmp, http.>
    <Dec 15, 2013 4:59:29 AM PST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure" is now listening on 192.12.12.13
    :7002 for protocols iiops, t3s, ldaps, https.>
    <Dec 15, 2013 4:59:29 AM PST> <Notice> <WebLogicServer> <BEA-000329> <Started WebLogic Admin Server "AdminServer" for do
    main "bifoundation_domain" running in Production Mode>
    <Dec 15, 2013 4:59:29 AM PST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Dec 15, 2013 4:59:29 AM PST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    <Dec 15, 2013 5:00:12 AM PST> <Notice> <LoggingService> <BEA-320400> <The log file C:\oracle\user_projects\domains\bifou
    ndation_domain\servers\AdminServer\logs\AdminServer.log will be rotated. Reopen the log file if tailing has stopped. Thi
    s can happen on some platforms like Windows.>
    <Dec 15, 2013 5:00:12 AM PST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\oracle\user_pr
    ojects\domains\bifoundation_domain\servers\AdminServer\logs\AdminServer.log00002. Log messages will continue to be logge
    d in C:\oracle\user_projects\domains\bifoundation_domain\servers\AdminServer\logs\AdminServer.log.>
    CertPathTrustManagerUtils.certificateCallback: certPathValStype = 0
    CertPathTrustManagerUtils.certificateCallback: validateErr = 16
    CertPathTrustManagerUtils.certificateCallback: chain[0] = Serial number: -157025747728280783581574168894965558517
    Issuer:C=US, ST=MyState, L=MyTown, O=MyOrganization, OU=FOR TESTING ONLY, CN=CertGenCAB
    Subject:C=US, ST=MyState, L=MyTown, O=MyOrganization, OU=FOR TESTING ONLY, CN=BOTD-RPTOBAPP2
    Not Valid Before:Sun Aug 12 11:27:29 PDT 2012
    Not Valid After:Fri Aug 13 11:27:29 PDT 2027
    Signature Algorithm:MD5withRSA
    ==============
    Narendar Reddy

    Hi Folks,
    Any inputs in the above issue is highly appreciated.
    "Error
    Failed to achieve state RUNNING in 3600seconds.   The server is currently in state SHUTDOWN
    Step Starting Managed Server: bi_server1 failed
    Configuration Action 'Starting Managed Server: bi_server1' has failed."
    Regards,
    Aj

  • OBIEE 11.1.1.6.12 - value modification during export in tab delimited format

    Hi all,
    we have noticed unproper value modification during export in tab delimited format.
    Please find example below:
    The proper value is 24150170000011615 (it is state register number of enterprise).
    The wrong value is 24150170000011600.
    Correct value:
    http://s12.postimg.org/v2gpqqzgd/obiee_1.png
    How do we export data from obiee:
    http://s23.postimg.org/6k7dwiezf/obiee_2.png
    Wrong value after export:
    http://s22.postimg.org/qdgqgogn5/obiee_3.png
    What should we do to fix it?

    The bigger picture is as follows:
    I have a button on my report that essentially should download the output of report to tab delimited text file. This button is integrated with a custom built class which has a main method. When I click on the button, the logic written in the main method gets executed.
    In this method I generate my internal table and pass to cl_gui_frontend_services=>gui_download method with parameters mention above.
    I try debugging but every thing seems to be working correct when sy-subrc = 0 through executable program and it does not enter into the download method logic when i do it through main method, instead sy-subrc is straight set to 6 (unknown error).
    Regards,
    Pankaj.

Maybe you are looking for

  • Blue screen problem on Satellite A350D-20E with Windows 7

    My laptop came back from guarantee problem solving with a new VGA card. All the same after a couple of weeks it started to crash all over again. I suppose it is a software problem. Error message: Bluescreen The computer starts to have graphic problem

  • TV shows on 120Gb Classic

    Addition to my earlier post on TV shows on Ipod, I have noticed lately, when I sync my Ipod, some of the files listed under TV shows, disappear from the Ipod, although they are still in Itunes, and NOT selected for deletion. Is this an extra feature

  • FEBA clearing for ACH Payment

    Hi, Our issue: ACH payment is release by the bank in a lump sum amount for a batch of AP payments via IDOC.  ACH lump sum amount that feed into FEBA cannot match each other (ACH-AP Payment listing) for clearing. ACH items must be manually post to ACH

  • MASTER-CHILD REPORT in JASPER REPORT

    Hi, How can i print a Master and Two child details in a Pre Printed Bill using Jasper Reports? Please give me some guid lines to achive this. Thanks Suresh

  • Out of memory error, while using Adobe InDesign

    I have been running Adobe inDesign for a couple of years with no problems. This is the first time I got a, "Out of memory" error when attempting to save the document as a PDF. Windows 7, Dell Studio XPS, 2.80 GHz Processor, Memory: 9 GB Dram, Hard Dr