Problem in OBI 11g 11.1.1.7.0 Installation - Configuration Progress

I'm trying to install do Oracle Business Intelligence 11.1.1.7.0 and when the instalation reaches the Configuration Progress when it tryies to create a instance, it gives the following error:
[2013-05-21T12:20:52.158-03:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 144] [ecid: 0000Jv7XyRAF4E05zzx0iW1Has9x00000F,0] [[
oracle.as.config.exception.LocationAlreadyUsedException: The oracle instance is not empty. Select a different location or remove the instance at this location.
     at oracle.as.config.impl.OperationValidator.validateInstanceLocationForCreate(OperationValidator.java:206)
     at oracle.as.config.impl.OracleASInstanceImpl.create(OracleASInstanceImpl.java:79)
     at oracle.as.provisioning.fmwadmin.ASInstanceProv._createInstance(ASInstanceProv.java:249)
     at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstance(ASInstanceProv.java:166)
     at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:116)
     at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:523)
     at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:439)
     at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
     at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
     at oracle.as.install.bi.biconfig.standard.InstanceProvisioningTask.exec(InstanceProvisioningTask.java:76)
     at oracle.as.install.bi.biconfig.standard.InstanceProvisioningTask.doExecute(InstanceProvisioningTask.java:99)
     at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
     at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:66)
     at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:113)
     at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:375)
     at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
     at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
     at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
     at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:96)
     at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:186)
     at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
     at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
     at java.lang.Thread.run(Thread.java:722)
[2013-05-21T12:20:52.158-03:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 144] [ecid: 0000Jv7XyRAF4E05zzx0iW1Has9x00000F,0] Exit code from OPMNAdmin : 0
[2013-05-21T12:20:52.158-03:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 144] [ecid: 0000Jv7XyRAF4E05zzx0iW1Has9x00000F,0] [[
oracle.as.provisioning.engine.CfgWorkflowException
     at oracle.as.provisioning.engine.Engine.processEventResponse(Engine.java:596)
     at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstance(ASInstanceProv.java:178)
     at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:116)
     at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:523)
     at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:439)
     at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
     at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
     at oracle.as.install.bi.biconfig.standard.InstanceProvisioningTask.exec(InstanceProvisioningTask.java:76)
     at oracle.as.install.bi.biconfig.standard.InstanceProvisioningTask.doExecute(InstanceProvisioningTask.java:99)
     at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
     at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:66)
     at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:113)
     at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:375)
     at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
     at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
     at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
     at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:96)
     at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:186)
     at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
     at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
     at java.lang.Thread.run(Thread.java:722)
Caused by: oracle.as.provisioning.util.ConfigException:
Error creating ASInstance instance1.
Cause:
An internal operation has failed: The oracle instance is not empty. Select a different location or remove the instance at this location.
Action:
See logs for more details.
     at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
     at oracle.as.provisioning.fmwadmin.ASInstanceProv._createInstance(ASInstanceProv.java:317)
     at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstance(ASInstanceProv.java:166)
     ... 19 more
Caused by: oracle.as.config.exception.LocationAlreadyUsedException: The oracle instance is not empty. Select a different location or remove the instance at this location.
     at oracle.as.config.impl.OperationValidator.validateInstanceLocationForCreate(OperationValidator.java:206)
     at oracle.as.config.impl.OracleASInstanceImpl.create(OracleASInstanceImpl.java:79)
     at oracle.as.provisioning.fmwadmin.ASInstanceProv._createInstance(ASInstanceProv.java:249)
     ... 20 more
[2013-05-21T12:20:52.158-03:00] [as] [ERROR] [] [oracle.as.install.bi] [tid: 144] [ecid: 0000Jv7XyRAF4E05zzx0iW1Has9x00000F,0] ERROR: Instance creation failed.[[
oracle.as.provisioning.exception.ASProvisioningException
     at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:872)
     at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
     at oracle.as.install.bi.biconfig.standard.InstanceProvisioningTask.exec(InstanceProvisioningTask.java:76)
     at oracle.as.install.bi.biconfig.standard.InstanceProvisioningTask.doExecute(InstanceProvisioningTask.java:99)
     at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
     at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:66)
     at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:113)
     at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:375)
     at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
     at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
     at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
     at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:96)
     at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:186)
     at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
     at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
     at java.lang.Thread.run(Thread.java:722)
