OBIEE 11g Real-time Decisions

Hello All,
I have installed OBIEE 11.1.1.6.0 and started Real-time decisions using the Url :http:localhost:7001/ui .Here, I was successfully able to login but I clicked on "Open Inline Service" and getting error like "There are no deployed inline services".
Moreover I am new to OBIEE-RTD ,Can anybody give me the step by step example for How to implement Real time decisions or SampleApp with example.
Thanks in Advance.

Hi,
You will need to deploy the RTD inline service using the decision studio. Please refer to the developer guide for that.

Similar Messages

  • Oracle Real TIme Decisions

    Hi,
    I've installed OBIEE 11g server in my local machine. I Would like to know the URL to launch Oracle Real time decisions. Could anyone plz help me.
    Regards,
    Arun

    Hi,
    Use the below link:
    http://machinename:9704/ui
    if you are trying to launch RTD in the same machine where you installed BI 11g then try with localhost/ipaddress/machine name
    http://localhost:9704/ui
    hope it helps!
    Regards,
    Pandian

  • Real-Time Decision Server is not running

    Hi,
    In the Admin guide for RTD Center, during Initializing the Oracle RTD Database Using SDDBTool, one of the step mentioned is "To check, Real-Time Decision Server is not running" but nothing has been mentioned if this is a Service or we have to check in Weblogic or service panel.
    So the question is, How do I check if my Real-Time Decision Server is running or not? Do I have shut down OBIEE instance for the same?
    Regards,
    Jitendra

    Hi,
    try it like this.
    http://IP:9704/ui/do/logout
    note: bi services should be up.
    Thanks
    Deva

  • Oracle Real Time Decisions (RTD)

    Hi,
    We r trying to setup an Oracle Real Time Decisions (RTD) environment.
    Can any one pls let me know how to integrate Oracle Real Time Decisions (RTD) with Siebel CRM & Oracle BI EE.
    Any document would be of great help.
    Your kind response will be appreciated.
    Thanks.

    Hi,
    Try Mark Rittman's blog:
    http://www.rittmanmead.com/category/real-time-decisions/
    Good Luck,
    Daan Bakboord

  • OBIEE 11g Users Time Out Problem

    Hi,
    I am using OBIEE 11g version and setup up user through weblogic console, but problem is users are logging out after 5 minutes, so how can we solve that,
    Thnaks

    OK,
    execute your query.
    Goto ST04/ detailed analysis menu Oracle session.
    Identify your session searching something like SELECT ... FROM /BIC/A* where * is your ODS name in the SQL statement.
    Click on this SQL statement and then display execution plan;
    if you aren't on Oracle then let me know what options you do have...
    put this info in the thread.
    regards,
    Olivier.

  • ORACLE 11G  "real time apply" not work?????

    we have a database original on ORACLE 10.2.0.4 and we upgrade it to 11.1.0.7.
    after that we create standby database and tried to use "real time apply" feature.
    Primary database can transfer log files to standby database and standby database also can apply logs. The problem is it can NOT work on "real time apply".
    Ant ideal what wrong?
    === procedures ====== (standby database)
    SQL> startup mount;
    ORACLE instance started.
    Total System Global Area 2087780352 bytes
    Fixed Size 2161272 bytes
    Variable Size 1795163528 bytes
    Database Buffers 251658240 bytes
    Redo Buffers 38797312 bytes
    Database mounted.
    SQL> alter database open read only;
    Database altered.
    SQL> alter database recover managed standby database using current logfile disconnect;
    Database altered.
    SQL> select PROTECTION_MODE, PROTECTION_LEVEL, DATABASE_ROLE, SWITCHOVER_STATUS, OPEN_MODE, GUARD_STATUS from v$database;
    PROTECTION_MODE PROTECTION_LEVEL DATABASE_ROLE SWITCHOVER_STATUS
    OPEN_MODE GUARD_S
    MAXIMUM PERFORMANCE MAXIMUM PERFORMANCE PHYSICAL STANDBY NOT ALLOWED
    MOUNTED NONE
    SQL> select process, status from v$managed_standby;
    PROCESS STATUS
    ARCH CONNECTED
    ARCH CONNECTED
    ARCH CONNECTED
    ARCH CONNECTED
    RFS IDLE
    MRP0 APPLYING_LOG
    6 rows selected.
    ========== Primary database init.ora file setup =====
    ### for DG use
    db_unique_name = DBPMY
    log_archive_config='dg_config=(DBPMY,DBSBY)'
    log_archive_dest_1='LOCATION=/Archive/DBPMY/arch/arch MANDATORY'
    log_archive_dest_2='service=DBSBY valid_for=(online_logfiles,primary_role) db_unique_name=DBSBY LGWR ASYNC=20480 OPTIONAL REOPEN=15 NET_TIMEOUT=30'
    *.log_archive_format='DBPMY_%r_%t_%s.arc'
    log_archive_dest_state_1 = enable
    log_archive_dest_state_2 = enable

    There are a couple of things to look at.
    1. Real time apply requires standby redo logs on the standby database. On the standby database run this query:
    SELECT * FROM v$logfile where type = 'STANDBY';
    if you get 0 rows back you'll need to create standby logfiles
    The general guideline is to size them exactly like your redo logs but add one additional standby log to ensure it doesn't cause a bottleneck.
    2. Get the size of your logfiles:
    SELECT GROUP#, BYTES FROM V$LOG;
    3. For example if you have 3 redo logs that are 50 MB in size, create 4 standby redo logs 50 MB each and don't multiplex them.
    ALTER DATABASE ADD STANDBY LOGFILE ('/Archive/DBSBY/onlinelog/slog1.rdo') SIZE 50M;
    ALTER DATABASE ADD STANDBY LOGFILE ('/Archive/DBSBY/onlinelog/slog2.rdo') SIZE 50M;
    ALTER DATABASE ADD STANDBY LOGFILE ('/Archive/DBSBY/onlinelog/slog3.rdo') SIZE 50M;
    ALTER DATABASE ADD STANDBY LOGFILE ('/Archive/DBSBY/onlinelog/slog4.rdo') SIZE 50M;
    4. Cancel recovery on standby
    recover managed standby database cancel;
    5. Restart recovery using real time apply
    recover managed standby database using current logfile disconnect;
    6. To validate that real time is working you can check a few places.
    -It will say in the database alert log on standby that it's using real time apply
    OR
    -Check primary
    SELECT status, recovery_mode FROM v$archive_dest_status where dest_name = 'LOG_ARCHIVE_DEST_2';
    If the recovery_mode is "MANAGED REAL TIME APPLY" then real time apply is working, if it's anything else then we'll need to check more things.
    NOTE that if you are going to allow your current primary to switch roles and become a standby then you'll want to create standby redo logs on primary as well
    Sometimes recovery gets "stuck" and simply resetting the destination parameters can resolve it:
    alter system set log_archive_dest_2='service=DBSBY valid_for=(online_logfiles,primary_role) db_unique_name=DBSBY LGWR ASYNC=20480 OPTIONAL REOPEN=15 NET_TIMEOUT=30';
    There are some other things we can check next but let's start with the easiest fixes first.

  • OBIEE 11G - Max Time Parameter on the RPD IS NOT WORKING

    Our OBIEE 11.1.1.7.1 cluster environment (2 nodes) has been setup on the repository to time out the queries if they run for more than 5 minutes. The requirement is if the query takes longer than 5 mins the query to the database should be cancelled on OBIEE server.
    We are able to set up the time out limit (Max Time = 5 min / Max Time Status = Eabled) in the RPD for all application roles and all db connections, however when the BI Server shows the long-running in RUNNING status on OBIEE Administrator sessions screen sometimes for more than 15 hours or until it finishes. When monitoring the SQL Statements on Oracle GRID I noticed that most of the queries are being executed in the database for no longer than 5 minutes, so most of the time spent on the session is not related to the query execution but another processing that happens on on the bi server.
    As a result, the BI queries are being accumulated on the queued or waiting for the parent, so users are getting dashboard hanging issues.
    Is there anything missing on the setup to make sure the long-running queries (> 5 min) will be cancelled automatically by the BI Server?
    Thanks

    It's okay, I just figured it out.
    Claredublin

  • Error while deploying project to Real Time Decision Server

    Hi,
    I followed the link : Creating an Inline Service - 11g Release 1 (11.1.1) to create an inline service.
    I was able to develop this, but, while deployment through eclipse; I am facing the following error.
    [2013-11-13T16:12:48.935+05:30] [bi_server1] [NOTIFICATION] [] [oracle.wsm.security.policy.scenario.util.ScenarioUtils] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 7863b382e4716382:-f0e14fc:14251056623:-8000-000000000000156d,0] [APP: OracleRTD#11.1.1] [J2EE_APP.name: OracleRTD_11.1.1] [J2EE_MODULE.name: ws] [WEBSERVICE.name: WorkbenchEndPointService] [WEBSERVICE_PORT.name: WorkbenchEndPointPort] [WSM_POLICY_NAME: oracle/wss_username_token_service_policy] Configuration property reference.priority value is null
    [2013-11-13T16:12:48.935+05:30] [bi_server1] [NOTIFICATION] [] [oracle.wsm.security.policy.scenario.executor.SecurityScenarioExecutor] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 7863b382e4716382:-f0e14fc:14251056623:-8000-000000000000156d,0] [APP: OracleRTD#11.1.1] [J2EE_APP.name: OracleRTD_11.1.1] [J2EE_MODULE.name: ws] [WEBSERVICE.name: WorkbenchEndPointService] [WEBSERVICE_PORT.name: WorkbenchEndPointPort] [WSM_POLICY_NAME: oracle/wss_username_token_service_policy] Recipient Alias property not configured in the policy. Defaulting to encrypting with signers certificate.
    [2013-11-13T16:13:09.410+05:30] [bi_server1] [ERROR] [RTD-10307] [oracle.rtd.logger] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 7863b382e4716382:-f0e14fc:14251056623:-8000-0000000000001571,0] [APP: OracleRTD#11.1.1] [J2EE_APP.name: OracleRTD_11.1.1] [J2EE_MODULE.name: ws] [WEBSERVICE.name: WorkbenchEndPointService] [WEBSERVICE_PORT.name: WorkbenchEndPointPort] Management Service error[[
    java.lang.ExceptionInInitializerError
      at com.sigmadynamics.sdo.access.impl.ObjectFactoryImpl.createSDApplicationType(ObjectFactoryImpl.java:1463)
      at com.sigmadynamics.sdo.access.impl.ObjectFactoryImpl.create(ObjectFactoryImpl.java:140)
      at org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl.createObject(XMLHelperImpl.java:739)
      at org.eclipse.emf.ecore.xmi.impl.XMLHandler.createObjectFromFactory(XMLHandler.java:1386)
      at org.eclipse.emf.ecore.xmi.impl.XMLHandler.createObjectByType(XMLHandler.java:754)
      at org.eclipse.emf.ecore.xmi.impl.XMLHandler.createTopObject(XMLHandler.java:779)
      at org.eclipse.emf.ecore.xmi.impl.XMLHandler.processElement(XMLHandler.java:462)
      at org.eclipse.emf.ecore.xmi.impl.XMLHandler.startElement(XMLHandler.java:449)
      at org.eclipse.emf.ecore.xmi.impl.SAXWrapper.startElement(SAXWrapper.java:73)
      at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:501)
      at com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.startElement(XMLDTDValidator.java:767)
      at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(XMLDocumentFragmentScannerImpl.java:1363)
      at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$ContentDriver.scanRootElementHook(XMLDocumentScannerImpl.java:1315)
      at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:3104)
      at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:921)
      at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:647)
      at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:511)
      at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:808)
      at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)
      at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:119)
      at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1205)
      at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:522)
      at weblogic.xml.jaxp.WebLogicXMLReader.parse(WebLogicXMLReader.java:133)
      at weblogic.xml.jaxp.RegistryXMLReader.parse(RegistryXMLReader.java:173)
      at javax.xml.parsers.SAXParser.parse(SAXParser.java:395)
      at org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.load(XMLLoadImpl.java:140)
      at org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl.doLoad(XMLResourceImpl.java:169)
      at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:988)
      at com.sigmadynamics.sdo.loading.Metadata.createSDOFrom(Metadata.java:249)
      at com.sigmadynamics.sdo.loading.Metadata.createSDORoot(Metadata.java:159)
      at com.sigmadynamics.sdo.loading.Metadata.getSDTypes(Metadata.java:322)
      at com.sigmadynamics.sdo.loading.SDA.getAppName(SDA.java:417)
      at com.sigmadynamics.workbench.commands.DeployAppCommand.internalExecute(DeployAppCommand.java:99)
      at com.sigmadynamics.workbench.commands.DeployAppCommand.execute(DeployAppCommand.java:80)
      at com.sigmadynamics.workbench.commands.WorkbenchExecutionContext.execute(WorkbenchExecutionContext.java:53)
      at com.sigmadynamics.ws.workbench.server.WorkbenchEndPoint$DeploymentExecutionContext.execute(WorkbenchEndPoint.java:149)
      at com.sigmadynamics.workbench.access.impl.WSParamImpl.doExecute(WSParamImpl.java:171)
      at com.sigmadynamics.ws.workbench.server.WorkbenchEndPoint.deploy(WorkbenchEndPoint.java:87)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at oracle.j2ee.ws.server.jaxws.ServiceEndpointRuntime.processMessage(ServiceEndpointRuntime.java:370)
      at oracle.j2ee.ws.server.jaxws.ServiceEndpointRuntime.processMessage(ServiceEndpointRuntime.java:202)
      at oracle.j2ee.ws.server.jaxws.JAXWSRuntimeDelegate.processMessage(JAXWSRuntimeDelegate.java:477)
      at oracle.j2ee.ws.server.provider.ProviderProcessor.doEndpointProcessing(ProviderProcessor.java:1187)
      at oracle.j2ee.ws.server.WebServiceProcessor$1.run(WebServiceProcessor.java:1131)
      at oracle.j2ee.ws.server.WebServiceProcessor$1.run(WebServiceProcessor.java:1129)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
      at oracle.security.jps.internal.jaas.AccActionExecutor.execute(AccActionExecutor.java:74)
      at oracle.security.jps.internal.jaas.AbstractSubjectSecurity$ActionExecutorWrapper.execute(AbstractSubjectSecurity.java:242)
      at oracle.security.jps.internal.jaas.CascadeActionExecutor$SubjectPrivilegedExceptionAction.run(CascadeActionExecutor.java:83)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
      at weblogic.security.Security.runAs(Security.java:61)
      at oracle.security.jps.wls.jaas.WlsActionExecutor.execute(WlsActionExecutor.java:51)
      at oracle.security.jps.internal.jaas.CascadeActionExecutor.execute(CascadeActionExecutor.java:56)
      at oracle.security.jps.internal.jaas.AbstractSubjectSecurity$ActionExecutorWrapper.execute(AbstractSubjectSecurity.java:242)
      at oracle.j2ee.ws.server.provider.GenericProviderPlatform.runAs(GenericProviderPlatform.java:458)
      at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:1149)
      at oracle.j2ee.ws.server.provider.ProviderProcessor.doRequestProcessing(ProviderProcessor.java:581)
      at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:235)
      at oracle.j2ee.ws.server.WebServiceProcessor.doService(WebServiceProcessor.java:195)
      at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:487)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
      at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused by: java.lang.NullPointerException
      at java.io.File.<init>(File.java:222)
      at java.lang.Package$1.run(Package.java:527)
      at java.lang.Package.defineSystemPackage(Package.java:520)
      at java.lang.Package.getSystemPackages(Package.java:511)
      at java.lang.ClassLoader.getPackages(ClassLoader.java:1513)
      at java.lang.ClassLoader.getPackages(ClassLoader.java:1511)
      at java.lang.ClassLoader.getPackages(ClassLoader.java:1511)
      at java.lang.ClassLoader.getPackages(ClassLoader.java:1511)
      at java.lang.ClassLoader.getPackages(ClassLoader.java:1511)
      at java.lang.Package.getPackages(Package.java:281)
      at com.sigmadynamics.sdo.access.impl.SDApplicationTypeImpl.<clinit>(SDApplicationTypeImpl.java:1029)
      at com.sigmadynamics.sdo.access.impl.ObjectFactoryImpl.createSDApplicationType(ObjectFactoryImpl.java:1463)
      at com.sigmadynamics.sdo.access.impl.ObjectFactoryImpl.create(ObjectFactoryImpl.java:140)
      at org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl.createObject(XMLHelperImpl.java:739)
      at org.eclipse.emf.ecore.xmi.impl.XMLHandler.createObjectFromFactory(XMLHandler.java:1386)
      at org.eclipse.emf.ecore.xmi.impl.XMLHandler.createObjectByType(XMLHandler.java:754)
      at org.eclipse.emf.ecore.xmi.impl.XMLHandler.createTopObject(XMLHandler.java:780)
      at org.eclipse.emf.ecore.xmi.impl.XMLHandler.processElement(XMLHandler.java:462)
      at org.eclipse.emf.ecore.xmi.impl.XMLHandler.startElement(XMLHandler.java:450)
      at org.eclipse.emf.ecore.xmi.impl.SAXWrapper.startElement(SAXWrapper.java:74)
      at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:501)
      at com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.startElement(XMLDTDValidator.java:767)
      at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(XMLDocumentFragmentScannerImpl.java:1363)
      at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$ContentDriver.scanRootElementHook(XMLDocumentScannerImpl.java:1315)
      at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:3104)
      at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:921)
      at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:647)
      at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:511)
      at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:808)
      at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)
      at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:121)
      at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1205)
      at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:523)
      at weblogic.xml.jaxp.WebLogicXMLReader.parse(WebLogicXMLReader.java:134)
      at weblogic.xml.jaxp.RegistryXMLReader.parse(RegistryXMLReader.java:173)
      at javax.xml.parsers.SAXParser.parse(SAXParser.java:396)
      at org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.load(XMLLoadImpl.java:140)
      at org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl.doLoad(XMLResourceImpl.java:169)
      at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:988)
      at com.sigmadynamics.sdo.loading.Metadata.createSDOFrom(Metadata.java:249)
      at com.sigmadynamics.sdo.loading.Metadata.createSDORoot(Metadata.java:159)
      at com.sigmadynamics.sdo.loading.Metadata.getSDTypes(Metadata.java:322)
      at com.sigmadynamics.sdo.loading.SDA.getAppName(SDA.java:417)
      at com.sigmadynamics.workbench.commands.DeployAppCommand.internalExecute(DeployAppCommand.java:99)
      at com.sigmadynamics.workbench.commands.DeployAppCommand.execute(DeployAppCommand.java:80)
      at com.sigmadynamics.workbench.commands.WorkbenchExecutionContext.execute(WorkbenchExecutionContext.java:53)
      at com.sigmadynamics.ws.workbench.server.WorkbenchEndPoint$DeploymentExecutionContext.execute(WorkbenchEndPoint.java:149)
      at com.sigmadynamics.workbench.access.impl.WSParamImpl.doExecute(WSParamImpl.java:171)
      at com.sigmadynamics.ws.workbench.server.WorkbenchEndPoint.deploy(WorkbenchEndPoint.java:88)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at oracle.j2ee.ws.server.jaxws.ServiceEndpointRuntime.processMessage(ServiceEndpointRuntime.java:370)
      at oracle.j2ee.ws.server.jaxws.ServiceEndpointRuntime.processMessage(ServiceEndpointRuntime.java:202)
      at oracle.j2ee.ws.server.jaxws.JAXWSRuntimeDelegate.processMessage(JAXWSRuntimeDelegate.java:477)
      at oracle.j2ee.ws.server.provider.ProviderProcessor.doEndpointProcessing(ProviderProcessor.java:1187)
      at oracle.j2ee.ws.server.WebServiceProcessor$1.run(WebServiceProcessor.java:1131)
      at oracle.j2ee.ws.server.WebServiceProcessor$1.run(WebServiceProcessor.java:1129)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
      at oracle.security.jps.internal.jaas.AccActionExecutor.execute(AccActionExecutor.java:74)
      at oracle.security.jps.internal.jaas.AbstractSubjectSecurity$ActionExecutorWrapper.execute(AbstractSubjectSecurity.java:242)
      at oracle.security.jps.internal.jaas.CascadeActionExecutor$SubjectPrivilegedExceptionAction.run(CascadeActionExecutor.java:83)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
      at weblogic.security.Security.runAs(Security.java:61)
      at oracle.security.jps.wls.jaas.WlsActionExecutor.execute(WlsActionExecutor.java:51)
      at oracle.security.jps.internal.jaas.CascadeActionExecutor.execute(CascadeActionExecutor.java:56)
      at oracle.security.jps.internal.jaas.AbstractSubjectSecurity$ActionExecutorWrapper.execute(AbstractSubjectSecurity.java:242)
      at oracle.j2ee.ws.server.provider.GenericProviderPlatform.runAs(GenericProviderPlatform.java:458)
      at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:1149)
      at oracle.j2ee.ws.server.provider.ProviderProcessor.doRequestProcessing(ProviderProcessor.java:581)
      at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:235)
      at oracle.j2ee.ws.server.WebServiceProcessor.doService(WebServiceProcessor.java:196)
      at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:487)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
      at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
      ... 9 more
    It would be great if any pointers can be provided to solve the same.
    Thanks and Regards,
    Vijay Inani

    Also, this error is coming in Eclipse logs
    javax.xml.ws.soap.SOAPFaultException: java.lang.ExceptionInInitializerError
    at com.sun.xml.ws.fault.SOAP11Fault.getProtocolException(SOAP11Fault.java:171)
    at com.sun.xml.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:94)
    at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:240)
    at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:210)
    at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:103)
    at $Proxy32.deploy(Unknown Source)
    at com.sigmadynamics.ws.workbench.client.WorkbenchServerClient.deploy(WorkbenchServerClient.java:50)
    at com.sigmadynamics.studio.util.ServerConnectionData.deploy(ServerConnectionData.java:356)
    at com.sigmadynamics.studio.util.DeployAction$DeployJob.run(DeployAction.java:187)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)

  • Please guide on how to integrate ATG with RTD(Real-Time Decisions.

    Please post the steps on integration of RTD with ATG.

    Got the steps from RTD documentation. I just consumed one of the WSDL files provided with the installation.
    set all the request parameters and got the response.

  • Integration between Webcenter Sites and Oracle Real time Decision(RTD)

    Hi,
    I want to integrate RTD with Webcenter Sites for automated targetting purpose. Can you please provide any implementation view on this?
    Thanks,
    Krishnendu Chatterjee

    Hi,
    Hi,
    I am also looking for the same..
    Did you get any link or documents?
    Thanks,
    Dev

  • OBIEE 11g - BI Server Login

    Hello Gurus
    1. I have successfully Installed and configured OBIEE 11g suite.
    2. I am able to connect and import meta data.
    But when I go to BI Server home page (/obieehome) And enter username and password. It does not validate.
    I have tried all username and passwords that came in as part of installation process but no luck.
    I would think the default username DEV_BIPLATFORM should work, but no such luck.
    So, now, I am not sure anymore which is the username I should be using in order to log in to BI Server home page. Any idea?
    My weblogic console is just fine.
    Thanks,
    R

    In addition to my OP, below is some more information.
    The OBI installation generated following file with all links. How can I know which username belongs to which link? I could not see a document anywhere on web that would tell me this. Thanks, R
    Type: Simple Install
         Installation Details
              Middleware Home: c:\FINAL_OBIEE
              BI Oracle Home: c:\FINAL_OBIEE\Oracle_BI1
              WebLogic Server Home: c:\FINAL_OBIEE\wlserver_10.3
              BI Domain Home: c:\FINAL_OBIEE\user_projects\domains\bifoundation_domain
              BI Domain Name: bifoundation_domain
              Instance Home: c:\FINAL_OBIEE\instances\instance3
              Instance Name: instance3
         Configure Components
              WebLogic Console
                   http://localhost:7001/console
              Oracle Enterprise Manager
                   http://localhost:7001/em
              Business Intelligence Enterprise Edition
                   http://localhost:9704/analytics
              Business Intelligence Publisher
                   http://localhost:9704/xmlpserver
              Real-Time Decisions
                   http://localhost:9704/ui

  • Oracle Real time decesioning tool

    Hi,
    I have 2 questions in Oracle RTD.
    1)I am using Oracle BI 11.1.1 and I want to change the persistance interval to 5 mins by default it is 60 mins So medel counts are getting incremented after 1 hr.
    So can you help us to reduce the persistance interval.
    2)RTD SDDS database is not refreshing automatically bacause we are unable to change the values in JConsole.
    To reflect the data we are manually refreshing models and running the method CompleteSnapshot.
    Please help us in resolving the issues.
    Note:To Solve question 1 we tried to change the value in Application-->ModelDefaults-->Persistance level but its not getting incremented.

    Hi,
    Try Mark Rittman's blog:
    http://www.rittmanmead.com/category/real-time-decisions/
    Good Luck,
    Daan Bakboord

  • OBIEE 11g installation failed multiple times at Distributing Repository Configuration Step

    Hi,
    I am getting the following error during the Distributing Repository Configuration step in the OBIEE 11g 11.1.1.7 enterprise installation in Windows 8 system.
    Severe: Element Type:Domain
    Element id: null
    Operation result: failed to obtain domain file lock
    Detail Message: java.util.concurrent.timeoutException.Timeout;
    waiting for lock: Domain config lock;
    c:\OBIEE\MIDDLE~1\USER_p~1\domains\EAM_DO~1\config\FMWCON~1\biee-config.lock;[121 secs]
    Step Distributing Repository failed
    Configuration Action 'Distributing Repository' has failed. Please check logs for details.
    Step Distributing repository failed
    I checked another blog for this https://forums.oracle.com/thread/2565716 and even there the explanation doesn't convince me.
    I tried to look at the Locale of my system where I am installing and I could see it is using Eng-Us by default. One way suggested to check the Unicode format from the web browser and I could check that too to be UTF-8 as suggested by someone on some other blog.
    I checked in the logs too as suggested by the Installation dialogue box but it didn't seem much conclusive too.
    Here is the snapshot of the log file which I could found.
    INFO: Current Inventory:
      Oracle Home: OraDb11g_home1
      This Oracle Home has not been changed in this session.
      Oracle Home: OH1858390736
      This Oracle Home has not been changed in this session.
      Oracle Home: OH440082373
      This Oracle Home has not been changed in this session.
      Oracle Home: OH440082374
      This Oracle Home has not been changed in this session.
      Oracle Home: OH1597391518
      This Oracle Home has not been changed in this session.
      Oracle Home: OH1285215443
      This Oracle Home has not been changed in this session.
    INFO: Ending the inventory Session
    INFO: Using an existing InstallAreaControl for this Inventory Session with existing access level 1
    INFO: Using an existing InstallAreaControl for this Inventory Session with existing access level 1
    INFO: Using an existing InstallAreaControl for this Inventory Session with existing access level 1
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    Can someone please help me with this since I am stuck with for quite some time now.
    Is there any way to check in command prompt to check the locale as required by the system.
    What could be the issue here?
    Thanks,
    Nitin

    Hi all,
    We are able to resolve the above issue with the below solution.
    Root cause of the issue:
    You may have a temp directory in the path C:\Documents and Settings\user_name\Local Settings\Temp. You got the above mentioned exception because of the temp directory path having spaces_+ in it.
    Solution:
    1. Create a new directory called TEMP in a different location for ex: C:\TEMP
    2. Now, Right click on My computer --> Properties --> Advanced --> click on Environment Variables.
    3. You should be having TEMP and TMP as variables under user variables section pointing to the C:\Documents and Settings\user_name\Local Settings\Temp path.
    4. Edit the TEMP and TMP variables and mention C:\TEMP in the variable value.
    5. Deinstall and re-install OBIEE 11g.
    Happy OBIEE 11g installation!!
    Thanks,
    Rajesh Gurram

  • Regarding Time Series Graph in OBIEE 11g

    Hi,
    I need to create a time-series graph in OBIEE 11g. However, the value for time on the x-axis of the graph automatically comes for days.
    Is there any way to change it to hours or minutes?
    Thanks,
    Naman Misra

    Yes, it shud be a prob. Try using seperate tables for fact n timedim

  • OBIEE 11g time series: regression on ago / todate function ?

    Hello,
    We are testing the migration to OBIEE 11G.
    We are currently in 10.3 version
    We have a problem on AGO / TO_DATE OBIEE functions that returns null results on existing reports.
    In 10.3 version, these functions work properly with the actual TIME dimension.
    Here is how we designed time Dimension:
    TOTAL -> Year -> Quarter -> MONTH -> WEEK -> DATE_KEY, FULL_DATE
    DATE_KEY is a number and referenced as a foreign key on our fact table.
    CREATE TABLE TD_DATE
    +(+
    DATE_KEY NUMBER (11) NOT NULL,
    FULL_DATE DATE
    WEEK NUMBER (2),
    MONTH NUMBER (2),
    QUARTER NUMBER (1)
    YEAR NUMBER (4),
    TOTAL_DATE VARCHAR2 (11 BYTE)
    +)+
    Database version: Oracle 11g
    All elements of the dimension are chronological key (except full date) in order to optimize performance.
    Have you encountered similar problems in inplémentation of AGO / TO_DATE function on version 11g?
    Thanks,
    Romain

    Does a month have always the same number of week and begin with the first day of a week ?
    If it's not the case, your dimension is not good when you make a report on the week grain for a year ago for instance.
    Here a check list:
    http://gerardnico.com/wiki/dat/obiee/ago_todate_configuration#timecalender_dimension_design_verification
    Success
    Nico

Maybe you are looking for