Hyperion Shared Services Import security files where to define roles-11.1.2

Hi,
I want to create the shared services security import file. Do anyone knows where to define the group or user roles for it. Earlier we have to changes in CSImportexport.
Now in version 11.1.2.1 things are different.
Do anyone knows about it.
Thanks!!!!

Thanks for the reply.
I am taking export only first and this is what i got from export, if you see below under role id there are some codes generated internally, if I have to give any group different roles like planner, application creator, interactive user... where in csv file I can define those.
#provisioning     
project_name ----------     application_name     -----role_id     --------------------------------------------------------------------------------------------- product_typ--------user_id-------     user_provider     
Default Application Group---     CPSPlan-----     native://DN=cn=HP:0003,ou=HP,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE--     HP-11.1.2.0-------     admin--------Native Directory     
Default Application Group---     CPSPlan-----     native://DN=cn=HUB:2,ou=HUB,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE---     HUB-11.1.2.0-----     admin--------Native Directory     
Default Application Group---     CPSPlan-----     native://DN=cn=HP:0001,ou=HP,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE--     HP-11.1.2.0-------     devusr-------Native Directory     
Default Application Group---     CPSPlan-----     native://DN=cn=HP:0001,ou=HP,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE--     HP-11.1.2.0-------     OMBUsr-----     Native Directory     
Default Application Group---     CPSPlan------native://DN=cn=HP:0003,ou=HP,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE--HP-11.1.2.0-------     processadmin-----     Native Directory     
Regards.