Caused by: oracle.as.provisioning.engine.CfgWorkflowException
     at oracle.as.provisioning.engine.Engine.processEventResponse(Engine.java:596)
     at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstance(ASInstanceProv.java:178)
     at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:116)
     at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:523)
     at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:439)
     at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
     ... 15 more
Caused by: oracle.as.provisioning.util.ConfigException:
Error creating ASInstance instance1.
Cause:
An internal operation has failed: The oracle instance is not empty. Select a different location or remove the instance at this location.
Action:
See logs for more details.
     at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
     at oracle.as.provisioning.fmwadmin.ASInstanceProv._createInstance(ASInstanceProv.java:317)
     at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstance(ASInstanceProv.java:166)
     ... 19 more
Caused by: oracle.as.config.exception.LocationAlreadyUsedException: The oracle instance is not empty. Select a different location or remove the instance at this location.
     at oracle.as.config.impl.OperationValidator.validateInstanceLocationForCreate(OperationValidator.java:206)
     at oracle.as.config.impl.OracleASInstanceImpl.create(OracleASInstanceImpl.java:79)
     at oracle.as.provisioning.fmwadmin.ASInstanceProv._createInstance(ASInstanceProv.java:249)
     ... 20 more
Please, help!!!

remove the oracle_home or oracle_instance defined in your environment variables and see how it goes.

