Essbase Error Message

<p><font size="2" face="Verdana"><span name="Konabody">Hi,<br><br>I need help with the Essbase Error message that my users aregetting. When users are trying to connect it was throwing thismessage.<br><br>"No message for message #1051293 in message database"<br><br>All of sudden this message is poping up for them. Pleasehelp</span><br> </font></p>

One of the reasons might be that the client version is lower than the server version for eg Client is on version 6 and server is on version 7 and hence the error message.

Similar Messages

  • Custom Calculation terminated with Essbase error 1200685 in POV

    I'm trying to improve the efficiency of an ASO calculation script by limiting the scope of the calculation using a filter within the POV.
    When I do this, I get an error that says MDX error: A symmetric set expression is expected. Custom Calculation terminated with Essbase error 1200685 in POV.
    Using a similar filter in an mdx query I can see that I should be updating approximately 5000 data points. That query returns data in less than a minute. If I remove the filter, the calc will run over 16 hours and not complete (I've killed it at that point). [FI - Begining Balance Calc] is a calculated member, which is dependent on other calculations. I'm thinking that the calculation is churning for all of the potential member combinations regardless of sparseness of the data.
    Error 1200685 is not documented in the Essbase Error Message guide. Any ideas on this anyone?
    calc_1.txt contains:
    [FI - Beginning Balance Stored] := [FI - Beginning Balance Calc];
    execute calculation on database REVFCTA.REVFCTA with
    local script_file "E:\Oracle\Middleware\user_projects\epmsystem1\EssbaseServer\essbaseserver1\app\REVFCTA\REVFCTA\calc_1.txt"
    POV "FILTER(CROSSJOIN(
    CROSSJOIN(
    CROSSJOIN(
    CROSSJOIN(
    CROSSJOIN(
    CROSSJOIN({[Y.2011]},{[SEG.S0001]}),
    {[FORECAST]}),
    [ASSET TYPE].Levels(0).members),
    [FUND_INVESTOR].levels(0).members),
    [OZ_FUND].levels(0).members),
    {[PER.2]}), NOT ISEMPTY([FI - Beginning Balance]))"
    SourceRegion "({[FI - Beginning Balance Calc]})";
    This is the mdx query:
    SELECT
    {[FI - Beginning Balance Calc]} ON COLUMNS,
    FILTER(CROSSJOIN(CROSSJOIN([FUND_INVESTOR].Levels(0).members,
    [ASSET TYPE].LEVELS(0).MEMBERS),
    OZ_FUND.[OZ_FUND].LEVELS(0).MEMBERS), NOT ISEMPTY([FI - Beginning Balance]))
    ON ROWS
    FROM [REVFCTA.REVFCTA]
    WHERE ([Y.2011],[PER.2],[SEG.S0001],[FORECAST])

    I don't think it's so much that it no longer applies in current versions as that people don't understand that it only ever applied if you had multiple conditions testing more than one dense member.
    I still think that...
    FIX("Dense1", "Sparse1")
         Do something to Dense1
    ENDFIX
    FIX"Dense2", "Sparse1")
         Do something to Dense2
    ENDFIX
    ...is often going to be slower than...
    FIX("Sparse1")
         IF "Dense1"
              Do something to Dense1
         IF "Dense2"
              Do something to Dense2
    ENDFIX
    ...unless the subset of blocks is small enough that caching (Essbase or OS) results in the "Sparse1" blocks not having to be read from / written back to disk twice.

  • Essbase Error 1070045

    I'm getting Essbase error message 1070045 on Essbase 9.3.1 but the error is slightly [and VERY importantly] different
    File [D:\Hyperion\AnalyticServices\App\AppName\DB_Name\ess00002.*pag*] cannot be created because it already exists. [adIndNewFile] aborted.
    To try and resolve this I have forced a dense restructure (twice) and still no change in the error message.
    The problem occurs during a CCONV statement. Ironically the DATACOPY worked!!
    I've seen this in another Topic but it was supposed to relate to temp files in the Database folder, however there are no temp files (.tcu .pan, .inn etc)
    Any ideas anyone?
    Many thanks
    George
    EXACT ERROR MESSAGES FOLLOW:
    Error: 1042013 Network error [10054]: Cannot Receive Data
    Error: 1070045 File [d:\Hyperion\AnalyticServices\APP\AppName\DB_Name\ess00002.pag] cannot be created because it already exists. [adIndNewFile] aborted

    Hello -
    I have seen this happen when there was some other program trying to acces the same file (eg ess00002.*pag*). It could be virus scan or a backup job etc.
    You may want to double check if any those services are trying to access the same file.
    Also, as last resort(wait for some more suggestions on forum)... try stoping and restarting the services and see if that works. If not.....reboot and see if that does it.
    Regards

  • Essbase error msg while using Excel add-in: data item found before member

    We're encountering an Essbase error message "data item found before member" on 2 of 4 cubes. Has anyone else encountered this msg, and does anyone have an idea how to resolve it. It occurs on multiple machines in development and testing environments.

    As dougadams said, some members can be converted by Excel so that essbase no longer treats them as labels. Typically this includes numeric member names (i.e. accounts) and dates. I find the dates to be more of an issue than numeric member names, because it typically changes the date format as well. Either way, using a single quote as a prefix to the member name will tell Excel to treat it as a text entry, and hence a member/label to Essbase.The above is almost always the reason for the error you got. Of course, it's also possible that you really do have a numeric entry somewhere before your first 'data cell' in the template, especially if you did some manipulation of the template.

  • Error messages when trying to install Essbase 11.1.1.3 on Red Hat Linux 5.3

    Hello,
    I'm having an error message while trying to install EPM 11.1.1.3 on Red Hat Linux 5.3 (32-bit).
    It happens when I click "Next" for the installation to begin:
    Error: Linux File Service Initialization Failed. Turn on the System property 'EnableLinuxPPKLogger' for more stack trace details
    Error: Linux System Util Service Initialization Failed. Turn on the System property 'EnableLinuxPPKLogger' for more stack trace details
    Exception in thread "Thread-7" java.lang.NullPointerException
    at com.ibm.wizard.platform.linux.utils.UnixShellInterface.shutDown(Unknown Source)
    at com.ibm.wizard.platform.linux.LinuxFileServiceImpl.cleanup(Unknown Source)
    at com.installshield.wizard.service.LocalImplementorProxy.close(Unknown Source)
    at com.installshield.wizard.service.ServiceFactory.shutdownService(Unknown Source)
    at com.installshield.wizard.service.LocalWizardServices.shutdown(Unknown Source)
    at com.installshield.wizard.service.LocalWizardServicesManager.shutdown(Unknown Source)
    at com.installshield.wizard.service.LocalWizardServices.shutdown(Unknown Source)
    at com.installshield.wizard.Wizard.shutdownServices(Wizard.java:648)
    at com.installshield.wizard.Wizard.exit(Wizard.java:583)
    at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1848)
    Many thanks for your help.
    Best regards,
    Andy

    Hi John,
    I get the error messages once I click on "Next" from the "Confirmation" window.
    I've extracted:
    drwxr-xr-x 3 hyperion hyperion 4096 Jul 24 04:19 commonComponents
    drwxr-xr-x 3 hyperion hyperion 4096 Jul 24 04:18 essbaseAddins
    drwxr-xr-x 3 hyperion hyperion 4096 Jul 24 04:20 essbase_administration_services_webapp
    drwxr-xr-x 3 hyperion hyperion 4096 Jul 24 04:19 essbase_integration_services
    drwxr-xr-x 3 hyperion hyperion 4096 Jul 24 04:16 essbaseProductCommonComponents
    drwxr-xr-x 3 hyperion hyperion 4096 Jul 24 04:21 essbase_services
    drwxr-xr-x 3 hyperion hyperion 4096 Jul 24 04:17 essbase_smartsearch_webapp
    drwxr-xr-x 3 hyperion hyperion 4096 Jul 24 04:17 essbase_studio_services
    drwxr-xr-x 3 hyperion hyperion 4096 Jul 24 04:18 productCommonComponents
    drwxr-xr-x 3 hyperion hyperion 4096 Jul 24 04:18 tools
    For the Essbase installation.
    Thanks for your help.
    Best regards,
    Andy

  • Editing Essbase SAI Error Message

    Perhaps a weird question.....
    But in 11.1.1.3, is there a way we can edit the Error Message that Spreadsheet Add In returns to the user?
    In particular, when a user has more than 65K rows and performs an Essbase function, it will give the user a error that has nothing to do with the #of rows. It is cryptic enough that it might incite panic on some of my users.
    "Essbase has encountered an internal Excel error. Your sheet will not be overwritten and none of your data will be lost. However, you are strongly urged to exit Ecel and restart in order to clear up the problem."
    After constraining the #of rows, we no longer get the message.
    So... we thought that maybe we can add "Limit your rows to less than 65K" to the message.
    Any thoughts?

    The particular error message the original poster referred to is specific to the Add-In - it isn't raised by the Essbase server or client per se, so I don't think you'll find it in essbase.mdb. Similar to "There are no active connections" (if you click 'Disconnect' in the Add-In without making a connection first), for example.

  • Essbase LCM export on non-foundation machine fails with error message EPMLC

    Running an lcm utility command line export on a non- foundation machine fails with an error message:
    EPMLCM-30043: Unable to load the plugin class com.hyperion.essbase.lcm.ESBLCMPlugin
    bare in mind that:
    - other exports like planning and foundation metadata exports run succesfull on this non-foundation machine
    - running an essbase export from the foundation user interface succeeds too.
    What files can be missing or other issue can cause this?
    Detlev

    release transfer should work by steps what have you followed only requirement is to have create the similar namespace in the target software component first and then do the release transfer.
    one thing just try unchecking the target SWCV (original objects option at down it should work then)
    1.To release objectse from one SCV to another you need to follow the following procedure.
    Login to Integration Repository.
    Click on Tools -> Release Transfer. You can select the source & target interface or select individual objects if you want..
    If you need further clarifications do let us know.
    2.you may not have authorization to use Release Transfer so i would suggest use copyobject option to copy from one SWCV1 to SWCV2. right click on source select cop option change the SWCV
    Select the namespace under your SWCV. Go to Tools->Release Transfer.
    It will transfer all the objects under this namespace to the specified SWCV.
    For reference plese see the following documents:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/93/a3a74046033913e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/e8/e8573ba5f13048be50532fc3fcea9c/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/18/23078bdbd241f08efb3e36cf10c9d0/frameset.htm
    Or else you can select individual objects under the namespace and right click on the object and select Copy Object. You will get a dialog box where you can select the new location where you want to copy this object.

  • Error message while connecting to Planning Web 9.2.1

    Hello,
    While creating the database in Desktop Planning, I have the following error message:
    "Application is not registered in HUB. Can not synchronize users with Essbase in CAS mode."
    However, the database is created in Essbase. But when I try to connect to Planning web, it says:
    "An error occurred."
    I'm using SQL server 2005 as relationnal database.
    Current OS: Windows Server 2003
    When do I actually launch the configuration utility for regenerating the Planning properties file ? Once, the database is created via Desktop Planning.
    Thanks for your help.

    Hello John,
    I don't have the error message with Planning Desktop, "Security filters" should not have been ticked. But now, I still have the problem with Planning Web => Blank page although the service is running.
    http://localhost:8300/HyperionPlanning/
    Here the HspEventLog contents:
    =======================
    Information*16*hpadmin*01/25/08 17:25:10*CHspDataSourceImp.cpp*Line 420*Entering CreateApplication: A_HPAPP1*
    Error*16*hpadmin*01/25/08 17:25:16*CHspDataSourceImp.cpp*Line 19314*InitializeSQL failed*
    Error*16*hpadmin*01/25/08 17:25:16*CHspDataSourceImp.cpp*Line 19330*InitializeDSMD failed*
    Error*16*hpadmin*01/25/08 17:25:16*CHspDataSourceImp.cpp*Line 431*CreateApplication failed in Initialize*
    Information*16*hpadmin*01/25/08 17:32:00*CHspDataSourceImp.cpp*Line 420*Entering CreateApplication: A_APP1*
    Information*16*hpadmin*01/25/08 17:32:02*CHspDSSQL.cpp*Line 3255*Could not retrieve planning version*
    Information*16*hpadmin*01/25/08 17:32:02*CHspDSSQL.cpp*Line 3326*Could not retrieve product release*
    Information*16*hpadmin*01/25/08 17:32:02*CHspDSSQL.cpp*Line 3397*Could not retrieve product CSS Version*
    Error*16*hpadmin*01/25/08 17:32:02*CHspDSSQL.cpp*Line 217*Version & Release not found*
    Information*16*hpadmin*01/25/08 17:32:04*CHspDataSourceImp.cpp*Line 436*CreateApplication: Deleting old schema*
    Information*16*hpadmin*01/25/08 17:32:04*CHspDataSourceImp.cpp*Line 450*CreateApplication: Recreating security tables*
    Information*16*hpadmin*01/25/08 17:32:04*CHspDataSourceImp.cpp*Line 479*CreateApplication: Creating Essbase application*
    Information*16*hpadmin*01/25/08 17:32:19*CHspDataSourceImp.cpp*Line 537*CreateApplication: Creating new schema*
    Information*16*hpadmin*01/25/08 17:32:20*CHspDataSourceImp.cpp*Line 616*CreateApplication: Initializing schema*
    Information*16*hpadmin*01/25/08 17:32:20*CHspDataSourceImp.cpp*Line 684*CreateApplication: Creating plantypes*
    Information*16*hpadmin*01/25/08 17:32:20*CHspDataSourceImp.cpp*Line 796*CreateApplication: Creating application owner user*
    Information*16*hpadmin*01/25/08 17:32:21*CHspDataSourceImp.cpp*Line 897*CreateApplication: Setting system config info*
    Information*16*hpadmin*01/25/08 17:32:21*CHspDataSourceImp.cpp*Line 929*Exiting CreateApplication: A_APP1*
    Information*16*RNARRAINSAMY*01/25/08 17:32:21*Hyperion Planning*SaveAppAssistant*Created application...now opening application...*
    Information*16*RNARRAINSAMY*01/25/08 17:32:25*Hyperion Planning*SaveAppAssistant*Setting calendar...*
    Information*16*RNARRAINSAMY*01/25/08 17:32:25*Hyperion Planning*SaveAppAssistant*Creating a scenario...*
    Information*16*RNARRAINSAMY*01/25/08 17:32:25*Hyperion Planning*SaveAppAssistant*Done with everything!*
    Regards,
    Andy

  • Essbase Error:Set is too large to be processed. Set size exceeds 2^64 tuple

    Hi,
    we are using obiee 11.1.1.6 version with essbase 9.3.3 as a data source . when I try to run a report in obiee, I am getting the below error :
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 96002] Essbase Error: Internal error: Set is too large to be processed. Set size exceeds 2^64 tuples (HY000)
    but if I run the same query in excel add in, I am just getting 20 records . wondering why I am getting this error in obiee . Does any one encountered the same issue ?
    Thanks In advance,

    Well if you want to export in I think you have to manually do it.
    The workaround it to open your aperture library by right clicking it and show contents...
    Then go into your project right click show contents...
    In here there are sub folders on dates that the pictures were added to those projects. If you open the sub folder and search for your pictures name it should be in that main folder.
    You can just copy it out as you would any normal file to any other location.
    Voila you have manually exported out your file.
    There is a very similar post that has been close but again you can't export the original file that you are working on - FYI http://discussions.apple.com/thread.jspa?threadID=2075419

  • Bypass the error messages while opening the Web Analysis 9.3.1 Report

    I am using WA 9.3.1 to create a few reports. The login users will have some essbase meta-read security filters to restrict the access into certain regions and entities.
    For example:
    user a has the meta-read and read access of @idescendants (east);
    user b has the meta-read and read access of @idescendants (west);
    user c has all the accesses
    However, in the first start-up page (Web Analysis 9.3.1 dashboard), I have a dashboard which contains all the regions access. When user a login, he shall only see his own dashboard (speedometers, etc.).
    Currently the user login will get some error messages (such as "loading document produce error", etc). I wonder whether we can set the message level in Web Analysis so that there is no such error message while the user is opening the reports.
    Thanks

    Karen,
    Thanks for the reply.
    I have checked my Web Analysis report, and I still have the error message of "Error Occur while opening document. Document ID = {0}" while using the some user id to login.
    In my Web Analysis database connection preference, my setting is "user the user id and password". I have verified this (when I use "user a" to login, and in essbase connection, i can see the session with "user a").
    In the WA report, however, I use the multiple-level combo box, so that it can give me different levels of entities, for example, the top level is all regions, the 2nd level is east/west/south/ ec, and the next level is cities, and so on. And if "user a" login, he will be able to see the all regions and east, and then east cities (of course, if he select all regions, there will be no data available).
    Do you think this multiple level combo boxes can be the cause of this error message?
    Thanks a lot

  • Error Message While Running Sequence from Planning and/or SmartView

    Following error is thrown while running a sequence from either planning or smartview at a higher level.
    "*An error occurred while running the specified calc script. Check the log for details*"
    This is very weird because it does not happened with any of the following:
    1. Running same sequence from AAS at higher level
    2. Running at lower level entity either planning or smartview
    3. Running from Planning or smartview with split sequence at higher level
    4. Running each rule within the sequence from Planning or smartview
    What have we done?
    1. Checked every log file, Essbase, Planning, HBR - no error message is logged despite above statement.
    2. Recycled environment
    3. Stopped and restated DB and APP
    Other info:
    1. DB.log file is 1.2gb
    2. No meta data changes
    3. We could not able to replicate same in Q and Dev
    4. Looked at cache setting
    5. Sequence does not fail at the same place
    6. Recently updated calclockblockhigh to 15000 (restarted environment)
    Environment:
    Planning suite: 9.3.0.1 with 9.3.1 APS.
    We are going nuts and any feedback is greatly appreciated!
    Thanks!
    Edited by: venuramini on Jul 9, 2009 3:50 PM
    Added environment section.

    Hi,
    To start Planning as a foreground app, stop the Planning service and then go to Start - Programs - Hyperion Solutions - Hyperion Planning - Start Planning (Apache Tomcat).
    Thats if you are using Tomcat of course. A DOS window should then pop.
    What value did you enter for the HBR properties? Have you tried 960000 for both? Remember you need to restart the Planning services for changes to take effect.
    Have you tried increasing some of the properties in the HBRServer.properties under Hyperion\AnalyticAdministrationServices such as:
    HBR.timeout
    Try setting it to 30000
    The restart the AAS service for the changes to take effect.
    Hope this helps.
    Seb

  • Error Message after data load (error is "1130610")

    We load data using a data load rule. The data seems to load fine except we get the error message "ERROR - 1241101 - Unexpected Essbase error 1130610" on last line below? Any thoughts? Is there a guide somewhere that explains in details all the various error codes and what they refer to? We're using Essbase 6.5.1. Thanks!======================================= OK/INFO - 1003037 - Data Load Updated [364875] cells. OK/INFO - 1003024 - Data Load Elapsed Time : [428.323] seconds. ERROR - 1241101 - Unexpected Essbase error 1130610.=======================================

    The explanation of error 1130610 is the following:Possible Problems - Essbase cannot open a file. Possible Solutions - If you are using an error file, make sure that the error file is being created in a directory that already exists. Make sure you are using the ESSCMD IMPORT command correctly. Put all files the ESSCMD script needs in the $ARBORPATH\APP\applicationName\databaseName directory. Run the ESSCMD script from the $ARBORPATH\APP\applicationName\databaseName directory. Check the ESSCMD script for invalid paths. Make sure every folder that the script is pointing to exists. If you are using an error file, make sure that the error file is being created in a directory that already exists.

  • Product Instance Registration Error Message: "System Failure: Error while retrieving xml file from database"

    Hi Planning installation Gurus,
    Did u get any luck to resolve this problem as i am also facing same problem "Error creating instance" during install of Planning 9.3.1. i tried 30-50 times reconfiguration every time same problem..
    OS: Vista Premium
    SQL Server 2005
    Essbase:9.3.1
    Error Message: "System Failure: Error while retrieving xml file from database"
    Details of error:::::::::::::::::::::::::
    at com.hyperion.planning.event.HspSysExtChangeHandler.run(Unknown Source
    Can not get JDBC connection for SYS external changed actions.
    Can not get JDBC connection.
    java.lang.NullPointerException
    at com.hyperion.planning.sql.HspSQLImpl.getConnection(Unknown Source)
    at com.hyperion.planning.event.HspSysExtChangeHandler.actionPoller(Unkno
    wn Source)
    at com.hyperion.planning.event.HspSysExtChangeHandler.run(Unknown Source
    Can not get JDBC connection for SYS external changed actions.
    Can not get JDBC connection.
    java.lang.NullPointerException
    at com.hyperion.planning.sql.HspSQLImpl.getConnection(Unknown Source)
    at com.hyperion.planning.event.HspSysExtChangeHandler.actionPoller(Unkno
    wn Source)
    at com.hyperion.planning.event.HspSysExtChangeHandler.run(Unknown Source
    Can not get JDBC connection for SYS external changed actions.
    Can not get JDBC connection.
    Pls provide Solution

    Hi John,
    though i am trying with SQl server authentication with different user but still status is same of planningSystemDB.properties
    SYSTEM_DB_DRIVER=hyperion.jdbc.sqlserver.SQLServerDriver
    SYSTEM_DB_URL=jdbc:hyperion:sqlserver://neeraj-PC:1433
    SYSTEM_DB_USER=windowsAuthentication
    SYSTEM_DB_PASSWORD=CAFBAEFNBGEAABHEDOADFKADACBGBIFHBLCDFBAFFH
    SYSTEM_DB_CATALOG=plandb
    SYSTEM_DB_TYPE=SQL
    INSTANCE=
    my steps:
    Using SQL Server Management Studio
    Changed Widows authentication to SQL server authentication mode
    In SQL Server Management Studio Object Explorer, right-click the server, and then click Properties.
    On the Security page, under Server authentication, select the new server authentication mode, and then click OK.
    In the SQL Server Management Studio dialog box, click OK to acknowledge the requirement to restart SQL Server.
    In SQL Server Management Studio Object Explorer, right-click the server, and then click Properties.
    On the Security page, under Server authentication, select the new server authentication mode, and then click OK.
    In the SQL Server Management Studio dialog box, click OK to acknowledge the requirement to restart SQL Server.
    To restart SQL Server from SQL Server Management Studio
    To enable the sa login by using Management Studio
    In Object Explorer, expand Security, expand Logins, right-click sa, and then click Properties.
    On the General page, you might have to create and confirm a password for the sa login.
    On the Status page, in the Login section, click Enabled, and then click OK.
    In Object Explorer, expand Security, expand Logins, right-click sa, and then click Properties.
    On the General page, you might have to create and confirm a password for the sa login.
    On the Status page, in the Login section, click Enabled, and then click OK.}}}
    anything else should i change.................

  • Error message when logging into financial reporting studio 11.1.1.3

    I receive the following error message when I attempt to login in to financial reporting studio 11.1.1.3:
    "You are not authorized to use this functionality. Please contact your administrator."
    I'm attempting to login with the default "admin" user that appears to have been automatically provisioned with all user rights.
    I see the following error message in FRClient.log (on the client):
    09-14 13:48:40 ERROR ConfigResourceBundle     Could not find fr_configcache.properties file
    The server components (foundation, fr server, essbase) are on a linux machine and fr studio (along with the common foundation files) are installed on a windows machine.
    The fr_configcache.properties file does not exist on the client but it does on the server.
    Edited by: user5326851 on Sep 14, 2010 1:59 PM

    I tried copying the file fr_configcache.properties to c:\hyperion\products\biplus\lib and this got rid of the error message that shows up in FRClient.log but I still receive the same authorization error message in the GUI.

  • I keep getting an error message when trying to login

    I keep getting an error message when I am trying to add ICloud to my PC

    Try to log with Admin/password since EAS has his own security system. Then, you will be abble to log with essbase analysis server users.kbbinge

Maybe you are looking for