Hyperion Shared Services Active Directory

Gurus, i am an Essbase Developer and currently have an issue where the users in the Hyperion Shared Services Active Directory does not reflect the true number of users actually on the company network.
Whilst new employees created in the company flow through correctly into Hyperion Shared Services, those who have left the company still show in Hyperion Shared Services, even though they have been deleted from the network. Its as if newly created users synchronize perfectly into the Hyperion Shared Services Active Directory, but the deletion of users does not flow through.
Has anyone experienced this?
Thanks

Hi,
You are fecthing the user ids from Active Directory just to reduce lot of manual effort of creating native ids for all the user and also a security part its suggested to use Active Directory.
Now how can you say that id is still active in AD, the user who had left the company his id would be already inactive even though you are able to query the user and provision on his id or add him/her to a group that has provisions will not be able to login as their id is made inactive.
If you want to remove them automatically from Essbase or Shared Services automatically when their id gets disabled it wont happen as provisioning information etc lies with Shared Services and just to authenticate a valid user AD comes into picture .
If you want to eliminate users from accessing the system whose id is disabled is to change your AD configuration in Shared Services based on the inputs from your AD team such that where does the disabled id go into (ex : which OU etc..) and configure accordingly which should work.!!! now if you want to eliminate them from Essbase unprovision them/their ids and run security refresh .
Thanks
Amith