Similar Messages

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

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

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

  • 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

  • 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

  • Re register Hyperion product with Hyperion shared services

    Hi all,
    We have distributed environment.foundation,epma,cmgr on windows say node1,HFm on node2,planning on windows node3,initially i have installed essbase modules and configured them on node3. after that i have installed and configured essbase studio, essbase server and eis on oel linux. I have unistalled essbase, studio, and eis on node3.Now my planning module is not able to communicate with essbase installed on oel linux. iam able to view the essbase app group in shared services.and also i am able to create the datasource,where the connectivity of essbase is succesful.I feel that i need to re register planning module with shared services. Am i correct .If i am correct please help me how can i do that.also i followed the oracle document how to re register a module with hyperion shared services. i cannot find the config file for planning .please help me on this.
    Thanks,
    Jeevan

    I think it will be helpful if you analyse the logs and then post the errors you are seeing.
    Cheers
    John

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

    Hi,
    I'm new in setting up and installing the Hyperion product as well as web server concept. I managed to setup Hyperion shared services using LDAP/MSAD and able to login into the Hyperion Shared Services but not able to login into Hyperion workspace. I realized that the URL for Hyperion Shared Services still on port 58080 while the current port is 50000. I tried to update the instanceconfig.xml file as well as the css.xml file (correct me if i'm wrong) but the port still goes to 58080. any idea how to resolve this? any help really appreciated.

    Hi,
    I'm new in setting up and installing the Hyperion product as well as web server concept. I managed to setup Hyperion shared services using LDAP/MSAD and able to login into the Hyperion Shared Services but not able to login into Hyperion workspace. I realized that the URL for Hyperion Shared Services still on port 58080 while the current port is 50000. I tried to update the instanceconfig.xml file as well as the css.xml file (correct me if i'm wrong) but the port still goes to 58080. any idea how to resolve this? any help really appreciated.

  • 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 9.3 does not display UserDirectories

    Hello!
    We are working with Hyperion Shared Services 9.3.
    Since today, when I "Expand" UserDirectories folder (or another in the same left menu), it doesnt finish load (appears another folder that says: "Loading..." but never finish).
    Can anyone tell me what may be causing it? This "Shared Services Server" is in a Client in another country, so, we don´t know if any changes that they could do cause that fail.
    I check SharedServices9 logs and only find that as "unusual" thing:
    2012-03-26 14:23:32,081 [http-58080-Processor7] ERROR com.hyperion.css.CSSAPIImpl.initialize(Unknown Source) - Unable to get CSS.xml file or the file may be read only
    2012-03-26 14:23:32,081 [http-58080-Processor7] WARN com.hyperion.css.CSSAPIImpl.initialize(Unknown Source) - The system has already been configured; skipping attempt to configure the system again with the new config file /null.
    2012-03-26 14:41:45,021 [http-58080-Processor5] WARN com.hyperion.css.CSSAPIImpl.initialize(Unknown Source) - El sistema ya se ha configurado; se omitirá el intento de configurar el sistema de nuevo con el nuevo archivo de configuración /E:/Hyperion/deployments/Tomcat5/SharedServices9/config/CSS.xml.
    But, I read in some posts, that this CSS.xml file could be in read only, or currupted, but I check both CSSs (I read in a JhonGoodwin post that there are 2 CSS.xml files to check, and I check both).
    Some ideas? I´m all ears... :)
    Thanks for your time,
    Best Regards,
    Fabian.
    Edited by: 920308 on 27/03/2012 11:17 AM

    Hello Jhon!
    At first, thanks for spend time on my issue.
    Last, can you tell me what Browser do you recommend for Hyperion 9.3?
    I think that it is the problem, because support department has upgraded some patches at server.
    I try to downgrade one version from IE8, but I appreciate that you recommend me the "best" browser.
    King Regards, and thanks again for spend your valued time.
    Fabian Guadalupe.

  • Re: OBIEE 10.1.3.4.1 integration with Hyperion shared services 11.1.1.3

    I am working on OBIEE authentication using hyperion shared services. To achieve this I did the following steps,
    1) Registered the shared services in Answers using 'Manage EPM workspace'
    2)Modified config.xml to enable HSSauthenticator
    3)Modified instanceconfig.xml by adding external auth tags
    4)In rpd created a init block using custom authenticator.
    When I login into Answers using a username and password from hyperion shared services, it is saying invalid username/password.
    Log file says ' xxxxxx authentication failed in repository star, Odbc driver returned an error (SQLDriverConnectW)'
    Can some one explain me if I am missing anything here?? Is there anyone who has successfully implemented this before.
    Thanks,
    Sandeep

    Sandeep,
    I am fairly certain that this integration actually works in the other direction.
    That is from the Oracle Hyperion Workspace portal you need to log in and once you are in Workspace from the file menu an option for "Oracle Interactive Dashboards" should be available if all is configured correctly with the integration. That link will open up OBIEE and take the user directly into the dashboards without having to get prompted by the OBIEE login screen.
    If you have the BIC2Go image (Dan Vlamis' team, vlamis.com) for Oracle BI 10g you can see this integration's configuration and see it working correctly.
    I hope that helps

Maybe you are looking for

  • Dolby Digital dropouts on Apple TV

    I have the latest model ATV connected via HDMI to an Arcam receiver which can decode Dolby Digital via that cable. The ATV is connected to my network via ethernet but I get regular dropouts of DD sound – the sound disappears for a second or two and t

  • Ideas for migrating data to new iMac from faulty eMac?

    My wife's old eMac died, but she was able to copy her user folder (all 58+ GBs) to an external drive prior to it finally giving up the ghost. It was copied via finder (not cloned or done via Time Machine), so it doesn't appear to have permissions set

  • POC day wise caluation and report

    Dear Is any report that will be showing the day wise Plan POC and Actual POC  progress.I am using the TIME PROP measurement method. please also correct me if measurement method is wrong. thanks

  • FM9: terrible image quality when saving a .fm page as .htm page...

    Hello, I have several framemaker pages I want to save as html pages. The problem I have concerns the quality of images... The images I import have a good quality but once I save the page as .htm, Framemaker automatically resizes it and duplicates the

  • SIGSEGV 11 segmentation violation - sp3 upgrade

    I get the following error while upgrading WL 6.1 from SP2 to SP3.... I noticed someone else on this newsgroup got the same error while upgrading to SP2. Any clues on where/ why this occurs? thanks _nik ============================ bash-2.03$ java -cp