Obiee 11g error

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

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

Similar Messages

  • OBIEE 11G error while installation at the configuration setting(ASinstance)

    Hi Experts,
    I am trying to Install OBIEE 11G on Windows on Local PC.But getting the following error .
    "Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: PermGen space" at the configuration step of ASinstance.
    I have set the virtual memory to maximum.Machine's RAM is 2 GB and Virtual memory is 4 GB which meeets system requirement for OBI.
    I have treid few options but nothing seems to workout :( . and even Downloaded and tried to Install the software again.
    Any help on this highly appreciated.
    Amit

    Hi Dhar,
    below is the log file content:
    opmn.log:
    Error Message from opmn.log file:
    [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (1035801255:1640) [No addresses matched the properties for the request]
    [ERROR:1] [] [libopmncustom] Hi Dhar,
    below is the log file content:
    opmn.log:
    Error Message from opmn.log file:
    [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (1035801255:1640) [No addresses matched the properties for the request]
    [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:1035801255
    All other log files (presentation, bi server, scheduler, cluster controller) contains the following error message:
    Error Message: The configuration file (C:\obi\user_projects\domains\bifoundation_domain\config\fmwconfig\jps-config.xml) was not found or is inaccessible.
    As per comments posted by you here: https://cn.forums.oracle.com/forums/thread.jspa?threadID=2326091
    I checked FMW_SECURITY_SERVICE_URL parameter in the NQSConfig.ini file.
    This parameter is using VIP (admin server listen to this) and not the actual IP of the server.
    Should I change this URL and point it to actual IP.
    What is the procedure to change this parameter using EM?

  • Configure Smartview in OBIEE 11G error

    Hello All
    I am trying to integrate smartview with OBIEE 11G, I followed this blog on how to do it:
    http://obieeil.blogspot.com/2013/07/obiee-creating-smart-view-connection.html
    I am running into an issue and maybe you guys can help me understand how to solve it.
    I have downloaded the smartview and I am in the process of creating my private connection.. 
    Now from my laptop, I am able to access my OBIEE with this link:
    http://100.20.000.000:9704/analytics/
    In the private connection setting, when I entered this url and give username and password, then say 'connect', i am getting an error message simply 'Logon error!' and nothing else to it..
    Have you seen this behavior before?
    Please let me know what I should do about it

    Oh it is you, garuda
    changed name

  • OBIEE 11g: Error 500

    Hi Experts,
    For OBIEE 11g, I changed the reporsitory to Paint. And also the catalog path by logging into enterprise manager. After restarting the services and went to the url and it gave this error.
    Error 500--Internal Server Error
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.5.1 500 Internal Server Error
    The server encountered an unexpected condition which prevented it from fulfilling the request.
    Can any one help me...............i didn't understand y i got this............
    Thanks,
    DK

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

  • [OBIEE-11g] Error getting Nqid always null value

    Hi to all, I've a problem to load Nqid in a dashboard on 11g OBIEE.
    The javascript function return always a null value and the document.cookie instruction return an empty string ...
    somebody could help me ?!
    p.s.: in the firefox properties there is a cookie that contain the id but i can't read it
    function getNqid() {
    var nameEQ = 'nQuireID=';
    var ca = document.cookie.split(';');
    for(var i=0; i<ca.length; i++) {
    var c = ca;
    while (c.charAt(0)==' ')
    c = c.substring(1,c.length);
    if (c.indexOf(nameEQ) == 0)
    return c.substring(nameEQ.length,c.length);
    return null;

    Hi,
    You might want to check the NQQuery.log to see the code that it is running before making a connection. Just to confirm that the connection pool step is working fine, could you try with a simple select statement and see that it does not error out. If it does not, you may want to revisit the procedure code again. I understand from the error that it is expecting something after the END statement (kind of weird though!!). I assume in this case, it could not parse that this is a stored procedure call itself may be. One thread I found is http://stackoverflow.com/questions/4270818/ora-06550-and-pls-00103 which you may want to look for the line break characters.
    Hope this helps.
    Thank you,
    Dhar

  • OBIEE 11g: Error - Exceeded configured maximum number of allowed output

    Hi Guys,
    We are implementing OOTB Repository, After data load some of the reports are showing the following error msg. Can anyone point me out where to change the limits?
    "Showing error while loading ""View Display Error
    Exceeded configured maximum number of allowed output prompts, sections, rows, or columns"". It must be because of the restriction on the number of records in a report"
    Thanks in advance

    Sudipta Gupta wrote:
    Hi Guys,
    We are implementing OOTB Repository, After data load some of the reports are showing the following error msg. Can anyone point me out where to change the limits?
    "Showing error while loading ""View Display Error
    Exceeded configured maximum number of allowed output prompts, sections, rows, or columns"". It must be because of the restriction on the number of records in a report"
    Thanks in advanceWhat version of OBIEE are you using? Assuming you are on 11g, below is the link that tells you what tag's needs to be changed in the configuration file in order to increase/decrease the limit on number of rows retrieved in a report across the board:
    http://r12bifmw.com/2012/03/23/obiee-errors-with-exceeded-configured-maximum-number-of-allowed-output-prompts-sections-rows-or-column/
    Hope this helps.

  • OBIEE 11g error in filter

    Hi,
    I have a problem in OBIEE 11.1.1.6
    I have a report where project No is a filter i.e in where condition.
    Now I have a project no like "ERP-HR STD&2012". Now this is not returning data getting error out. In OBIEE, whenever it see any & sign in the project number filter, it returns error. Now when I run the sql query(getting from nqsquery log) in PL/SQL developer or Toad, I get the correct result showing data.
    If some & or % sign appears in the filter data, OBI could not able to run request
    Please help.
    Thanks
    Titas

    Hi,
    Thanks for reply.
    Actually I am creating a bar chart report where in x axis I have project no. And I set project no as graph prompt. Now in the LOV of project no whenever I select one particular project "ERP -HR STD &2012", the report fails to produce graph. But every other LOV values are runnig fine with graph. Only wnehever it finds any project no containing & sign, it fails.
    Please help.
    Thanks
    Titas

  • OBIEE 11g: Error while starting obiee services

    Hi All,
    I am facing problem while starting OBIEE services.
    Error Message: The configuration file (C:\obi\user_projects\domains\bifoundation_domain\config\fmwconfig\jps-config.xml) was not found or is inaccessible.
    I tried staring services through EM and OPMN, however I am getting the same error (in Presentation, BI Server, Scheduler, Cluster Controller log Files).
    It's a cluster environment and I am able to start obiee services on node 2, however node 1 gives the error as mentioned above.
    How can I resolve this issue?
    Regards,
    Deepak

    Hi Dhar,
    below is the log file content:
    opmn.log:
    Error Message from opmn.log file:
    [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (1035801255:1640) [No addresses matched the properties for the request]
    [ERROR:1] [] [libopmncustom] Hi Dhar,
    below is the log file content:
    opmn.log:
    Error Message from opmn.log file:
    [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (1035801255:1640) [No addresses matched the properties for the request]
    [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:1035801255
    All other log files (presentation, bi server, scheduler, cluster controller) contains the following error message:
    Error Message: The configuration file (C:\obi\user_projects\domains\bifoundation_domain\config\fmwconfig\jps-config.xml) was not found or is inaccessible.
    As per comments posted by you here: https://cn.forums.oracle.com/forums/thread.jspa?threadID=2326091
    I checked FMW_SECURITY_SERVICE_URL parameter in the NQSConfig.ini file.
    This parameter is using VIP (admin server listen to this) and not the actual IP of the server.
    Should I change this URL and point it to actual IP.
    What is the procedure to change this parameter using EM?

  • OBIEE 11g Error: 500 Internal Server Error

    Hi,
    I have installed obiee 11.1.1.3 with weblogic server 10.3.3.0 and tried to start the BI services. Iam getting the error following error
    Error 500--Internal Server Error
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.5.1 500 Internal Server Error
    The server encountered an unexpected condition which prevented it from fulfilling the request.
    Admin server log_
    ####<Oct 5, 2010 1:24:08 PM GMT+05:30> <Info> <JDBC> <hdccrmcoe4> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <e3411d921e4f8eb5:363a13c:12b762e7d8a:-8000-00000000000003e3> <1286265248349> <BEA-001128> <Connection for pool "mds-owsm" closed.>
    ####<Oct 5, 2010 1:24:37 PM GMT+05:30> <Info> <Common> <hdccrmcoe4> <AdminServer> <MDSPollingThread-[owsm, jdbc/mds/owsm]> <<anonymous>> <> <e3411d921e4f8eb5:363a13c:12b762e7d8a:-8000-0000000000000001> <1286265277052> <BEA-000628> <Created "1" resources for pool "mds-owsm", out of which "1" are available and "0" are unavailable.>
    Hi experts how to solve this?
    Thanks,

    Hi,
    I tried that command but Iam getting the following error
    C:\Documents and Settings\Administrator>opmnctl startall
    opmnctl startall: starting opmn and all managed processes...
    =======================================================================
    opmn id=hdccrmcoe4:9501
    0 of 1 processes started.
    ias-instance id=instance1
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    coreapplication_obips1/OracleBIPresentationServicesComponent/coreapplication
    _obips1/
    Error
    --> Process (index=1,uid=1245712643,pid=8928)
    failed to start a managed process after the maximum retry limit
    Log:
    none
    Thanks,
    Satheesh Kumar

  • OBIEE 11g Error (11.1.1.5)

    Hi All,
    I am getting the following error in Enterprise Manager. Can someone please help me to fix it?
    ThreadPool<HostLookup>: Worker thread job errored out. Unable to resolve the name for 192.168.0.100 Thanks in advance.

    I have exported ODBC path manually.
    export ODBCINI=$ORACLE_INSTANCE/bifoundation/OracleBIApplication/$ORACLE_BI_APPLICATION/setup/odbc.iniAnd then executed the nqcmd command. Now I am getting the different error.
               Oracle BI ODBC Client
               Copyright (c) 1997-2011 Oracle Corporation, All rights reserved
    Initialize client environment failed, possibly caused by incomplete installation
    [nQSError: 47001] Invalid Oracle BI Bin directory:
    /oracle/home/bifoundation/server/bin.
    Initialize client environment failed, possibly caused by incomplete installation
    [nQSError: 47001] Invalid Oracle BI Bin directory:
    /oracle/home/bifoundation/server/bin.
    [0][State: IM004] [DataDirect][ODBC lib] Driver's SQLAllocHandle on SQL_HANDLE_ENV failed Connect open failed

  • Instanceconfig.xml in obiee 11g error

    hi i was following the sampleapp_10722 deployment guide i got struck *2.6.2 Instanceconfig.xml Edits* i cannot proceed further as it was mentioned in the earlier post about the issue one more doubt raised from my end
    https://forums.oracle.com/forums/thread.jspa?threadID=2369751&start=0&tstart=0_
    Make sure you have all the following tags (in green below) in the file, within the existing <ServerInstance> tag. Some of these entries may already be present in your file. Ensure that entries are made only once and are in appropriate locations.
    Some of these entries may already be present in your file since no entries are found in my instanceconfig.xml file
    according to the deployment guide
    <ServerInstance>
    *<SpatialMaps><LayerDataLayout><MaxRecords>1000</MaxRecords></LayerDataLayout></SpatialMaps>*
    *<LightWriteback>true</LightWriteback>*
    *<ps:Catalog xmlns:ps="oracle.bi.presentation.services/config/v1.1">*
    *<ps:UpgradeAndExit>false</ps:UpgradeAndExit>*
    *<ps:UpdateAccountGUIDs>UpdateAndStartNormally</ps:UpdateAccountGUIDs>*
    *</ps:Catalog>*
    *<LogonParam>*
    *<TemplateMessageName>LogonParamSQLTemplate</TemplateMessageName>*
    *<MaxValues>100</MaxValues>*
    *</LogonParam>*
    *<SubjectAreaMetadata>*
    *<DictionaryURLPrefix>/metadatadict/</DictionaryURLPrefix>*
    *</SubjectAreaMetadata>*
    </ServerInstance>
    from the earlier post i was suggested to remove ps: from following tags <ps:Catalog xmlns:ps="oracle.bi.presentation.services/config/v1.1">,<ps:UpgradeAndExit>false</ps:UpgradeAndExit>,</ps:Catalog>
    so i have done the above but here comes the main doubt the the highlighted bold tags with in the serverinstance entry where actually i have to place in my instanceconfig.xml file is there any particular place i have to place it or any where with in the
    <serverinstance>
    </serverinstance>

    Thank for your reply Devarasu,
    I know where the instanceconfig.xml path location but what i am going to do is to register instanceconfig.xml like what i did in OBIEE10G using below command
    sawserver.exe -c D:\Middleware\instances\instance1\config\OracleBIPresentationServicesComponent\coreapplication_obips1\instanceconfig.xml.
    I run this command but still didn't work. How can i register this instanceconfig.xml. Any thought?
    Thanks
    Joni
    Edited by: Joni on Nov 30, 2011 5:57 PM

  • Error while using between operator with sql stmts in obiee 11g analytics

    Hi All,
    when I try to use between operator with two select queries in OBIEE 11g analytics, I'm getting the below error:
    Error Codes: YQCO4T56:OPR4ONWY:U9IM8TAC:OI2DL65P
    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.socketrpcserver, saw.threads
    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: 27002] Near <select>: Syntax error [nQSError: 26012] . (HY000)
    can anyone help me out in resolving this issue.

    Hi All,
    Thank u all for ur replies, but I dint the exact solution for what I'm searching for.
    If I use the condition as
    "WHERE "Workforce Budget"."Used Budget Amount" BETWEEN MAX("Workforce Budget"."Total Eligible Salaries") AND MAX("Workforce Budget"."Published Worksheet Budget Amount"",
    all the data will be grouped with the two columns which I'm considering in the condition.
    my actual requirement with this query is to get the required date from a table to generate the report either as daily or weekly or monthly report. If I use repository variables, variables are not getting refreshed until I regenerate the server(which I should not do in my project). Hence I have created a table to hold weekly start and end dates and monthly start and end dates to pass the value to the actual report using between operator.
    please could anyone help me on this, my release date is fast approaching.

  • Error while deploying new RPD in obiee 11g

    Hi ,
    Getting the below error , while activating changes , after deploying a new RPD through EM :
    Message SEVERE: Element Type: JEE_SERVER, Element Id: 01HW447397:bi_server1, Operation Result: UNEXPECTED_ERROR, Detail Message: Exception occured during setting configuration values.
    Supplemental Detail Underlying cause of exception was:
    oracle.bi.management.exceptions.ConfigMBeanRTException
    Failed to generate edit filename for: C:\WINDOWS\ODBC.INI; java.io.IOException: Access is denied
    Report on underlying changes made is:
    INFO: Element Type: JEE_SERVER, Element Id: 01HW447397:bi_server1, Operation Result: APPLYING_CONFIGURATION_CHANGES, Detail Message: null
    FINE: Element Type: ORACLE_INSTANCE, Element Id: 01hw447397:instance5, Operation Result: APPLYING_CONFIGURATION_CHANGES, Detail Message: null
    FINE: Element Type: BI_INSTANCE_DEPLOYMENT, Element Id: 01hw447397:instance5:coreapplication, Operation Result: APPLYING_CONFIGURATION_CHANGES, Detail Message: null
    FINER: Element Type: SYSTEM_COMPONENT, Element Id: 01HW447397:coreapplication_obis1, Operation Result: MODIFIED_ATTRIBUTE, Detail Message: Attribute: RepositoryName set to value: PaintDesign_BI0008.rpd (was: DipTest_BI0005.rpd)
    FINE: Element Type: BI_INSTANCE_DEPLOYMENT, Element Id: 01hw447397:instance5:coreapplication, Operation Result: APPLYING_ENDPOINT_CHANGES, Detail Message: null
    FINER: Element Type: SYSTEM_COMPONENT, Element Id: 01HW447397:coreapplication_sawbridge, Operation Result: MODIFIED_ATTRIBUTE, Detail Message: Attribute: sawservers set to value: 01hw447397:9710 (was: )
    FINER: Element Type: SYSTEM_COMPONENT, Element Id: 01HW447397:coreapplication_obips1, Operation Result: MODIFIED_ATTRIBUTE, Detail Message: Attribute: JavaHostProxyHost set to value: 01hw447397 (was: )
    FINER: Element Type: SYSTEM_COMPONENT, Element Id: 01HW447397:coreapplication_obips1, Operation Result: MODIFIED_ATTRIBUTE, Detail Message: Attribute: JavaHostProxyPort set to value: 9810 (was: )
    FYI , I succesfully checked in the RPD , tried restarting all BI services and re-login into EM . But the error still exists .

    Thanks for your replies !!
    In any of the RPD deployments I'm getting the same error , not for some particular RPD .
    FYI , yesterday (before this issue) I had a issue with starting presentation services , so as adviced in forum I replaced the files sawguidstate and sawguidstate.atrin the location:
    <Instance_Home>\instances\<instance_name>\bifoundation\OracleBIPresentationServicesComponent\coreapplication_obips1\catalog\<project>\root\system\mktgcache\<name>
    with the same files from a backup or from another working OBIEE 11g (11.1.5)instance.
    plese refer : Re: Unable to start presentation services , in OBIEE 11g
    Is this causing the deployment issue ?

  • Error while deploying RPD in OBIEE 11g (11.1.1.3)

    Hi Friends,
    At times while deploying RPD in OBIEE 11g, I am getting an error, "_*Supplementary information regarding operation: DOMAIN, UNEXPECTED_ERROR;/tmp/zipped-directory.zip (Permission denied)*_".
    We have installed OBIEE over a LINUX machine. I tried to locate this file in the server but was not able to find any such thing. This error happens at random and I am unable to predict the occurrence of this error.
    Can someone guide me how to resolve this issue?

    You have to disable the central configuration:
    http://download.oracle.com/docs/cd/E14571_01/bi.1111/e10541/disable_em.htm#BEIIAEGD
    Change your repository in the file nqsconfig.ini
    and
    change the password if needed in the credential store ...
    http://gerardnico.com/wiki/_detail/dat/obiee/obiee11g_credential_store.jpg?id=dat%3Aobiee%3Acredential
    But if you can't open EM, it will be very difficult and may be you must have to add resource (memory, ...) to your server.
    Regards,
    -Amith.

  • Error while exporting to PDF document in OBIEE 11g

    Hi
    In OBIEE 11g we are facing an issue regarding exporting a few reports to pdf. It is resulting in following error: "Error generating PDF document".
    The reports are placed on a dashboard which has a prompt too. However, when we remove the prompts, the export is working fine.
    We will really appreciate any help in this regard.
    Thanks.

    Hi,
    Looks like this is a sort of known bug with PDF creator in 11g. Try implementing the below solution:
    To configure the Javahost service, edit the Javahost service configuration parameters in the
    instanceconfig.xml file. The parameters are
    identified by their relative path starting from the /WebConfig/ServerInstance node
    For example:
    <JavaHost>
    <PDF>
    <InputStreamLimitInKB>50000</InputStreamLimitInKB>
    </PDF>
    </JavaHost>
    After changes restart Siebel Analytics Java Host and Siebel Analytics Web services
    If it doesn't work try to create same report in xml publisher as presentations services in obiee has limited capacities in printing out reports.
    Refer to this thread for related useful information: Error in creating a PDF
    Hope it helps.
    Thanks,
    -Amith.

Maybe you are looking for