Similar Messages

  • Creating data server for Hyperion Shared Services (HSS)

    Hey Gang,
    Has anyone had experience in creating a Data Server for Hyperion Shared Services (HSS) using the java API? I know HSS uses Native Directory, but to be compliant the Hyperion folks recommend using the java API strictly to get access to the users, groups, etc.
    Anyone have experience with this, or perhaps at least how to get ODI to kick off a java file to pull the data needed? What effort would be needed in ODI, is it straight forward or would I have to develop a technology or something to integrate into ODI?
    Thanks.

    Thanks for the quick reply John. I am trying to get user and group information, and also doing some complex manipulation. I need this to verify user access and some other stuff. I will not always have access to HSS and cannot always export the information, thus the need to use the HSS java API.
    I'm trying to pull it out of HSS and put it into an Oracle table in a standard format where I'll use the information and do reporting off of it. I've developed a java class that does migrates the data over, but its crude and I'd like to move it into ODI with some of our projects that are currently doing the same thing with other ERP such as Ebiz and Peoplesoft.
    If I can recode some of the java in ODI, how would I go about doing that. Where would I include the libraries, etc.? is there a tutorial or a place where I can get started on that.
    Thanks for all the help.

  • Hyperion Shared Services (WebHal) user retrieval - slow

    Hi,
    I applied the Hyperion Shared service patch 9.3.1
    After that i am noticing a significant decrease in the user retrieval response time.
    Will deleting the users help me in any way ?
    Could you anyone point me as to how could i increase the response time ?
    Thanks,
    COldFIre
    Edited by: coldfire on Sep 15, 2010 9:17 PM

    Did you notice this behavior with nativ openldap or with an external directory ?

  • Hyperion Shared Services Error

    Guys,
    I had configured MSAD external authentication in Hyperion Shared Services 9.3.1. I am also able to see the groups and users in the shared services.
    I provisioned one of the group with Essbase Admin, and HSS Admin. but when i tried to login to the Shared services with a userID in that group, HSS is showing the error "User: XXXX, not found"
    CSS.xml file seems to be fine to me. Users in Native authentication are working fine.
    - <css>
    - <hub location="http://HSS-Server:58080">
    <dirPort>58089</dirPort>
    </hub>
    - <spi>
    - <provider>
    - <native name="Native Directory">
    <password>{CSS}4N6lVcgiE/dGr8rFdvQLcA==</password>
    </native>
    - <msad name="XXXXX">
    <vendor>Microsoft</vendor>
    <trusted>true</trusted>
    <url>ldap://MSAD-server:389/DC=xxx,DC=xxxx,DC=com</url>
    <userDN>YYYYYYYYYYYYYYYY</userDN>
    <password>{CSS}VBLEOOfJ6ucg4ybH9z9PvQ==</password>
    <authType>simple</authType>
    <maxSize>100</maxSize>
    <identityAttribute>ObjectGUID</identityAttribute>
    <identityAttributeType>Octet String</identityAttributeType>
    - <group>
    <useGroups>true</useGroups>
    - <objectclass>
    <entry>group?member</entry>
    </objectclass>
    <url>OU=yyy</url>
    <nameAttribute>cn</nameAttribute>
    </group>
    </msad>
    </provider>
    </spi>
    - <searchOrder>
    <el>XXXX</el>
    <el>Native Directory</el>
    </searchOrder>
    - <token>
    <timeout>480</timeout>
    </token>
    - <logger>
    <priority>WARN</priority>
    </logger>
    - <delegatedUserManagement>
    <enabled>false</enabled>
    </delegatedUserManagement>
    </css>
    Any help is much appreciated.
    AB

    As informed earlier you could refer this link http://www.oracle.com/technetwork/middleware/bi-foundation/hyperion-supported-platforms-085957.html which will have the corresponding version support matrices (In your case 9.3.1 or 9.3.3) which will help you to find out which OS and which browsers can be used.

  • Hyperion Shared Services Export

    Hello All,
    I need to export Hyperion Shared services, I know about CSSEXPORT.bat utility but i am not sure how to run, we are using Hyperion Planning, Essbase FDM APS, Smart view, FR and some other tools and I need to export either in xml file or CSV, if is there any other option i can use or how i can run from CMD prompt. We used Hyperion System 9.3.1
    Any help would be great.
    Thank you,
    T.Khan

    You can call CSSEXPORT.bat script using following statement
    Call CSSExport.bat importexport.properties
    Make sure your importexport.properties file is present in the same location as CSSExport.bat files
    format of importexport.properties file needs to like this
    Send me your email id and I can send you a document on import/export utlity for version 9.3.1
    #import export operations
    importexport.css=file:/C:/Hyperion/deployments/Tomcat5/SharedServices9/
    config/CSS.xml
    importexport.cmshost=localhost
    importexport.cmsport=58080
    importexport.username=admin
    importexport.password={CSS}MRcYv323uzxGr8rFdvQLcA==
    importexport.enable.console.traces=true
    importexport.trace.events.file=trace.log
    importexport.errors.log.file=errors.log
    Import/Export Utility 3
    importexport.locale=en
    # importexport.ssl_enabled = true
    # export operations
    export.fileformat=xml
    export.file=C:/exportNew.xml
    export.internal.identities=true
    export.native.user.passwords=true
    export.provisioning.all=true
    export.delegated.lists=false
    export.user.filter=*@Native Directory
    export.group.filter=*@Native Directory
    export.role.filter=*
    export.producttype=HUB-9.2.0
    #export.provisioning.apps=(HUB=Global Roles)
    # import operations
    import.fileformat=xml
    import.file=C:/exportNew.xml
    import.operation=update
    import.failed.operations.file=c:/failed.xml
    import.maxerrors=0

  • Troble configuring Hyperion Shared Services with SQL Server 2005

    I recently installed SQL server (SQL SERVER 2005) in my machine and then am trying to install Hyperion (9.3.1) products. I started with Shared services. It was installed successfully. Problem is occuring when am trying to configure Shared service with SQL database using Hyperion Configuration utility (9.3.1)
    The error which is popping up is
    Unable to connect to the database for the product Hyperion Shared Services.
    Things which I tried from my end
    1. Made sure TCP IP Protocol was enabled in SQL server configuration server.
    2. hypuser was created in SQl server.
    3. hypdb was created in SQL server.
    4. Was having dynamic IP address so install Loopback adapter to obtain Static IP address and port.
    5. Port and IP address was correct.
    Let me know where I am going wrong.
    Any help will be greatly appreciated.

    Finally got it fixed firewall settings needed to be change : This document helped me a lot to troubleshoot the issue
    An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 2)
    This problem may occur when SQL Server 2005 is not configured to accept incoming local and remote connections, which is disabled by default in SQL Server 2005 Express Edition, SQL Server 2005 Developer Edition and also SQL Server 2005 Enterprise Edition. To solve the connection forbidden problem, SQL Server 2005 needs to configure to allow incoming local and remote connections.
    Firstly, ensure that SQL Server 2005 is configured properly to allow incoming connections on the instance of database server, else enable and turn on the local and remote connections setting.
    Click Start button, then go to Programs or All Programs, then select Microsoft SQL Server 2005, followed by Configuration Tools. Click and run the SQL Server Surface Area Configuration.
    On the “SQL Server 2005 Surface Area Configuration” page, click Surface Area Configuration for Services and Connections.
    On the “Surface Area Configuration for Services and Connections” page, expand Database Engine tree, click Remote Connections.
    Select Local and remote connections, or Local connections only which applicable only if there is no remote system tries to connect to the SQL Server, useful when you just trying to connect and authenticate with the server after installing.
    Select the appropriate protocol to enable to local and/or remote connections environment. To ensure maximum compatibility, select Using both TCP/IP and named pipes.
    Click Apply button when done.
    Click OK button when prompted with the message saying that “Changes to Connection Settings will not take effect until you restart the Database Engine service.”
    On the “Surface Area Configuration for Services and Connections” page, expand Database Engine, then click Service.
    Click Stop button to stop the SQL Server service.
    Wait until the MSSQLSERVER service stops, and then click Start button to restart the MSSQLSERVER service.
    Secondly, SQL Server Browser service has to be enabled to allow for local and remote connections if SQL Server 2005 is running by using an instance name and users are not using a specific TCP/IP port number in the connection string.
    Click Start button, then go to Programs or All Programs, then select Microsoft SQL Server 2005, followed by Configuration Tools. Click and run the SQL Server Surface Area Configuration.
    On the “SQL Server 2005 Surface Area Configuration” page, click Surface Area Configuration for Services and Connections.
    On the “Surface Area Configuration for Services and Connections” page, click SQL Server Browser.
    Select Automatic as the Startup type to start SQL Server Browser service automatically every time system starts.
    Click Apply button.
    Click on Start button to start the service immediately.
    Click OK button.
    Finally, if remote computer needs to connect and access SQL Server, an exceptions in Windows Firewall included in Windows XP SP2 (Service Pack 2), Windows Server 2003 and Windows Vista needs to be created. If you’re using third-party firewall system, the exception rules also needed to be created to allow external remote connections to the SQL Server 2005 and SQL Server Browser Service to communicate through the firewall, else connections will be blocked. Consult the firewall manual for more details. Each instance of SQL Server 2005 must have its own exception, together with an exclusion for SQL Server Browser service.
    SQL Server 2005 uses an instance ID as part of the path when you install its program files. To create an exception for each instance of SQL Server, you must identify the correct instance ID. To obtain an instance ID, follow these steps:
    Click Start button, then go to Programs or All Programs, then select Microsoft SQL Server 2005, followed by Configuration Tools. Click and run the SQL Server Configuration Manager.
    In “SQL Server Configuration Manager”, click the SQL Server Browser service in the right pane, right-click the instance name in the main window, and then click Properties.
    On the “SQL Server Browser Properties” page, click the Advanced tab, locate the instance ID in the property list.
    Click OK button.
    Then create an exception for SQL Server 2005 in Windows Firewall.
    Click on Start button, the click on Run and type firewall.cpl, and then click OK. For Windows Vista, type firewall.cpl in Start Search box and press Enter key, then click on Allow a program through Windows Firewall link on left tasks pane.
    In “Windows Firewall”, click the Exceptions tab, and then click Add Program.
    In the “Add a Program” window, click Browse button.
    Click the C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Binn\sqlservr.exe executable program, click Open button. MSSQL.1 with is a placeholder for the instance ID that is obtained from previous procedure. Note that the path may be different depending on where SQL Server 2005 is installed.
    Click OK button.
    Repeat steps 1 through 5 for each instance of SQL Server 2005 that needs an exception.
    For SQL Server Browser service, locate the C:\Program Files\Microsoft SQL Server\90\Shared\sqlbrowser.exe executable program, and click Open button.
    Click OK button.

  • Security issue-Hyperion shared services console

    Hi,
    I want a user to access worspace planning but not EAS.
    how to do with hyperion shared services console.
    Regards,
    DK
    Edited by: 972210 on Nov 20, 2012 5:19 AM

    Yes, the user has the Provisioning role and can edit and save user roles, but they cannot update native groups that users are assigned too.

  • Hyperion Shared Services 11.1.2.x integration

    Hi,
    I'm trying to locate the docs about integrating OBIEE 11.1.1.5 with Hyperion Shared Services 1.1.2.x. I remember seeing this but can't recall where it is exactly. Can someone point me to the right direction? Thanks.
    Regards,
    Gerd

    Gerd,
    Refer my thread here..OBIEE 11g with Oracle EPM 11.1.2.1

  • Hyperion shared services !

    Hi Techies,
    I am working on hyperion shared services 9.3.1 version.
    Can you any one tell me how to assign the database calculation & filter access in shared services.
    What i have did is,
    I have created the 3 users in essbase & migrated those users into shared service mode & also register all applications to shared services as well.
    All applications are reflecting under analytic servers also.
    I have given the Here is some of the roles specific to Essbase in Shared Services.
    Server Roles (Administrator, Create/Delete App, Server Access)
    Application Roles (App Manager, DB Manager, Start/Stop Application, Calc, Write, Filter and Read Roles.
    Poblem is i am not able to assign the database calculation & filter access in shared services.
    Please,please could any one guide me ...
    Thanks in Advance.

    What Sean said.
    It is super non-intuitive. I mostly work in Planning (which handles all of this behind the scenes) and when I, alas, infrequently get to use real, honest-to-goodness Essbase I have to relearn this. It never seems natural.
    You'd think after relearning it three or four times, I'd get it, but nope, it's just "weird".
    Regards,
    Cameron Lackpour

  • Hyperion Shared Services Configuration Error

    Hi All,
    I am unable to connect Hyperion Shared Services with Oracle 11 g.  I am getting Error " Unable to connect Database to Product Hyperion Shared Services"
    OS : Windows 2008 server R2
    Config Log Hyperion :
    (Jul 29, 2013, 09:55:41 PM), com.hyperion.cis.config.AbstractProductDBConfigurator, ERROR, Error:
    hyperion.jdbc.base.BaseSQLException: [Hyperion][Oracle JDBC Driver]Error establishing socket to host and port: 192.168.56.129:1521. Reason: Connection refused: connect
        at hyperion.jdbc.base.BaseExceptions.createException(Unknown Source)
        at hyperion.jdbc.base.BaseExceptions.getException(Unknown Source)
        at hyperion.jdbc.oracle.OracleImplConnection.makeConnectionHelper(Unknown Source)
        at hyperion.jdbc.oracle.OracleImplConnection.makeConnection(Unknown Source)
        at hyperion.jdbc.oracle.OracleImplConnection.connectAndAuthenticate(Unknown Source)
        at hyperion.jdbc.oracle.OracleImplConnection.open(Unknown Source)
        at hyperion.jdbc.base.BaseConnection.connect(Unknown Source)
        at hyperion.jdbc.base.BaseConnectionStartup.run(Unknown Source)
    (Jul 29, 2013, 09:55:41 PM), com.hyperion.cis.config.wizard.DBSetupPanel, ERROR, Error:
    com.hyperion.cis.config.ConnectException
        at com.hyperion.cis.config.AbstractProductDBConfigurator.checkConnection(AbstractProductDBConfigurator.java:204)
        at com.hyperion.cis.config.wizard.DBSetupPanel.queryExit(DBSetupPanel.java:368)
        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(Unknown Source)
        at com.installshield.wizard.swing.SwingWizardUI$SwingNavigationController.notifyListeners(Unknown Source)
        at com.installshield.wizard.swing.SwingWizardUI$SwingNavigationController.actionPerformed(Unknown Source)
        at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
        at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
        at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
        at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
        at java.awt.Component.processMouseEvent(Unknown Source)
        at javax.swing.JComponent.processMouseEvent(Unknown Source)
        at java.awt.Component.processEvent(Unknown Source)
        at java.awt.Container.processEvent(Unknown Source)
        at java.awt.Component.dispatchEventImpl(Unknown Source)
        at java.awt.Container.dispatchEventImpl(Unknown Source)
        at java.awt.Component.dispatchEvent(Unknown Source)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
        at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
        at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
        at java.awt.Container.dispatchEventImpl(Unknown Source)
        at java.awt.Window.dispatchEventImpl(Unknown Source)
        at java.awt.Component.dispatchEvent(Unknown Source)
        at java.awt.EventQueue.dispatchEvent(Unknown Source)
        at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.run(Unknown Source)
    (Jul 29, 2013, 09:56:49 PM), com.hyperion.cis.config.AbstractProductDBConfigurator, ERROR, Error:
    hyperion.jdbc.base.BaseSQLException: [Hyperion][Oracle JDBC Driver]Error establishing socket to host and port: 192.168.56.129:1521. Reason: Connection refused: connect
        at hyperion.jdbc.base.BaseExceptions.createException(Unknown Source)
        at hyperion.jdbc.base.BaseExceptions.getException(Unknown Source)
        at hyperion.jdbc.oracle.OracleImplConnection.makeConnectionHelper(Unknown Source)
        at hyperion.jdbc.oracle.OracleImplConnection.makeConnection(Unknown Source)
        at hyperion.jdbc.oracle.OracleImplConnection.connectAndAuthenticate(Unknown Source)
        at hyperion.jdbc.oracle.OracleImplConnection.open(Unknown Source)
        at hyperion.jdbc.base.BaseConnection.connect(Unknown Source)
        at hyperion.jdbc.base.BaseConnectionStartup.run(Unknown Source)
    (Jul 29, 2013, 09:56:49 PM), com.hyperion.cis.config.wizard.DBSetupPanel, ERROR, Error:
    com.hyperion.cis.config.ConnectException
        at com.hyperion.cis.config.AbstractProductDBConfigurator.checkConnection(AbstractProductDBConfigurator.java:204)
        at com.hyperion.cis.config.wizard.DBSetupPanel.queryExit(DBSetupPanel.java:368)
        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(Unknown Source)
        at com.installshield.wizard.swing.SwingWizardUI$SwingNavigationController.notifyListeners(Unknown Source)
        at com.installshield.wizard.swing.SwingWizardUI$SwingNavigationController.actionPerformed(Unknown Source)
        at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
        at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
        at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
        at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
        at java.awt.Component.processMouseEvent(Unknown Source)
        at javax.swing.JComponent.processMouseEvent(Unknown Source)
        at java.awt.Component.processEvent(Unknown Source)
        at java.awt.Container.processEvent(Unknown Source)
        at java.awt.Component.dispatchEventImpl(Unknown Source)
        at java.awt.Container.dispatchEventImpl(Unknown Source)
        at java.awt.Component.dispatchEvent(Unknown Source)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
        at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
        at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
        at java.awt.Container.dispatchEventImpl(Unknown Source)
        at java.awt.Window.dispatchEventImpl(Unknown Source)
        at java.awt.Component.dispatchEvent(Unknown Source)
        at java.awt.EventQueue.dispatchEvent(Unknown Source)
        at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.run(Unknown Source)
    (Jul 29, 2013, 09:57:59 PM), com.hyperion.cis.config.AbstractProductDBConfigurator, ERROR, Error:
    hyperion.jdbc.base.BaseSQLException: [Hyperion][Oracle JDBC Driver]Error establishing socket to host and port: 192.168.56.129:1521. Reason: Connection refused: connect
        at hyperion.jdbc.base.BaseExceptions.createException(Unknown Source)
        at hyperion.jdbc.base.BaseExceptions.getException(Unknown Source)
        at hyperion.jdbc.oracle.OracleImplConnection.makeConnectionHelper(Unknown Source)
        at hyperion.jdbc.oracle.OracleImplConnection.makeConnection(Unknown Source)
        at hyperion.jdbc.oracle.OracleImplConnection.connectAndAuthenticate(Unknown Source)
        at hyperion.jdbc.oracle.OracleImplConnection.open(Unknown Source)
        at hyperion.jdbc.base.BaseConnection.connect(Unknown Source)
        at hyperion.jdbc.base.BaseConnectionStartup.run(Unknown Source)
    (Jul 29, 2013, 09:57:59 PM), com.hyperion.cis.config.wizard.DBSetupPanel, ERROR, Error:
    com.hyperion.cis.config.ConnectException
        at com.hyperion.cis.config.AbstractProductDBConfigurator.checkConnection(AbstractProductDBConfigurator.java:204)
        at com.hyperion.cis.config.wizard.DBSetupPanel.queryExit(DBSetupPanel.java:368)
        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(Unknown Source)
        at com.installshield.wizard.swing.SwingWizardUI$SwingNavigationController.notifyListeners(Unknown Source)
        at com.installshield.wizard.swing.SwingWizardUI$SwingNavigationController.actionPerformed(Unknown Source)
        at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
        at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
        at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
        at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
        at java.awt.Component.processMouseEvent(Unknown Source)
        at javax.swing.JComponent.processMouseEvent(Unknown Source)
        at java.awt.Component.processEvent(Unknown Source)
        at java.awt.Container.processEvent(Unknown Source)
        at java.awt.Component.dispatchEventImpl(Unknown Source)
        at java.awt.Container.dispatchEventImpl(Unknown Source)
        at java.awt.Component.dispatchEvent(Unknown Source)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
        at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
        at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
        at java.awt.Container.dispatchEventImpl(Unknown Source)
        at java.awt.Window.dispatchEventImpl(Unknown Source)
        at java.awt.Component.dispatchEvent(Unknown Source)
        at java.awt.EventQueue.dispatchEvent(Unknown Source)
        at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.run(Unknown Source)

    I am configuring Hyperion System 9 on Oracle 11 g. I am not configuring against any IP. If it so how to resolve it.
    # listener.ora Network Configuration File: C:\app\Cristiano\product\11.2.0\dbhome_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = CLRExtProc)
          (ORACLE_HOME = C:\app\Cristiano\product\11.2.0\dbhome_1)
          (PROGRAM = extproc)
          (ENVS = "EXTPROC_DLLS=ONLY:C:\app\Cristiano\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
          (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    ADR_BASE_LISTENER = C:\app\Cristiano

  • Hyperion Shared Services Configuration Error with Weblogic 9.2

    Hi All,
    I have been trying to configure Hyperion Shared Services 9.3.1 with Weblogic Ver 9.2
    During configuration of the Database and the Application Server, I select Manual Configuration option on Weblogic 9
    However, it returns a configuration failure everytime of the Database.
    In my case, the DB used is SQL 2005.
    Can someone, please advise me.
    Thanks in advance
    Regards,
    Apo

    Hi Apo,
    Check the configtool.log in the logs/config folder and post the error message that is being returned.
    Thanks
    Nick

  • Hyperion Shared Services Installation Problem (URGENT)

    Hi,
    I have installed the Hyperion Shared serives 9.3.1 with Oracle Application server and configured with the same but in
    services.msc i am able to see only HyperionS9OpenLDAp. i did the all post task and did manual configuration for
    Oracle Application Server like
    1 Created new OC4J instance for Shared services
    2 Added the below lines respective config/global-webapplication.xml file
    <init-param>
    <param-name>req_time_introspection</param-name>
    <param-value>true</param-value>
    </init-param>
    3 set the heap size
    Maximum heap size 512M
    Initial heap size 256M
    4 Added the Java Options below
    -Dhyperion.home=<HYPERION_HOME>
    -XX:PermSize=64m
    -XX:MaxPermSize=128m
    5 Deploying interop.war
    6 Added the below lines to Jave calss path
    <HYPERION_HOME>\deployments\generic\SharedServices9\config;
    <HYPERION_HOME>\deployments\generic\SharedServices9\config\lib
    \HubProductBean.jar;
    <HYPERION_HOME>\common\JDBC\DataDirect\3.6\lib\hyjdbc.jar;
    <HYPERION_HOME>\common\JakartaCommons\commons-collections-3.2.jar;
    <HYPERION_HOME>\common\JakartaCommons\commons-dbcp-1.2.1.jar;
    <HYPERION_HOME>\common\JakartaCommons\commons-logging-1.1.jar;
    <HYPERION_HOME>\common\JakartaCommons\commons-pool-1.3.jar;
    <HYPERION_HOME>\common\loggers\Log4j\1.2.14\lib\log4j-1.2.14.jar;
    <HYPERION_HOME>\common\XML\JAXP\1.2.2\xercesImpl.jar
    <HYPERION_HOME>\common\SAP\lib;
    But i able to get only one service.
    Please help on this
    Regads
    KumarK

    hi,
    I have the same supported Version of ORACLE APPLICATION SERVER 10g 10.1.3.1 and for the not able to see the Hyperion Shared Services service in Services.msc as while installing Shared Services there no Option like Deploy as Windows services so not able to see there i think.Please correct me if wrong.
    Here i have one doubt while Configuring Shared Services with Oracle Application Server we are not specified the port number for Shared Services. So is it takes the same PORT number and URL is
    http://<servername>:58080/interop/
    Please clarify me.
    Regards
    KUMARK

  • Hyperion Shared Services inatllation problem

    Hi,
    I have installed the Hyperion Shared serives 9.3.1 with Oracle Application server and configuration but in services.msc i am able to see only HyperionS9OpenLDAp. i did the all post task and did manual configuration for Oracle Application Server like
    1 Created new OC4J instance for Shared services
    2 Added the below lines respective config/global-webapplication.xml file
    <init-param>
    <param-name>req_time_introspection</param-name>
    <param-value>true</param-value>
    </init-param>
    3 set the heap size
    Maximum heap size 512M
    Initial heap size 256M
    4 Added the Java Options below
    -Dhyperion.home=<HYPERION_HOME>
    -XX:PermSize=64m
    -XX:MaxPermSize=128m
    5 Deploying interop.war
    6 Added the below lines to Jave calss path
    <HYPERION_HOME>\deployments\generic\SharedServices9\config;
    <HYPERION_HOME>\deployments\generic\SharedServices9\config\lib
    \HubProductBean.jar;
    <HYPERION_HOME>\common\JDBC\DataDirect\3.6\lib\hyjdbc.jar;
    <HYPERION_HOME>\common\JakartaCommons\commons-collections-3.2.jar;
    <HYPERION_HOME>\common\JakartaCommons\commons-dbcp-1.2.1.jar;
    <HYPERION_HOME>\common\JakartaCommons\commons-logging-1.1.jar;
    <HYPERION_HOME>\common\JakartaCommons\commons-pool-1.3.jar;
    <HYPERION_HOME>\common\loggers\Log4j\1.2.14\lib\log4j-1.2.14.jar;
    <HYPERION_HOME>\common\XML\JAXP\1.2.2\xercesImpl.jar
    <HYPERION_HOME>\common\SAP\lib;
    But i able to get only one service.
    Please help on this
    Regads
    KumarK

    hi,
    I have the same supported Version of ORACLE APPLICATION SERVER 10g 10.1.3.1 and for the not able to see the Hyperion Shared Services service in Services.msc as while installing Shared Services there no Option like Deploy as Windows services so not able to see there i think.Please correct me if wrong.
    Here i have one doubt while Configuring Shared Services with Oracle Application Server we are not specified the port number for Shared Services. So is it takes the same PORT number and URL is
    http://<servername>:58080/interop/
    Please clarify me.
    Regards
    KUMARK

  • 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.

  • Hyperion shared services error 1051522 - Analytical Services failed to get

    Hi All,
    When I am trying to resync my securioty from HSS 11.1.1.1 to my essbase 9.3.1 I am getting this folowing error.
    hyperion shared services error 1051522 - Analytical Services failed to get group's member tree with Error MSAD porvider could not be contacted
    I have already checked for any corrupt application on essbase but alll the esssbase apps are fine.
    Any help would be appreciated.
    Thanks

    I have resolved this issue by Myself.

Maybe you are looking for

  • Problem with sleep mode in Win 7

    Hello Friends, I have a great problem after Windows 7 updated itself. I have a laptop Toshiba Satellite L505D. When I close the lid, it should automatically go to the sleep mode. Unfortunately, only the screen is black and the laptop is still running

  • How do I import all the photos from my iPhone 5 to my iPhone 6?

    I have recently purchased a new iPhone 6. I currently have the 5 with nearly 3000 photos on it. I do not wish to lose them so how do I import all those photos on to my new phone?

  • 0x0000007a Error for VMS inside a Hyper-V server in a failover cluster

    Hi All,  This is my first time posting a question on this forum. Will provide more details if necessary.  Would appreciate any help for the below problem:  We have two servers operating on Win 2012 R2 datacenter. However one of them(host2) had all it

  • What is the purpose of Number of elements at this level and ..?

    Hi, What is the purpose of Number of elements at this level an how it influences the obi server to optimize the query? Thanks in advance.

  • XY graph as control input device

    I'm trying to use a XY graph as an input device (virtual joystick) that controls a crosshair nad also provides coordinates inside a live video feedback from a webcam in labview 2012 64bit , but I can't get the VI to work properly. I've made the VI fo