OBIEE 11g SampleApp installing error

Hi Everyone,
I am getting following error messages in EM while deploying SampleApp from oracle for OBIEE 11g.
SEVERE: Element Type: BI_INSTANCE, Element Id: coreapplication, Operation Result: FAILED_TO_START, Detail Message: Error in starting one or more components of BI Instance; Please check the server log files for detailed message
[nQSError: 46066] Operation cancelled
[nQSError: 46066] Operation cancelled
Please help.
Thanks
Manish

Make sure all the BI services are up and running before deploying the RPD in the Enterprise manager. You can check to see if all the services are running by going to the system maintainance tab in Enterprise manager under Business Intelligence Domain. After making sure all the services are up and running, try to upload the RPD again, and make sure the RPD is not corrupted.
-Amith.

Similar Messages

  • Should OBIEE 11g be installed on a machine having  weblogic already installed?

    Hi Experts,
    We have weblogic server already installed on one of the machines( It got installed when Hyperion was installed)
    Can OBIEE 11g be installed on the same machine with its own weblogic server?
    Thanks
    Ashish

    So If I install OBIEE with software only install and then configure it with Configuration assistant, Would I be able to see the same stuff  in console and the enterprise manager, which I would normally see if had installed OBIEE with its own weblogic?
    Also, what would be the console link in that case?  for OBIEE with its own weblogic .. link is  http://servername.com:7001/console/login/LoginForm.jsp
    And looks like I will always have to coordinate with the Hyperion team as in like restarting of the server and other tasks like config changes.
    Or can you tell me the pros and cons of having a single weblogic server.. cause we have different team for hyperion.
    Thanks
    Ashish

  • OBIEE 11g ODBC connectivity error

    Hi all,
    I am getting the following error when I tried to access a simple query through Answers.
    "*Odbc driver returned an error (SQLExecDirectW).*
    *Error Details*
    *Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P*
    *State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 16001] ODBC error state: IM002 code: 0 message: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified. (HY000)*
    *SQL Issued: SELECT s_0, s_1, s_2 FROM ( SELECT 0 s_0, "BISample"."Product"."BRAND" s_1, "BISample"."Target"."REVENUE" s_2 FROM "BISample" ) djm*"
    What I did was
    1. Create a DSN 'orcl', 32 bit Oracle ODBC driver. Tested and worked against the Oracle database.
    2. Import metadata using Local, ODBC 3.5 and DSN = orcl
    3. Build a simple BMM and subject area
    4. In the phyiscal layer, right click on a table, and select view data/update row count. Error with message "The connection has failed"
    5. Hoping for the best, create a simple query in answer and got the above odbc driver error in results tab.
    Interestingly, if I edit the connection pool and use OCI (my SID is also orcl), then everything works fine.
    I'm new to OBIEE and hope someone can tell me if I have missed a step or make any mistakes!
    Thanks!
    Regards
    Han Kiat

    Hi All,
    I am able to connect SQL Server database with OBIEE 11g RPD offline and imported metadata and verified update row count/view data but when i was trying to publish the same RPD the data is not returning also "update row count/view data" is giving and error "The connection has failed."
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 16001] ODBC error state: IM002 code: 0 message: [DataDirect][ODBC lib] Data source name not found and no default driver specified. (HY000)
    Environment:
    OBIEE 11g/WLS 10.3.3/Oracle database 11g installed on RHL 5
    Client tools are installed on local Vista 32 bit system.
    Oracle database is working fin, where as SQL Server is giving issues.
    You want me to create a ODBC connection in RHL 5 server to connect to SQL Server ? i am little bit confused here how to create !
    same time i have created ODBC for oracle apps database and imported and able to view data in RPD when i am in Online mode.
    When i open RPD in online mode and trying to import the data i dont have access to local machine ODBC's which is expected and if i change to "Remote Server" nothing is showing here.
    Appreciate your comments on the above.
    Thanks

  • OBIEE 11g Map Visualization Error - basemap is defined in spatial meta-data

    Hi All,
    I have installed OBIEE 11g successfully on my Desktop Machine, deployed the Sample Applications regarding Mapviewer and its working fine. I have seen all the Maps and they are running fine in fact they are editable and i can easily do anything with those Maps but,
    The issue is that when i am going to create a new Report and try to integrate Map on it then it shows an error as display below;
    A basemap is required to render a map. Please ensure that atleast one basemap is defined in the spatial meta-data
    Error Details
    Error Codes: EMGUNIA3
    Location: saw.views.evc.activate, saw.httpserver.processrequest, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool,
    saw.threadpool, saw.threads
    I have also followed this link ( http://erpthings.blogspot.com/2011/01/obiee-11g-inbuilt-mapping-and-spatial.html ) but it is also stuck on the same error at the end.
    I didn't understand the problem why its giving an error like this while the Sample Application worked fine so, if there is any way to define a basemap in spatial meta-data plz guide me OR
    Is there any way to integrate Map with OBIEE 11g ?
    Cheers,
    Masood.

    This question has been solved!
    Basically you need to ensure the database schema where the data source (Navteq) has been imported must have the privilege "Create Type"
    This comes from the Oracle manual extract as shown below:
    1.4.4.3 Creating MapViewer Array Types, if Necessary
    For each database schema that it connects to, MapViewer checks for the existence of
    the following SQL array types that support array-type binding variables that might
    exist in some predefined themes:
    ■ MV_STRINGLIST
    ■ MV_NUMBERLIST
    ■ MV_DATELIST
    If these types do not exist, MapViewer attempts to create them in the database schema
    associated with the MapViewer data source. However, if the user associated with that
    schema does not have sufficient privileges to create new types, a privileged user must
    create the types by connecting to the data source schema and entering the following
    statements:
    CREATE or REPLACE type MV_STRINGLIST as TABLE of VARCHAR2(1000);
    CREATE or REPLACE type MV_NUMBERLIST as TABLE of NUMBER;
    CREATE or REPLACE type MV_DATELIST as TABLE of DATE;
    Cheers.

  • OBIEE 11g Insuffcient Privileges error

    Hi Experts,
    I have installed OBIEE 11g in my laptop and working fine. But suddenly when I try to login web logic user am getting below error. Please help me on this.
    Insufficient Privileges. "Access Home Page"
    Error Details
    Error Codes: C64RS3Z2
    Thnaks.

    Hi,
    Thanks for your response,
    I tried login Admin URL then click-->Manage Privileges am getting below error.
    Error retrieving user/group data from Oracle BI Server's User Population API.
    Error Details
    Error Codes: GDU6UYHS:OPR4ONWY:U9IM8TAC:OI2DL65P
    Odbc driver returned an error (SQLExecDirectW).
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 13049] User 'BISystemUser' with 'empty' permission can not query user population.Please have your System Administrator look at the log for more details on this error. (HY000)
    Please have your System Administrator look at the log for more details on this error.
    Please help me on this it is very urgent.
    Thanks

  • OBIEE 11G [nQSError: 17001] ERROR

    Hi Experts,
    I've installes OBIEE 11g & upgraded the existing OBIEE 10g RPD & WebCat to the 11g but when i try to see the dashboards & reports i get the following error.
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 17001] Oracle Error code: 12154, message: ORA-12154: TNS:could not resolve the connect identifier specified at OCI call OCIServerAttach. [nQSError: 17014] Could not connect to Oracle database. (HY000)
    I've already tested the database connection using the Oracle SQL PLUS ,i'm able to connect to database.
    Please let me know what changes need to be donw in the RPD.
    Regards,

    Hi,
    Try putting the tnsnames.ora of your local db client in the following directory: <obi 11g install dir>\Oracle_BI1\network\admin. Looks like OBI11g comes with an Oracle client install or something.
    Regards

  • OBIEE 11G Write Back Error

    Hi All:
    I am testing the OBIEE 11G write back function. After all the steps , there's an Error message said "Write back Error" . No other detail information. Do you have any idea about where's the problem of it?
    My xml file was under the folder of 'C:\OBIEE11\Oracle_BI1\bifoundation\web\msgdb'. and the detail is as below.
    <?xml version="1.0" encoding="utf-8" ?>
    <WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1">
    <WebMessageTable lang="en-us" system="WriteBack" table="Messages">
    <WebMessage name="write_back_test">
    <XML>
    <writeBack connectionPool="Connection Pool">
    <insert> </insert> <update>FACT_Writeback set MAX_LY2 = '@{c1}' where PERIOD_KEY = '@{c0}'
    </update>
    </writeBack>
    </XML>
    </WebMessage>
    </WebMessageTable>
    </WebMessageTables>
    Really Thanks for your help.
    Sunny.Sun

    Hi,
    I think these is a problem with your connection pool name, please check it. It's a name of connection pool in BI administrator.
    if it's not problem, Can you try my way, replace '@{c1}', '@{c0}' by @1, @2...with 1,2 is a number of column in Criteria.
    It's my template :
    <?xml version="1.0" encoding="utf-8" ?>
    <WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1">
    <WebMessageTable lang="en-us" system="WriteBack" table="Messages">
    <WebMessage name="SetQuotaUseID">
    <XML>
    <writeBack connectionPool="WB_CONN">
    <insert> </insert>
    <update>UPDATE biee_map_revenue SET DIST_CODE=@5 WHERE REV_ID = @1 </update>
    </writeBack>
    </XML>
    </WebMessage>
    </WebMessageTable>
    </WebMessageTables>
    Edited by: OBIEE.vn on Feb 13, 2011 6:31 PM

  • Obiee 11g creating domain error

    Hi,
    I am installing obiee 11g on windows 7 ..when i'm installing obiee 11g when it came to last step 14 of 15 creating domain had failed..how can i resolve this issue

    Hi,
    The issue due to java and static IP are not pointing to weblogic domain creation steps that why its getting erro..few months back i too face this issues and resolve it please refer my blog
    Solution: while installation Enterprise/Software type ...while installing weblogic server run like below comment
    D:\OBIEE111160\wls1036_generic.jar
    Weblogic 10.3.5/6 64bit installtion must run like below
    go --> windows --->type run ==> cmd prompt -->
    C:\>cd C:\java\jrockit-jdk1.6.0_29-R28.2.2-4.1.0\bin
    C:\java\jrockit-jdk1.6.0_29-R28.2.2-4.1.0\bin>java -D64 -jar D:\OBIEE111160\wls1
    036_generic.jar
    and another thing please make sure static IP (looback adaptor and host\etc file should be pointing like below
    Install Loopback Adapter with Static IP Address
    http://www.oracledistilled.com/windows/configuring-the-loopback-adapter-on-microsoft-windows/
    Note: hots/host/etc file the static ip should be set like below
    # localhost name resolution is handled within DNS itself.
    10.10.1.7 localhost Deva-PC
    (IP address host domain name host/computer name)
    For refer my blog
    http://obieeelegant.blogspot.sg/2012/07/obiee111160-software-only-installation.html
    Thanks
    Deva

  • How to install  OBIEE 11g(already installed Oracle 11g)

    hi, i already installed oracle 11g DB on my system, shall i directly install OBI 11g on that or do i stil need to install l RCU..?
    please help me on this concern,

    Hi,
    1st you need to install RCU 1st then proceed (OBIEE 11g - simple/software/enterprise installation option).
    refer RCU DSN setup & config steps,
    http://gerardnico.com/wiki/dat/obiee/installation_11.1
    also further steps refer my blog,
    http://obieeelegant.blogspot.com/2012/07/obiee111160-software-only-installation.html
    Thanks
    Deva
    Edited by: Devarasu R on Feb 19, 2013 5:35 PM

  • OBIEE 11g database connection error after deploying to server.

    Hi,
    I deployed RPD to obiee 11g server and when I run a report it is giving database connectivity error. In 10g we just specify OLAP_DSN, OLAP_USER and same in connection pool with database password. I did the same in 11g as well but it's not working.
    Is there any other place I need to specify database connection detail?
    Thanks
    Jay.

    coming with different names :) If you respond to your older threads will happy to respond you.
    When we answer your question we love to know how it helped you. we are not asking your $$$$$$$$$$$$$

  • Obiee 11g connection pool error

    Hai Experts,
    Gudmorning.I'm trying to migrate my 10g rpd to 11g.i have given the connection pool details.but it is showing the connection pool failed.
    can anyone help me regarding this.??
    Thanks in advance,
    Chaitanya.

    Hi,
    Check this..http://siebel-essentials.blogspot.com/2010/09/11-obiee-11g-tips-4-connecting-to.html
    http://download.oracle.com/docs/cd/E14571_01/bi.1111/e10540/conn_pool.htm#insertedID0
    Even go through the link Saichand gave.
    Regards,
    Srikanth
    Edited by: Srikanth Mandadi on Nov 19, 2010 11:12 PM

  • OBIEE 11g Scheduler installation error on Linux box. Please help!

    Hello,
    I'm trying to install OBIEE on a Linux box. The repository was created using a Windows PC on a separate Oracle database on another server.
    I have four of the five OBI components running but I keep getting this error for the Scheduler.
    [2011-09-19T14:47:54.000+00:00] [OracleBISchedulerComponent] [ERROR:1] [] [] [ecid: 004fKlhR3PrEkJr5KJo2ye0006XX000000] [tid: dc253800] [68008] Scheduler Error: [[
    Current Table: S_NQ_JOB.
    [nQSError: 17001] Oracle Error code: 1017, message: ORA-01017: invalid username/password; logon denied
    at OCI call OCISessionBegin.
    Current Table: S_NQ_JOB_PARAM.
    [nQSError: 17001] Oracle Error code: 1017, message: ORA-01017: invalid username/password; logon denied
    at OCI call OCISessionBegin.
    Current Table: S_NQ_INSTANCE.
    [nQSError: 17001] Oracle Error code: 1017, message: ORA-01017: invalid username/password; logon denied
    at OCI call OCISessionBegin.
    Current Table: S_NQ_ERR_MSG.
    [nQSError: 17001] Oracle Error code: 1017, message: ORA-01017: invalid username/password; logon denied
    at OCI call OCISessionBegin.. Errors were encountered while initializing Scheduler's backend database, check database configuration.
    I've checked the configuration and there is nothing wrong with it, plus I have checked connectivity from the weblogic server and the Linux server to this. Also I do not have Enterprise edition everything I do is at console level in Linux.
    Please help. I've been trying to sort through this for a long time.
    Thanks.

    Becky,
    You need not do any thing additional to have EM running in the OBI 11g instance. Although it is a deployed JEE application, if your Weblogic Server (WLS) is started and up and running then your EM Console should also be up and running.
    You say that you are doing everything from the command line. So, start the Weblogic Server then navigate to http://< your server name> : 7001/console
    If that comes up then go to
    http://<your server name>:7001/em
    That is your EM Fusion Console and it should come up as well.
    Don't mess with the XML file directly.

  • Very annoying 11g OUI install error for the oracle clusterware

    Clean install of 11g RAC Clusterware downloaded from oracle site today
    ./runcluvfy.sh stage -pre crsinst -n lin1,lin2 -verbose
    ...everything passes just fine. Great. Time to install the clusterware.
    [oracle@lin1]$ ./runInstaller
    Installer starts, prerequisite checks are done for **Oracle 9.2 RAC and OCR*** Where did 9.2 come from?. All the checks succeed so... whatever...just move on.
    I get a few screens to the "Specify Cluster Configuration" sceen.
    I enter the following for the Cluster Name: lin_cluster
    I enter the following for the 2 nodes:
    Public Node Name Private Node Name Virtual Host Name
    lin1 lin1-priv lin1-vip
    lin2 lin2-priv lin2-vip
    Click next.....ack!! Error: "You must enter unique values for the public node name, the private node name and the virtual hostname for all nodes in the cluster. The name, lin1, that you entered is being used by more than once [sic] for the same node"
    So, what to do? How more unique can the names be?
    There is an option to "Use A configuration File..." and browse for it. Anyone know where that file is?
    Any assistance much appreciated.

    Ice,
    Yes my friend...well done. There was an incorrect entry in my /etc/hosts file as follows:
    [root@lin1 ~]# more /etc/hosts
    127.0.0.1 localhost.localdomain localhost
    192.168.1.50 shiva
    # Public Network - (eth0)
    192.168.1.100 lin1
    192.168.1.101 lin2
    # Private Interconnect - (eth1)
    192.168.1.100 lin1-priv <-----right here...should be 192.168.2.100
    192.168.2.101 lin2-priv
    # Public Virtual IP (VIP) - (eth0)
    192.168.1.200 lin1-vip
    192.168.1.201 lin2-vip
    # Private Storage Network for Openfiler - (eth1)
    192.168.1.195 openfiler
    192.168.2.195 openfiler-priv
    Thank you so much for your assistance thus far. I'm already on to the next problem. These RAC installations are new territory for me and are a real challenge. - thx, yomick

  • OBIEE 11g Simple Install to Enterprise Install.

    Hi Experts,
    I have OBIEE simple install in my machine with an Admin Server. Now is there any way i can upgrade that to Enterprise install without Uninstalling and re-installing.
    Thanks
    Swami

    no you cant upgrade from simple to enterprise..you have to do a full install

  • Analytics Path in server where OBIEE 11g is installed

    Hi All,
    My requirement is:
    For the reports developed, I would like to give my users a user manual kind of document , as a link on my Dashboards.
    I know, we can achieve this using *'Link and Image'* feature.
    But I am not aware, where I can place the document(.pdf format) and the image(.jpg format) file in the server where OBIEE is installed.
    Please help.
    Thanks,
    Abhi

    and then two different owners .Not necessarily, you can use the same OS user, of course on a different Oracle Home.
    where can I find some guide to follow ?http://download-uk.oracle.com/docs/html/A96167_01/pre.htm#sthref106
    http://download-uk.oracle.com/docs/html/A96167_01/pre.htm#CHDCEHBG

Maybe you are looking for