Shared services db configuration not working in fusion

Hi,
I am trying to install v11. The problem is that the configuration of the db for HSS is not working correctly. The application server is deployed, the openldap service is up and EAS is fine but HSS isn't. Obviously nothing is registering with HSS. When I choose only to figure the db for hss there is no screen to enter the details. It goes straight to configure and then says its done. However, it is still listed as an outstanding task not as a failure. I tried deleting the db I had for hss and recreating it but this made no difference. I have read some docs but the screen I need is not coming up. I believe it did once though when I first went to install fusion.
Any ideas?
Thanks,

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

Similar Messages

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

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

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

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

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

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

  • Alert configuration Not working in RWB

    Hi,
       In RWB alertconfiguration is not working, showing the error
    <b>404 Not Found</b>". I gone through this thread
    Alert configuration or Alert Inbox-----404 Not Found  
    And my host name is full host name.
    In exchange profiles my port is 50100 (J2EE PORT)  (Not Changed)
    1. In SMICM when I changed to port to 50100 (J2EE) then alert configuration
    working, But My scenarios not working throwing error : System Error.
    <b>Error Category XI_J2EE_MESSAGING_SYSTEM
    Error Code HTTP_TRANSMISSION_ERROR</b>
    2. In SMICM when I changed to port to 8001 (ABAP Port) then Alert configuration not working (Error : 404 Not Found), but my scenarios were working fine.
    what would be the reason?
    thx in advance,
    Ansar.

    HI,
    If Error: 404 Not Found
    Description: The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address. This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable.
    Possible Tips:- for HTTP_RESP_STATUS_CODE_NOT_OK 404
    • 404 is an HTTP response code that indicates that the resource in question couldn't be found. Usually this is due to an incorrect URL, so it is better to cross check all URLs.
    Check pipeline URL in the SLD in the business system of the Integration Server For this go to SLD->Business System-><yourIntegrtaion Server>->Pipeline URL: It should be like this http://<host>:<port>/sap/xi/engine?type=entry Where host is the host name of the Integration Server and port is the HTTP(8xxx) port. To verify this in Integration Server you can do like this. Go to SXMB_ADM->Integration Engine Configuration->Choose Edit from Menu -> Change Global Configuration Data to switch to change mode. Then select System Landscape - Load Configuration. (This is not required always)
    • Check that the port really is the ICM HTTP Port and not the J2EE port i.e SMICM then menu GOTO --> SERVICES and check the port number for HTTP. It should be HTTP port
    • If the error is Page cannot be displayed, cannot find server in https configurations Check and correct the SSL configuration for the ABAP and the J2EE side of the system
    • If the error is because of integration server when using Proxy communications then check these. i.e SXMB_ADM->Integration Engine Configuration->Corresponding Integration Server enrty should be dest://<Http Integration server-Destination> Where < Http Integration server -Destination > is the RFC destination (SM59) of type HTTP connection (type H) to the Integration Server. In this case, host name, port, and path prefix are saved in the RFC destination
    Also see the below links
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide
    http://help.sap.com/saphelp_nw04/helpdata/en/3f/81023cfa699508e10000000a11402f/content.htm
    Regards
    Chilla

  • I've become increasingly frustrated with the ipad adobe app. I've subscribed to be able to convert my pdf files into word documents and it has yet to work I've paid for a service that does not work which in turn makes me a disgruntled customer to say the

    I've become increasingly frustrated with the ipad adobe app. I've subscribed to be able to convert my pdf files into word documents and it has yet to work I've paid for a service that does not work which in turn makes me a disgruntled customer to say the least very disappointed with such horrible service

    Which service did you subscribe to?  Adobe PDF Pack?
    Once I know the service that you subscribed to, I can move this post to the right forum so that you can get in touch with the folks who can assist you.

  • Touch Panel Shared variable binding does not work.

    Hi,
    Is there any reason why shared variable binding is not working under Touch Panel Target?
    Is there any plan for implementing or there is some trick I should know?
    Andras

    RebeccaFo wrote:
    Hello Andras,
    which version of LabVIEW are you using? As yu can see in:
    http://digital.ni.com/public.nsf/websearch/04AAA6903A9456F08625715A0026BC57?OpenDocument
    it should work. So what for problems do you have?
    Thanks,
    Just FYI, the KnowledgeBase article linked above has been revised and moved to a new location.  See the new KnowledgeBase 58JFBGD2: Are Shared Variables Available For LabVIEW Mobile Module (Formerly PDA Modul...

  • Power book G4 Leopard 10.5.8. File sharing preference checked but not working after start up until unchecked and the rechecked?

    I hope the title is enough info, please ask. In the mean time I have created an applescript to open preferences/ sharing and uncheck then check the file sharing box. This works but I would obviously prefer it just work normally. I have no corrupt preference files. Perhaps a file is missing? Thank you.

    Greetings Kwnez
    I'm not up to your level of expertise yet. I'm networking and file sharing too, on my Mac Powerbook 1.33 GHz PowerPC G4; OS 10.5.8 Lepoard. At the public library I found by asking the clerk a book Authored by David Pogue. "Mac OS X Leopard the Missing Manual". It (the book) has helped me ask better questions. I'm not saying that your question "
    Power book G4 Leopard 10.5.8. File sharing preference checked but not working after start up until unchecked and the rechecked?
    is hard for me to understand, I went to system preferences and looked at the sharing box. when I clik it it opens up and the first thing I see is my computers name, and under that i see, " Computers on your local network can access your computer at: ...-powerbook-g4-15.local"
    What I'm saying is "Are we on the same Page"

  • Shared Services Security information not updating in Essbase

    Hi,
    I have created few users in Shared Services and performed the sync operation. Created users are not reflecting in Essbase server. why?
    Also tried by externalizing the users... performed sync from shared services and refreshed the shared security from EAS console...then also... user information not updating in Essbase?
    What could be the reason?

    Have you provided Essbase application access rights to those users in shared services?
    If not, then try after providing Essbase access to users. This might be the reason for your issue.
    Regards,
    NitinGupta

  • HT5594 I upgraded to iOS 7 and my location service button does not work.  How can I turn it back on?

    I upgraded to iOS 7 and my location service button does not work.  How can I turn it back on?

    Settings>General>Restrictions>Privacy>Location Services. Have you restricted it?

  • Shared Services page does not open

    Gurus,
    I have installed and configured EPM and I am able to log in to planning. However, when I click on "Administer Shared Services" from the Planning page, it gives kind of web page error?
    What could be the issue with it?
    Do I need to do anything in planning in order to log in to shared services?
    Or is it that I have not configured HSS? If so how could I do the validation as to whether HSS has been configured?
    Thanks

    John,
    I just checked the diagnostic file and this is what I see:
    Web Applications check failed.
    - failed: Availability of Web application context
    http://SECSERV:28080/interop
    Error:com.hyperion.cis.utils.BadResponseCodeException: Bad response code wit
    h GET method: 404
    Login check failed.
    failed: Checking availability of login
    http://SECSERV:28080/interop/index.jsp
    Error:com.hyperion.cis.utils.BadResponseCodeException: Bad response code: 40
    4
    It is version 11.1.2
    Oracle HTTP has been used in this one.
    In order to go to the workspace URL, I am using the START MENU - EPM SYSTM - WORKSPACE - WORKSPACE URL
    I can log into workspace, but the MENU looks bit ODD. The NAVIGATE menu does not have all the options it is supposed to have.
    It has only ADMINISTER SHARED SERVICES, WORKSPACE SERVER SETTING, AND MANAGE PREFERENCES.
    The FILE menu has only OPEN, EXIT, LOG OFF. It does not have NEW or anything like that. So its kind of wierd. Am I missing something? in terms of configurating the EPM.
    Thanks

  • Dynamic Configuration not working with Integrated Configuration

    Hi All,
    Dynamic Configuration works fine in PI 7.3 when Classical Configuration is used. However the same does not work using Integrated Configuration.
    Scenario :
    SOAP -->SOAP Synchronous scenario in PI 7.3 (Dual Stack).
    Trying to save a value from Request mapping using dynamic configuration and use the same in response mapping.
    UDF Code :
    Request Mapping :
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey Variable = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/SOAP", "Variable1");
    conf.put(Variable, a);
    Response Mapping :
    DynamicConfigurationKey Variable = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/SOAP", "Variable1" );
    string1 = conf.get(Variant);
    Note : Using Integrated Config(AAE Processing) - Response header does not have DynamicConfiguration header node , but Classical Configuration has that.
    Regards,
    Parimala
    Edited by: ParimalaE on Mar 1, 2012 1:33 PM

    For us this is what we had:
    This didn't work (getInputParameters is the newer stuff that doesn't work):
    DynamicConfiguration dc = (DynamicConfiguration)container.getInputParameters().getValue(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey dck = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/SOAP","TServerLocation");
    dc.put(dck,"https://xyz.api-salesforce.com/services/Soap/c/26.0/0DFa00000008jis");
    return "";
    This works for us(we had to remove getInputParameters):
    DynamicConfiguration dc =  (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey dck = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/SOAP","TServerLocation");
    dc.put(dck,"https://xyz.api-salesforce.com/services/Soap/c/26.0/00D3000000001X0");
    return "";

  • Shared Service issue. Not found 404

    Hello. Everyone.
    I installed and configurated EPM 11.1.2.3.
    When I opened Shared Service URL , I get an error message that "Not found 404".
    WorkSpace can display.
    What happen?
    I run validation.bat .
    Shared Services URL is error.
    Workspace URL is not error.
    Where is an log file of validation.bat  ?
    OS:Windows Server 2003 SP2
    DB:Oracle database 11.2.0.1.0
    IIS ver6.0
    I use Oracle HTTP Server.
    Please give me advise.

    As always you should check the logs, don't know where the logs are then go to the logs section in the documentation Introduction
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Shared Services URL is not up....

    Hi Experts,
    I have installed and configured Essbase and planning 11.1.2. I am able to see all URL's with out any issue ? But , when I tried to open shared services we are getting the below error.
    "Error 404 -- not found"
    " From RFC 2068 Hypertext Transfer protocol --HTTP/1.1:"
    10.4.5.104 Not found.
    Thanks,
    Ganesh.

    Hi John,
    You will need to make sure "Provider Services","Foundation Services - Managed Server", "Oracle Process Manager (ohsinstance....)" are running. - All running
    Make sure you have configed the web server part of foundation in the configurator - Configured
    - Even I tried to open from workspace as well but got the same error.
    If you have then checked the logs to make sure of no errors you should be able to connect using http://<server>:19000/workspace/SmartViewProviders - I don't see any logs created when i acces the above url.
    Only has the following details
    Feb 7, 2011 5:35:37 PM -- install "WebLogic Platform" 10.3.2.0 at D:\Oracle\Middleware1
    release 10.3.2.0 [Added]
    |_____Common Infrastructure Engineering 6.8.0.0 [Added]
    | |_____Uninstall [Added]
    | |_____Patch Client [Added]
    | |_____Patch Attachment Facility [Added]
    | |_____Clone Facility [Added]
    |_____WebLogic Server 10.3.2.0 [Added]
    | |_____Core Application Server [Added]
    | |_____Administration Console [Added]
    | |_____Configuration Wizard and Upgrade Framework [Added]
    | |_____Web 2.0 HTTP Pub-Sub Server [Added]
    | |_____WebLogic SCA [Added]
    | |_____WebLogic JDBC Drivers [Added]
    | |_____Third Party JDBC Drivers [Added]
    | |_____WebLogic Server Clients [Added]
    | |_____WebLogic Web Server Plugins [Added]
    | |_____UDDI and Xquery Support [Added]
    | |_____Server Examples [Added]
    | |_____Evaluation Database [Added]
    | |_____Workshop Code Completion Support [Added]
    |_____Oracle Configuration Manager 10.3.1.2 [Added]
    |_____Data Collector [Added]
    When i tried to access the URL : http://localhost:19000/workspace/SmartViewProviders
    I got the error HTTP 405 method is not allowed.
    Can you please sugguest me ..
    thanks,
    Ganesh Krishna.
    Edited by: user12308889 on Feb 8, 2011 8:14 AM

  • SPA122, "Restore Configuration" not working.

    Hi,
    I can't restore .cfg files on the Config Management menu. The "browse" button
    is not active and i can't load a file. The firmware version is 1.3.1. Tested with Firefox, Opera, Google Chrome
    Internet Explorer (old V6), same results. I haven't got problems with firmware upgrade or backup configuration menu.
    Using Windows XP...
    Thanks. (sorry for my poor english)

    Well, i saved my configuration with the config manager, do one RESET with the phone (73738#). Logon on the PC with 192.168.15.1 (Yellow LAN port). And the restore configuration is active!  But when i restore my .cfg file the SPA122 don't work well. The VoIP line is working but the PC connected to the yellow LAN does not work, can't get IP address (0.0.0.0).
    (I reboot PC, SPA and router,same thing).
    To reproduce the bug simply put the SPA in Bridge mode in Network service.
    My SPA is in bridge mode and got one PC on the yellow LAN port. The SPA122 and the PC got static IP address from the ADSL router in DHCP. SPA -> 192.168.1.70 and the PC -> 192.168.1.64.

  • Multicast configurator not working

    I need help with multicast on Adobe Media Server 5.  When I try to open configurator.html, all i get is the dark gray background. 
    Im running it from a mapped drive on a Win7 machine. If I do the same thing on another Flash Media Server 4.5, it's fine.
    Any Ideas?
    Thanks

    - I’m on window7 with A: mapped to \\ams-server\c:\Program Files\Adobe
    - Per your instructions I added A: as a Trusted location inthe Flash Player Global settings.
    - Now I get a grey flash looking progress bar and another grey bar with “Error #2032”
    Another important fact is the my computer is not connected to the internet.  That appears to matter.  Do the configurators require an internet connection?
    I am able to recreate the Error #2302 issue on other computers that are not internet connected.  Then, when I connect to the internet, the configurator seems to work.
    Here is the test I ran
    1. Installed AMS 5 on a laptop while not on the internet.  It plays the flash stream demo fine.
    2. I attempted to open f4mconfig.html and it did not work.  Grey screen, so I added c: to my trusted locations and then I get the Grey bar with Error #2302.
    3.  I connected the laptop to the internet.
    4.  I reloaded f4mconfig.html and it worked fine.
    5. I disconnected from the internet.
    6. I then tried to open the multicast configurator.html and I get the Grey bar with Error #2302
    7.  I confirmed taht f4mconfig.html still works while disconnected from the internet.
    Packet captures show that a working f4mconfig.html is doing HTTP GET of these files
    /images/shared/download_buttons/get_flash_player.gif
    /pub/swz/flex/4.6.0.23201/framework_4.6.0.23201.swz
    /pub/swz/flex/crosdomain.xml
    /crossdomain.xml
    /pub/swz/tlf/s0.0.232/textlayout_2.0.0.232.swz
    etc

Maybe you are looking for

  • Two Dates Prompt error

    Hi Obiee experts i have faceing problem in obiee. i have two colums 1. Etl_start_date 2. Etl_end date when i try to create two date prompts one is etl_start date and etl_end_date. Here those columns data type is (DateTime). what is the my problem is

  • Fld selection for movement type 601/ act 425000

    hi all When i try to do PGI for delivery, i am getting given below error. "Fld selection for movement type 601/ act 425000 differs for customer goods movement (015)" Please guide me to solve this issue. Rgds Madhavan

  • IPod Touch 2.2.1 Stopped Streaming Quicktime Clips

    Hello, I searched and couldn't find any info on why my iPod Touch 2G stopped streaming quicktime clips from the site drummerworld.com. This has not been an issue until recently, and now I just get a strange icon rather than a clip playing. Any info w

  • Live sites with Discoverer Viewer

    Is there a list of sites available in the Internet with Discoverer Viewer working ? I would like to see some real live experiences with Viewer. thanks,

  • Device Enrollment could not be installed due to an unexpected error

    Hi I just installed OSX LION Server and want to enroll devices but I keep on getting the error : Device Enrollment could not be installed due to an unexpected error : The profile "Device Enrollment (com.apple.ota."my-server-name-".private.bootstrap)"