Can't register Shared Services with workspace while using db2 9.1

Hi,
When I used Hyperion EPM to register workspace shared services with db2 9.1 pack 3,it's failed and workspace database configuration failed too.
When I used db2 9.5, it's failed too.But workspace database configuration is success. When I excute the sentence as follow
===================================================================================
db2 CREATE DATABASE HPSUX USING CODESET GBK TERRITORY CN COLLATE USING SYSTEM
db2 connect to HPSUX
db2 create bufferpool HPSUX_BP immediate size 256 pagesize 8k
db2 create bufferpool HPSUX_BP_TEMP immediate size 512 pagesize 8k
db2 terminate
db2 force application all
db2stop
db2start
db2 connect to HPSUX
db2 "create regular tablespace HPS_TS pagesize 8k managed by system using ('hps_ts') extentsize 16k overhead 10.5 prefetchsize 16k transferrate 0.33 bufferpool HPSUX_BP dropped table recovery on"
db2 "create system temporary tablespace HPS_TS_TEMP pagesize 8k managed by system using ('hps_ts_temp') extentsize 16k overhead 10.5 prefetchsize 16k transferrate 0.33 bufferpool HPSUX_BP_TEMP"
db2 grant connect on database to user hypadmin
db2 grant createtab on database to user hypadmin
db2 grant bindadd,implicit_schema on database to user hypadmin
db2 grant use of tablespace HPS_TS to user hypadmin with grant option
db2 "update dbm cfg using DRDA_HEAP_SZ 2048"
db2 drop tablespace USERSPACE1
db2 force application all
db2stop
db2start
=================================
It's all work with db2 9.5 but still failed with db2 9.1.
Can someone give me the suggestion?
Thanks
Edited by: [email protected] on 2009-7-23 上午12:25

Start in Shared Services
What have you Provisioned your user with?
Are there Projects Registered with Shared Services? Have you Assigned Users to those Projects?
I would suggest you refer to the Hyperion Security Guide as a starting point
http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/hyp_security_guide.pdf
Wayne Van Sluys
TopDown Consulting

