Error in configuring shared services database

hi guys,
i got this error when i was trying to configure database with hyperion EPM system configurator:
+"No more data available to read"+
and then when i open the configtool log, i got this error:
(Oct 30, 2009, 01:21:41 PM), com.hyperion.config.wizard.impl.RegistryWizardState$1, DEBUG, validate
(Oct 30, 2009, 01:21:41 PM), com.hyperion.config.wizard.impl.RegistryWizardState, DEBUG, connect test
(Oct 30, 2009, 01:21:41 PM), com.hyperion.config.wizard.impl.RegistryWizardState, DEBUG, driver set
(Oct 30, 2009, 01:21:41 PM), com.hyperion.config.wizard.impl.RegistryWizardState, DEBUG, server= STARPERF-905F67
(Oct 30, 2009, 01:21:41 PM), com.hyperion.config.wizard.impl.RegistryWizardState, DEBUG, whiteSpace remove
(Oct 30, 2009, 01:21:41 PM), com.hyperion.config.wizard.impl.RegistryWizardState, DEBUG, begin test cycle
(Oct 30, 2009, 01:21:48 PM), com.hyperion.config.wizard.impl.RegistryWizardState, DEBUG, define driver
(Oct 30, 2009, 01:21:48 PM), com.hyperion.config.wizard.impl.RegistryWizardState, DEBUG, make connection
(Oct 30, 2009, 01:21:54 PM), com.hyperion.config.wizard.impl.RegistryWizardState, *ERROR, java.sql.SQLException: [Hyperion][Oracle JDBC Driver]No more data available to read.*
(Oct 30, 2009, 01:21:54 PM), com.hyperion.config.wizard.impl.RegistryWizardState$1, DEBUG, connection is null
(Oct 30, 2009, 01:21:54 PM), com.hyperion.config.wizard.impl.RegistryWizardState$1, DEBUG, after validationResult
(Oct 30, 2009, 01:21:54 PM), com.hyperion.cis.config.wizard.adapter.WizardFormAdapterPanel, ERROR, No more data available to read.
can anyone help me solve this problem?my oracle database i running though..
thank you very much..

Hi
I'm having the same error message , but I was able to configure my HSS
Anyway, If I have all my Hyperion services running then suddenlly I get the error and I can not work any more with HSS
Maybe there is a limit in my connections or process or session in the database
Have you resolve your problem?
Regards
Loreto

