Tuning worksheet for system9 Essbase

Hi All,
Does anyone have a System9 version of the Tuning Worksheet available in Pre-System9 used to evaluate database size/growth?
I have tried using the old one but it is not accurate for System9.
Thanks for your help.
Seb
[email protected]

It is not an error I have really seen though this line is the important one
com.hyperion.planning.HspRuntimeException: Error occured during Essbase RTC initialization.
Which reads to me the planning web application has problems starting up the essbase runtime client.
This would make me think there is either a problem when planning was deployed or maybe an issue with environment variables.
If you are on windows I take it you have rebooted the machine since you installed planning.
If this is a new installation and configuration of planning it may be worth trying to install again if you don't get any further.
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • Solaris 8 (32/64-bit) for Hyperion Essbase OLAP Server Release 6.5.4

    Dear all, Do anyone know the difference between and impact on Solaris 8 (32/64-bit) for Hyperion Essbase OLAP Server Release 6.5.4?Thanks for your help!Regards,Zero Lai

    I do not think wired will even work with the 6.x runtimes. Your only real option is to put off the move untill you can manage the a6.5 upgrade.

  • Performance Tuning Certification for Application Developer

    Hi,
    Can you please advise if there is any Oracle Performance Tuning certification for an Application Developer and Oracle 9i to 10G migration certification? If yes, can you please let me know its Oracle examination number?
    I have already passed 1Z0-007 and 1Z0-147 in Oct 2008.
    Thanks in advance,
    Sandeep Kumar

    ... if there is any Oracle Performance Tuning certification for an Application Developer ...There is no performance tuning related certification for application developers. There is one for the DBA track.
    Also -- to answer your question in the other thread:
    So to clear this certification do I need to re-appear all the 3 exams as they were given in 2008 or just 1Z0-146 is enough.Having passed 1Z0-007 and 1Z0-147, if you pass 1Z0-046, you will gain the certification: Oracle Advanced PL/SQL Developer Certified Professional

  • Performance Tuning Guidelines for Windows Server 2008 R2 mistake?

    Hi all,
    I'm reading the "Performance Tuning Guidelines for Windows Server 2008 R2" and I think there is same kind of error. At page 53 there is a sub chapter "I/O Priorities" that explain how to handle I/O priorities.
    In the guide it is said that in the registry I have to have a key:
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\DeviceClasses\{Device GUID}\DeviceParameters\Classpnp\
    Where {Device GUID} I think it is the value I get in device manager under one of my disks -> properties -> details -> "Device Class GUID"
    the trouble is that under the key HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\DeviceClasses\ I've no subkey matching my disk's device class guid! Maybe I'm drunk but I've checked every sub key under HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\DeviceClasses\
    but neither of them as a subkey named "DeviceParameter"!!
    So am I wrong? 

    Hi Andrea,
    To find the "DeviceParameter", please try to follow the steps below:
    1.Find this registry key and note the DeviceInstance value:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceClasses\
    2.Find the device instance registry key under "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum" which contains information about the devices on the system and get the device interface GUID:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB\<hardware id>\<instance id>\Device Parameters
    I hope this helps.

  • Ability to open multiple SQL Worksheets for the same connection

    Hi,
    Please allow the ability to open multiple SQL Worksheets for the same connection, now only one can be opened.
    Thanks

    Logged Bug 9000801 - ea1: otnforum: worksheet launcher does not remember the last/default connection
    -Raghu

  • Upgrade Path for migrating Essbase 7.1 to Essbase 11.1.2.1??

    Can any one tell me the upgrade path (and related documents) for migrating Essbase 7.1 to Essbase 11.1.2.1??

    Thanks Nathan for your response.
    Will the below Essbase Upgrade steps work (From version 7.1 to Version 11.1.2.1 directly)?
    1. Install Essbase 11.1.2.1 in one server (new) and Shared Services in another server (new). Both the new servers with Win 2008 OS.
    2.Login to EAS console in the new server. Open the outline version 7.1 and then migrate to version 11.1.2.1.
    3. Copy the artifacts (such as Calc Scripts and Rule Files etc.) from the Old Essbase directory (Version 7.1) to the new Essbase directory (Version 11.1.2.1).
    4. Extract data from the old system and import into the new system.
    5. Export Essbase security from old system and import to the shared services of the new system. This might requires some manual interventions.
    Or, do I have to upgarde from version 7.1 to 11.1.1.3 and then from 11.1.1.3 to 11.1.2.1?

  • SQL tuning set for specific SQLID

    Hi,
    Is it possible to create SQL tuning set for specific SQLID's?
    Advance thanks!

    do you have any code or some package to do this?As long as those statements are in AWR or the cursor cache then you can use
    DBMS_SQLTUNE.SELECT_CURSOR_CACHE or
    DBMS_SQLTUNE.SELECT_WORKLOAD_REPOSITORY For example something like this:
    begin
      DBMS_SQLTUNE.CREATE_SQLSET(
        sqlset_name => 'my_tuning_set',
        description  => 'my tuning set');
    end;
    DECLARE
    baseline_cursor DBMS_SQLTUNE.SQLSET_CURSOR;
    BEGIN
    OPEN baseline_cursor FOR
          SELECT VALUE(p)
          FROM   TABLE(DBMS_SQLTUNE.SELECT_CURSOR_CACHE
                 (basic_filter      => 'sql_id in (''1'',''2'',''3'')',
                  attribute_list    => 'ALL'
                  )) p;
        DBMS_SQLTUNE.LOAD_SQLSET(
                 sqlset_name     => 'my_tuning_set',
                 populate_cursor => baseline_cursor);
    END;
    /

  • Changing RDBMS Server for Hyperion Essbase

    Hello All,
    We have installed and configured 11.1.2.2.100(Essbase, EIS, Studio, Shared Services) on Windows 2008 32-bit Server successfully.
    Everything went fine and all products are working.
    Now we changed the RDBMS Server for Hyperion Essbase and ran the configuration once again with new RDBMS server with "Reuse existing tables" option.
    H1
    | First    Current
    DB1  ->  DB2
    From that time we are unable to access the essbase server.
    We were able to see the users in Shared Services. All users able to login to Shared Services, EAS but problem with Essbase.
    In HSS_Component table found old server name in two places, we have updated the old DB server name to Current DB server name.
    When we try accessing essbase we are getting the below error(tried with hostname, ip address, EssbaseCluster1 as Essbase server)
    Network error [10061]: Failed to connect to [Server Name:1423]
    Error: 103: Unexpected Essbase error 1030818
    Error: 1042006: Network error [10061]: Failed to connect to [[ServerName]:1423]
    Error: 1030818: Login failed. Please check if server and port are correct. If you received timeout or handshake failure,
    please check if you tried to connect to secure port without secure keyword or clear port with secure keyword.
    Please help me to resolve this issue.
    Thanks,
    Prathap

    It is extremely important that you know what you are doing before touching the shared services registry and the correct way is not to update tables, it is to use the epmsys_registry utility.
    To be honest you may have screwed up the registry and that is something I am not going to get involved in, try discussing with Oracle what you have just done.
    If it is only the rdbms servername changing (not the essbase server) then you should follow the instructions in the documentation - Changing the Shared Services and Registry Database Connection Information and Password
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Environemnt required for Installing essbase??

    Hi
    I am Planning to Install essbase in my Organization on Linux servers and Can some one help me out with prerequisites required??
    Installing essbase 9.3.1
    How many servers do i need??
    Do i need one seperatley for shared services and one seperately for essbase server??
    What is the ram required for these servers and we have to build application that will have a size of 40gb in future
    Do i need to have 16 processors for each of the server??
    Since the previous organisation i worked for had made their application run on 4 thred and each thread has 4 cpu'c??
    I Had an idea to get Servers each with 32gb of ram with 16 cpus each
    Can any one suggest me are these requirements sufficient or What are the Components i need to install on each servers
    Is this the correct way of setting hardware??
    Thanks
    Kumar

    Hi Atul,
    Can you send me any document which gives the general information about the Configuration details for installing Essbase software.....
    In your earlier reply, you have mentioned have that increment in CPU and RAM size does not result in increasing perforrmance. In application optimization way, I agree this is not helpful. But if hardware configuration is good, system performance will be better right...Please clarify me I am wrong.
    Regards,
    Upendra...

  • Query to get all the worksheets for a particular work book

    Hi All,
    I want to get all the associated worksheets for a particular workbook. What query will fetch mne those details. Also, where can find the EUL5 tables documentation
    Regards
    Thomas

    Hi Tamir,
    Thanks so far. I am yet to make the crucial breakthrough as far my application goes. Are you talking about the EUL5_QPP_STATS table? I tried retrieving worksheets even from that table also with the following query
    SELECT DISTINCT Eul5QppStats.QS_DOC_NAME,Eul5QppStats.QS_DOC_DETAILS
    FROM EUL5_QPP_STATS Eul5QppStats,EUL5_DOCUMENTS Eul5Documents
    WHERE Eul5QppStats.QS_DOC_NAME = Eul5Documents.DOC_NAME
    However, the worksheet data retrieved by Discoverer Oracle's product is not matching my dataset for every workbook. Please suggest.
    Reg
    Thomas

  • Need OES Performance tuning steps for 10g

    Hi Guys,
    I am looking for a performance tuning document for OES 10g?
    can someone provide me that or can someone illustrate the steps please?
    Regards,
    Naveen

    Hi Gopi,
    Following are the different tools provided by SAP for performance analysis of an ABAP object
    Run time analysis transaction SE30
    This transaction gives all the analysis of an ABAP program with respect to the database and the non-database processing.
    SQL Trace transaction ST05
    The trace list has many lines that are not related to the SELECT statement in the ABAP program. This is because the execution of any ABAP program requires additional administrative SQL calls. To restrict the list output, use the filter introducing the trace list.
    check these links:
    http://www.sapgenie.com/abap/performance.htm
    http://www.sapdevelopment.co.uk/perform/performhome.htm
    http://www.thespot4sap.com/Articles/SAPABAPPerformanceTuning_Introduction.asp
    regards,
    keerthi.

  • Tuning tips for sql

    Can some one tell me the tuning tips for sql statements, please.
    Thanks
    Ajwat

    Yes get EP (explain plan) going and try add /*+ RULE */ hint to your SIUD commands (Select/Insert/Update/Delete) . This changes the optimizer mode from CHOOSE to RULE, I find RULE uses indexes more often than CHOOSE (see example below).
    select /*+ RULE */ c1,c2,c3 from t1 where n1=123
    --[EP 1 results]
    SELECT STATEMENT Optimizer=HINT: RULE
    TABLE ACCESS (BY INDEX ROWID) OF T1
    INDEX (RANGE SCAN) OF I_NU_T1_N1 (NON-UNIQUE)
    select c1,c2,c3 from t1 where n1=123
    --[EP 2 results]
    SELECT STATEMENT Optimizer=CHOOSE (Cost=1 Card=1 Bytes=12)
    TABLE ACCESS (FULL) OF T1 (Cost=1 Card=1 Bytes=12)
    Look for any FULL TABLE SCAN entries in your EP results and try to get rid of them. As the above example shows, switching to RULE uses the index on table T1.
    There are a while pile of other HINTS listed as well (other than just RULE) which are at ...
    http://download-west.oracle.com/otndoc/oracle9i/901_doc/server.901/a87503/hintsref.htm#4894
    There is a whole section on Oracle Performance at the following address...
    http://download-west.oracle.com/otndoc/oracle9i/901_doc/server.901/a87503/toc.htm
    the Hints section is Chapter 5
    There are many more things to tuning tips, but by far, getting your SQL to use indexes is the primary one and you'll have to get EP results to see which indexes are being used (the FREE Toad program shows EP results nicely).
    Hope this helps,
    Tyler

  • SQL tuning Advisor for old statements

    Hi all,
    i've identified SQL ID (through snapshots AWR) that make me performance problem. This is a old select statement (Mar 10, 2008) and when i try to run sql tuning advisor, it shows me this error:
    "There was a problem creating a SQL tuning task. ORA-13780: SQL statement does not exist. ORA-06512"
    I've set AWR for retain 60 days of Snapshot Retention, why i can't run tuning advisor for this statement??
    thanks very much for answers.
    Andrea

    Hi
    The problem is that the information of AWR is based on Historical information that Oracle retrieve of historical tables . AWR means Automatic Workload Repository.
    But when you execute the SQL tuning advisor task, Oracle needs retrieve the information of sql statement from SHARED POOL.
    The Library Cache is a part of Shared pool and contains an area named SQLAREA that stored information of execution plan for sql statements. This memory area is managed by LRU alghoritm.(last recently used) and the error is produced because this sql statement not is stored in this memory area.
    When the sql stament not reside in memory Oracle can't build the execution plan and then the error appear
    Regards

  • CMS tuning guidance for delaying a "promotion failure"

    We've gotten pretty good at tuning CMS for our application, but with one customer's dataset we're hitting a promotion failure (presumably due to fragmentation) within a few hours once the load starts, and we need advice about how to delay this as long as possible. I've been trying to read what I can about similar issues, but so far I haven't had much success improving this problem.
    Here are the key points of our application
    - We need to maintain about 4GB of a changing set of long-lived data. (It's the cache for a Berkeley DB b-tree database, so the bulk of memory is byte[][] and byte[]. None of these are that large, maybe 5K at the largest).
    - There is a lot of churn in these live objects, and it's fairly common for old objects to reference new objects. (This is a cache of a database that is much too large to fit in memory, so our application will constantly be pull in in different nodes into the b-tree database).
    - We don't have any really large long lived objects.
    - Pauses of 100-200ms are okay. The occasional pause of ~1 second is tolerable, but a full GC takes about a minute, and it kills us.
    - We can allocate a fairly large heap if we need to even though we don't need much of it for the cache. We've been testing with 20GB, but going up to 40GB is doable.
    We're running 1.6u20 with the following JVM options:
    -d64 -server -Xmx20g -Xms20g -XX:MaxNewSize=1g -XX:NewSize=1g -XX:+UseConcMarkSweepGC -XX:+CMSConcurrentMTEnabled -XX:+CMSParallelRemarkEnabled -XX:+CMSParallelSurvivorRemarkEnabled -XX:CMSMaxAbortablePrecleanTime=10000 -XX:CMSInitiatingOccupancyFraction=30 -XX:+UseParNewGC -XX:+UseMembar -XX:+UseBiasedLocking -XX:+UseLargePages -XX:PermSize=64M -XX:+HeapDumpOnOutOfMemoryError -XX:+AlwaysPreTouch
    along with these for diagnostic purposes:
    -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintCommandLineFlags -XX:+PrintTenuringDistribution -XX:PrintFLSStatistics=1
    When the application is under load, we can watch the "Max Chunk Size" value provided by -XX:PrintFLSStatistics=1 and see that it starts off at 2GB and slowly marches down to 3K, and then there is a "promotion failure" followed by a full GC. Does anyone have advice on which JVM options to tune to try and delay this promotion failure? I've tried ones that sound promising, like -XX:FLSCoalescePolicy=4, without much luck.
    By the way, we've tried G1GC in 1.6 update 20, but we're hitting Full GC's there as well. I will post a separate message for that.
    Thanks.

    Post Author: ken.durham
    CA Forum: Administration
    Its OK - panic over!It appears to be based on the existence or otherwise of the repository tables in the target schema. The following actions in the Configuration tab of the Central Management Server properties dialog give the following results:- When I click "Specify..." for a CMS Data Source, choose "Select a Data Source", pick "Oracle native driver" and enter the "bometa" user details I get a database connection error (as noted above). It appears that BOXI has not successfully connected to the Oracle DB. - However, if I then click "Specify" for a CMS Data Source and choose "Recreate the current Data Source" without changing the failed data source details, it successfully creates the repository tables in the "bometa" schema and completes without an error. - I can then successfully start the CMS service.This would appear to be a bug. Should I raise it?Note that the Auditing Data Source "Specify..." functionality does not exhibit this behavior - it works without errors.

  • Tuning Workshop for Oracle10g v.2

    Hi ,
    Is there any downloadable tuning Workshop for Oracle10g v.2 or material which can help me to develop one...?????
    Many thanks,
    Simon

    I ' m going to teach Oracle Tuning in Oracle db 10g and one of the contents of this subject is to develop a tuning workshop....to work with at the end of it - such as practise...
    Is there any material about this....????
    Many thanks,
    Simon

Maybe you are looking for

  • Install Adobe Photoshop CS4 on Mac

    I have been trying to install Adobe Photoshop CS4 onto my MacBook Pro (2009 version) and it doesn't automatically popup to install. So i transferred the files to my "Application" on my mac. When i try to click on "Setup" an unreadable script appears.

  • Cannot copy text from DRM-free PDF on PC

    I can on my Mac. Both use Adobe Reader v11.x. I think the behaviour started when I updated to version 11 on the PC. I cannot copy text from DRM-free PDFs that I read. I can switch to the Select Tool cursor but drag-select does not work as it did befo

  • Internal File Access

    I was wondering if it a java application being executed from a JAR is allowed to acces files within that same JAR? I mean read-and-write, besides maybe the actual CLASS files being executed.

  • Process for defining of scales in pricing

    Hi, please let me know the process for defining of  SCALES IN PRICING?? Thank you in advance, SAIKRISHNA.V

  • HT2489 How do I fix this error when trying to install a software update?

    The digital signature for this package is incorrect. The package may have been tampered with or corrupted since being signed by "Apple".