Similar Messages

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

  • Shared services and workspace architecture(How we can find out req &respon)

    Good morning Hyperion folks,
    Does any body have any document or PDF about workspace and shared service architecture...How these both components are communicate each other..any idea or any document..while communicating of these if anything goes wrong,,where we need to check, what is exactly the problem (any suggestible logs)...
    Company are doing big mistake by using this hyperion tool ..These guys are not supporting and even they don't know much about the tool apart Product dev team..and that too they are not disclosure any documents related product...
    **Does anybody found any kind performance tunning guide or lab guide about workspace and shared service HFM,Planning...** I have never seen component wise documents and tunning guide and recommendations.
    I am strong opnion about hyperion is,we would not get any support from oracle and documents so He can migrate Cognos TM1 and Finance management etc........
    Edited by: 888154 on 29/09/2011 02:55

    Thanks john For ur reply ..i have seen these documents long ago ..i am asking about Shared services and workspace architecture and how these are functioning and where we can find out communication error and slow login issue with workspce and shared services.. How authentication is log on ..is there any machanisam they are using for authencation ...We are using OpenLadp ...
    Ex :1.Per suppose log on to workspace that request goes to shared services directory and it will check whether that user is exists or not on Shared services tables ...here what kind of alogirtham using to aunthenticate user...How we can diagonse this process taking to much time,,,is there any specific logs related this (If logs are exsits how we can find out)...
    2.Once authencation done successfully and responce send to workspace and populate workspace home page...then i click on application button (FM application) and it's taki ng to much time to load HFM page.To this where we need to look whta excatly problem? what are logs file helpful to us to diagonse..

  • Cannot register Analytic Services with Shared Services

    Hello,
    I have installed the following products of System 9.3:
    - License server and Shared services (everything went OK, I can connect to User Management Console using admin/password );
    - Analytic Services;
    Using Configuration Utlity I activated Analytic Services.
    But when I try to Register Analytic Services with Shared Services I get the following error "Incorrect username and password".
    I don't know why I get this error because I can connect to User Management Console with admin/password.
    The log of the config utiliy shows the following:
    (Sep 15, 2007 6:19:56 PM), Install.product.install, com.hyperion.cis.config.Configurator, dbg, Hyperion Home: C:\Hyperion
    (Sep 15, 2007 6:19:56 PM), Install.product.install, com.hyperion.cis.config.Configurator, msg1, Loading product descriptor from file C:\Hyperion\common\config\product\biplus\9.3.0.2\biplus_1.xml...
    (Sep 15, 2007 6:19:56 PM), Install.product.install, com.hyperion.cis.config.Configurator, msg1, Loaded product "biplus", version 9.3.0.2, build 350.
    (Sep 15, 2007 6:19:56 PM), Install.product.install, com.hyperion.cis.config.Configurator, msg1, Loading product descriptor from file C:\Hyperion\common\config\product\essbase\9.3.0.0.0\essbase_1.xml...
    (Sep 15, 2007 6:19:56 PM), Install.product.install, com.hyperion.cis.config.Configurator, msg1, Loaded product "Essbase", version 9.3.0.0.0, build 100.
    (Sep 15, 2007 6:19:56 PM), Install.product.install, com.hyperion.cis.config.Configurator, msg1, Loading product descriptor from file C:\Hyperion\common\config\product\hub\9.3.0.0.0\hub_1.xml...
    (Sep 15, 2007 6:19:56 PM), Install.product.install, com.hyperion.cis.config.Configurator, msg1, Loaded product "Hub", version 9.3.0.0.0, build 42.
    (Sep 15, 2007 6:19:56 PM), Install.product.install, com.hyperion.cis.config.Configurator, msg1, in loadClasses
    (Sep 15, 2007 6:19:57 PM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, target platform: name="Windows XP" version="5.1" arch="x86"
    (Sep 15, 2007 6:19:57 PM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, condition platform: name="Linux" version="." arch="."
    (Sep 15, 2007 6:20:00 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, dbg, queryEnter method is entered
    (Sep 15, 2007 6:20:00 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, dbg, Checking OS type/version/architecture against system requirements...
    (Sep 15, 2007 6:20:00 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, dbg, os.name:Windows XP
    (Sep 15, 2007 6:20:00 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, dbg, os.version:5.1
    (Sep 15, 2007 6:20:00 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, dbg, os.arch:x86
    (Sep 15, 2007 6:20:00 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, dbg, major os version #:5; minor os version #: 1
    (Sep 15, 2007 6:20:00 PM), Install.product.install, com.hyperion.essbase.config.EssbaseAgentTaskProcessor, dbg, Initialized EssbaseAgentTaskProcessor
    (Sep 15, 2007 6:20:00 PM), Install.product.install, com.hyperion.hub.MailServerTaskProcessor, dbg, Initialized MailServerTaskProcessor
    (Sep 15, 2007 6:20:00 PM), Install.product.install, com.hyperion.essbase.config.EssbaseAgentTaskProcessor, dbg, Entered EssbaseAgentTaskProcessor.getDisplayName()
    (Sep 15, 2007 6:20:00 PM), Install.product.install, com.hyperion.essbase.config.EssbaseAgentTaskProcessor, dbg, Display name returned : Register Analytic Services Server as Windows Service
    (Sep 15, 2007 6:20:00 PM), Install.product.install, com.hyperion.hub.MailServerTaskProcessor, dbg, Entered MailServerTaskProcessor.getDisplayName()
    (Sep 15, 2007 6:20:00 PM), Install.product.install, com.hyperion.hub.MailServerTaskProcessor, dbg, Display name returned : Configure Mail Server
    (Sep 15, 2007 6:20:38 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, dbg, ctask: RegisterEssbaseAsMultipleAgent
    (Sep 15, 2007 6:20:38 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, dbg, ctask: hubRegistration
    (Sep 15, 2007 6:20:38 PM), Install.product.install, com.hyperion.cis.config.wizard.PanelEventDispatcher, dbg, constructor
    (Sep 15, 2007 6:20:38 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductCustomInputPanel, msg1, Task hsfCustomHubConfig not selected, skipping panel hsfCustomHubConfig
    (Sep 15, 2007 6:20:38 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductCustomInputPanel, msg1, Task relationalStorageConfiguration not selected, skipping panel hpsu8XSelectionManager
    (Sep 15, 2007 6:20:38 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductCustomInputPanel, msg1, Task applicationServerDeployment not selected, skipping panel avalancheAnalyzerDBSetupStub
    (Sep 15, 2007 6:20:38 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductCustomInputPanel, msg1, Product hmb not selected, skipping panel hmbServerHostPorts
    (Sep 15, 2007 6:20:38 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductCustomInputPanel, msg1, Product hmb not selected, skipping panel hmbWorkspaceInfo
    (Sep 15, 2007 6:20:38 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductCustomInputPanel, dbg, managerClassName: com.hyperion.essbase.config.EssbaseAgentUserPanelManager
    (Sep 15, 2007 6:20:57 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductCustomInputPanel, dbg, managerClassName: com.hyperion.essbase.config.EssbaseAgentPortPanelManager
    (Sep 15, 2007 6:21:10 PM), Install.product.install, com.hyperion.cis.config.CmsRegistrationUtil, dbg, Getting CSS instance
    (Sep 15, 2007 6:21:10 PM), Install.product.install, com.hyperion.cis.config.CmsRegistrationUtil, dbg, URL for CSS.xml = https://localhost:58080/interop/framework/getCSSConfigFile
    (Sep 15, 2007 6:22:11 PM), Install.product.install, com.hyperion.cis.config.CmsRegistrationUtil, err, com.hyperion.css.common.configuration.CSSConfigurationException: Cannot configure the system. Please check the configuration.     Error Code: 9
    NestedException:
    java.io.IOException: Property data cannot be loaded from the cache.
    (Sep 15, 2007 6:22:11 PM), Install.product.install, com.hyperion.cis.config.CmsRegistrationUtil, err, Failed to initialize CSS API
    (Sep 15, 2007 6:22:11 PM), Install.product.install, com.hyperion.cis.config.CmsRegistrationUtil, err, Failed to authenticate user = admin
    (Sep 15, 2007 6:22:28 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductCustomInputPanel, dbg, managerClassName: com.hyperion.essbase.config.EssbaseAgentPortPanelManager
    (Sep 15, 2007 6:22:29 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductCustomInputPanel, dbg, managerClassName: com.hyperion.essbase.config.EssbaseAgentUserPanelManager
    (Sep 15, 2007 6:22:29 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, dbg, queryEnter method is entered
    (Sep 15, 2007 6:22:29 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, dbg, Checking OS type/version/architecture against system requirements...
    (Sep 15, 2007 6:22:29 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, dbg, os.name:Windows XP
    (Sep 15, 2007 6:22:29 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, dbg, os.version:5.1
    (Sep 15, 2007 6:22:29 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, dbg, os.arch:x86
    (Sep 15, 2007 6:22:29 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, dbg, major os version #:5; minor os version #: 1
    (Sep 15, 2007 6:22:40 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, dbg, ctask: hubRegistration
    (Sep 15, 2007 6:22:40 PM), Install.product.install, com.hyperion.cis.config.wizard.PanelEventDispatcher, dbg, constructor
    (Sep 15, 2007 6:22:40 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductCustomInputPanel, msg1, Task hsfCustomHubConfig not selected, skipping panel hsfCustomHubConfig
    (Sep 15, 2007 6:22:40 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductCustomInputPanel, msg1, Task relationalStorageConfiguration not selected, skipping panel hpsu8XSelectionManager
    (Sep 15, 2007 6:22:40 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductCustomInputPanel, msg1, Task applicationServerDeployment not selected, skipping panel avalancheAnalyzerDBSetupStub
    (Sep 15, 2007 6:22:40 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductCustomInputPanel, msg1, Product hmb not selected, skipping panel hmbServerHostPorts
    (Sep 15, 2007 6:22:40 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductCustomInputPanel, msg1, Product hmb not selected, skipping panel hmbWorkspaceInfo
    (Sep 15, 2007 6:22:40 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductCustomInputPanel, msg1, Task RegisterEssbaseAsMultipleAgent not selected, skipping panel essbase1
    (Sep 15, 2007 6:22:40 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductCustomInputPanel, msg1, Task RegisterEssbaseAsMultipleAgent not selected, skipping panel essbase2
    (Sep 15, 2007 6:22:51 PM), Install.product.install, com.hyperion.cis.config.CmsRegistrationUtil, dbg, Getting CSS instance
    (Sep 15, 2007 6:22:51 PM), Install.product.install, com.hyperion.cis.config.CmsRegistrationUtil, dbg, URL for CSS.xml = https://localhost:58080/interop/framework/getCSSConfigFile
    (Sep 15, 2007 6:23:52 PM), Install.product.install, com.hyperion.cis.config.CmsRegistrationUtil, err, com.hyperion.css.common.configuration.CSSConfigurationException: Cannot configure the system. Please check the configuration.     Error Code: 9
    NestedException:
    java.io.IOException: Property data cannot be loaded from the cache.
    (Sep 15, 2007 6:23:52 PM), Install.product.install, com.hyperion.cis.config.CmsRegistrationUtil, err, Failed to initialize CSS API
    (Sep 15, 2007 6:23:52 PM), Install.product.install, com.hyperion.cis.config.CmsRegistrationUtil, err, Failed to authenticate user = admin
    I see this error: Failed to inizialize CSS API and Failed to authenticate user = admin
    What does this mean?
    Any help will be appreciated!
    Thank you
    Daniela

    Hi Tom,
    I created the user demo/demo with admin privileges in Shared Services. I can connect to User Management Console, but when trying to register Analytic Services with Shared Services I still get "Incorrect username or password".
    I see in the configtool log the following lines:
    (Sep 16, 2007 1:34:13 PM), Install.product.install, com.hyperion.cis.config.CmsRegistrationUtil, dbg, Getting CSS instance
    (Sep 16, 2007 1:34:13 PM), Install.product.install, com.hyperion.cis.config.CmsRegistrationUtil, dbg, URL for CSS.xml = https://localhost:58080/interop/framework/getCSSConfigFile
    (Sep 16, 2007 1:35:14 PM), Install.product.install, com.hyperion.cis.config.CmsRegistrationUtil, err, com.hyperion.css.common.configuration.CSSConfigurationException: Cannot configure the system. Please check the configuration.     Error Code: 9
    NestedException:
    java.io.IOException: Property data cannot be loaded from the cache.
    (Sep 16, 2007 1:35:14 PM), Install.product.install, com.hyperion.cis.config.CmsRegistrationUtil, err, Failed to initialize CSS API
    (Sep 16, 2007 1:35:14 PM), Install.product.install, com.hyperion.cis.config.CmsRegistrationUtil, err, Failed to authenticate user = demo
    It seems it can't inizialize this CSS API. Why? What do I have to do?
    thanks
    daniela

  • How can I see shared pc with firewall set to allow only essential services?

    How can I see shared pc with firewall set to allow only essential services?
    So far if I set it as above then shared does not show up? I have to set the firewall to set access to specific applications and services to get access to my windows based hard drive.
    Cheers
    Mike R

    Ok I solved it myself. Not an ideal solution as I have to connect it manually each time but it will do... Unless anyone has a way to have it auto connect when I start the mac.
    Cheers
    Mike R

  • Shared services and workspace login error in epm 11.1.2.3

    Hello,
    When click on the url of shared services and workspace for epm 11.1.2.3
    showing the below error as soon.
    "Internet explorer can not display the webpage error"
    Tried with all supported browsers
    Please suggest all possibles solutions..
    Thanks

    Have you check the logs to make sure all the web apps are up and running and no errors are being generated.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to enable Kerberos - Shared Services and Workspace

    Hi All
    I'm trying to enable Kerberos SPNEGO with WebSphere 6.1.0.31. I've protected the urls.....and i can see the handshake happening in the trace logs.....
    Shared Services SSO is working fine if i use the option of Get Remote user info from http header.....
    But workspace doesn't seem to accept any of the options given $REMOTE_USER$, $HTTP_USER$.
    Can some please let me know how to do this....? Or is there a way to change the header information?

    Thanks john For ur reply ..i have seen these documents long ago ..i am asking about Shared services and workspace architecture and how these are functioning and where we can find out communication error and slow login issue with workspce and shared services.. How authentication is log on ..is there any machanisam they are using for authencation ...We are using OpenLadp ...
    Ex :1.Per suppose log on to workspace that request goes to shared services directory and it will check whether that user is exists or not on Shared services tables ...here what kind of alogirtham using to aunthenticate user...How we can diagonse this process taking to much time,,,is there any specific logs related this (If logs are exsits how we can find out)...
    2.Once authencation done successfully and responce send to workspace and populate workspace home page...then i click on application button (FM application) and it's taki ng to much time to load HFM page.To this where we need to look whta excatly problem? what are logs file helpful to us to diagonse..

  • Shared Services with OAM ?

    Plannign a green-field 11.1.2.2 implementation and want to understand whether it will be possible (or indeed is possible in current versions) to integrate Shared Services with OAM ?
    Thanks is advance !
    Alasdair
    Edited by: 919830 on 09-Mar-2012 03:25

    Hi,
    Yes is the answer, but I am not sure how can it be done. But the document of essbase states the below
    Security: Integration with Oracle Access Manager, Oracle SSO, Desktop Kerberos Support, OID as the Native Provider
    Sandeep Reddy Enti
    http://hyperionconsultancy.com/

  • HT4623 How can I get rid of this new update and go back to the previous one and how can I register a complaint with Apple?

    How can I get rid of this new 7.0.2 update and go back to the previous one and how can I register a complaint with Apple?

    You can't go back.
    You can leave feedback: http://www.apple.com/feedback

  • How can I register a number with iMessage for my iPad2?

    I've got a 3G card with a mobile phone number. How can I register this number with iMessage?

    Good afternoon;
    So to confirm your posting,
    lllaass wrote:
    If it is a number/email address yu are calling:
    - Is it entered in a contact in your Contact app.
    - Does the person have the number/email address registered as their messaging number/emai addrrss.
    the other person needs to register thier information?

  • How can i unlock the service with AT&T or other carrier? when i was in overseas ?how much does it cost to unlock?

    how can i unlock the service with AT&T or other carrier? when i was in overseas ?how much does it cost to unlock?

    The only way to unlock a locked device is through the carrier. If it is locked to AT&T, you will have to contact them to get it unlocked.
    Cheers,
    GB

  • I can not register this product with the code supplied? [was:Photoshop]

    I can not register this product with the code supplied?

    Welcome to the forum.
    Along with Trevor's important questions, I have a few more, please:
    Did you buy Ps directly from Adobe (the Adobe Store), or from a certified reseller, such as directly from Amazon?
    Did you buy Ps with physical media, or as a download?
    If the former, did you get the S/N from the envelope that the media came in?
    If the latter, did you get the S/N directly via e-mail from Adobe?
    Do you get any error messages?
    If so, what is the exact text of each one?
    When you say "register," do you mean Activation, or actually registering with Adobe?
    Good luck,
    Hunt

  • How can i discover bonjour service with safari on IPAD?

    How can i discover bonjour service with safari on IPAD?
    I can use safari on MAC to discover bonjour service on network, but how can i do that with safari on IPAD?
    Thanks a lot.

    unfortunately, You cannot get bonjour on ipad. But however, you can get a program on the mac (assuming you have a mac) called printopia (http://www.ecamm.com/mac/printopia/) which will turn your printer in to AirPrint when the mac is on. it works very well all the instructions are on the website

  • The demand of my application is that i can not replace for loop with a while loop.because i need fixed number of iterations and as far as i know fixed iterations could be only with possible with the for loop.

    the demand of my application is that i can not replace for loop with a while loop.because i need fixed number of iterations and as far as i know fixed iterations could be only with possible with the for loop.
    your recommended second option that i could add true/false case.
    this true/false case must be inside the for loop or outside the for loop?if this case is inside the for
    loop, how can i send stop command from outer while
    loop?
    more over do you have any example for this please?
    thanks"

    You can execute a fixed number of iterations using a while loop by comparing the iteration count to the number of iterations you want and wiring the output of that comparison (e.g. Less Than or Equal To) to the continue (or stop) terminal of your while loop. Which comparison you use depends on personal preference, where you wire the desired count and the interation count, and whether you're using the while loop as Continue if True or Stop if True.
    Ben gave you step-by-step instructions in response to your previous question. Look here for Ben's response.
    Ben's response looks pretty good and detailed to me. It certa
    inly deserved better than a 1-star rating.

  • HT1688 how can i register my phone with apple to obtain my 1 year warranty

    how can i register my phone with apple to obtain my 1 year warranty

    The one year standard hardware warranty comes with iPhone. No registration required.
    If you have purchased AppleCare Protection Plan (APP) or AppleCare Protection Plan Plus (APP+) during the purchase of your iPhone, it is Auto-Registered if you purchased it at the Apple Retail Store or Apple Online Store.
    If you purchased the boxed APP or APP+ from Apple or any reseller, you will need to go to supportprofile.apple.com and sign in with your AppleID username and Password.
    You will need to register your Serial Number (found on iPhone Box or in Settings>General>About) and then register your APP or APP+ with the slip of paper that came in white box with the red Apple Logo.
    Hope this helps!

Maybe you are looking for