Similar Messages

  • Error configuring shared services database

    Hi. I'm new to Hyperion and all this installation activities. I've installed Hyperion EPM 11.1.1.3 successfully. My problem though is that when i tried to do the configuration, the error message states 'Unable to check Shared Services database existence: an error occured.'
    I am using the MS SQL Server 2005 and it is the first time that I'll be configuring EPM. Also, I have already created my database.
    Any help would be appreciated. Thank you.

    I've deleted the reg.properties and tried to reconfigure the shared services database and this is what my configtool_err log looks like:
    (Feb 10, 2010, 03:21:00 PM), com.hyperion.hit.registry.RegistryConnection, ERROR, SQL Exception [Hyperion][SQLServer JDBC Driver][SQLServer]There is already an object named 'HSS_COMPONENT' in the database. CAUSE null
    (Feb 10, 2010, 03:21:00 PM), com.hyperion.cis.config.ConfigRegistryUtils, ERROR, Failed to initialize Registry:
    com.hyperion.hit.registry.exceptions.RegistryException: Unable to create registry.
         at com.hyperion.hit.registry.RegistryConnection.createRegistry(RegistryConnection.java:253)
         at com.hyperion.hit.registry.RegistryUtils.initRegistry(RegistryUtils.java:66)
         at com.hyperion.cis.config.ConfigRegistryUtils.initializeRegistry(ConfigRegistryUtils.java:47)
         at com.hyperion.config.wizard.impl.RegistryWizardState$1$1.commit(RegistryWizardState.java:87)
         at com.hyperion.cis.config.wizard.adapter.WizardFormAdapterPanel.queryExit(WizardFormAdapterPanel.java:97)
         at com.installshield.wizard.awt.AWTWizardUI.doNext(Unknown Source)
         at com.installshield.wizard.awt.AWTWizardUI.actionPerformed(Unknown Source)
         at com.installshield.wizard.swing.SwingWizardUI.actionPerformed(SwingWizardUI.java:1693)
         at com.installshield.wizard.swing.SwingWizardUI$SwingNavigationController.notifyListeners(SwingWizardUI.java:1899)
         at com.installshield.wizard.swing.SwingWizardUI$SwingNavigationController.actionPerformed(SwingWizardUI.java:1894)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.Component.processMouseEvent(Component.java:5517)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
         at java.awt.Component.processEvent(Component.java:5282)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3984)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3819)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1791)
         at java.awt.Component.dispatchEvent(Component.java:3819)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Caused by: java.sql.SQLException: [Hyperion][SQLServer JDBC Driver][SQLServer]There is already an object named 'HSS_COMPONENT' in the database.
         at hyperion.jdbc.base.BaseExceptions.createException(Unknown Source)
         at hyperion.jdbc.base.BaseExceptions.getException(Unknown Source)
         at hyperion.jdbc.sqlserver.tds.TDSRequest.processErrorToken(Unknown Source)
         at hyperion.jdbc.sqlserver.tds.TDSRequest.processReplyToken(Unknown Source)
         at hyperion.jdbc.sqlserver.tds.TDSRequest.processReply(Unknown Source)
         at hyperion.jdbc.sqlserver.SQLServerImplStatement.getNextResultType(Unknown Source)
         at hyperion.jdbc.base.BaseStatement.commonTransitionToState(Unknown Source)
         at hyperion.jdbc.base.BaseStatement.postImplExecute(Unknown Source)
         at hyperion.jdbc.base.BaseStatement.commonExecute(Unknown Source)
         at hyperion.jdbc.base.BaseStatement.executeInternal(Unknown Source)
         at hyperion.jdbc.base.BaseStatement.execute(Unknown Source)
         at com.hyperion.hit.registry.RegistryConnection.createRegistry(RegistryConnection.java:231)
         ... 33 more
    from my configtool log:
    (Feb 10, 2010, 03:21:00 PM), com.hyperion.config.wizard.impl.RegistryWizardState$1$1, DEBUG, Transaction to create new registry DB
    (Feb 10, 2010, 03:21:00 PM), com.hyperion.hit.registry.RegistryConnection, ERROR, SQL Exception [Hyperion][SQLServer JDBC Driver][SQLServer]There is already an object named 'HSS_COMPONENT' in the database. CAUSE null
    (Feb 10, 2010, 03:21:00 PM), com.hyperion.cis.config.ConfigRegistryUtils, ERROR, Failed to initialize Registry:
    com.hyperion.hit.registry.exceptions.RegistryException: Unable to create registry.
         at com.hyperion.hit.registry.RegistryConnection.createRegistry(RegistryConnection.java:253)
         at com.hyperion.hit.registry.RegistryUtils.initRegistry(RegistryUtils.java:66)
         at com.hyperion.cis.config.ConfigRegistryUtils.initializeRegistry(ConfigRegistryUtils.java:47)
         at com.hyperion.config.wizard.impl.RegistryWizardState$1$1.commit(RegistryWizardState.java:87)
         at com.hyperion.cis.config.wizard.adapter.WizardFormAdapterPanel.queryExit(WizardFormAdapterPanel.java:97)
         at com.installshield.wizard.awt.AWTWizardUI.doNext(Unknown Source)
         at com.installshield.wizard.awt.AWTWizardUI.actionPerformed(Unknown Source)
         at com.installshield.wizard.swing.SwingWizardUI.actionPerformed(SwingWizardUI.java:1693)
         at com.installshield.wizard.swing.SwingWizardUI$SwingNavigationController.notifyListeners(SwingWizardUI.java:1899)
         at com.installshield.wizard.swing.SwingWizardUI$SwingNavigationController.actionPerformed(SwingWizardUI.java:1894)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.Component.processMouseEvent(Component.java:5517)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
         at java.awt.Component.processEvent(Component.java:5282)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3984)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3819)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1791)
         at java.awt.Component.dispatchEvent(Component.java:3819)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Caused by: java.sql.SQLException: [Hyperion][SQLServer JDBC Driver][SQLServer]There is already an object named 'HSS_COMPONENT' in the database.
         at hyperion.jdbc.base.BaseExceptions.createException(Unknown Source)
         at hyperion.jdbc.base.BaseExceptions.getException(Unknown Source)
         at hyperion.jdbc.sqlserver.tds.TDSRequest.processErrorToken(Unknown Source)
         at hyperion.jdbc.sqlserver.tds.TDSRequest.processReplyToken(Unknown Source)
         at hyperion.jdbc.sqlserver.tds.TDSRequest.processReply(Unknown Source)
         at hyperion.jdbc.sqlserver.SQLServerImplStatement.getNextResultType(Unknown Source)
         at hyperion.jdbc.base.BaseStatement.commonTransitionToState(Unknown Source)
         at hyperion.jdbc.base.BaseStatement.postImplExecute(Unknown Source)
         at hyperion.jdbc.base.BaseStatement.commonExecute(Unknown Source)
         at hyperion.jdbc.base.BaseStatement.executeInternal(Unknown Source)
         at hyperion.jdbc.base.BaseStatement.execute(Unknown Source)
         at com.hyperion.hit.registry.RegistryConnection.createRegistry(RegistryConnection.java:231)
         ... 33 more
    (Feb 10, 2010, 03:21:00 PM), com.hyperion.audit.ProductAuditWriter, DEBUG, Loading audit info from 'C:\Hyperion\common\config\9.5.0.0\product\foundation\9.5.0.0\foundation_1_audit.xml' file.
    I already dropped my database and created a new one but it still says that the object named 'HSS_COMPONENT' is in the database.
    Any ideas would be appreciated.
    Thanks.

  • Error while configuring Shared Services v11.1.1.3 with websphere

    We are trying to configure webpshere v6.1 with shared services v11.1.1.3 but during configuration getting following error in configtool.log file
    (Jul 15, 2010, 08:09:32 AM), com.hyperion.cis.config.ClusterSetupDialogConsoleImpl, DEBUG, Product Foundation belongs to editDefaultOnly group.
    (Jul 15, 2010, 08:09:32 AM), com.hyperion.cis.config.ClusterSetupDialogConsoleImpl, DEBUG, Default cluster doesn't exist, set default port # to: 28080
    (Jul 15, 2010, 08:09:32 AM), com.hyperion.cis.config.ClusterSetupDialogConsoleImpl, DEBUG, Print EditDefaultCluster option only.
    (Jul 15, 2010, 08:09:39 AM), com.hyperion.cis.config.ClusterSetupDialogConsoleImpl, DEBUG, Select to edit Default cluster.
    (Jul 15, 2010, 08:09:45 AM), com.hyperion.cis.config.ClusterSetupDialogConsoleImpl, DEBUG, Set system values for EditDefaultCluster, host=ga016a2b1 , port=28080
    (Jul 15, 2010, 08:09:45 AM), com.hyperion.cis.config.ClusterSetupDialogConsoleImpl, DEBUG, user select to edit default cluster -- host and port is:
    (Jul 15, 2010 8:09:48 AM), Install.product.install, com.installshield.wizard.console.ConsoleWizardUI, err, java.lang.NullPointerException
    STACK_TRACE: 10
    java.lang.NullPointerException
    at java.io.File.<init>(File.java:220)
    at com.hyperion.cis.config.wizard.WebSphereDeploymentPanel.checkWASPermissions(WebSphereDeploymentPanel.java:262)
    at com.hyperion.cis.config.wizard.WebSphereDeploymentPanel.queryExit(WebSphereDeploymentPanel.java:69)
    at com.installshield.wizard.console.ConsoleWizardUI.doNext(Unknown Source)
    at com.installshield.wizard.console.ConsoleWizardUI$ConsoleNavigationController.displayOptions(Unknown Source)
    at com.installshield.wizard.console.ConsoleWizardUI.currentBeanChanged(Unknown Source)
    at com.installshield.wizard.StandardWizardListener.currentBeanChanged(Unknown Source)
    at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1822)
    (Jul 15, 2010 8:09:48 AM), Install.product.install, com.installshield.wizard.console.ConsoleWizardUI, err, could not display error message panel -- exiting wizard
    Could anyone can help us on this issue? why did this issue occur during configuration. we are not sure what was missing.

    Hi
    I'm having the same error message , but I was able to configure my HSS
    Anyway, If I have all my Hyperion services running then suddenlly I get the error and I can not work any more with HSS
    Maybe there is a limit in my connections or process or session in the database
    Have you resolve your problem?
    Regards
    Loreto

  • Hyperion Shared Services Database error

    Hi there!
    I am trying to install hyperion financial management and for this i already installed the following on windows 2003 server:
    1. Installed Oracle application server
    2. Oracle Database
    3. IIS Web Server
    4. Installed Hyperion shared services
    5. Configured shared services without errors
    After that i launched shared services page by http://orixacc:7777/shared
    i got the page with the following errors
    SEVERE ERROR: The Hyperion Shared Services database is not configured correctly. Please contact your system administrator
    If anybody can help me to solve this problem, i will be thankful.
    During confguration there was no error at all.

    OS - 2003 R2 Server
    Database - MS SQL Server 2000
    Hyperion -9.2.1 version
    Its a PROD server
    All the HFM applications are running properly.The problem is with the Shared Services only, even by giving the url i am getting the above error.previously its working fine.i am not getting any clue on this.even there is no trace on logs.

  • Error configuring shared services with Oracle 11g database

    I've installed Hyperion EPM 11.1.1.3 and orale 11g successfully. My problem though is that when i tried to do the configuration,
    the error message states 'Unable to check Shared Services database existence: an error occured.'
    ---------My Environment:--------
    EPM Server: Windows Server 2003 SP1 32-bit
    RDBMS: Oracle Enterprise Edition 11g (running on same server 2003)
    Oracle Client: 11g (full client install)
    SID name :- orcl
    ------------Here are the components that I've installed--------
    - V17397-01(EPM Foundation Services p-1)
    - V17369-01(EPM Foundation Services p-2)
    - V17370-01(EPM Foundation Services p-3)
    - V17371-01(EPM Foundation Services p-4)
    - V17389-01(server)
    - V17388-01(Client)
    - V17390-01(Provider Service)
    - V17378-01(Financial Reporting)
    - V17380-01(Web Analysis)
    - V17398-01(EPM Architect)
    - V17402-01(Smart View for Office)
    all files are extracted in a single folder using winrar tool.
    I can't proceed with the shared services configuration because in just the first page of it, I'm encountering the error Unable to check Shared Services database existence: an error occured.'
    I believed the shared services is bundled with the foundation if I'm not mistaken, because I can't find any download related to it on edelivery site.
    I tried to configure only the Foundation components but the '*Comman setting*' & '*configure database*' are grayed out so I have no option but to figure out first this shared services configuration.
    below are the logs
    ---------------configtool.log--------------
    (Jul 04, 2010, 02:53:29 AM), com.hyperion.config.wizard.impl.RegistryWizardState$1, DEBUG, validate
    (Jul 04, 2010, 02:53:29 AM), com.hyperion.config.wizard.impl.RegistryWizardState, DEBUG, connect test
    (Jul 04, 2010, 02:53:29 AM), com.hyperion.config.wizard.impl.RegistryWizardState, DEBUG, driver set
    (Jul 04, 2010, 02:53:29 AM), com.hyperion.config.wizard.impl.RegistryWizardState, DEBUG, server= hyperion
    (Jul 04, 2010, 02:53:29 AM), com.hyperion.config.wizard.impl.RegistryWizardState, DEBUG, whiteSpace remove
    (Jul 04, 2010, 02:53:29 AM), com.hyperion.config.wizard.impl.RegistryWizardState, DEBUG, begin test cycle
    (Jul 04, 2010, 02:53:29 AM), com.hyperion.config.wizard.impl.RegistryWizardState, DEBUG, define driver
    (Jul 04, 2010, 02:53:29 AM), com.hyperion.config.wizard.impl.RegistryWizardState, DEBUG, make connection
    (Jul 04, 2010, 02:53:29 AM), com.hyperion.config.wizard.impl.RegistryWizardState, DEBUG, set URL
    (Jul 04, 2010, 02:53:29 AM), com.hyperion.config.wizard.impl.RegistryWizardState$1, DEBUG, connection is NOT null
    (Jul 04, 2010, 02:53:29 AM), com.hyperion.config.wizard.impl.DBConnectionForm, DEBUG, DB type string = Oracle
    (Jul 04, 2010, 02:53:29 AM), com.hyperion.cis.config.AbstractProductDBConfigurator, DEBUG, JDBC driver class is hyperion.jdbc.oracle.OracleDriver
    (Jul 04, 2010, 02:53:29 AM), com.hyperion.cis.config.AbstractProductDBConfigurator, DEBUG, Connection URL: jdbc:hyperion:oracle://hyperion:1521;SID=orcl
    (Jul 04, 2010, 02:53:29 AM), com.hyperion.config.wizard.impl.RegistryWizardState$1, DEBUG, validate CREATE_NEW, no registry DB exists, create it
    (Jul 04, 2010, 02:53:29 AM), com.hyperion.hit.registry.RegistryConnection, ERROR, SQL Exception [Hyperion][Oracle JDBC Driver][Oracle]ORA-01031: insufficient privileges CAUSE null
    (Jul 04, 2010, 02:53:29 AM), com.hyperion.config.wizard.impl.RegistryWizardState$1, ERROR, com.hyperion.hit.registry.exceptions.RegistryException: Unable to create registry.
    (Jul 04, 2010, 02:53:29 AM), com.hyperion.cis.config.wizard.adapter.WizardFormAdapterPanel, ERROR, Unable to check Shared Services database existence: an error occured.
    ------------configtool_err.log------------
    (Jul 04, 2010, 02:53:29 AM), com.hyperion.hit.registry.RegistryConnection, ERROR, SQL Exception [Hyperion][Oracle JDBC Driver][Oracle]ORA-01031: insufficient privileges
    CAUSE null
    (Jul 04, 2010, 02:53:29 AM), com.hyperion.config.wizard.impl.RegistryWizardState$1, ERROR, com.hyperion.hit.registry.exceptions.RegistryException: Unable to create registry.
    (Jul 04, 2010, 02:53:29 AM), com.hyperion.cis.config.wizard.adapter.WizardFormAdapterPanel, ERROR, Unable to check Shared Services database existence: an error occured.
    Hope to here from Some one.
    Any help would be appreciated. Thank you.

    Thanx John for your kind reply. i reffred your other posts and those are very helpfull for me.
    I don't have any previous ver. of Hyperion. and i created a new database 'Orcl' for configuring the shared services and given the user name as 'hss'. i also tried to delete my old database and and reg.properties file from Hyperion Dir u suggested in some other post. but still its not working.
    Today I have started again with fres installation of Windows Server 2003 oracle 11g EPM 11.1.3.
    Also I m Installing this on VMware. I hope this is not the issue as i already installed Microsoft Loopback Adapter.
    I will let you know the updates.
    but still looking forward for your Kind help.
    Edited by: Gaurav_Choudhari on Jul 5, 2010 12:37 AM

  • Shared Services Database configuration Failed - EPM 11, Linux, Oracle 11g

    Hi, I am trying to install Oracle EPM 11 on linux machine and I obtain a error when I configure Shared Services repository. The error log say:
    com.hyperion.hub.HubDBConfigurator, ERROR, Unable to delete entries in OpenLDAP, failed with result code 1
    com.hyperion.hub.HubDBConfigurator, ERROR, Error: java.lang.Exception: Unable to seed initial entries in OpenLDAP
    com.hyperion.cis.config.wizard.RunAllTasksWizardAction, ERROR, Error: com.hyperion.cis.config.ProcessingException
    org.apache.catalina.core.ApplicationContext, ERROR, StandardWrapper.Throwable java.lang.NullPointerException
    org.apache.catalina.core.StandardContext, ERROR, El Servlet /interop lanzó excepción de load() java.lang.NullPointerException
    I am using Oracle Enterprise Linux 5, Oracle Database 11g, and default application server.
    My machine have Intel dual core processor, 2 gb ram, 50 GB availables on Oracle EPM installation partition.
    I hope that some body can help me!!
    best regards,
    ASolar.

    Hi ASolar,
    Were you able to solve this problem? If so if you could tell us how you solved it we would greatly appreciate it.
    We have had the same issue trying to re-configure the Foundation service on Sun Solaris (SPARC 64bit) with Oracle 10G.
    (Oct 14, 2009, 00:11:03 PM), com.hyperion.hit.registry.Registry, ERROR, Exception when trying to store the component
    java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
    at java.util.ArrayList.RangeCheck(Unknown Source)
    at java.util.ArrayList.get(Unknown Source)
    at com.hyperion.hit.registry.JDBCRegistryUtils.storeComponent(JDBCRegistryUtils.java:612)
    at com.hyperion.hit.registry.JDBCRegistryUtils.saveComponent(JDBCRegistryUtils.java:166)
    at com.hyperion.hit.registry.Registry.storeComponent(Registry.java:2749)
    at com.hyperion.hit.registry.Registry.getInstance(Registry.java:353)
    at com.hyperion.config.wizard.impl.RegistryWizardRule.validate(RegistryWizardRule.java:66)
    at com.hyperion.cis.config.wizard.adapter.WizardFormAdapterPanel.queryEnter(WizardFormAdapterPanel.java:80)
    at com.installshield.wizard.awt.AWTWizardUI.currentBeanChanged(Unknown Source)
    at com.installshield.wizard.swing.SwingWizardUI.currentBeanChanged(SwingWizardUI.java:842)
    at com.installshield.wizard.StandardWizardListener.currentBeanChanged(Unknown Source)
    at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1822)
    (Oct 14, 2009, 00:12:36 PM), com.hyperion.hub.HubDBConfigurator, ERROR, Unable to delete entries in OpenLDAP, failed with result c
    ode 1
    (Oct 14, 2009, 00:12:36 PM), com.hyperion.hub.HubDBConfigurator, ERROR, Error:
    java.lang.Exception: Unable to seed initial entries in OpenLDAP
    at com.hyperion.hub.HubDBConfigurator.refreshOpenLdap(HubDBConfigurator.java:573)
    at com.hyperion.hub.HubDBConfigurator.configure(HubDBConfigurator.java:174)
    at com.hyperion.foundation.config.FoundationDbConfigurator.configure(FoundationDbConfigurator.java:62)
    at com.hyperion.cis.config.wizard.RunAllTasksWizardAction.executeDbConfigTask(RunAllTasksWizardAction.java:658)
    at com.hyperion.cis.config.wizard.RunAllTasksWizardAction.execute(RunAllTasksWizardAction.java:202)
    at com.installshield.wizard.RunnableWizardBeanContext.run(Unknown Source)
    Many thanks,
    James

  • Impossible to make the initial configuration of Shared Services Database

    Hello all
    I am trying to install EPM 11.1.2 on a 64 bits environment (Shared Services, Essbase Plus , HFR)
    The installation step is done.
    Now I am trying to configure Shared Services through the EPM system configurator
    but I am not able to choose the initial database configuration.
    The option Connect to a previous configured database is already checked.
    So i am stuck for the rest of the configuration
    Any idea ?
    Thanks in adance for your help

    I had to take the files from another 11.1.2 base install, you wouldn't be able to take them from another version.
    I had to copy the xml files from \common\config directory and the .ora.products file, I am not sure why I hit the issue though.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • EPM V11.1.2.1 Perform 1st-time configuration of Shared Services database

    Hello,
    I installed EPM v11.1.2.1 but I could not configurate.
    On EPM configurator step Perform 1st-time configuration of Shared Services database option was disabled.
    I try to change vpd.properties file's name; but it did not work.
    Do you give me any suggestions?
    Thank you.
    ankist

    Have you had any previous versions on the machine, what OS is it.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • "Perform 1st-time configuration of Shared Services database" option disable

    Hi,
    Hyperion 11.1.2 shared services configuration “Perform 1st-time configuration of Shared Services database” option is disable
    I am going to do the configuration first time but Perform 1st-time configuration of Shared Services database” option is disabled.
    Please help here.
    Thanks
    Dharm

    Try starting the configurator from the command prompt with option -forceRegistry
    We were able to do it in v11.1.1.3... I think this can still be done with v11.1.2
    Thanks,
    Vijay

  • Shared Services database content not found in the specified database."

    Trying to configure Version 11 and get the error: "Shared Services database content not found in the specified database". Relevant details on my issue as below:
    - I'm running Windows 7 and SQL Server 2008 on my local machine.
    - I did have a previous installation of Hyperion 9 on my machine which I uninstalled before installing 11. However, after uninstalling, I could still see the Hyperion EPM (empty folders) in my "All Programs", which I manually deleted.
    - Now I've installed Essbase 11, and for now am trying to configure Hyperion Foundation only (Common Settings and Configure Database is greyed out, I checked deploy to applicaiton server. I left the calculation manager and workspace blank).
    - The next window is the "Configure Shared Services and Database Registry" option. I chose "Perform 1st time Configuration of Shared Services Database". When I enter the relevant details, I got the error mentioned above. My error log file entries are as below:
    (Jul 14, 2010, 02:10:50 PM), com.hyperion.hit.registry.Registry, ERROR, Exception when trying to store the component
    java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
         at java.util.ArrayList.RangeCheck(ArrayList.java:546)
         at java.util.ArrayList.get(ArrayList.java:321)
         at com.hyperion.hit.registry.JDBCRegistryUtils.storeComponent(JDBCRegistryUtils.java:612)
         at com.hyperion.hit.registry.JDBCRegistryUtils.saveComponent(JDBCRegistryUtils.java:166)
         at com.hyperion.hit.registry.Registry.storeComponent(Registry.java:2749)
         at com.hyperion.hit.registry.Registry.getInstance(Registry.java:353)
         at com.hyperion.config.wizard.impl.RegistryWizardRule.validate(RegistryWizardRule.java:66)
         at com.hyperion.cis.config.wizard.adapter.WizardFormAdapterPanel.queryEnter(WizardFormAdapterPanel.java:80)
         at com.installshield.wizard.awt.AWTWizardUI.currentBeanChanged(Unknown Source)
         at com.installshield.wizard.swing.SwingWizardUI.currentBeanChanged(SwingWizardUI.java:842)
         at com.installshield.wizard.StandardWizardListener.currentBeanChanged(Unknown Source)
         at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1822)
    (Jul 14, 2010, 02:11:08 PM), com.hyperion.cis.config.wizard.adapter.WizardFormAdapterPanel, ERROR, Shared Services database content not found in the specified database.
    (Jul 14, 2010, 02:11:58 PM), com.hyperion.cis.config.wizard.adapter.WizardFormAdapterPanel, ERROR, Shared Services database content not found in the specified database.
    I believe version 11 supports Windows 7, but correct me if I'm wrong. What's going on here? Any suggestions on what I should try ?

    Actually when I installed version 9, I never got around to configuring shared services and so never had a shared services database in SQL Server to begin with.
    One question about the registry entry you told me to delete: The (HKEY_LOCAL_MACHINE\SOFTWARE\Hyperion Solutions) which currently exists would be the entry for version 11 which I have installed right? It's the only entry for Hyperion Solutions in the registry.
    After uninstalling versino 9, C:/hyperion still existed on my machine (though it didnt have all the subfolders which it did prior to uninstalling), so I manually deleted it before installing verison 11.
    I wouldn't mind installing it on a compatible version of windows, but the thing is that at this point this is all that is available to me.
    and I don't have any other oracle products.
    thanks....

  • Reconfiguring Shared Service Database in EPM 11.1.2.1

    Hello,
    I have three servers -
    Server1 - SQL
    Server2 - EPM121
    Server3 - SQLN
    I have my EPM 1.2.1 already configured with the Database on SQL. Now we have moved our database repository from SQL to SQLN. I am trying to configure the same components which are configured with SQL to SQLN keeping SQL disconnected. However it is giving me an error.
    I tired deleting reg.properties file and then reconfiguring the Shared service Database but it is getting Failed. I am not sure where to move from here.
    Please provide me with some solutions.
    Thanks.

    Hello Jasmine,
    Yes I am logged in with the same user which had installed and configured EPM previously.
    registry.log reads the following -
    [2012-07-27T06:34:28.789-07:00] [EPMREG] [ERROR] [EPMREG-11003] [oracle.EPMREG.REG] [tid: 11] [ecid: 0000JZ8dIhE5mZWFLzUKOA1G4dUc00000C,0] Host SQL could not be resolved.
    [2012-07-27T06:34:28.789-07:00] [EPMREG] [ERROR] [EPMREG-11099] [oracle.EPMREG.REG] [tid: 11] [ecid: 0000JZ8dIhE5mZWFLzUKOA1G4dUc00000C,0] Exception occurred.[[
    java.net.UnknownHostException: SQL
         at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
         at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:850)
         at java.net.InetAddress.getAddressFromNameService(InetAddress.java:1201)
         at java.net.InetAddress.getAllByName0(InetAddress.java:1154)
         at java.net.InetAddress.getAllByName(InetAddress.java:1084)
         at java.net.InetAddress.getAllByName(InetAddress.java:1020)
         at java.net.InetAddress.getByName(InetAddress.java:970)
         at com.hyperion.hit.registry.ComponentImpl.getHost(ComponentImpl.java:412)
         at com.hyperion.hit.registry.ComponentImpl.getHost(ComponentImpl.java:420)
         at com.hyperion.cis.ConfigToolDocument.updateDBConfiguration(ConfigToolDocument.java:300)
         at com.hyperion.cis.ConfigToolDocument.<init>(ConfigToolDocument.java:271)
         at com.hyperion.cis.config.document.PS1CTConfigurationLoader.createRegistryConfiguration(PS1CTConfigurationLoader.java:123)
         at com.hyperion.cis.config.document.PS1DocumentManager.store(PS1DocumentManager.java:61)
         at com.hyperion.cis.config.document.PS1DocumentManager.store(PS1DocumentManager.java:73)
         at com.hyperion.cis.config.persistent.ConfigToolProductConfiguration.store(ConfigToolProductConfiguration.java:372)
         at com.hyperion.config.document.StorageMisc.saveProductDescriptor(StorageMisc.java:583)
         at com.hyperion.config.document.StorageMisc.saveStorage(StorageMisc.java:447)
         at com.hyperion.config.wizard.impl.RunnAllTasksState$1.beforeExit(RunnAllTasksState.java:168)
         at com.hyperion.hit.wizard.CustomCancelAction.doAction(CustomCancelAction.java:61)
         at com.hyperion.hit.wizard.swing.ActionsPanel.actionPerformed(ActionsPanel.java:68)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.Component.processMouseEvent(Component.java:6267)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
         at java.awt.Component.processEvent(Component.java:6032)
         at java.awt.Container.processEvent(Container.java:2041)
         at java.awt.Component.dispatchEventImpl(Component.java:4630)
         at java.awt.Container.dispatchEventImpl(Container.java:2099)
         at java.awt.Component.dispatchEvent(Component.java:4460)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
         at java.awt.Container.dispatchEventImpl(Container.java:2085)
         at java.awt.Window.dispatchEventImpl(Window.java:2478)
         at java.awt.Component.dispatchEvent(Component.java:4460)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    ]]Thanks.
    Edited by: hyperEPM on Jul 27, 2012 6:57 PM

  • Issue while configuring Shared Services 11.1.2.1

    Hi All,
    I am installting and configuring hyperion-64Bit- 11.1.2.1 (Essbase, Planning, FDM, EPMA) in a distrubed environment in windows 2008 R2 Server
    Box1
    I have sucessfully configured Shared Services, Essbase Administration Services.
    Box2
    I am at the screen of Setup Shared Services and Registry Database Connection associated with the instance home:
    Here i give the
    Database type: Oracle
    Server : Servername
    Port : Port Number
    service Name or SID : Service name
    User name : HSS
    Password : Given the correct password here
    and now when i click on next, nothing is happening, its just there its not progressing.. I have rebooted the server but still the samething. Its very wiered. Can someone help me what should it do.
    You can see the screen shot at http://hyperion-consulting.blogspot.in/
    Regards,
    AS
    Edited by: Don'tKnow999 on Nov 30, 2012 4:32 AM

    Have you given all privileges as per below listing in Oracle Install-Config guide?
    It says,
    The following privileges must be granted to the owners of the database schemas:
    CREATE ANY SYNONYM 
    CREATE CLUSTER
    CREATE INDEXTYPE
    CREATE PROCEDURE
    CREATE SEQUENCE
    CREATE SESSION
    CREATE TABLE
    CREATE TRIGGER
    CREATE TYPE
    CREATE VIEW
    DROP ANY SYNONYM
    UNLIMITED TABLESPACE
    Did you have a look at configtool.log as to what errors its having ?
    I think the reg.properties will get created if you have all sufficient rights on Oracle database user/schema.
    Regards,
    Santy

  • Shared Services database content not found in the specified database - EPM

    I installed three VM machines (Workstation) for the following on Windows 2003 OS:
    VM1 : Oragle DB 11g, Shared Services. Workspace
    VM2 : Financial Management, EPMA, Calc Manager
    VM3 : Microsoft Active Directory
    I have configured Database and Shared services successfully and all machines talk to one another.
    Also, I created the appropriate table spaces for the Hyperion products with the right access on the database. And, I am able to connect from the client (VM 2 to the Database VM 1)using SQLplus.
    When I tried to configure Financial Management, using the EPM System Configurator and put in the following values:
    Database Type: Oracle
    Server: VMDatabase (Name of VM1)
    Port: 1521
    SID ORCL
    Username: HFM
    password: *********
    It returned the error message: "*Shared Services database content not found in the specified database*"
    Can someone please help on what I need to check, Please!?
    Thanks for your time.
    K

    Hi,
    Information from Oracle Support:
    Shared Services database content not found in specified database
    Cause
    There is a flag in the shared services repository that indicates the shared services database is to be used as a registry. If that flag is not set, the configtool will not re-configure the database as a shared services repository.
    Solution
    Note: Make sure the Shared Services repository is backed up before doing any Shared Services Registry changes.
    The registry flag isRegistryDB must exist and be set to true on the Shared Services Database Connection.
    epmsys_registry.bat VIEW DATABASE_CONN
    Find the shared services database registry entry. The entry in bold will be missing. The italicized item is the 'unique_id' referenced later (different in each installation).
    COMPONENT - 3
    NAME - Database:ORCL:HSS
    ID - +11d1def534ea1be07ad8eb3012d2e3d310a7ff4+
    TYPE - DATABASE_CONN
    HOST - Database
    HYPERION HOME - /home/hypadmin/Oracle/Middleware/EPMSystem11R1
    PROPERTIES -
    isRegistryDB = true
    dbUserName = HSS
    dbJDBCDriverProperty = oracle.jdbc.OracleDriver
    dbJdbcUrl = jdbc:oracle:thin:@Database:1521:ORCL
    registryDatasource = EPMSystemRegistry
    registryDatasourceJNDI = jdbc/EPMSystemRegistry
    dbName = ORCL
    version = 9.5.0.0
    dbPort = 1521
    instance_home = /home/hypadmin/Oracle/Middleware/user_projects/epmsystem1
    dbPassword = GABaMyyplja+wLNCmLs8ag==
    Run the following update to populate the isRegistryDB flag with the unique_id being the ID field used in the DATABASE_CONN registry entry.
    epmsys_registry.bat addproperty #unique_id/@isRegistryDB true
    Repeat the epmsys_registry VIEW DATABASE_CONN to make sure the flag is now set.
    You will be able to reconfigure the shared services repository.
    You can mark it as Answer/Helpful if you feel so.
    Cheers!
    J

  • EPM 11.11.1.3 - trying to configure Shared Services against SQL2005

    hello, any ideas is appreciated. Many thanks in advance.
    I just installed EPM/Essbase and am now configuring all products. The first product, Shared Services is not allowing me to connect to the SQL database. In the EPM Configure window, I selected "Perform 1st time configuration of Shared Services database" then entered all pertaining entries, ie SQL 2005, the server, port, database name and user id/password. On clicking Next, I get "Login Failed for User ..."
    the configtool_err.log contains the following:
    (Oct 22, 2009, 08:10:52 AM), com.hyperion.config.wizard.impl.RegistryWizardState, ERROR, java.sql.SQLException: [Hyperion][SQLServer JDBC Driver][SQLServer]Login failed for user 'adminuser'.
    (Oct 22, 2009, 08:10:52 AM), com.hyperion.cis.config.wizard.adapter.WizardFormAdapterPanel, ERROR, Login failed for user 'adminuser'.
    the configtool.log conatins the following:
    (Oct 22, 2009, 08:10:52 AM), com.hyperion.config.wizard.impl.RegistryWizardState$1, DEBUG, connection is null
    (Oct 22, 2009, 08:10:52 AM), com.hyperion.config.wizard.impl.RegistryWizardState$1, DEBUG, after validationResult
    (Oct 22, 2009, 08:10:52 AM), com.hyperion.cis.config.wizard.adapter.WizardFormAdapterPanel, ERROR, Login failed for user 'adminuser'.

    never mind... i had failed to see the addendum to the doc..
    7127257, 7188590:
    You must use native authentication with Microsoft SQL Server instead of Windows authentication. Both the Oracle Hyperion Enterprise Performance Management System Installation and Configuration Troubleshooting Guide and the Oracle Hyperion Enterprise Performance Management System Installation Start Here state to use Windows authentication.

  • Configure shared services when installing hyperion planning

    i installed oracle10.2 DB and shared services on windows(only installed DB and Shared Services!).
    now use configuration tool to configure shared services(connect it to DB).
    user:hypuser
    password:XXX
    but the error:
    unable to connect to the database for the product Hyperion Shared Services
    i thought maybe the user 'hypuser' dosen't exit yet. then i created it and make it DBA authoriry. and tried again. but still the same error.
    do anyone know how to solve it.
    thanks.

    Hi,
    make sure you have done the following:
    1. have the user hypuser with the password
    2. enter the correct hostname and port no for oracle
    3. enter the correct sid

Maybe you are looking for