Essbase service gets shutdown abruptly

Hi, We are facing a problem with Essbase Service. even after multiple restarts, the service just stops with in few seconds after its starts. Please find below error in the log.
[Fri Apr 30 09:21:40 2010]Local/ESSBASE0///Error(1051496)
Essbase failed to register product at Shared Services Server with Error [Registeration failed: null.Registeration failed: null.]
We are using 11.1.1.3 version of Hyperion.
I have checked the Shared Services and its running fine, as i can login into the EAS.
Please suggest.

Is this app with foundation services right?
Have you check http://<servername>:58080/interop before you up essbase service?
base on my experiance Essbase always going down when it up that services too fast.
Try to stop all services include repository and make sure u can accsess interop before you up essbase services

Similar Messages

  • Essbase services abnoraml shutdown with Get token for user

    Hi,
    We are facing essbase services abnormal shutdown, with a .xcp file
    in XCP file showing below given error, for this issue we have added __GETUSERTOKEN TRUE value in our .cfg files but it's not working.
    Exception Log File: /ap01/gema/hyperion/essbase/log00042.xcp
    Current Thread Id: 42949552
    Signal Number: 0x11=Segmentation Violation
    Signal Code: 0x19178024=Unknown
    8:23 PM
    Thread Id 42949552:
    Request Name: Get token for user
    Database Name:
    User Name:
    Start Time: Fri Jun 15 08:20:39 2012
    End Time: Pending
    Please suggest some solutions on this.
    Regards,
    Srinivas

    See if these doc help you
    E-IB: SAML Authentication Failed For Service Operation XXXX. (158,456) error when invoking PS web service with SAML token [ID 1464489.1]
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=PROBLEM&id=1464489.1
    E-IB: Setup and Troubleshooting Guide for SAML Inbound Security [ID 1322740.1]
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=HOWTO&id=1322740.1

  • How to create a batch file to stop/start only essbase services 11.1.2.2

    Hi,
    I have a requirement to build a batch file to schedule stop or start essbase. This batch files should run daily once. Version 11.1.2.2.
    I have tried to prepare a batch file which is calling the default service restart batch StartEssbase.bat and stopEssbase.bat.
    Stop process is running fine. But, Start is not success. When I run StartEssbase.bat and stopEssbase.bat manually essbase is restarting successfully.
    I tried with the command like START ESSCMD.exe "Password" also. Still it is not working.
    Could any one please help with the batch scrpit how can I build to start or stop essbase.
    Thanks
    Srilatha Dasari

    Hi,
    You can use these...
    Start essbase-------------------------------
    REM ----------EssbaseAgent Start----------
    net start HyS9ESBAgent11.1.1_hypservice_1
    SET CHK46=%ERRORLEVEL%
    IF "%CHK46%" NEQ "0" (
         ECHO "ERROR IN STARTING THE ESSBASE SERVICE"
         EXIT /B 46
    ) ELSE (
         ECHO "STARTING ESSBASE SERVICE WAS SUCCESSFUL"
         EXIT /B 0
    PAUSE
    Stop essbase----------------------------------------
    REM ----------Stopping of ESSBASE Service----------
    SET ESB_BIN_DIR=E:\Hyperion\products\Essbase\EssbaseServer\bin
    SET SRCDIR=F:\Essbase\bin
    SET MSHSRC=%SRCDIR%\ShutdownServer.msh
    SET SERVERNAME=XXXXXXXX
    SET USERNAME=XXXXXX
    SET PASSWORD=XXXXX
    REM *****************CALLING ESSBASE ENVIRONMENT SCRIPT***********************
    CALL %ESB_BIN_DIR%\setEssbaseEnv.cmd
    CALL %ESB_BIN_DIR%\ESSMSH %MSHSRC% %USERNAME% %PASSWORD% %SERVERNAME%
    SET CHK10=%ERRORLEVEL%
    IF "%CHK10%" NEQ "0" (
         ECHO ------------------------------------------------------
         ECHO [%DATE% %TIME%] ERROR IN STOPPING THE ESSBASE SERVICE
         ECHO ------------------------------------------------------
         EXIT /B 10
    ) ELSE (
         ECHO ------------------------------------------------------
         ECHO [%DATE% %TIME%] STOPPING ESSBASE SERVICE WAS SUCCESSFUL
         ECHO ------------------------------------------------------
         EXIT /B 0
    The maxl is like
    login $1 $2 on $3;
    alter system shutdown;
    exit;
    Regards
    Snehasis

  • Essbase service will not start

    (Hyperion version 9.3.1)
    Database crashed while a calc script was running and now when I try to start the essbase service I get the following error:
    Error 14001: This application has failed to start because the application configuration is incorrect.
    Reinstalling the application may fix the problem.
    Has anyone else ever seen this error and know a solution other than reinstalling the application?

    Srinivas,
    Thanks for your suggestion. Replacing the .sec file was my first troubleshooting attempt and that did not resolve the issue.
    Our databse crashed while a calc script was running and that started the essbase service problem. The final fix was restoring the database cubes from backup and also restoring the Bin and Locales folders in the Hyperion application directory on the essbase box (there were some essbase service dll's that got corrupted). For our environment the is path D:\Hyperion\AnalyticServices\Bin and D:\Hyperion\AnalyticServices\Locales.

  • Need Urgent Help... Essbase service is stopping automatically

    Hello All,
    In our production box essbase service is stopping automatically. Can you please help me to resolve this issue...
    OS : Windows Server 2003
    Hyperion : 11.1.1.3
    SharedServices_Security_Client.log
    2013-12-09 01:17:25,609 INFO  [main] CSS is initialized as  client. The default logger properties will be loaded com.hyperion.css.CSSSystem.<init>(Unknown Source)
    2013-12-09 01:17:25,625 INFO  [main] CSS Log file will be generated at F:\Hyperion\logs\essbase\SharedServices_Security_Client.log com.hyperion.css.CSSSystem.<init>(Unknown Source)
    2013-12-09 01:17:25,625 INFO  [main] Configure CSS with registry com.hyperion.css.CSSSystem.initCSSSystem(Unknown Source)
    2013-12-09 01:17:25,625 INFO  [main] Initializing CSS from Registry. com.hyperion.css.common.configuration.CSSConfigurationManager.getConfiguration(Unknown Source)
    2013-12-09 01:17:25,672 INFO  [main] Trying to get Registry Instance com.hyperion.css.registry.RegistryManager.<init>(Unknown Source)
    2013-12-09 01:17:28,390 INFO  [main] Got Registry Instance com.hyperion.css.registry.RegistryManager.<init>(Unknown Source)
    2013-12-09 01:17:29,062 INFO  [main] Got hub location from Registry:http://servername:28080 com.hyperion.css.registry.RegistryManager.getHubLocationFromRegistry(Unknown Source)
    2013-12-09 01:17:29,312 INFO  [main] Got native directory location from Registry:servername:28089 com.hyperion.css.registry.RegistryManager.getNativeProviderLocationFromRegistry(Unknown Source)
    2013-12-09 01:17:29,328 INFO  [main] URL constructed out of values in Registry database:ldap://servername:28089/dc=css,dc=hyperion,dc=com com.hyperion.css.common.configuration.CSSConfigurationImplXML.initConfiguration(Unknown Source)
    2013-12-09 01:17:29,578 ERROR [main] 80:6007:Failed to load SAP certificate from keystore at SAP.keystore. Ignore if SAP provider is not configured.[Root Cause: Invalid keystore format ] com.hyperion.css.SAPSecurity.loadSAPCertificate(Unknown Source)
    ESSBASE.LOG
    [Mon Dec 09 01:17:25 2013]Local/ESSBASE0///Info(1051283)
    Retrieving License Information Please Wait...
    [Mon Dec 09 01:17:25 2013]Local/ESSBASE0///Info(1051286)
    License information retrieved.
    [Mon Dec 09 01:17:29 2013]Local/ESSBASE0///Info(1051199)
    Single Sign-On Initialization Succeeded !
    [Mon Dec 09 01:17:29 2013]Local/ESSBASE0///Info(1051232)
    Using English_UnitedStates.Latin1@Binary as the Essbase Locale
    [Mon Dec 09 01:17:30 2013]Local/ESSBASE0///Error(1051429)
    Essbase Product Existence Check Fails against the Shared Services Server with Error []
    Thanks,
    Prathap

    Hi Prathap,
    [Mon Dec 09 01:17:30 2013]Local/ESSBASE0///Error(1051429)
    Essbase Product Existence Check Fails against the Shared Services Server with Error []
    Above entries in Essbase.log tells that Essbase product entry was not found in Shared services.
    As you rebooted the server, you might have lost domain server logs, but I think you can get more info about root cause in Essbase.log or essbase related log files only.
    Regards,
    Santy.

  • Odisrv services getting down automatically

    odisrv services getting down automatically even though I have started services manually.
    Please suggest

    Please refer to the piece of log:
    2012-01-06 04:11:03,543 INFO [main] CSS is initialized as client. The default logger properties will be loaded com.hyperion.css.CSSSystem.<init>(Unknown Source)
    2012-01-06 04:11:03,543 INFO [main] CSS Log file will be generated at E:\Hyperion\logs\essbase\SharedServices_Security_Client.log com.hyperion.css.CSSSystem.<init>(Unknown Source)
    2012-01-06 04:11:03,558 INFO [main] Configure CSS with registry com.hyperion.css.CSSSystem.initCSSSystem(Unknown Source)
    2012-01-06 04:11:03,558 INFO [main] Initializing CSS from Registry. com.hyperion.css.common.configuration.CSSConfigurationManager.getConfiguration(Unknown Source)
    2012-01-06 04:11:03,590 INFO [main] Trying to get Registry Instance com.hyperion.css.registry.RegistryManager.<init>(Unknown Source)
    2012-01-06 04:11:05,777 INFO [main] Got Registry Instance com.hyperion.css.registry.RegistryManager.<init>(Unknown Source)
    2012-01-06 04:11:06,324 INFO [main] Got hub location from Registry:http://US1SAWN00077.wmservice.corpnet1.com:28080 com.hyperion.css.registry.RegistryManager.getHubLocationFromRegistry(Unknown Source)
    2012-01-06 04:11:06,527 INFO [main] Got native directory location from Registry:US1SAWN00077.wmservice.corpnet1.com:28089 com.hyperion.css.registry.RegistryManager.getNativeProviderLocationFromRegistry(Unknown Source)
    2012-01-06 04:11:06,527 INFO [main] URL constructed out of values in Registry database:ldap://US1SAWN00077.wmservice.corpnet1.com:28089/dc=css,dc=hyperion,dc=com com.hyperion.css.common.configuration.CSSConfigurationImplXML.initConfiguration(Unknown Source)

  • Essbase Service stops randomly

    <p>Essbase Service stops automatically, this stops the Essbaseapplications. When I restart the applications they get into FreeSpace recovery taking more time to complete blocking the useraccess to the other application.<br><br>EssbaseService Error: 997, Shutting down Essbase service..<br><br><br>thanks<br>Ramesh</p>

    What version of Essbase? Are you using App Mgr or Essbase Administration Services, and do you have PC Anywhere?

  • Essbase Service suddenly stops during report automation

    Has anyone experienced this before? The Essbase service suddenly stops while running batches.
    I get the following message in the Event viewer everytime this happens:
    The Hyperion S9 BI+ Analytic Services 9.3.0 - essbase service terminated unexpectedly. It has done this 5 time(s).
    Is this due to constant batches with large reports taxing essbase?
    Is there an Essbase.cfg modification that I can make to help avoid this?
    Any help would be greatly appreciated. Thanks.

    Thanks for the reply.
    This is the exception file ( I believe it is generated at the server level as it is in the \Hyperion\AnalyticServices directory (if that is what you mean))
    Are you saying I should add the SERVERTHREADS line for the App in question?
    ----- Exception Error Log Begin -----
    Current Date & Time: Thu Mar 20 16:46:23 2008
    Process Type: Server
    Application Name:
    Database Name:
    Exception Log File: D:\Hyperion\AnalyticServices\log00012.xcp
    Current Thread Id: 6744
    Exception Code: 0xC0000005=Access Violation
    Exception Flags: 0x00000000=Continuable
    Exception Address: 0x0819A5D9
    Exception Parameters: 2
    Exception Parameter 0: 0x00000000=Read Violation
    Exception Parameter 1: 0x00000000 (Virtual Address)
    Debug registers not available.
    ----- Stack -----
    Stack not available.
    ----- Application-Wide Configuration -----
    Server Name:
    Application Name:
    Elapsed App Time: 06:23:14:33
    Module Count: 0
    ----- Operating System Resources -----
    System Date & Time: Thu Mar 20 16:46:23 2008
    Elapsed OS Time: 41:21:21:35
    OS Name & Version: Windows NT 5.02
    CPU Count: 8
    CPU Type: Unknown
    Total Physical Memory: 8386732 KB (4293046272)
    Free Physical Memory: 6502996 KB (2364100608)
    Used Physical Memory: 1883736 KB (1928945664)
    Swap Flags:
    Enabled: Y
    Disabled: N
    File Found: Y
    Denied: N
    Swap file(s): C:\pagefile.sys
    Correct Swap Space information currently not available
    Total Drives: 4
    Current Drive: 3
    Drive 3:
    Drive Name: C
    Volume Label:
    Drive Type: Fixed
    File System: NTFS
    Total Drive Space: 32770540 KB
    Free Drive Space: 22710032 KB
    Used Drive Space: 10060508 KB
    Drive 4:
    Drive Name: D
    Volume Label: Apps
    Drive Type: Fixed
    File System: NTFS
    Total Drive Space: 110563916 KB
    Free Drive Space: 87119236 KB
    Used Drive Space: 23444680 KB
    Drive 6:
    Drive Name: F
    Volume Label:
    Drive Type: Fixed
    File System: NTFS
    Total Drive Space: 209720508 KB
    Free Drive Space: 76591820 KB
    Used Drive Space: 133128688 KB
    Drive 18:
    Drive Name: R
    Volume Label:
    Drive Type: Unknown
    File System: Unknown
    Total Drive Space: 0 KB
    Free Drive Space: 0 KB
    Used Drive Space: 0 KB
    ----- System-Wide Configuration -----
    Elapsed Essbase Time: 06:23:14:33
    Essbase Version: 9.3.0
    Essbase Description: ESB9.3.0.1.0B006
    Network Type: Windows Sockets
    Environment Variable: ARBORPATH = D:\Hyperion\AnalyticServices
    Environment Variable: ARBORMSGPATH = D:\Hyperion\AnalyticServices\bin
    Module Count: 0
    ----- ESSBASE.CFG Configuration Values -----
    Configuration Value: JvmModuleLocation = D:\Hyperion\common\JRE-AMD64\Sun\1.5.0\bin\server\jvm.dll
    Configuration Value: SharedServicesLocation = SBNETHYPWEB 58080
    Configuration Value: AuthenticationModule = CSS http://SBNETHYPWEB:58080/interop/framework/getCSSConfigFile
    Configuration Value: SSAUDITR =
    Configuration Value: SUPNA = ON
    Configuration Value: CCTRACK = FALSE
    Configuration Value: DATAERRORLIMIT = 10000
    Configuration Value: NOMSGLOGGINGONDATAERRORLIMIT = TRUE
    Configuration Value: NETDELAY = 800
    Configuration Value: NETRETRYCOUNT = 1000
    Configuration Value: SSPROCROWLIMIT = 500000
    Configuration Value: QRYGOVEXECTIME = 1500
    Configuration Value: LOCKTIMEOUT = 600
    Configuration Value: CALCLOCKBLOCKHIGH = 8000
    Configuration Value: CALCLOCKBLOCKDEFAULT = 15000
    Configuration Value: CALCLOCKBLOCKLOW = 100
    Configuration Value: CalcNoticeHigh = 20
    Configuration Value: CalcNoticeDefault = 10
    Configuration Value: CalcNoticeLow = 5
    Configuration Value: CalcCacheHigh = 199229440
    Configuration Value: CalcCacheDefault = 104857600
    Configuration Value: CalcCacheLow = 52428800
    Configuration Value: DLSINGLETHREADPERSTAGE = FALSE
    Configuration Value: DLTHREADSPREPARE = 4
    Configuration Value: DLTHREADSWRITE = 3
    Configuration Value: MultipleBitmapMemCheck = TRUE
    Configuration Value: ParCalcMultipleBitmapMemOpt = TRUE
    Configuration Value: AGENTTHREADS = 25
    Configuration Value: AGTSVRCONNECTIONS = 100
    Configuration Value: AGENTDELAY = 60
    Configuration Value: SERVERTHREADS = POSBKUP 100
    Configuration Value: EssbaseLicenseServer = @SBNETHYPESS
    Configuration Value: DeploymentID = *
    Configuration Value: AGENTPORT = 1423
    Configuration Value: SERVERPORTBEGIN = 32768
    Configuration Value: SERVERPORTEND = 33768
    Configuration Value: AGENTDESC = essbase
    ----- License Information -----
    Serial Number: bbbbbb
    License Expiry Date:
    Port Count: 0
    Ports In Use Count: 0
    Limited Use Version: N
    Read-Only SS: N
    Extended SS Macros: N
    Read-Only SS Macros: N
    Currency Conversion: N
    SQL Interface: N
    Evaluation Copy: N
    Configurable By PMU: N
    EmbedPorts: N
    Aggregate Storage (ASO): N
    SMP Support: N
    No Spreadsheet Client: N
    No AppMgr: N
    Single-User Essbase: N
    Essbase API_HVE: N
    Block Storage (BSO): N
    MultiCube: N
    Hyperion Integration Server: N
    EssbaseObjects: N
    Hyperion Allocation Manager: N
    Hyperion Analytic Reporter: N
    ----- Client Request Activity -----
    Server Name:
    Application Name:
    Total Request Threads: 25
    Avail Request Threads: 4294967283
    Total Requests: 64721
    Average Requests: 6467.000000
    Weighted Average: 58.331350
    Statistics Per Minute:
    Current Requests: 53
    Minimum Requests: 0.000000
    Maximum Requests: 517.000000
    Thread Count: 25
    Thread Id 6280:
    Request Name: Logout
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:45:55 2008
    End Time: Thu Mar 20 16:45:55 2008
    Thread Id 2028:
    Request Name: Logout
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:45:55 2008
    End Time: Thu Mar 20 16:45:55 2008
    Thread Id 6088:
    Request Name: Get Application Info
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:45:58 2008
    End Time: Thu Mar 20 16:45:58 2008
    Thread Id 5332:
    Request Name: Select Application/Database
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:45:58 2008
    End Time: Thu Mar 20 16:45:58 2008
    Thread Id 4168:
    Request Name: List Substitution Variables
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:45:58 2008
    End Time: Thu Mar 20 16:45:58 2008
    Thread Id 5144:
    Request Name: Get Login ID
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:45:58 2008
    End Time: Thu Mar 20 16:45:58 2008
    Thread Id 5528:
    Request Name: Get Application Info
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:45:58 2008
    End Time: Thu Mar 20 16:45:58 2008
    Thread Id 4564:
    Request Name: Get Database State
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:45:58 2008
    End Time: Thu Mar 20 16:45:58 2008
    Thread Id 7240:
    Request Name: Get Database Note
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:45:58 2008
    End Time: Thu Mar 20 16:45:58 2008
    Thread Id 5560:
    Request Name: Login
    Database Name:
    User Name:
    Start Time: Thu Mar 20 16:45:58 2008
    End Time: Thu Mar 20 16:45:58 2008
    Thread Id 10120:
    Request Name: Get Login ID
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:46:02 2008
    End Time: Thu Mar 20 16:46:02 2008
    Thread Id 6688:
    Request Name: Get Login ID
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:46:05 2008
    End Time: Thu Mar 20 16:46:05 2008
    Thread Id 7732:
    Request Name: List Substitution Variables
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:46:05 2008
    End Time: Thu Mar 20 16:46:05 2008
    Thread Id 8844:
    Request Name: Get Application Info
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:46:11 2008
    End Time: Thu Mar 20 16:46:11 2008
    Thread Id 2032:
    Request Name: Login
    Database Name:
    User Name:
    Start Time: Thu Mar 20 16:46:11 2008
    End Time: Thu Mar 20 16:46:11 2008
    Thread Id 6340:
    Request Name: Get Application Info
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:46:11 2008
    End Time: Thu Mar 20 16:46:11 2008
    Thread Id 6928:
    Request Name: List Substitution Variables
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:46:11 2008
    End Time: Thu Mar 20 16:46:11 2008
    Thread Id 7832:
    Request Name: Select Application/Database
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:46:11 2008
    End Time: Thu Mar 20 16:46:11 2008
    Thread Id 7588:
    Request Name: Get Login ID
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:46:11 2008
    End Time: Thu Mar 20 16:46:11 2008
    Thread Id 9968:
    Request Name: Get Database State
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:46:11 2008
    End Time: Thu Mar 20 16:46:11 2008
    Thread Id 3752:
    Request Name: Get Database Note
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:46:11 2008
    End Time: Thu Mar 20 16:46:11 2008
    Thread Id 7676:
    Request Name: Get Login ID
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:46:14 2008
    End Time: Thu Mar 20 16:46:14 2008
    Thread Id 8804:
    Request Name: List Substitution Variables
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:46:17 2008
    End Time: Thu Mar 20 16:46:17 2008
    Thread Id 9296:
    Request Name: Get Login ID
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:46:17 2008
    End Time: Thu Mar 20 16:46:17 2008
    Thread Id 6744:
    Request Name: Login
    Database Name:
    User Name:
    Start Time: Thu Mar 20 16:46:23 2008
    End Time: Pending
    ----- Exception Error Log End -----

  • Recyle Essbase services only

    Just thought to get some opinion for our practice.
    We have been stopping Essbase service, rebooting Essbase server and starting Essbase service weekly, but not the rest of Hyperion services, such as HSS, BI and Planning, etc. Do you think this is a good practice? The reason we are doing this is that sometimes our Planning application is hung. Sometimes we just got Essbase exception files, sometimes just nobody can connect to Essbase server. But it seems the users are in system already working fine, just no new connection can be made. Thought by recycling Essbase weekly, it can help to free up the resource on Essbase server, in turn, reduce the application hung incident.
    thanks for your opinion.
    Annie

    John,
    Thank you for your quick reponse!
    My concern is that there is dependency among Hyperion services, do you see any downside by only recycling Essbase service? I think I may need to recyle all the services on a regular basis per Hyperion suggested orders. Just it's hard to schedule them due to the service dependency and cross platform between Unix and Window.
    Also have you experienced Planning hung before? We have been experiencing Planning hung more often these days. We always end up with recycle the services. Sometimes we can get away by only recycling Essbase, but more recently we have to recycle all the services.
    Your answers are always helpful!
    Annie

  • Essbase Services is consuming excessive resource

    Hello,
    We are using, believe it or not, Essbase version 6.5.7.5038 and seeing Windows Service Performance Issues. *Alert description: The 'Essbase Service' service on computer [SEVERNAME] is consuming excessive resource*
    We didn't see the problem on the server until we had upgraded to version 6.5.7 from version 6.0.
    Does anyone know how we can resolve this issue? We will upgrade to System 9 early next year but at this time we are not going to do the upgrade.
    Thanks

    Thanks for the response Jason....
    Answer to your question:
    Has anything else about the system changed, besides just upgrading from version 6.0 to 6.5?
    A - Yes, the whole system. We moved the Essbase database from one server to a larger new server.
    Does the problem only come up after the system has been running for a certain amount of time, or right away?
    A - Server running for a week at minimum and the problem seems to occur mostly at night when we load new data and re-calc the cubes.
    How much memory is on the server?
    A - 8GB
    Is there any other information about what type of resource it is that's being consumed?
    There are 4 dual processors running on the box but it seems essbase only uses one at a time to process a task.
    Is your server still functioning correctly as an Essbase server, prior to the error messages coming up,
    or are some of the numbers off these days?
    A - Server running for a week at minimum before the problem comes up. We then reboot and that seems to clear it for a while. The member useage seems to be high on the box but we will need to confirm if it get's release after the re-boot.
    As for your comments regarding member names with periods in them needed to be quoted in calc scripts and such. That is something I'll need to look into. I know we have some
    members with periods but I'm not sure if any of them are referenced in a calc script.
    Regards.
    Leo

  • Essbase services shutting down automatically

    Please all the gurus help me with this.
    The essbase services are shutting down automatically.

    Different logs
    **HYS9eas-sysout.log**<Oct 11, 2012 10:34:37 AM EDT> <Warning> <JMX> <BEA-149515> <An error was encountered getting the attribute DatabaseProductVersion on the MBean com.bea:ServerRuntime=EssbaseAdminServices0,Name=EPMSystemRegistry,Type=JDBCDataSourceRuntime during a call to getAttributes>
    Opmn log:
    [2012-10-10T19:22:21][opmn][TRACE:1][662][OPMN]Starting Process: Essbase1~EssbaseAgent~AGENT~1 (293351447:0)
    [2012-10-10T19:22:29][opmn][TRACE:1][665][OPMN][code:pm-process]Process Alive: Essbase1~EssbaseAgent~AGENT~1 (293351447:19008)
    [2012-10-10T19:22:29][opmn][TRACE:1][668][OPMN][code:pm-requests]Request 2 Completed. Command: /start
    *HyS9eas-sysout.log*<Oct 11, 2012 10:34:37 AM EDT> <Warning> <JMX> <BEA-149515> <An error was encountered getting the attribute DatabaseProductVersion on the MBean com.bea:ServerRuntime=EssbaseAdminServices0,Name=EPMSystemRegistry,Type=JDBCDataSourceRuntime during a call to getAttributes>
    !!!Setting HBR appname to : HBR:HBRAPP
    =2012-10-11 11:45:35,396 WARN [ACTIVE] ExecuteThread: '16' for queue: 'weblogic.kernel.Default (self-tuning)' com.hyperion.hbr.core.AccessControlManagerServer - Error authenticating user in UserServerManager.
    - Error authenticating user in UserServerManager.
    =2012-10-11 11:45:35,397 WARN [ACTIVE] ExecuteThread: '16' for queue: 'weblogic.kernel.Default (self-tuning)' com.hyperion.hbr.core.UserManagerServer - Error authenticating user in UserServerManager.
    - Error authenticating user in UserServerManager.
    HyS9WebAnalysis-sysout.log:
    <Oct 11, 2012 7:35:00 AM EDT> <Warning> <JMX> <BEA-149515> <An error was encountered getting the attribute AdminServerHost on the MBean com.bea:Name=WebAnalysis0,Type=ServerRuntime during a call to getAttributes>
    <Oct 11, 2012 10:35:00 AM EDT> <Warning> <JMX> <BEA-149515> <An error was encountered getting the attribute AdminServerListenPort on the MBean com.bea:Name=WebAnalysis0,Type=ServerRuntime during a call to getAttributes>
    <Oct 11, 2012 10:35:00 AM EDT> <Warning> <JMX> <BEA-149515> <An error was encountered getting the attribute AdminServerHost on the MBean com.bea:Name=WebAnalysis0,Type=ServerRuntime during a call to getAttributes>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Could not start hyperion essbase service

    When i am starting essbase services it is starting sucessfully.
    and when iam starting admin services its starting and at the same time essbase services is stopping, if iam trying to start the services its throwing error like
    Could nto start the hyperion essbse services 11.1.1-hypservice_1 service on local computer
    error 1067: the process terminated unexpectedly
    i have checked the task manager : no other process for essbase are running for any user.
    kindly assist

    when iam trying to run the essbase.cmd the window is closing abruptly by displaying the error "failed to start essbase"
    coming to Essbase.log.the errror is
    [Wed Apr 10 14:50:23 2013]Local/ESSBASE0///Error(1051527)
    In Shared Services Security mode it is not possible to start Essbase when single sign on initialization fails.

  • Shutting down Essbase Service on Windows

    Hi,
    I have some intermittent problem on shutdown application on windows platform, after executing MaxL script "alter system unload application all;" some application process "esssvr.exe" still running on the system and then executing shutdown operation "alter system shutdown;" hung up.
    On OS Event Application I see these information:event: EssbaseService error: 997, Shutting down Essbase Service.
    Help me!
    OS : Windows 2003 Sp 2
    ESSBASE : 9.2.0.7086
    Ivan

    Hi,
    I have some intermittent problem on shutdown
    application on windows platform, after executing MaxL
    script "alter system unload application all;" some
    application process "esssvr.exe" still running on the
    system and then executing shutdown operation "alter
    system shutdown;" hung up.
    On OS Event Application I see these
    information:event: EssbaseService error: 997,
    Shutting down Essbase Service.
    Help me!
    OS : Windows 2003 Sp 2
    ESSBASE : 9.2.0.7086
    IvanEssbase will not unload the application (or database) if there is currently a calculation or dataload in progress. Has some user fired off a calculation (from the Excel addin perhaps) or do you still have a calculation still running in AAS as a background process (which doesn't require the AAS console to remain up)?
    It may also be helpful to know what application is running in the specific esssvr.exe process instance. Essbase creates a process in a new PID for each application started. You can find out which application belongs to that PID by searching through the essbase log.
    Here's a simple DOS batch file that I use when I suspect that I have a runaway calc and need to know which application is running it. Use the Windows Task Manager to discover the PID for the esssvr.exe process in question and pass it in as a parameter to this batch file.
    ::     FindPID.bat
    ::     K.Mayer, 10/19/2008     Finds what Essbase Application belongs to specific esssvr.exe PID(s)
    ::                              by searching for the start application message in Essbase.log
    ::     Usage:      findpid 1592 3792
    ::               findpid FINPL
    @ECHO OFF
    For %%i in (%*) do findstr /l /c:"[%%i]" %ArborPath%\essbase.log
    Cheers,
    Kurt

  • Essbase Service Can't Start

    Hi there,
    I am working under Hyperion 11.1.1 and I have error.
    I want to start Essbase service in order to use MAXL / Essmsh but the Essbase service can't start. The service starts manually as usual and path to executable pointed to C:\Hyperion\products\Essbase\EssbaseServer\bin\ESSBASE.exe
    when I tried to find the folder and run essbase.exe the error shows that the service name is wrong (Hypservice_1) and not found.
    Actually at Windows service, display name is "Hyperion Essbase Services 11.1.1 - hypservice_1"
    Anyone has idea about that problem? Please let me know, thanks.

    I couldn't capture the windows when I run startessbase.cmd, it runs very fast and disappeared afterwards.
    What can I find on essbase.log is something like this repeatedly:
    [Thu Oct 20 14:19:56 2011]Local/ESSBASE0///Error(1051223)
    Single Sign On function call [css_init] failed with error [CSS Error: CSS method invocation error: com.hyperion.css.CSSSystem.<init>]
    [Thu Oct 20 14:19:56 2011]Local/ESSBASE0///Info(1051198)
    Single Sign-On Initialization Failed !
    [Thu Oct 20 14:19:56 2011]Local/ESSBASE0///Info(1051232)
    Using English_UnitedStates.Latin1@Binary as the Essbase Locale
    [Thu Oct 20 14:19:57 2011]Local/ESSBASE0///Error(1051527)
    In Shared Services Security mode it is not possible to start Essbase when single sign on initialization fails.
    [Thu Oct 20 14:20:02 2011]Local/ESSBASE0///Info(1051283)
    Retrieving License Information Please Wait...
    [Thu Oct 20 14:20:02 2011]Local/ESSBASE0///Info(1051286)
    License information retrieved.
    [Thu Oct 20 14:20:04 2011]Local/ESSBASE0///Error(1051223)
    Single Sign On function call [css_init] failed with error [CSS Error: CSS method invocation error: com.hyperion.css.CSSSystem.<init>]
    [Thu Oct 20 14:20:04 2011]Local/ESSBASE0///Info(1051198)
    Single Sign-On Initialization Failed !
    [Thu Oct 20 14:20:04 2011]Local/ESSBASE0///Info(1051232)
    Using English_UnitedStates.Latin1@Binary as the Essbase Locale
    [Thu Oct 20 14:20:04 2011]Local/ESSBASE0///Error(1051527)
    In Shared Services Security mode it is not possible to start Essbase when single sign on initialization fails.
    [Thu Oct 20 14:21:59 2011]Local/ESSBASE0///Info(1051283)
    Retrieving License Information Please Wait...
    [Thu Oct 20 14:21:59 2011]Local/ESSBASE0///Info(1051286)
    License information retrieved.
    [Thu Oct 20 14:22:01 2011]Local/ESSBASE0///Error(1051223)
    Single Sign On function call [css_init] failed with error [CSS Error: CSS method invocation error: com.hyperion.css.CSSSystem.<init>]

  • Automate start/stop essbase service using Maxl or batch

    Hi - how would my batch or Maxl file look like if I wanted to come out with a script to stop and start my essbase service? The reason why i am doing this is because I wanted to stop the essbase service, so that I can archive the essbase.log file.
    I am on essbase 7.0, I have read on some postings that stopping and starting the essbase service can potentially corrupt the sec file. If so, then is there any other way of archive the essbase.log file so that it does not grow to megs.
    Thanks.

    Hi,
    You could use the following maxl
    alter system shudown;
    it may be useful to stop all the applications first e.g.
    alter system unload application all;
    or you can use windows command line
    net stop essbaseservicename
    and to start
    net start essbaseservicename
    Another method to backup the essbase.log is to make a copy of the log then use maxl to delete the log.
    alter system clear logfile;
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for

  • Windows 7 64-bit startup problems

    Hi to everyone. I got a new 2011 MacBook Pro 17", and I've been having a lot of trouble with the Windows side. Thanks in advance for any help you can give me. I managed to fially install Windows once but I got a lot of startup errors. Sometime it wou

  • Inter servlet  communication......is it  possible ?

    here i have posted "Inter servlet communication......is it possible ?" have u come across this ? http://forum.java.sun.com/thread.jspa?threadID=588996 thank you

  • Insert select statement is taking ages

    Sybase version: Adaptive Server Enterprise/12.5.4/EBF 15432 ESD#8/P/Sun_svr4/OS 5.8/ase1254/2105/64-bit/FBO/Sat Mar 22 14:38:37 2008 Hi guyz, I have a question about the performance of a statement that is very slow and I'd like to have you input. I h

  • KeyboardFocusManager dispatches only one event while multiple are fired

    I'm writing the game Achtung die Kurve, or 'Zatacka' in Java. It's in fullscreen and there are multiple players with their own controls. Now, to catch the KeyEvents (controls) for each Player, the Player objects get created with the following line in

  • About transaction /event keys

    hi mm gurus for what type of transactions we will use GBB Transaction/event key and can u explain about the use of this thanks subbu