Report OBIEE reformulating Presentation Services in 10g

Hi all

I have a report that has about 10 columns drawn inside Dimensions as well as the fact table. Whenever I run this report, its automatically restart presentation services. When I check the query generated by the report and that you run this query, it takes 6 seconds to execute. I get 158 records for the query.
I am not able to find any reason behind revive presentation Services.
Please notify.

Thank you
Krishna

When XMLs are corrupt... you face this problem.
Instead of trying to run the report registered... try to create a new report from scratch and also try to create reports in stages, i.e. using 3-4 passes at the start, then applying more closed with some filters as well. Also, what you the size of data? You can also try defining a fact implicit in RPD?

Tags: Business Intelligence

Similar Questions

  • Error in deployment of OBIEE BI presentation Service on WAS6.1 10.1.3.4.2

    Hello

    I'm working on setting up the environment using OBIEE suite version 10.1.3.4.2 on a UNIX system (platform AIX6.1) (which is a remote machine for me).

    Installation of OBIEE 10 g suite (all components) on server AIX is over, and never the BI and BI Presentation Server (SP) Server services are running on the system.

    IBM WAS6.1 is used as a web application server to connect to the BI presentation from my local Office Server (windows platform 7).

    The PS BI and WAS6.1 are installed on the same AIX system. Therefore, the OBIEE_HOME/web/app/WEB-INF/web.xml file has hostname as localhost and port number 9710.

    I am facing problem in the WAS6.1 configuration to support BI presentation services. Are steps for the config-
    1. deploy the file analytics.war to OBIEE_HOME/web/option 'Install the new enterprise application' WAS6.1 using administration console.
    2. provided root context is /analytics
    3. departure WAS application server
    4. start OBI Presentation server
    5. access URL: http://nameserver:port/analytics/saw.dll?Dashboard - this is the test to the only url provided in the documentation of the OBI.
    name server is the host name of the AIX server on which are installed the two BI PS and WAS6.1
    Port - this is the HTTP port mentioned in the configuration profile WAS6.1 details. (I do not use 9710 in the url, if it is used, address HTTP 404 - not found error.)

    For step 5 above, I get the HTTP 500 error while trying to access this URL.
    Error message in the file SystemOut.log in WAS6.1_Profile_home/logs/server1/ is like below.

    Can someone please help in understanding and the resolution of this error, but also the configuration of BI PS. Thank you.

    SRVE0068E: Eception exception thrown in one of the servlet's service methods: SAWBridge.

    [24/07/12 13:06:15:645 GMT + 05:30] ServletWrappe E SRVE0068E 0000001f: Eception exception thrown in one of the servlet's service methods: SAWBridge. Exception: java.net.SocketException: Connection timed out: could be due to an 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)
    to com.ibm.io.async.AsyncChannelFuture$ 1.run(AsyncChannelFuture.java:205)
    to com.ibm.ws.util.ThreadPool$ Worker.run (ThreadPool.java:1497)

    [24/07/12 13:06:15:664 GMT + 05:30] WebApp E [Servlet error]-[SAWBridge] 0000001f: java.net.SocketException: Connection timed out: could be due to an 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)
    to com.ibm.io.async.AsyncChannelFuture$ 1.run(AsyncChannelFuture.java:205)
    to com.ibm.ws.util.ThreadPool$ Worker.run (ThreadPool.java:1497)

    [24/07/12 13:07:30:666 GMT + 05:30] 0000001e ServletWrappe E SRVE0068E: Eception exception thrown in one of the servlet's service methods: SAWBridge. Exception: java.net.SocketException: Connection timed out: could be due to an 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)
    to com.ibm.io.async.AsyncChannelFuture$ 1.run(AsyncChannelFuture.java:205)
    to com.ibm.ws.util.ThreadPool$ Worker.run (ThreadPool.java:1497)

    [24/07/12 13:07:30:685 GMT + 05:30] WebApp 0000001e, E [Servlet error]-[SAWBridge]: java.net.SocketException: Connection timed out: could be due to an 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)
    to com.ibm.io.async.AsyncChannelFuture$ 1.run(AsyncChannelFuture.java:205)
    to com.ibm.ws.util.ThreadPool$ Worker.run (ThreadPool.java:1497)

    Hi Shweta,

    By default, OBIEE 10 g gets deployed on the oc4j coming. So, now that you've started oc4j already, only access it with http://: 9704/Analytics, as in the case of WAS6.1

    In addition, could check if WAS 6.1 is supported with 10g.2? I remember 10g.1 is not compatible.

    I hope this helps.

    Thank you
    Diakité

  • OBIEE presentation services doesn't start after upgrade

    Hi all!

    We just did an upgrade of OBIEE version 11.1.1.6 to version 11.1.1.9 and now the referral services do not start. The only entries that we can find in the log file are:

    [2015-07 - 06T 14: 03:45.000 + 02:00] [OBIPS] [NOTIFICATION: 1] [,] [saw.sawserver] [ecid:] [tid:] Oracle BI Presentation Services (OBIPS) 11.1.1.9.0 (150417.0810 64-bit Build) start. [[

    Leader: sawserver.cpp

    Online: 589

    Geographical area:

    Saw.sawserver

    Saw.sawserver.initializesawserver

    Saw.sawserver

    ]]

    [2015-07 - 06T 14: 03:45.000 + 02:00] [OBIPS] [NOTIFICATION: 1] [,] [saw.sawserver] [ecid:] [tid:] Using store of credentials provider configured in the jps configuration file "H:\OBI11116\user_projects\domains\bifoundation_domain\config\fmwconfig\jps-config-jse.xml". [[

    Leader: csfcredentialstore.cpp

    Line: 112

    Geographical area:

    Saw.sawserver

    Saw.sawserver.initializesawserver

    Saw.sawserver

    ]]

    [2015-07 - 06T 14: 03:45.000 + 02:00] [OBIPS] [NOTIFICATION: 1] [,] [saw.sawserver] [ecid:] [tid:] security query's timeout is: 120 []

    Leader: odbcuserpoploaderimpl.cpp

    Online: 1110

    Geographical area:

    Saw.sawserver

    Saw.sawserver.initializesawserver

    Saw.sawserver

    ]]

    [2015-07 - 06T 14: 03:46.000 + 02:00] [OBIPS] [NOTIFICATION: 1] [,] [saw.threads] [ecid: 00iUCbv9f0eFKA ^ 5xVL6iW0001Zk000001, 0] [tid: 5584] verified integrity \\?\H:\OBI11116\instances\instance2\tmp\OracleBIPresentationServicesComponent\coreapplication_obips1\earmanager\analytics\B+52gsvcqjfDoqONRCPQxA [] analytics.war

    Leader: earfilemanagerimpl.cpp

    Online: 84

    Geographical area:

    Saw.threads

    ]]

    [2015-07 - 06T 14: 03:46.000 + 02:00] [OBIPS] [WARNING: 1] [,] [saw.catalog.local.checkforcatalogupgrade] [ecid:] [tid:] update is recommended in the latest version of the catalog. [[

    Leader: localwebcatalog.cpp

    Online: 250

    Geographical area:

    Saw.Catalog.local.checkforcatalogupgrade

    saw.catalog.local.loadCatalog

    Saw.Subsystems.catalogbootstrapper.loadcatalog

    Saw.webextensionbase.init

    Saw.sawserver

    Saw.sawserver.initializesawserver

    Saw.sawserver

    ]]

    [2015-07 - 06T 14: 03:46.000 + 02:00] [OBIPS] [WARNING: 16] [] [saw.security.odbcuserpopulationimpl.getbisystemconnection] [ecid:] [tid:] cannot get a login system for Server BI (attempt 1 500) user. Sleeping for 4 seconds before trying again. [[

    Leader: odbcuserpoploaderimpl.cpp

    Line: 1054

    Geographical area:

    Saw.Security.odbcuserpopulationimpl.getbisystemconnection

    Saw.Security.odbcuserpopulationimpl.searchidentities

    Saw.Security.userpopulationmanagerimpl.initializeroles

    Saw.Security.securityimpl.Initialize

    saw.catalog.local.loadCatalog

    Saw.Subsystems.catalogbootstrapper.loadcatalog

    Saw.webextensionbase.init

    Saw.sawserver

    Saw.sawserver.initializesawserver

    Saw.sawserver

    ]]

    [2015-07 - 06T 14: 03:59.000 + 02:00] [OBIPS] [ERROR: 31] [] [saw.connectionPool.getConnection] [ecid:] [tid:] authentication failure.

    ODBC driver returned an error (SQLDriverConnectW).

    State: 08004.  Code: 10018.  [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access to the requested connection is denied.

    [nQSError: 43113] The message returned by OBIS.

    [nQSError: 43126] Authentication failed: invalid user/password.

    (08004) []

    Leader: Connection.cpp

    Online: 471

    Geographical area:

    saw.connectionPool.getConnection

    Saw.Security.odbcuserpopulationimpl.getbisystemconnection

    Saw.Security.odbcuserpopulationimpl.searchidentities

    Saw.Security.userpopulationmanagerimpl.initializeroles

    Saw.Security.securityimpl.Initialize

    saw.catalog.local.loadCatalog

    Saw.Subsystems.catalogbootstrapper.loadcatalog

    Saw.webextensionbase.init

    Saw.sawserver

    Saw.sawserver.initializesawserver

    Saw.sawserver

    ]]

    [2015-07 - 06T 14: 03:59.000 + 02:00] [OBIPS] [ERROR: 31] [] [saw.security.odbcuserpopulationimpl.getbisystemconnection] [ecid:] [tid:] could not create a system for Oracle BI Server user connection during startup. Please check the error message and try again.

    Authentication failure.

    ODBC driver returned an error (SQLDriverConnectW).

    State: 08004.  Code: 10018.  [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access to the requested connection is denied.

    [nQSError: 43113] The message returned by OBIS.

    [nQSError: 43126] Authentication failed: invalid user/password.

    (08004) []

    Leader: odbcuserpoploaderimpl.cpp

    Online: 1033

    Geographical area:

    Saw.Security.odbcuserpopulationimpl.getbisystemconnection

    Saw.Security.odbcuserpopulationimpl.searchidentities

    Saw.Security.userpopulationmanagerimpl.initializeroles

    Saw.Security.securityimpl.Initialize

    saw.catalog.local.loadCatalog

    Saw.Subsystems.catalogbootstrapper.loadcatalog

    Saw.webextensionbase.init

    Saw.sawserver

    Saw.sawserver.initializesawserver

    Saw.sawserver

    ]]

    [2015-07 - 06T 14: 03:59.000 + 02:00] [OBIPS] [ERROR: 31] [] [saw.security.odbcuserpopulationimpl.searchidentities] [ecid:] [tid:] error in retrieving data from the API of Population user of the Oracle BI Server user/group.

    Could not create a system for Oracle BI Server user connection during startup. Please check the error message and try again.

    Authentication failure.

    ODBC driver returned an error (SQLDriverConnectW).

    State: 08004.  Code: 10018.  [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access to the requested connection is denied.

    [nQSError: 43113] The message returned by OBIS.

    [nQSError: 43126] Authentication failed: invalid user/password.

    (08004) []

    Leader: odbcuserpoploaderimpl.cpp

    Online: 462

    Geographical area:

    Saw.Security.odbcuserpopulationimpl.searchidentities

    Saw.Security.userpopulationmanagerimpl.initializeroles

    Saw.Security.securityimpl.Initialize

    saw.catalog.local.loadCatalog

    Saw.Subsystems.catalogbootstrapper.loadcatalog

    Saw.webextensionbase.init

    Saw.sawserver

    Saw.sawserver.initializesawserver

    Saw.sawserver

    ]]

    [2015-07 - 06T 14: 03:59.000 + 02:00] [OBIPS] [ERROR: 10] [] [saw.security.userpopulationmanagerimpl.initializeroles] [ecid:] [tid:] error in retrieving data from the API of Population user of the Oracle BI Server user/group.

    Could not create a system for Oracle BI Server user connection during startup. Please check the error message and try again.

    Authentication failure.

    ODBC driver returned an error (SQLDriverConnectW).

    State: 08004.  Code: 10018.  [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access to the requested connection is denied.

    [nQSError: 43113] The message returned by OBIS.

    [nQSError: 43126] Authentication failed: invalid user/password.

    (08004) []

    Leader: userpopulationmanagerimpl.cpp

    Online: 279

    Geographical area:

    Saw.Security.userpopulationmanagerimpl.initializeroles

    Saw.Security.securityimpl.Initialize

    saw.catalog.local.loadCatalog

    Saw.Subsystems.catalogbootstrapper.loadcatalog

    Saw.webextensionbase.init

    Saw.sawserver

    Saw.sawserver.initializesawserver

    Saw.sawserver

    ]]

    [2015-07 - 06T 14: 03:59.000 + 02:00] [OBIPS] [NOTIFICATION: 1] [,] [saw.security.userpopulationmanagerimpl.initializeroles] [ecid:] [tid:] error seeking roles in the backend to resolve the GUIDS during initialization of user population [[] Manager

    Leader: userpopulationmanagerimpl.cpp

    Online: 280

    Geographical area:

    Saw.Security.userpopulationmanagerimpl.initializeroles

    Saw.Security.securityimpl.Initialize

    saw.catalog.local.loadCatalog

    Saw.Subsystems.catalogbootstrapper.loadcatalog

    Saw.webextensionbase.init

    Saw.sawserver

    Saw.sawserver.initializesawserver

    Saw.sawserver

    ]]

    [2015-07 - 06T 14: 03:59.000 + 02:00] [OBIPS] [ERROR: 31] [] [saw.security.userpopulationmanagerimpl.initializeroles] [ecid:] [tid:] error in retrieving data from the API of Population user of the Oracle BI Server user/group.

    Could not create a system for Oracle BI Server user connection during startup. Please check the error message and try again.

    Authentication failure.

    ODBC driver returned an error (SQLDriverConnectW).

    State: 08004.  Code: 10018.  [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access to the requested connection is denied.

    [nQSError: 43113] The message returned by OBIS.

    [nQSError: 43126] Authentication failed: invalid user/password.

    (08004) []

    Leader: userpopulationmanagerimpl.cpp

    Online: 281

    Geographical area:

    Saw.Security.userpopulationmanagerimpl.initializeroles

    Saw.Security.securityimpl.Initialize

    saw.catalog.local.loadCatalog

    Saw.Subsystems.catalogbootstrapper.loadcatalog

    Saw.webextensionbase.init

    Saw.sawserver

    Saw.sawserver.initializesawserver

    Saw.sawserver

    ]]

    [2015-07 - 06T 14: 03:59.000 + 02:00] [OBIPS] [ERROR: 1] [,] [saw.catalog.local.loadCatalog] [ecid:] [tid:] error loading the initialization/existing catalog: H:\OBI11116\instances\instance2/bifoundation/OracleBIPresentationServicesComponent/coreapplication_obips1/catalog/sample.

    Error during extraction of data from the API of Population user of the Oracle BI Server user/group.

    Could not create a system for Oracle BI Server user connection during startup. Please check the error message and try again.

    Authentication failure.

    ODBC driver returned an error (SQLDriverConnectW).

    State: 08004.  Code: 10018.  [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access to the requested connection is denied.

    [nQSError: 43113] The message returned by OBIS.

    [nQSError: 43126] Authentication failed: invalid user/password.

    (08004) []

    Leader: localwebcatalog.cpp

    Online: 395

    Geographical area:

    saw.catalog.local.loadCatalog

    Saw.Subsystems.catalogbootstrapper.loadcatalog

    Saw.webextensionbase.init

    Saw.sawserver

    Saw.sawserver.initializesawserver

    Saw.sawserver

    ]]

    [2015-07 - 06T 14: 03:59.000 + 02:00] [OBIPS] [NOTIFICATION: 1] [,] [saw.sawserver] [ecid:] [tid:] Oracle BI Presentation Services are shut down. [[

    Leader: sawserver.cpp

    Online: 867

    Geographical area:

    Saw.sawserver

    Saw.sawserver.terminatesawserver

    Saw.sawserver

    ]]

    We have tried to update the GUID, check the password user in the BW system, creating a new catalog. But nothing seems to work. Can someone help us please?


    Thank you!

    Hello..

    We've also thought of it... In the successful company there is a custom variable 'virtualize' set to true, it gave some problems. We changed the value false and now it works!

  • How to get the report of BI Publisher services BIEE presentation

    Hello everyone, I installed the POET and BI Publisher in the same host and I followed the configuration in the poet oracle installation documentation, but when I want to access the BI publisher company or get the BI Publisher report in presentation services, I get the error saying cannot access the PIF, I have to do additional configuration or do I need to install any component?

    Thanks in advance ~

    Check here:
    http://gerardnico.com/wiki/dat/BIP/configuration_bip
    All the steps are described.

    The stage of Oracle BI presentation integration Service is in this paragraph.
    http://gerardnico.com/wiki/dat/BIP/configuration_bip#integration_of_oracle_bi_presentation_service

    Success
    Nico

  • Cannot start OBIEE 11 g - Server BI and BI Presentation Services

    Hello

    I am new to Oracle BI, recently I had to apply a new .rpd file in an instance of Oracle BI and to my surprise it has stopped working the two following itens: Server BI and BI Presentation Services. I tried to apply the old .rpd file, but I can't yet begin none of both. Can someone help me with this problem?

    BI file (.) XML)

    http://s000.tinyupload.com/?file_id=16653163527822174871

    File Nqserver.log

    http://s000.tinyupload.com/?file_id=01258144293567559511

    Any help is appreciated.

    Thanks in advance,

    Leandro

    Of your nqserver.log:

    Boot server failed: [nQSError: 13042] repository password is incorrect.

    If you need to reupload your SPR and make sure that you enter the password correctly.

  • Confused about BI Publisher and BI Presentation Services

    Hello

    I have read this document: http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/e12188/toc.htm

    I have already created a user, role, and data sources, to integration with the presentation Services. Now, what is the relationship between the BI Publisher with services presentation BI? So far, I could only connect to the presentation of the Services as administrator. I tried to use "user" I created on BI Publisher to log on as a normal user presentation Services, but it is said that it is not valid. How can I set up a normal user for presentation Services create the report? (if that's the goal of it). What is the diff of the user on presentation of BI and BI Publisher Services? I'm still confused and so far I can not create a report on the responses =) would a person also refer to a document on a setup step by step if I could create a report?


    Thank you!

    If you use BI_SERVER security, your BEEPER users will be authenticated against the installation of server of BI (RPD), which in itself is a table of data types, LDAP, authentication 4 IE select in the table where

    If you go in Server BI, take care to ensure that your users are in the appropriate groups of the XMLP_XXXX. -See documentation for exact priv given to each group.

    If you use the security of the OPE, you users BEEP etc..

    Offline / online:

    Is offline when usually build you the repository 1st time when ready (overall consistency checks that is spent in the administration tool), you will put the RPD in the folder /Server/repository. Point the NQSConfig.INI to the RPD file and start the BI Server service. OBIEE takes RPD file, load into memory ready for use with BI presentation services. When you connect 'Online', you connect to the RPD in memory (and 'Live' in the service) when you make changes, they are immediately in effect (changes to presentation catalogs usually require a pressure on the "Reload server metadata" responses)
    * When BI services are on the rise, the RPD specified in NQSConfig is locked for editing, if you try and open with the administration tool you will get only the playback mode.

    What repository?
    It's simple: when you connect online, you specify an ODBC connection that you have need to configure in data sources - ODBC type "Oracle BI Server", here you give the IP address / hostname of the BI server and what RPD you want to use, just specify the RPD in the ODBC connection IF you have several RPDS specified in the NQSConfig.INI , otherwise the 'failure' RPD will be selected.

    Does that help? -Maybe that start a new thread for questions, this mark as being closed to help other users of the research.
    See you soon
    Alastair

  • create a new user in presentation Services

    Hi all
    I would like to know if it is possible to create a user in presentation Services.

    Now, when we create a user, we use the administration tool. We do the following:

    Manage-> Security-> Action-> users

    Is it possible to create a new user in the Referral Services?

    Thanks in advance for your answers


    Best regards

    Hello

    Users are created in the repository. When a user connects through the presentation server, this user is validated by report one created in the repository.

    See you soon.

    Daan Bakboord
    http://OBIEE.nl

  • Not able to open presentation services

    Hello

    I am very new to OBIEE.

    We have installed OBIEE and able to work with the repository but I cannot open the presentation services.
    I checked the presentation service and it is running.

    We ran out of any other configuration before access to presentation services.

    Please suggest me.

    Thank you very much.

    Kind regards
    Bob

    Hello..

    have you checked that OC4J and Javahost is running?
    If so, what kind of error you have found everything by accessing the presentation service?
    did you check the NQServer log file?

    Please report...

    Thank you & best regards
    Kishore Guggilla

  • Convert Web report OBIEE

    I have a relationship in a personalized web portal that was created on top of a Teradata Database with star patterns. I have been asked to convert these same reports OBIEE. OBIEE will also be pulling data from Teradata Database. How can I migrate these reports from the web portal of OBIEE. Thanks in advance.

    shaolin_obiee wrote:
    I have a relationship in a personalized web portal that was created on top of a Teradata Database with star patterns. I have been asked to convert these same reports OBIEE. OBIEE will also be pulling data from Teradata Database. How can I migrate these reports from the web portal of OBIEE. Thanks in advance.

    There is no automated tool that allows you to convert the reports in OBIEE. You must enter the SQL code generated behind the reports and the design schema star/snowflake to the RPD and build your MDB layer and the layer of presentation accordingly. You will then use the domain create reports to replicate that exist.

    Automation would have made life easier, but since it does not exist in the present, you have everything in OBIEE manually build from scratch.

  • Through the Oracle BI Presentation Services filters go URL via a URL

    Hi expert,
    We ara uses a function called "filters to the Oracle BI Presentation Services go URL via a URL."
    However, we are facing a problem that how to pass the value "all" in the reports.
    For example:
    We have a command prompt that contains some values:
    All the
    China
    America
    ..... (lots of data)


    In Url go:
    When you click a value:
    Saw.dll? Go & Path = / Shared/Test/SB2 & Action = Browse & P0 = 1 & P1 = eq & P2 = Customers.Region & P3 = 1 + China (it's a correct result which display the data of China)

    When users click any value:
    Saw.dll? Go & Path = / Shared/Test/SB2 & Action = Browse & P0 = 1 & P1 = eq & P2 = Customers.Region & P3 = nqgtac 1 + "*) (*" (our result shows all the data, but does not show any results) ")"

    We know reports don't have all the data, so it displays no data.
    How to implement this requirement?
    Are you facing the same issue? I thank.

    OK, got it.
    In your case means "(tous les choix)" in the prompt of the ordinary. "

    In this case, try don't past not any value for columns in the url, it should be something like
    Saw.dll? Go&path=/shared/test/SB2&action=navigate&p0=1&P1=EQ&P2=customers.region
    In this case for P3 is going to be all the choices
    You must validate the values selected to submit the form.

    OR GOOD
    You can move % using one of these coasters that documented such conditions

    CANY contains one (values & P3).
    call contains all (values & P3).
    as you type % 25 instead of the usual % wildcard. See the following examples

    Published by: svee on August 6, 2012 16:59

  • How to find what BI Oralce server is used by the presentation service

    Hello
    I want to know what Oracle BI sever is used by oracle presentation service. Where are the entries for the Oracle Bi Server?
    Please help as I am new to OBIEE.

    Thank you
    MT

    Published by: user13450806 on July 17, 2012 05:09

    Published by: user13450806 on July 17, 2012 05:09

    Using the tag
    AnalyticsWeb
    of instanceconfig.xml

    AnalyticsWeb is the ODBC DSN.

    Mark correct or useful if pls help

  • Presentation services do not come to the top

    Hello
    the local server on my machine works fine, all suddenly it has stopped working. The MA is running but OBIPS does not come to the top. Here's the log of errors for services closely. any help is very appreciated.


    [2012 07-15 T 09: 07:33.000 - 04:00] [OBIPS] [ERROR: 1] [,] [saw.catalog.impl.read] [ecid:] [tid:] invalid element \\?\C:\OBIEE\instances\instance1\bifoundation\OracleBIPresentationServicesComponent\coreapplication_obips1\catalog\SampleAppLite\root\system\mktgcache\ldn5151trange\sawguidstate.atr. [[
    Leader: catalogimpl.cpp
    Online: 842
    Geographical area:
    Saw.Catalog.impl.Read
    Saw.Catalog.impl.Scour
    saw.sqlNodeCacheMgr.loadCatalog
    Saw.webextensionbase.init
    Saw.sawserver
    Saw.sawserver.initializesawserver
    Saw.sawserver
    ECID:
    ]]
    [2012 07-15 T 09: 07:33.000 - 04:00] [OBIPS] [WARNING: 1] [,] [saw.catalog.impl.read] [ecid:] [tid:] error loading \\?\C:\OBIEE\instances\instance1\bifoundation\OracleBIPresentationServicesComponent\coreapplication_obips1\catalog\SampleAppLite\root\system\mktgcache\ldn5151trange\sawguidstate.atr []
    Leader: catalogimpl.cpp
    Online: 862
    Geographical area:
    Saw.Catalog.impl.Read
    Saw.Catalog.impl.Scour
    saw.sqlNodeCacheMgr.loadCatalog
    Saw.webextensionbase.init
    Saw.sawserver
    Saw.sawserver.initializesawserver
    Saw.sawserver
    ECID:
    ]]
    [2012 07-15 T 09: 07:33.000 - 04:00] [OBIPS] [INCIDENT_ERROR:1] [] [saw.webextensionbase.init] [ecid:] [tid:] / system/mktgcache/LDN5151TRANGE/sawguidstate of the invalid element. [[
    Leader: catalogimpl.cpp
    Online: 660
    Geographical area:
    Saw.webextensionbase.init
    Saw.sawserver
    Saw.sawserver.initializesawserver
    Saw.sawserver
    ECID:
    ]]
    [2012 07-15 T 09: 07:36.000 - 04:00] [OBIPS] [NOTIFICATION: 1] [,] [saw.sawserver] [ecid:] [tid:] Oracle BI Presentation Services are shut down. [[
    Leader: sawserver.cpp
    Online: 712
    Geographical area:
    Saw.sawserver
    Saw.sawserver.terminatesawserver
    Saw.sawserver
    ECID:

    Can you try these steps and see how it works for you.
    (1) take a backup of the catalog
    (2) copy the files sawguidstate and sawguidstate.atr a different folder in the folder
    C:\OBIEE\instances\instance1\bifoundation\OracleBIPresentationServicesComponent\coreapplication_obips1\catalog\SampleAppLite\root\system\mktgcache\ldn5151trange
    (3) start OBIPS
    Let me know updates.

    Just in case allows, please mark appropriate or useful

  • Change the language of keyword in presentation Services

    Hi all

    I'm changing the language in presentation Services. Everything works well except 3 things. Key words * "Dashboard", "Answers" * and * "Oracle Business Intelligence Applications" * do not gets changed.

    Please let me know how to achieve this.

    Concerning
    Jaan

    Hello

    See below:
    [http://gerardnico.com/wiki/dat/OBIEE/webcat_translation?s] = dat & s [] = [] = [] obiee & location & s = webcat

    See this link for the language support of the multi below

    http://blog.Trivadis.com/blogs/andreasnobbmann/archive/2008/09/22/multilanguage-support-in-use-variables-over-variables.aspx

    multi-language OBIEE?

    Thank you

    Deva

  • Unable to Sign In French - Presentation Services

    Hello

    My presentation services worked very well. But I have just deployed an RPD and now I am not able to connect in presentation services.

    It gives the error below.

    Unable to sign in
    *     *
    An invalid username or password was entered.

    I checked the opmnctl status and my presentation services are rising.

    Help, please.

    Kind regards
    Pantxo

    Hello
    Just Referesh GUID and try again if it doesn't follow the link below:

    GUID-Refreshing in obiee11g
    a good
    http://obiee11gqna.blogspot.com/2011/10/obiee11g-updating-GUIDs.html

    http://varanasisaichand.blogspot.com/2011/08/refresh-user-GUIDs-OBIEE-11g.html
    http://gerardnico.com/wiki/dat/OBIEE/migration

    The Oracle Documentation reading, I see that the updating of the GUID must be made for both presentation services. http://download.Oracle.com/docs/CD/E14571_01/bi.1111/e10543/privileges.htm#CHDHGAAH

    If you have no problem with the GUID, and then check it out below link try to do the same thing.

    http://obieeelegant.blogspot.com/2011/06/unable-to-sign-in-into-presentation.html

    Thank you

    Deva

    Published by: Devarasu on November 23, 2011 15:18

  • How we can make use of caching using presentation services

    Hi all


    How we can make use of caching using presentation services


    Thank you

    Françoise

    Hello
    Look at this... http://obiee101.blogspot.com/2008/07/OBIEE-cache-Management.html
    If its about to clear the cache of presentation... go to settings-> Admin-> Manage and delte cache sessions
    Thank you
    Srikanth

Maybe you are looking for

  • How to open a file?

    Older versions of Firefox had the standard menu with 'File' in her bar.

  • I HAV hp laptop, my local disk C is only 50 GB... I want to increase my local disk C...

    local disk C: I HAV only 1 GB of free space out of 50 GB... pls help me to increase the disk space... I n know how to...

  • g7-1368dx wireless driver

    My wireless doesn't work on my HP Pavilion laptop of series g.   I am sure that is not a problem of the internet because the other computers still have internet connection.   I need to download a driver or something else?  If it is a driver, which on

  • OfficeJet Pro 8000 Wireless does not wake

    New OfficeJet 8 k wireless bought about 3 weeks ago.  The installer went well, prints nicely when it prints. Problem is that he falls asleep and is not responding to print jobs, ping, http, HP net diagnosis... Essetntially, it "disappears" from the n

  • change the clock to 24-hour display to display AM/PM

    Hi guys, as you all know, at the far right of the taskbar, Windows displays a clock. What I want to know is how to change the clock to default to an AM/PM clock 24 hours or 12 hours. Any suggestions? Greetings distinguished IS