Similar Messages

  • OBI 11g 11.1.1.6.0 - Installation failed

    Hi All,
    During OBI11g 11.1.1.6.0 Installation I got the below error and installation failed,
    Installation Failed.
    OUI Session failed
    OUI-10185:Unable to copy 'H:\Softwares\Oracle\OBI\bishiphome\Disk4\stage\/Components/oracle.jrf.as.config/11.1.1.6.0/1/DataFiles/Expanded/./bin/config.bat' to 'E:\OBI11g\Oracle_BI1/bin/config.bat'. OUI-10186:The source file 'H:\Softwares\Oracle\OBI\bishiphome\Disk4\stage\/Components/oracle.jrf.as.config/11.1.1.6.0/1/DataFiles/Expanded/./bin/config.bat' does not exist.
    OS: Windows 7 Home Perineum SP1 - 32 Bit
    Actually the source exists under the path,
    H:\Softwares\Oracle\OBI\bishiphome\Disk4\stage\Components
    Looks like installation process trying in wrong path.
    Could you please help me in resolving this issue?
    Thanks & Regards
    M Thiyagarajan

    Hi all,
    I have the same problem while installaing OBI 11g 11.1.1.6.0 on a Windows 7 Profesional 64 bits laptop.
    Does any one have a solution please ?
    Thx.

  • OBI 11G sUnquotedTableName.empty() error while creating a report

    hello guru's
    We have a problem when trying to build a report in OBI 11G. We have migrated an RPD from 10 to 11 and one 1 installation DEV all is OK, on TEST we get all kind of problems.
    One of the main issues is when trying to build a report and clicking on the + to expand a node of a dimension object we hget the sUnquotedTableName.empty() error
    When going to the logs I see the following details of the error.
    Does anyone have a clue and can help us out?
    Koen Verheyen
    ProblemhMessage Level 10
    Relationship ID 0:1
    Component OBIPS
    Module saw.httpserver.processrequest
    Host XXXXXXX
    Host IP Address XXXXXX
    Thread ID 2836335504
    ECID 0000Ijcd5UzFw000jzwkno1Clgr10001eK
    Message
    Assertion failure: !sUnquotedTableName.empty() at line 1936 of /scratch/aime1/adestore/views/aime1_dadvfa0138/bifndn/analytics_web/main/project/webutil/tablenameutils.cpp
    Supplemental Detail
    File:tablenameutils.cpp
    Line:1936
    Location:
    saw.httpserver.processrequest
    saw.rpc.server.responder
    saw.rpc.server
    saw.rpc.server.handleConnection
    saw.rpc.server.dispatch
    saw.threadpool
    saw.threads
    SessionID: 07vh3ae7bqk8nsnslpm32fhtcm9nsc5cd7va98q
    AuthProps: AuthSchema=UidPwd|PWD=******|UID=koen_verheyen|User=koen_verheyen|RunAs=koen_verheyen
    ecid: 0000Ijcd5UzFw000jzwkno1Clgr10001eK,0:1
    ThreadID: 2836335504
    HttpCommand: JSONRequestTableColumns
    RemoteIP: 10.10.1.15
    HttpArgs:

    Hi,
    I am newly using BI publisher . I am using 10.1.3.4.0 . I am just trying to create a report in test name. that is the first step to create a report where i am getting error. I am using default RPD paint , where all the user and Groups are defined .

  • OBI 11G installtion seems ok. But cannot open browser

    Hello,
    I have installed OBI 11G to my notebook.
    Everything seems to be ok, when I check the status with command opmnctl status.
    opmnctl status output is below:
    C:\app\WLS1033\instances\instance1\bin>opmnctl status
    Processes in Instance: instance1
    --------------------------------------------------------------+---------
    ias-component | process-type | pid | status
    --------------------------------------------------------------+---------
    coreapplication_obiccs1 | OracleBIClusterCo~ | 3388 | Alive
    coreapplication_obisch1 | OracleBIScheduler~ | 4732 | Alive
    coreapplication_obijh1 | OracleBIJavaHostC~ | 1948 | Alive
    coreapplication_obips1 | OracleBIPresentat~ | 4588 | Alive
    coreapplication_obis1 | OracleBIServerCom~ | 3384 | Alive
    But, when i try to open OBI page (I use the default port 9704), I get the 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.
    What can be the problem?
    Thanks,
    What can be t

    BI requires more than just these services. I would start by logging onto EM. This will tell you if the Java components are running in the managed server for BI. If all these are green then view all log messages since a reboot. EM has a view all messages page allowing you to walk through all log files in time order looking for red ones with errors. For more information read the Administration Guide which tells you how to start and stop everything plus how to trouble shoot issues.

  • Is OBI 11g is supported on Vista 32bit?

    I am sorry I should have addressed this in a new thread, so here it is
    I am having problems configuring OBI-11g on Vista Enterprise - SP1 - 32bit. The installation, however is successful.
    The link provided is for: Release 10.1.3.2.1 for Microsoft Windows (http://download.oracle.com/docs/cd/E10352_01/doc/bi.1013/e10270/toc.htm#CEGGGCEG
    ) and it seems Vista is not supported in 10.1.x
    Can anybody advise if OBI 11g is supported on Vista 32bit and if they have it running successfuly?
    Thanks.

    Hi,
    I have the following confirmation from Oracle:
    'From the certification Matrix, http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/bi-11gr1certmatrix-166168.xls#'Current System Certification'!A1
    Only having OBIEE client is supported on Vista but not the server and that can be the reason that you are having issue. You need to choose from one of the supported Operating Systems for having the server installed.
    As I am configuring OBIEE for server <-- it is currently recommended that vista will not support it.
    Thanks.

  • OBI 11g and OBI 10g pointing to the same database

    Hi guys!
    I have a questions. On my PROD server I've installed database and OBI 10g. I want to install now OBI 11G on a separate machine and point repository to the same database.
    Is it possible? Will it cause any problems?
    With regards,
    PsmakR

    Hi,
    Should not be an issue. When you install 11g, it will create few default schemas, provide your prod db details so that obiee related schemas will reside in prod db.
    You should not have any issue in migration.
    Regards,
    Dpka

  • OBI 11g (11.1.1.6.0) coreapplication doesn't start

    Hi,
    I'm new with the weblogic/Fusion architecture and therefore somewhat clueless.
    - fresh install of OBI 11.1.1.6.0 (simple installation) on windows 7
    - during installation the 5 coreapplication processes won't start
    - opmnctl startall on command line fails as well
    - later I explored the Fusion Middleware Control and found the log entries below
    - hints from this forum: no RPD upgrade involved; loopback adapter available
    any help appreciated
    Thomas
    Message ID     J2EE JMX-46335
    Message Level     1
    Relationship ID     0
    Component     AdminServer
    Host     Mahler
    Host IP Address     192.168.111.111
    User     <anonymous>
    Thread ID     DmsThread-1
    ECID     41dd2e3610ba3724:-75f5518:136b7d0d409:-8000-0000000000000003
    Message     MBean-Attributzugriff verweigert. (attribute access denied)
    Supplemental Detail     MBean: oracle.biee.admin:type=BIDomain.BIInstanceStatusMetric,biInstance=coreapplication,group=Service
    Getter für Attribut ReadOnly
    Details: Zugriff verweigert. Erforderliche Rollen: Admin, Operator, Monitor, ausführendes Subject: principals=[] java.lang.SecurityException: Zugriff verweigert. Erforderliche Rollen: Admin, Operator, Monitor, ausführendes Subject: principals=[]
    at oracle.as.jmx.framework.wls.spi.security.WLSMBeanSecurityHelper.isInWlsGlobalSecurityRoles(WLSMBeanSecurityHelper.java:245)
    at oracle.as.jmx.framework.wls.spi.security.WLSMBeanSecurityHelper.checkRuntimeMBeanDefaultAccess(WLSMBeanSecurityHelper.java:213)
    at oracle.as.jmx.framework.wls.spi.security.WLSRuntimeMBeanSecurityInterceptor.checkDefaultAccess(WLSRuntimeMBeanSecurityInterceptor.java:56)
    at oracle.as.jmx.framework.generic.spi.security.AbstractMBeanSecurityInterceptor.checkAccess(AbstractMBeanSecurityInterceptor.java:335)
    at oracle.as.jmx.framework.generic.spi.security.AbstractMBeanSecurityInterceptor.checkAttributeAccess(AbstractMBeanSecurityInterceptor.java:251)
    at oracle.as.jmx.framework.generic.spi.security.AbstractMBeanSecurityInterceptor.internalGetAttributes(AbstractMBeanSecurityInterceptor.java:136)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doGetAttributes(AbstractMBeanInterceptor.java:114)
    at oracle.security.jps.ee.jmx.JpsJmxInterceptor$GetAttributesDelegator.delegate(JpsJmxInterceptor.java:855)
    at oracle.security.jps.ee.jmx.JpsJmxInterceptor$7.run(JpsJmxInterceptor.java:747)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.jmx.JpsJmxInterceptor.jpsInternalInvoke(JpsJmxInterceptor.java:768)
    at oracle.security.jps.ee.jmx.JpsJmxInterceptor.internalGetAttributes(JpsJmxInterceptor.java:205)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doGetAttributes(AbstractMBeanInterceptor.java:114)
    at oracle.as.jmx.framework.generic.spi.interceptors.ContextClassLoaderMBeanInterceptor.internalGetAttributes(ContextClassLoaderMBeanInterceptor.java:118)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doGetAttributes(AbstractMBeanInterceptor.java:114)
    at oracle.as.jmx.framework.generic.spi.interceptors.MBeanRestartInterceptor.internalGetAttributes(MBeanRestartInterceptor.java:87)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doGetAttributes(AbstractMBeanInterceptor.java:114)
    at oracle.as.jmx.framework.generic.spi.interceptors.LoggingMBeanInterceptor.internalGetAttributes(LoggingMBeanInterceptor.java:347)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doGetAttributes(AbstractMBeanInterceptor.java:114)
    at oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean.getAttributes(OracleStandardEmitterMBean.java:672)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttributes(DefaultMBeanServerInterceptor.java:726)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttributes(JmxMBeanServer.java:665)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$13.run(WLSMBeanServerInterceptorBase.java:353)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getAttributes(WLSMBeanServerInterceptorBase.java:351)
    at weblogic.management.mbeanservers.internal.JMXContextInterceptor.getAttributes(JMXContextInterceptor.java:192)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$13.run(WLSMBeanServerInterceptorBase.java:353)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getAttributes(WLSMBeanServerInterceptorBase.java:351)
    at weblogic.management.mbeanservers.internal.SecurityInterceptor.getAttributes(SecurityInterceptor.java:307)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServer.getAttributes(WLSMBeanServer.java:292)
    at oracle.as.jmx.framework.generic.BaseMBeanServerInterceptor.getAttributes(BaseMBeanServerInterceptor.java:191)
    at oracle.dms.impl.producer.MetricConvertor.getColumnValues(MetricConvertor.java:333)
    at oracle.dms.impl.producer.MBeanTreeletGenerator.queryMetricValues(MBeanTreeletGenerator.java:181)
    at oracle.dms.reporter.TreeletReporter.printGetResponse(TreeletReporter.java:242)
    at oracle.dms.reporter.TreeletReporter.printResponse(TreeletReporter.java:122)
    at oracle.dms.impl.producer.Dumper._dump(Dumper.java:310)
    at oracle.dms.impl.producer.Dumper.run(Dumper.java:234)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
    at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:180)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:204)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:909)
    at oracle.dms.aggregator.DmsThreadFactory$1$1.run(DmsThreadFactory.java:57)
    at oracle.dms.aggregator.DmsThreadFactory$1.run(DmsThreadFactory.java:61)
    at java.lang.Thread.run(Thread.java:662)

    Hi,
    this is a fresh install (Win 7), the default SampleAppLite is active and can be opened offline.
    But all this doesn't bring me closer to an explanation why the coreapplication processes don't start. The thread you are referencing to confuses me. I see that I'm not the first one to encounter this problem. In the Fusion Control it's clear that the 5 processes failed at the start (I gave the log entry of one of them). What can I do and where can I look to find out the reason of this failure?
    It seems to be a security issue:
    Message MBean-Attributzugriff verweigert. (attribute access denied)
    Supplemental Detail MBean: oracle.biee.admin:type=BIDomain.BIInstanceStatusMetric,biInstance=coreapplication,group=Service
    Getter für Attribut ReadOnly
    Details: Zugriff verweigert. Erforderliche Rollen: Admin, Operator, Monitor, ausführendes Subject: principals=[] java.lang.SecurityException: Zugriff verweigert. Erforderliche Rollen: Admin, Operator, Monitor, ausführendes Subject: principals=[]
    How can I set roles in this context? Is this the executing Windows user who should get granted some Windows privileges? I'm complete naked in this J2EE area.
    Please help!
    thanks in advance
    Thomas
    Edited by: tdombrow on Apr 16, 2012 6:07 AM

  • Problem with Oracle 11g(32 bit) installation on windows 7 ultimate edition

    Hello all,
    I have a problem with Oracle 11g(32 bit) installation on windows 7 ultimate edition (32 bit).
    I have successfully installed it immediately after OS installation. But today, i have decided to deinstall it and go for Oracle 10g version for 32 bit.
    Everything went normal during installation, but i can see the services is not present in services.msc. Also its throwing some exception for dbca, netca
    Now i tried to deinstall it and again go for 11g. But even the same story here..
    Can anybody give me a solution for this..
    -Regards
    Rajesh Menon

    Saqib Alam wrote:
    i recently install Oracle 11g R1 on windows 7 ultimate, i installed it and working perfectly.
    ur problem is that u install latest version and now u trying to installing old version.
    now u need to uninstall 10g and delete oracle from services, if the probleme presist then u should
    install fresh windows 7.
    Regards
    SaqibNo need to install a fresh OS. That's like tearing your house down just because you wired a lamp wrong and blew a circuit breaker.
    There are MeaLink notes on how to eradicate an Oracle install from Windows, but it boils down to this:
    Stop all Oracle services
    In the registery:
    - Delete all oracle services from the register (HKLM\SYSTEM\CurrentControlSet
    - Delete the entire Oralce folder from HKLM\Software
    reboot
    Delete the ORACLE_HOME directory and any other Oracle related directories/files. Offhand, it seems like there is an Oracle directory under Program Files.
    reboot

  • It is compatible Obi 11g  with Windows Server  2012 and Sql Server 2012?

    Hi every
    Please help with two questions.
    1. - Obi 11g is supported on Windows Server 2012 and SQL Server 2012?
    There a compatibility matrix which mention compatibility with versions 2012?
    2. - is feasible to install Obi 11g in separate server and install weblogic on another server?
    I appreciate the prompt response
    Regards
    Pedro

    Hi Pedro,
    As of November 2012 Compatibility Matrix released by Oracle for OBI 11.1.1.x Windows 2012 and SQL Server 2012 were not supported. It was supported on 2008 Windows and SQL Server.
    We can have weblogic and OBI server's on 2 different machines. The approach is to opt software only install. the link below will give more details:
    http://obieeelegant.blogspot.com/2012/07/obiee111160-software-only-installation.html
    Let me know if this helped.
    Regards,
    Jay

  • Cache Seeding in OBI 11g in Clustered Environment on Unix Box

    hi All,
    i want to do cache seeding for a couple of dashboards in OBI 11g,
    Steps taken:
    1. Global Cache is ON
    2. Global shared path is SET
    3 Global cache size = 3GB
    i am using agents for cache seeding and are scheduled after the dataload is complete.
    It successfully runs early morning...delivers a mail.
    But when I am trying to the reports from OBI...its again generating the SQl...without hitting the cache.
    It might be due to the Clusterred Env... 2 nodes Env.
    Please suggest some technique to achieve this cache seeding.
    Thanks in advance

    GLOBAL_CACHE_STORAGE_PATH This path must point to a network share. All clustering nodes share the same location.
    Check the bellow setting
    GLOBAL_CACHE_STORAGE_PATH = "directory name" SIZE;
    ex: GLOBAL_CACHE_STORAGE_PATH = "C:\cache" 250 MB;
    CLUSTER_AWARE_CACHE_LOGGING -->Turns on logging for the cluster caching feature. Used only for troubleshooting. The default is NO.
    Example: CLUSTER_AWARE_CACHE_LOGGING = NO;

  • In OBI 11G  OracleBIServerCom~ is Down

    Hi Guru,
    In OBI 11G unable to log in into the analytics it is showing error that An error occurred during authentication. Try again later or contact your system administrator an also unable to open the RPD in online mode .
    Previously it is working fine when i check the OPMN status in command prompt OracleBIServerCom~ is in DOWN status. And i manually start only OracleBIServer but its showng an error message
    failed to start the process after the maximum retry limit
    how to make OracleBIservercom up and is this the reason that i am not logging into the Analytics and RPD in online.
    please suggest me i am new to OBI 11G
    Thanks,

    i cheked all the above links my database connection and every thing fine but still i am facing same error
    --------------------------------------------------------------+--------
    ias-component | process-type | pid | status
    --------------------------------------------------------------+--------
    coreapplication_obiccs1 | OracleBIClusterCo~ | 6360 | Alive
    coreapplication_obisch1 | OracleBIScheduler~ | 4820 | Alive
    coreapplication_obijh1 | OracleBIJavaHostC~ | 5830 | Alive
    coreapplication_obips1 | OracleBIPresentat~ | 8384 | Alive
    coreapplication_obis1 | OracleBIServerCom~ | N/A | Down
    and showing the error massage in command prompt when i am starting the opmn services
    Error
    ---> Process <index=1,uid=1700598323,pid=8180>
    failed to start a managed process after the maximum retry limit
    log:
    c:\11G\instances\instance1\diagognostics\logs\OracleBIServerComponent\Coreaplication_obis1\console~coreaplication_obis1~1.log
    and in the above location log file this is the log i found
    Oracle BI Server starting...
    13/03/31 23:46:08 Start process
    Oracle BI Server starting...
    13/03/31 23:46:16 Start process
    Oracle BI Server starting...
    13/04/02 10:11:53 Start process
    Oracle BI Server starting...
    13/04/02 10:12:40 Start process
    Oracle BI Server starting...
    13/04/02 10:26:04 Start process
    Oracle BI Server starting...
    13/04/02 10:26:37 Start process
    Oracle BI Server starting...
    13/04/02 12:32:52 Start process
    Oracle BI Server starting...
    13/04/02 12:33:07 Start process
    Oracle BI Server starting...
    Please can any one help me or i have uninstall and re install again lease suggest me how to fix this one
    Thanks in Advance
    Edited by: 963851 on Apr 2, 2013 12:04 PM
    Edited by: 963851 on Apr 2, 2013 12:04 PM

  • OBIA 11g: Financial Analytics Config

    We are configuring OBIA 11.1.1.7 to Financial Analytics based on the tasks provided in documnetation. FInding it bit hard to understand the current documnetation structure after working on 7.9.6.3 where there were specific section for Fiancial Analytics related tasks.
    Wanted to clarify the below. In 7.9.6.X we had to configure the below files as part of  EBS GL configuration.
    1> file_group_acct_names.csv   
    2> file_group_acct_codes_ora.csv
    3> file_grpact_fstmt.csv
    But apart from the 2nd file the other two files are not refered to in the OBIA 11g Config document. Not sure if those needs to be configured. If anyone has come across any categorized steps for Financial anlytics for OBIA 11g it would of help.. Di not find any here.
    Cheers
    D

    First 2 files are referred in configuration guide. You can skip the 3rd one.
    I have successfully configured Financial Analytics with these 2 files and some others. e.g for FA
    Regards
    Naeem Akhtar Khan

  • MSSQLServer jdbc connect problem on ODI 11G R2

    I have a MS SQL Server jdbc connect problem on ODI 11G R2 / Windows server 2008 64 bits.
    Tried, one by one, all versions of Microsoft drivers.
    Sqljdbc4.jar copied to : %appdata%\odi\oracledi\userlib\
    The Topology connect syntax is :
    driver: com.microsoft.sqlserver.jdbc.SQLServerDriver
    URL : jdbc:sqlserver://<host>:1433
    => All the topology tests end with time-outs.
    Installed 10G ODI.
    Works with 1.4 java and sqljdbc.jar version 2 jdbc driver.
    Times out with version 3 and/or Sqljdbc4.jar + JAVA_HOME & ODI_JAVA_HOME set to 1.6 path.
    also tried, with no success (time-outs) on either 10g or 11g :
    com.inet.tds.TdsDriver
    jdbc:inetdae7://<host>:1433?database=<DB>
    same results for :
    net.sourceforge.jtds.jdbc.Driver
    jdbc:jtds:sqlserver://<host>:1433
    Any suggestions for a fix?
    Many thanks in advance.

    Hello,
    ODI (11g) Studio is certified on Windows 32 bit only, not on 64bit.
    However you may still install it and configure ODI Studio to run with a 32 bit java.
    Details pls see Master Note For ODI 11g Install Issues And Questions (Doc ID 1214428.1).
    To connect to SQL Server:
    # Check and make sure the authentication mode of your Microsoft SQL Server Server is set to "SQL Server and Windows" or "Mixed", otherwise Oracle Data Integrator (ODI) is unable to connect to the database.
    # Before you create the Oracle Data Integrator (ODI) Dataserver in Topology Manager > Physical Architecture, stop all ODI processes, and place the JDBC Driver file in the ODI's userlib and "/drivers" folder.
    For ODI Studio (Local No Agent)
    %APPDATA%\odi\oracledi\userlib
    %APPDATA% is the Windows Application Data directory for the user (usually C:\Documents and Settings\<user>\Application Data).
    Standalone Agent
    ODI_HOME\oracledi\agent\drivers
    Note: If you decide to use the DataDirect driver that comes with ODI 11g install/ embedded in ODI 11g
    weblogic.jdbc.sqlserver.SQLServerDriver
    Then you don't need to worry about this step.
    # Make sure that the database is the default database of the user account employed by ODI for connection, and that the password is correct.
    # Verify (in your Microsoft SQL Server Server network configuration) that TCP/IP has been enabled on port 1433.
    For more details see How To Set Up JDBC Driver Connections For The Microsoft SQL Server For ODI (Doc ID 423914.1)
    If you try sqljdbc.jar, you need to configure ODI_JAVA_HOME to jdk1.5
    sqljdbc4.jar, jdk1.6 (since ODI 11g requires jdk1.6, I'd suggest sqljdbc4.jar)
    More see Compatibility Matrix For Java Machines And JDBC Drivers Used With ODI (Doc ID 807235.1)
    Hope that helps other people who run into this,
    Edited by: user742480 on Apr 4, 2011 12:06 PM

  • OBI 11G Queries

    Hi All,
    We are using OBI11G EE. In our logical layer there is only one star schema, we have many aggregate tables, and some time series measures. When I look at OBI queries executed against the database there are some interesting calculations. Is there any way to determine why it is creating those kind of queries?
    In many of obi queries I can see a lot of levels of analytic calculations(rank(), row_number() etc..), is there any way to make it stop writing these queries?

    Hi,
    thanks for the answers
    Saichand Varanasi,
    Actually I know about analytic functions, but they are simply not enough to create month ago, year ago or toDate calcuations because for analytic functions to work every record shold exist in every month, or I need to manually create 0 value records(think about a specific sale to a customer for only one month, when we come to the next month we cannot possibly generate MAgo value to bring up that value in that granularity, we need to create a record with 0 sale in the next month and this is extra work and also I would be expanding my data size).
    Another way to create time series calcuations in OBI is using fragmantation this is an alternative, but I don't think it is all related to time series calculations and in any case I don't have a problem about OBI sending 5 queries just to calculate one report(I think for time series case more than one query is actually the better way)
    What I need is to understand why it is creating queries the way it does. I couldn't find any documentation about this, in some of queries it generates 30 levels of row_number and rank calculation this is simply not needed. Another thing it sends distinct in almost all queries(there is an option to specify distinct expilicitly but there is none to remove it), I don't want it if the values are repating it should let it repeat, it is my problem.
    Amith,
    I am aware it is creating queries based on the logic I build, but I am saying there is only one star schema this is as simple as it gets, to take any action first I should be able to determine the cause

  • Estimate time period for  OBIA 11g Vanilla Impelementaton For HR,Financails

    Hi Guru's
    I need to know Time period for OBIA 11g Vanilla Implementation for Following Appliations Source System is Oracle R12;
    1- HR
    2- Procurement
    3- Financails
    4- Supply Chain and Order Management
    To implement all these four Application as once without any customization how long its going to take?????
    Looking for your HELP....
    Regards
    Sher

    Sher,
    As per my knowledge Normally for any OBIA implementation a module
    1st week for installation and Configuration of everything (ETL,DAC,RPD)
    2nd week to load the data and to make necessary loads(inc/full) using DAC/ETL
    3rd/4th week would be for testing the reports/Data and moving to production.
    Note : Above time-lines varies by experience and also without any customization
    Please post your questions on OBIA : Business Intelligence Applications
    Thanks,
    Saichand.v

Maybe you are looking for