Separating Reporting and Analysis from Compact deployment

Hi,
We need to separate Reporting and Analysis from the compact deployment since need to have better control and already have many reports created. (I already separated Planning and that worked fine)
Reporting and Analysis has three applications:
•     Financial Reporting Web App (includes financial reporting Print Server)
•     Web Analysis web app
•     Framework web app
I plan to use configtool.sh which has following options:
•     Configure Database (will NOT select this, since DB is already configured)
•     Deploy to Application Server (will select this for sure)
•     Configure Reporting and Analysis Services (not sure if need to select this again since was done in the compact deployment) ??
•     Configure Framework Service ( also not sure if need to select this, since was done before in compact)??
•     Configure Framework Reporting RMI Ports (also not sure if need to select this, since was done before in compact )??
My questions:
1. Do I need to reselect to reconfigure the last three R&A options above (or it doesn't matter if I select as originally? Note we already have developed reports)
2. Can I specify to deploy the three Web applications to a new separate Managed server (e.g. Reporting0 and port 8200 i.e. deploy with Financial Reporting) or better deploy each to new separate managed server?
Plan to do this in couple of days. Appreciate the advice.
Thanks
Edited by: user8769031 on Feb 6, 2013 5:35 PM

John,
No, I don't believe it will remove the apps and I have to change the target for each of the three apps to remove them from EPMSever0, and ensure they are in new managed server(s).
That's what I had to do when I separated Planning. (That was your hint, thanks)
Hope my plan is fine. (Sure will be doing a cold backup)
Thanks
Edited by: user8769031 on Feb 7, 2013 11:02 AM

Similar Messages

  • Separate Reporting and Analysis from Workspace

    In the prior releases we have dedicated a separate server for Financial Reporting modules (FR web, scheduler, print server, etc.).  In 11.1.2.x, we have Hyperion Financial Reporting - Web Application and Hyperion Reporting and Analysis Framework - Web Application.
    What is the difference between these two?  If I want to dedicate a single host for only report generation/report viewing how, could I separate Framework and Web services apart from Workspace (which we want on a server with the rest of Foundation services (HSS/APS/EPMA/OHS/EAS, etc.).  Currently I have Reporting and Analysis Framework and Hyperion Reporting and Analysis Framework - Web Application on one server and Financial Reporting - Web Application by itself on a second.  Which service needs the most horsepower/resources  when executing batches/books and/or the odd 'large report'?  I think it was implied that the Web deployments can be on more than one server and one can load balance the two instances.  But suppose I really want to isolate the report processing away from Foundation Services/  Is there a recommended way to do that?
    Thanks in advance,
    -Vince

    John,
    No, I don't believe it will remove the apps and I have to change the target for each of the three apps to remove them from EPMSever0, and ensure they are in new managed server(s).
    That's what I had to do when I separated Planning. (That was your hint, thanks)
    Hope my plan is fine. (Sure will be doing a cold backup)
    Thanks
    Edited by: user8769031 on Feb 7, 2013 11:02 AM

  • How to deploy Forms, Reports and Menu from Client to Server machine

    Dear Experts,
    I have one requirement to deploy the Forms, Reports and Menu from client machine to server machine.
    Deployment involves the following steps :
    1. Firstly we have to search the selected file in a folder where the .fmx is present ( in Server machine) and take the back up of the the existing file in the server (Source and destination paths will be available).
         Ex. If the existing FMB name is TEST.fmx then the backup file should be TEST_sysdate.fmx.
    2. Secondly we have to transfer the file from the client folder (or from another folder of the same server) to the server folder where the back up exists.
    Please help me to search/rename/copy/replace the _.fmx/.rdf/.rep/.mmx_ files from client to server.
    We are using
    9i Database.
    10g Forms and reports.
    SQL Developer tool.
    OS is Windows (Client and Server).
    Help me out to attach a file of front end screen which we are planning to develop. It will give a clear picture on this requirement.
    Thanks :)
    Edited by: 941175 on Jun 17, 2012 9:09 AM
    Edited by: 941175 on Jun 17, 2012 9:12 AM
    Edited by: 941175 on Jun 17, 2012 9:14 AM

    941175
    Welcome to the forum. Please take a while to go through the FAQ to be found to the top right of the page.
    Your issue is more to do with batch files rather than Forms. The only relation with Forms, as I see it, is that you will be using HOST/CLIENT_HOST to start a batch file with the file name to be deployed as a parameter passed to it.
    You need to rewrite either a CMD batch file or a Powershell script to achieve what have set out to do.
    For CMD batch files look up http://www.robvanderwoude.com/battech.php , or any of the other excellent resources available on the internet.
    Regards,

  • VBA to pull from Financial Reporting Studio/Reporting and Analysis Framework

    Hi all,
    I just started using Financial Reporting Studio, and I did a lot of research online to try to answer the questions I have below but to no avail, so I'm hoping I can get answers from the experts here.
    1. I was wondering if it's possible to use SmartView VBA to pull a report from the "Reporting and Analysis Framework" onto Excel? If yes, how?
    2. When I tried to pull lots of data from "Reporting and Analysis Framework" onto Excel using SmartView, it keeps getting the error message "New report failed to insert properly". Is there a way around this? Essentially, what I'm trying to do is pull the Expense data (Actuals, Budget, Forecast) from year 2011 to 2015 (by month) for every department (with each department being on its own worksheet using the split feature). If I reduce the number of departments or columns, it'll work, but when I try to keep everything, it fails.
    Thanks for your guys' help!

    Hi there,
    There is VBA manual for smartiview application however I am not sure that you will be able to automate the retrieve of a report.
    Check chapter 19 of http://docs.oracle.com/cd/E12825_01/epm.111/sv_user.pdf
    Regards,
    Thanos

  • Exception when connecting to Reporting and Analysis services from Java API

    Hello,
    I'm trying to connect to Hyperion Reporting and Analysis services from Java API using [Developer's guide|http://www.bidw.in/docs/hs_developer.pdf] .
    I get this error:
    com.sqribe.rm.ReportMartException: com/hyperion/css/CSSException
         at com.sqribe.rm.SessionImpl.convertError(Unknown Source)
         at com.sqribe.rm.AASessionImpl.open(Unknown Source)
         at com.sqribe.rm.AASessionImpl.internalInit(Unknown Source)
         at com.sqribe.rm.AASessionImpl.<init>(Unknown Source)
         at com.sqribe.rm.SessionFactory.getInstance(Unknown Source)
         ...My code:
    String user = "user";
    String pwd = "password";
    String host = "my.hyperion.server";
    int port = 6800;
    try {
         Session theSession = SessionFactory.getInstance(user, pwd, host, port);
         Repository theRepository = theSession.getRepository();
    } catch (UserValidationException e) {
         e.printStackTrace();
    } catch (UnknownReportMartException e) {
         e.printStackTrace();
    } catch (ReportMartException e) {
         e.printStackTrace();
    }I have tried to look at my services running, and it all looks OK. I've checked user/passowrd/port for GSM. What can be wrong?
    I also tried to run samples from \BIPlus\SDK\samples\java, e.g. Login.java:
    #> java Login user password my.hyperion.server 6800with this effect
    com.sqribe.rm.ReportMartException: SystemExceptionError
            at com.sqribe.rm.SessionImpl.convertError(Unknown Source)
            at com.sqribe.rm.AASessionImpl.open(Unknown Source)
            at com.sqribe.rm.AASessionImpl.internalInit(Unknown Source)
            at com.sqribe.rm.AASessionImpl.<init>(Unknown Source)
            at com.sqribe.rm.SessionFactory.getInstance(Unknown Source)
            at Login.<init>(Login.java:36)
            at Login.main(Login.java:69)I'm sure that I'm connecting to the server because when put wrong passowrd or user as input to Login class I get this:
    com.sqribe.rm.ReportMartException: AUTHEN_CSSLoginFailed
            at com.sqribe.rm.SessionImpl.convertError(Unknown Source)
            at com.sqribe.rm.AASessionImpl.open(Unknown Source)
            at com.sqribe.rm.AASessionImpl.internalInit(Unknown Source)
            at com.sqribe.rm.AASessionImpl.<init>(Unknown Source)
            at com.sqribe.rm.SessionFactory.getInstance(Unknown Source)
            at Login.<init>(Login.java:36)
            at Login.main(Login.java:69)so it is there but something is wrong later. Any idea what?
    Please help.
    regards,
    Pawel
    Edited by: Paoro on 2010-09-27 02:02

    HI,
    I am getting the same error while running the Login file, Did any one resolve this issue?
    Please share the solution.
    Thanks.

  • Importing Reports and Forms from Oracle to Portals

    Hi,
    I have read somewhere that it is possible to import all ready created reports and forms from Oracle and view them as a Portlet in Portals. Is this actually possible and if so where do I begin??
    Could there be an issue with rights, this is all new to our DBA and we have only just got permission to publish forms created in Portals to the repository. Any ideas??

    941175
    Welcome to the forum. Please take a while to go through the FAQ to be found to the top right of the page.
    Your issue is more to do with batch files rather than Forms. The only relation with Forms, as I see it, is that you will be using HOST/CLIENT_HOST to start a batch file with the file name to be deployed as a parameter passed to it.
    You need to rewrite either a CMD batch file or a Powershell script to achieve what have set out to do.
    For CMD batch files look up http://www.robvanderwoude.com/battech.php , or any of the other excellent resources available on the internet.
    Regards,

  • Reporting and analysis Server Issue

    I have Installed OEPM 11.1.2 and configured everything and all of them were successfully configured except for Reporting and analysis where it failed to deploy to the application server. What could be the issue. I couldn't log in to workspace as it says the reporting and analysis server is not up and running at port 6800.
    When I validated the setup it advises me to start the web analysis application and run the configuration again but there is no specific Web Analysis service in listed in the services window. Whatever the services are listed I've started and ran the configuration again but no success. Am i forgetting something?
    Please help me with this guys. Thank You.
    Junaid

    Hi Junaid,
    OS is OK!
    It seems some services not configured correctly; I can just comment if possible then you can stop all hyperion services and reconfigure most of the time it resolve issues related to Configuration.
    Thanks
    Focusthread Hyperion Trainer
    [http://focusthread.com/training]

  • Reporting and Analysis server down need to move to another server

    I lost my original server for RA and re-installed the components on another server, however, when I try to access from workspace, I receive the message *"Could not find a Hyperion Reporting and analysis server running on "old server name' at port 6800. Please veriify your server connect string and confirm the server is set up".*
    I've re-run the installer and configuration to no avail. Is there a configuration file that I have to update someplace?

    This basically means that the HSS registry is still pointing to the old server name for RA_FRAMEWORK component.You will have to check through the registry report whether there are multiple instance of RA framework registered (one with the old server and another with the new server).If yes you can delete the old one from registry through the epmsys_registry command tool and reconfigure with the new server.
    If you want assistance with the same,please raise an SR with Oracle support and should be able to guide you through.

  • Unable to register Hyperion Reporting and Analysis with Shared Services

    Hello everybody,
    I'm trying to install and configure Foundation Services in order to schedule Brio Query documents execution and distribution.
    IBM DB2 Express has been installed and configured.
    Shared Services have been installed and configured.
    Reporting and Analysis - System 9 Services have been installed and not yet configured.
    Reporting and Analysis - System 9 UI Services have been installed and not yet configured.
    When proceeding with Hyperion Reporting and Analysis configuration in registering with Shared Services, provided with the same host, port, user profile and password used for configuring Shared Services, I get the following message:
    "An unknown CSS error occured.
    Please check that the information entered is correct."
    Messages from configtool.log file:
    "(Aug 21, 2008, 09:32:32 AM), com.hyperion.cis.config.CmsRegistrationUtil, DEBUG, Getting CSS instance
    (Aug 21, 2008, 09:32:32 AM), com.hyperion.cis.config.CmsRegistrationUtil, DEBUG, URL for CSS.xml = https://itblq001.wincor-nixdorf.com:58080/interop/framework/getCSSConfigFile
    (Aug 21, 2008, 09:32:32 AM), com.hyperion.cis.config.CmsRegistrationUtil, DEBUG, Authenticate LStoppa user to CSS.
    (Aug 21, 2008, 09:32:32 AM), com.hyperion.cis.config.CmsRegistrationUtil, ERROR, Failed to authenticate user = LStoppa"
    I can't understand what's happening. May you help me?
    Thank you for every hints.
    Regards
    Lucia

    The service runs until I try to confirm the registration while configuring HRA. Then it stops.
    Apologies for the simple question, as I am trying to make the whole Hyperion System 9 running with little knowledge of it: how do I log to shared services?
    Thanks

  • Configure Database is getting failed under Reporting and analysis in 11.1.2.3

    Hi,
    When I am trying to configure the database under Reporting and Analysis its getting failed and when I check the configtool.log it says
    [2014-10-16T05:33:37.446-04:00] [EPMCFG] [NOTIFICATION] [EPMCFG-01107] [oracle.EPMCFG] [tid: 20] [ecid: 0000K^OJPaCCslW5Pz_Aid1KFt1l000004,0] [SRC_CLASS: com.hyperion.cis.DBConfigurator] Running file: C:\Oracle\Middleware\EPMSystem11R1\products\biplus\database\Common\postInit.sql
    [2014-10-16T05:33:37.461-04:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 20] [ecid: 0000K^OJPaCCslW5Pz_Aid1KFt1l000004,0] [SRC_CLASS: com.hyperion.cis.DBConfigurator] trace: UPDATE V8_CONTAINER SET CREATION_DATE = null, LAST_MODIFIED_DATE = null where CREATION_DATE is null
    [2014-10-16T05:33:37.461-04:00] [EPMCFG] [TRACE] [EPMCFG-01102] [oracle.EPMCFG] [tid: 20] [ecid: 0000K^OJPaCCslW5Pz_Aid1KFt1l000004,0] [SRC_CLASS: com.hyperion.cis.DBConfigurator] Execute SQL: UPDATE V8_CONTAINER SET CREATION_DATE = null, LAST_MODIFIED_DATE = null where CREATION_DATE is null
    [2014-10-16T05:33:37.461-04:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 20] [ecid: 0000K^OJPaCCslW5Pz_Aid1KFt1l000004,0] [SRC_CLASS: com.hyperion.cis.DBConfigurator] trace: UPDATE V8_CONT_VERSION set CREATION_DATE = null WHERE CREATION_DATE is null
    [2014-10-16T05:33:37.461-04:00] [EPMCFG] [TRACE] [EPMCFG-01102] [oracle.EPMCFG] [tid: 20] [ecid: 0000K^OJPaCCslW5Pz_Aid1KFt1l000004,0] [SRC_CLASS: com.hyperion.cis.DBConfigurator] Execute SQL: UPDATE V8_CONT_VERSION set CREATION_DATE = null WHERE CREATION_DATE is null
    [2014-10-16T05:33:37.477-04:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 20] [ecid: 0000K^OJPaCCslW5Pz_Aid1KFt1l000004,0] [SRC_CLASS: com.hyperion.cis.DBConfigurator] trace: UPDATE V8_CONT_VERSION set LAST_MODIFIED_DATE = null WHERE LAST_MODIFIED_DATE is null
    [2014-10-16T05:33:37.477-04:00] [EPMCFG] [TRACE] [EPMCFG-01102] [oracle.EPMCFG] [tid: 20] [ecid: 0000K^OJPaCCslW5Pz_Aid1KFt1l000004,0] [SRC_CLASS: com.hyperion.cis.DBConfigurator] Execute SQL: UPDATE V8_CONT_VERSION set LAST_MODIFIED_DATE = null WHERE LAST_MODIFIED_DATE is null
    [2014-10-16T05:33:37.493-04:00] [EPMCFG] [NOTIFICATION] [EPMCFG-01104] [oracle.EPMCFG] [tid: 20] [ecid: 0000K^OJPaCCslW5Pz_Aid1KFt1l000004,0] [SRC_CLASS: com.hyperion.cis.DBConfigurator] postInit.sql Processed (3) Success (3) Errors (0)
    [2014-10-16T05:33:37.493-04:00] [EPMCFG] [TRACE] [EPMCFG-07558] [oracle.EPMCFG] [tid: 20] [ecid: 0000K^OJPaCCslW5Pz_Aid1KFt1l000004,0] [SRC_CLASS: com.hyperion.config.document.Storage] Called : Storage.getComponent(com.hyperion.hit.registry.ComponentType)("RA_FRAMEWORK")
    [2014-10-16T05:33:37.493-04:00] [EPMCFG] [TRACE] [EPMCFG-07561] [oracle.EPMCFG] [tid: 20] [ecid: 0000K^OJPaCCslW5Pz_Aid1KFt1l000004,0] [SRC_CLASS: com.hyperion.config.document.Storage] Called : Storage.getComponent(com.hyperion.hit.registry.ComponentType)("64711b2385581a47S60706d4c148f4212621S7cb4") : Returned RA_FRAMEWORK
    [2014-10-16T05:33:37.493-04:00] [EPMCFG] [TRACE] [EPMCFG-07561] [oracle.EPMCFG] [tid: 20] [ecid: 0000K^OJPaCCslW5Pz_Aid1KFt1l000004,0] [SRC_CLASS: com.hyperion.config.document.Storage] Called : Storage.getChildren(com.hyperion.hit.registry.Component,com.hyperion.hit.registry.ComponentType)("RA_FRAMEWORK/64711b2385581a47S60706d4c148f4212621S7cb4,DATABASE_CONN") : Returned 1
    [2014-10-16T05:33:37.493-04:00] [EPMCFG] [NOTIFICATION] [EPMCFG-01001] [oracle.EPMCFG] [tid: 20] [ecid: 0000K^OJPaCCslW5Pz_Aid1KFt1l000004,0] [SRC_CLASS: com.hyperion.cis.config.AbstractProductDBConfigurator] trace: This is not datasource db component.  Doing clean up now.
    [2014-10-16T05:33:37.493-04:00] [EPMCFG] [NOTIFICATION] [EPMCFG-01110] [oracle.EPMCFG] [tid: 20] [ecid: 0000K^OJPaCCslW5Pz_Aid1KFt1l000004,0] [SRC_CLASS: com.hyperion.cis.config.AbstractProductDBConfigurator] remove old link only
    [2014-10-16T05:33:37.493-04:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 20] [ecid: 0000K^OJPaCCslW5Pz_Aid1KFt1l000004,0] [SRC_CLASS: com.hyperion.config.document.Storage] trace: Removing link from RA_FRAMEWORK ( 64711b2385581a47S60706d4c148f4212621S7cb4 ) to DATABASE_CONN (64711b2385581a47S615148421490d7dbbddS77a8)
    [2014-10-16T05:33:37.508-04:00] [EPMCFG] [NOTIFICATION] [EPMCFG-01112] [oracle.EPMCFG] [tid: 20] [ecid: 0000K^OJPaCCslW5Pz_Aid1KFt1l000004,0] [SRC_CLASS: com.hyperion.cis.config.AbstractProductDBConfigurator] Create new database component and link it
    [2014-10-16T05:33:37.508-04:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 20] [ecid: 0000K^OJPaCCslW5Pz_Aid1KFt1l000004,0] [SRC_CLASS: com.hyperion.config.document.Storage] trace: Storage.getComponents(com.hyperion.hit.registry.ComponentType)(DATABASE_CONN)
    [2014-10-16T05:33:37.508-04:00] [EPMCFG] [TRACE] [EPMCFG-07561] [oracle.EPMCFG] [tid: 20] [ecid: 0000K^OJPaCCslW5Pz_Aid1KFt1l000004,0] [SRC_CLASS: com.hyperion.config.document.Storage] Called : Storage.getComponents(com.hyperion.hit.registry.ComponentType)("DATABASE_CONN") : Returned 10 component(s)
    [2014-10-16T05:33:37.571-04:00] [EPMCFG] [TRACE] [EPMCFG-05955] [oracle.EPMCFG] [tid: 20] [ecid: 0000K^OJPaCCslW5Pz_Aid1KFt1l000004,0] [SRC_CLASS: com.hyperion.config.document.Storage] Setting link. Parent: id [RA_FRAMEWORK/64711b2385581a47S60706d4c148f4212621S7cb4], componnet type [RA_FRAMEWORK]. Child: id [customURL:HRA/64711b2385581a47S615148421490d7dbbddS77a8], component type [DATABASE_CONN]
    [2014-10-16T05:33:37.602-04:00] [EPMCFG] [ERROR] [EPMCFG-01020] [oracle.EPMCFG] [tid: 20] [ecid: 0000K^OJPaCCslW5Pz_Aid1KFt1l000004,0] [SRC_CLASS: com.hyperion.config.wizard.impl.RunAllTasks] Error: [[
    com.hyperion.cis.config.ProcessingException: Failed to configure HPSU component: {0}, {1}
    at com.oracle.reportinganalysis.config.RADBConfigurator.configure(RADBConfigurator.java:57)
    at com.hyperion.config.wizard.impl.RunAllTasks.executeDbConfigTask(RunAllTasks.java:650)
    at com.hyperion.config.wizard.impl.RunAllTasks.execute(RunAllTasks.java:296)
    at com.hyperion.config.wizard.impl.RunnAllTasksState.run(RunnAllTasksState.java:92)
    at java.lang.Thread.run(Thread.java:662)
    All the required tables got created the Schema(SchemaName: HRA) but still the database configuration is getting failed.
    All Other hyperion products got successfully configured.
    Regards,
    VJ.

    Hi Nowshad,
    Thanks for your reply.
    I have did that couple of time but still getting the same above message.  I have also followed the below document from metalink  but still no luck.
    Reporting And Analysis Configuration with New Database Fails (Doc ID 1482499.1)
    I am not sure what I am missing.
    Regards,
    Vijaya Krishna.

  • Invalid database schema for product hyperion reporting and analysis

    I tried to re-configure the BI core service to a new database
    But I get the message "invalid database schema for product hyperion reporting and analysis"
    The database is a restore of a production backup on a different MSSQL2005 server.
    I can not believe its really a sql schema matter.
    Does anyone know whats wrong?

    You cannot restore a BI+ database from backup...It is somewehere in the doc. There a re lots of references to the old server and config in the BI+ tables and you d need to edit/remove some files on the file server too. There is a doc available to do that but its far from simple.
    Best way is to export the content of your repository, configure a new DB and then reimport the content.
    If you re really stuck, drop me an email and ill send you that doc. I think ive still got it.
    Seb
    www.taysols.com.au
    [email protected]

  • Reporting and Analysis Framework stuck - status yellow"Startup in Progress"

    I just installed 11.1.2.2.0.66 on Win Server 2008 R2 - Foundation Services, Planning, and Essbase. 64bit computer, 500gb hard drive, physical box, 16gb memory - more than enough i would hope to run an EPM Planning development instance.
    IIS 7.x .net framework 3.5.1 with Oracle Database 11g.
    So each time i launch Workspace and log in as admin, it hangs for about three to five minutes and throws back the error stating that the reporting and analysis services on 6800 aren't responding.
    In the workspace, navigate>administer, reporting and analysis, services, it shows reporting & analysis still trying to start.
    The message in "RaFramework_stdout_console_Servlets" log in c:\oracle\midleware\user_projects\domains\epmsystem\servers\epmserver0\logs\
    says
    [SRC_METHOD:  flush:?] GSM at localhost:6800 is not up

    I will look through those logs. Thanks.
    I did notice that there is a time_wait on the 6800 port - I can't understand if its something to do with the operating system or EPM; I don't have a firewall rule in place on that port and the OS was configured to turn off any firewalls.

  • Hyperion Reporting and Analysis - DAS, IR and Job Services Replication..

    Dear All,
    We are on Hyperion System 9.3.1 on Windows box and Repository in Oracle 10g Database. We have around 300 Interactive scheduled jobs.
    When these jobs are getting executed Hyperion Services are getting hang and In logs we are getting "Process out of memory..".
    In order to overcome "Process out of Memory.. Exiting" error. We need to replicate DAS, Interactive Reporting and Job Services on the same machine.
    I am doing Hyperion's IR, DAS, JOB Services Replication in Development environment. To achieve the same I performed the following tasks :
    # I have installed and configured Hyperion System 9.3.1 below components on MS Windows XP professional SP2 and Repository in Oracle 10g database.
    Hyperion Shared Services 9.3.1
    Hyperion Reporting and Analysis BI+ Services
    Hyperion Reporting and Analysis UI+ Services
    Every thing was configured fine.
    # To replicate the IR, DAS and Job Services. I started the Hyperion Reporting and Analysis BI+ Setup on the same machine then I select IR, DAS and Job Services.
    # Next I started Configuration Utility. Which ask me to configure Database. I selected the same database which I used for BI Services previously. Database Configuration was successful.
    # I changed the Port as below
         Core Services to 7801 instead of 6801
         Chaged the port for Job Service 7796 instead of 6796.
    # Next started Service Configurator where System was showing one more Job Service (JF2_<hostname>) in Remote Service Configurator. And in Local Service Configurator System was showing new BI and DAS. Then I configured Data Sources in DAS.
    # Started the Services.
    Next I started the Scheduled Jobs. It is taking same time as earlier. In logs it is showing that Only JF2_<hostname> Service is getting used. System is not using JF1_<HOSTNAME> anymore.
    I have few query regarding this.
    1) Why Configuration Utility didn't ask for GSM host and Port? Do I need to configure it manually?
    2) I have not chaged the port for DAS and IR Services. my concern is regarding port usage by new DAS and IR Services ? Do I need to configure it or It will be managed by system itself?
    Please show me the direction. Any help would be highly appreciable.
    Regards,
    Manmohan Sharma

    We have replicated the Hyperion Reporting and Analysis Services by changing the port number of Replicated Services to non-default port.
    Services are working fine.
    Regards,
    Manmohan Sharma

  • Reporting and analysis not working in workspace

    the startup document specified does not exist in the repository. select a new startup document on the general preference tab.
    when i click ok
    a not found error occurred communicating with server
    click show details
    uri: http://server:19000/raframework/conf/toolsconfig.xml
    state 404 not found
    and then when i click preference, the reporting and analysis framework seems to be not working because for example for financial reporting and web analysis, we can see things like $(/raframework.....epmstatic/raframework.....etc)
    any help would be fine regarding waht i could have done wrong
    thanks

    Has it ever worked, have you checked the logs,  have you logged into Oracle Support and had a look the documents available e.g. 1422178.1
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Product ID for Enterprise Query, Reporting, and Analysis package

    Hi Experts,
    I try to install Enterprise Query, Reporting, and Analysis package(CD number : 51033475)
    Installation setup asks the Product ID,
    How can i find the correct Product ID for this installation,
    Regards

    For Partners and SAP, the license id is contained in a word document that is in the Download Manager. 
    We are also trying to install this package, but it seems only the SAP drivers and not the BO Enterprise is contained in the Service Marketplace file.
    Just wondering if you have experienced the same thing.
    Best regards,
    Steve

Maybe you are looking for

  • Connecting Creative 5.1 Speakers to my MacBook

    Hi, I'm new to Apple and just got a MacBook. How can I connect my Creative 5.1 Speakers to my new MacBook? What accessories do I need if the MacBook natively supports this or is there an external sound card that is compatible? Cheers

  • Adding a Dialog instance to a live production database.

    We are adding a number of new App servers to a ECC6 7.0 Live production database but we don't have enough confidence in the in the information in InstGui and install guide that it will not over write the /sapmnt/SID/exe of the running CI. Has anyone

  • Hi! I Need Windows 7 drivers for HP ENVY m6-1162la (Please)

    IDowngrade from the aweful Win8 to Win7 64 bit, need drivers, website only lists Win 8 drivers Product NumberC6Z27LA    HP ENVY m6-1162la searching on the pages of Hp i found these: Audio: http://h10025.www1.hp.com/ewfrf/wc/softwareDownloa​dIndex?sof

  • YTD function problem

    Hi, I got error when I try to calculate YTD sales by using "TODATE" function. TODATE("Facts - Contract Value"."Total Value USD","Dim - Contract Date"."Fiscal Year") [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned fr

  • I'm experiencing a red cast when converting from prophoto profile to srgb.

    This cast does not show up on my monitor but on some other monitors and my Iphone display. I'm using an IMAC 10.6.4 and CS5. I have re-calibrated my monitor which only makes matters a little worse. I have the system preference set for prophoto as wel