I am uanable to start essbase service

Hi All,
When i start the Essbase server, it is not starting.When I looked at the Essbase.log file we found the following entries:
single sign-on function call [css_init] failed with error [css Error: CSS method invocation error: com.hyperion.css.CSSSystem.<init>]
Single sogn-on initialization failed
using english _united states.Latin1@binary as the essbase locae
Essbase server- started
Could any one plz help on this.
Thanks in advance....
krish
Edited by: user5730115 on Jul 27, 2009 4:18 PM

Hi,
Now i am able to start essbase server, but getting some error..
could you please help me on this.
[Wed Jul 29 15:01:32 2009]Local/ESSBASE0///Info(1051283)
Retrieving License Information Please Wait...
[Wed Jul 29 15:01:32 2009]Local/ESSBASE0///Info(1051286)
License information retrieved.
65535 Essbase user 65535 Planning user system
log4j:WARN No appenders could be found for logger (com.hyperion.css.common.CSSLo
gger).
log4j:WARN Please initialize the log4j system properly.
[Wed Jul 29 15:02:47 2009]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>]
[Wed Jul 29 15:02:47 2009]Local/ESSBASE0///Info(1051198)
Single Sign-On Initialization Failed !
Essbase - Release 11.1.1 (ESB11.1.1.2.0B110)
Copyright (c) 1991, 2008, Oracle and/or its affiliates. All rights reserved. Ora
cle is a registered trademark of Oracle Corporation and/or its affiliates.Other
names may be trademarks of their respective owners. This software and related do
cumentation are provided under a license agreement containing restrictions on us
e and disclosure and are protected by intellectual property laws. Except as expr
essly permitted in your license agreement or allowed by law, you may not use, co
py, reproduce, translate, broadcast, modify, license, transmit, distribute, exhi
bit, perform, publish or display any part, in any form, or by any means. Reverse
engineering, disassembly,or decompilation of this software, unless required by
law for interoperability, is prohibited.
The information contained herein is subject to change without notice and is not
warranted to be error-free. If you find any errors, please report them to us in
writing.
If this software or related documentation is delivered to the U.S. Government or
anyone licensing it on behalf of the U.S. Government, the following notice is a
pplicable:
U.S. GOVERNMENT RIGHTS: Programs, software, databases, and related documentation
and technical data delivered to U.S. Government customers are \"commercial comp
uter software\" or \"commercial technical data\" pursuant to the applicable Fede
ral Acquisition Regulation and agency-specific supplemental regulations.As such,
the use, duplication, disclosure, modification, and adaptation shall be subject
to the restrictions and license terms set forth in the applicable Government co
ntract, and, to the extent applicable by the terms of the Government contract, t
he additional rights set forth in FAR 52.227-19, Commercial Computer Software Li
cense(December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 940
65.
This software is developed for general use in a variety of information manageme
nt applications. It is not developed or intended for use in any inherently dange
rous applications, including applications which may create a risk of personal in
jury.If you use this software in dangerous applications, then you shall be respo
nsible to take all appropriate fail-safe, backup, redundancy and other measures
to ensure the safe use of this software. Oracle Corporation and its affiliates
disclaim any liability for any damages caused by use of this software in dangero
us applications.
This software and documentation may provide access to or information on content,
products and services from third parties. Oracle Corporation and its affiliates
are not responsible for and expressly disclaim all warranties of any kind with
respect to third party content, products and services.Oracle Corporation and its
affiliates will not be responsible for any loss, costs, or damages incurred due
to your access to or use of third party content, products or services.
[Wed Jul 29 15:02:47 2009]Local/ESSBASE0///Info(1051232)
Using English_UnitedStates.Latin1@Binary as the Essbase Locale
Registered to: Anil
ATG
Startup sequence completed
Security is enabled
Logins are enabled
Essbase Default Storage type is Multidimensional
[Wed Jul 29 15:02:47 2009]Local/ESSBASE0///Info(1051051)
Essbase Server - started
Waiting for Client Requests...
Thanks,
Krish

Similar Messages

  • 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 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>]

  • Essbase services stop&start order

    Hi all,
    I want to knowthe order to stop&start essbase services
    STOP:
    administration servicese
    Essbase services
    Foundation
    Openldap
    but we have 3 batch script its stoping 4 services
    and wat is HYS9ESBAgent11.1.1.1_Hypservice_1??
    where should i find thid in which folder
    can any one tell me
    Edited by: user8815661 on 15 nov. 2010 01:36

    What you have written is the stop order and the reverse is start order.
    and wat is HYS9ESBAgent11.1.1.1_Hypservice_1??It is the essbase agent running in the background services and available in
    $Hyperion Home\products\Essbase\EssbaseServer\bin\ESSBASE.exe

  • 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.

  • Cannot start Essbase application

    Hi-
    We could not start our Essbase application after stopping and starting Essbase services. This issue happens randomly, usually when big calcs are running and getting interrupted by the nightly backup process. We are killing all processes and logging off users before stopping the services, however we still seem to be running into "Cannot load application..." error depicted below when trying to start the services back up.. Any suggestions are greatly appreciated. Is there any better way to get rid of any hung processes besides "alter system kill request all;" command? Thank you in advance..
    MAXL> alter system logout session all;
    OK/INFO - 1013220 - Supervisor [essbaseadmin] has forced user [JohnSmith] to logout.
    OK/INFO - 1051037 - Logging out user [a350199], active for 68 minutes.
    OK/INFO - 1013220 - Supervisor [essbaseadmin] has forced user [essbaseadmin] to logout.
    OK/INFO - 1051037 - Logging out user [essbaseadmin], active for 243 minutes.
    ERROR - 1013291 - Failed to logout user [essbaseadmin]: user has requests running.
    essmsh timestamp: Wed Mar 18 20:00:03 2009
    MAXL> alter system kill request all;
    OK/INFO - 1056090 - System altered.
    essmsh timestamp: Wed Mar 18 20:00:04 2009
    MAXL> alter application MYAPP disable connects;
    OK/INFO - 1056013 - Application MYAPP altered.
    essmsh timestamp: Wed Mar 18 20:00:04 2009
    MAXL> logout;
    User essbaseadmin is logged out
    essmsh timestamp: Wed Mar 18 20:00:04 2009
    /*--stop essbase services now******/
    ------- ESSBASE.LOG ------------------------------
    [Wed Mar 18 20:10:04 2009]Local/ESSBASE0///Error(1013018)
    Cannot unload database [MYAPP] while user [essbaseadmin] is performing database operation. Wait for the user to complete the operation, or ask the user to abort it. Log out all users and then unload the database.
    /*--start essbase services******/
    [Wed Mar 18 20:13:03 2009]Local/ESSBASE0///Info(1051283)
    Retrieving License Information Please Wait...
    [Wed Mar 18 20:13:03 2009]Local/ESSBASE0///Info(1051286)
    License information retrieved.
    [Wed Mar 18 20:13:05 2009]Local/ESSBASE0///Info(1051199)
    Single Sign-On Initialization Succeeded !
    [Wed Mar 18 20:13:05 2009]Local/ESSBASE0///Info(1051232)
    Using English_UnitedStates.Latin1@Binary as the Essbase Locale
    [Wed Mar 18 20:13:09 2009]Local/ESSBASE0///Error(1002097)
    Unable to load database [MYAPP]
    [Wed Mar 18 20:13:09 2009]Local/ESSBASE0///Error(1052001)
    Error reading from server
    [Wed Mar 18 20:13:09 2009]Local/ESSBASE0///Error(1052001)
    Error reading from server
    [Wed Mar 18 20:13:09 2009]Local/ESSBASE0///Error(1054001)
    Cannot load application MYAPP with error number [1002097] - see server log file

    Please be careful.
    When you kill a calc script, it can damage your app/db.
    I would suggest to make sure that your calc script finish before your backup run, or run after the backup finish.
    Zaky

  • No Able to Start Administration services.

    Hi Gurus,
    I am not able to connect to essbase.
    bcoz
    I am not able to start hyperion administration services
    its throwing error "error 1067 terminated unexpectedly.
    services or corrupted or any other issue.
    Please help
    Thanks

    What version are you on?
    Are you able to connect to Essbase using MaxL?
    See if these docs help from the Oracle Support --
    Essbase Windows Service Error: "Error 1067: The process terminated unexpectedly." [ID 592567.1]
    Error: "Unable to start Essbase Service on Local Computer. Error 1067: The process terminated unexpectedly" [ID 597883.1]
    Thanks.
    HyperionEPM
    Edited by: hyperionEPM on Dec 26, 2012 1:41 PM

  • 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

  • Can't start Foundation Services on Windows XP, Essbase 11.1.2

    Installation and & configuration were fine and everything worked for a while. Machine was rebooted. After that, I tried : "EPM System Start" from start menu, but it fails starting foundation services. I tried starting only Foundation services ... It is the same. In the starter log I can see:
    Adding reference: ant.PropertyHelper
    Detected Java version: 1.6 in: C:\Oracle\Middleware\jdk160_11\jre
    Detected OS: Windows XP
    Adding reference: ant.ComponentHelper
    Setting ro project property: ant.file -> C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\instance\start.xml
    Adding reference: ant.projectHelper
    Adding reference: ant.parsing.context
    Adding reference: ant.targets
    parsing buildfile C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\instance\start.xml with URI = file:/C:/Oracle/Middleware/EPMSystem11R1/common/config/11.1.2.0/resources/instance/start.xml
    Setting ro project property: ant.project.name -> start engine
    Adding reference: start engine
    Setting ro project property: ant.file.start engine -> C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\instance\start.xml
    Project base dir set to: C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\instance
    +Target:
    +Target: start
    +Target: stop
    [antlib:org.apache.tools.ant] Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be found.
    [property] Loading Environment env.
    Setting project property: env.TEMP -> C:\DOCUME~1\apsarch\LOCALS~1\Temp
    Setting project property: env.INIT_PARAM -> EssbaseAdminServices.properties
    Setting project property: env.JAVA_HOME -> C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_11
    Setting project property: env.CLASSPATH -> .;C:\Oracle\Middleware\EPMSystem11R1\common\utilities\Ant\1.7.0\lib;C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_11\lib;C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\configtool.jar;
    Setting project property: env.day -> 18
    Setting project property: env.ProgramFiles -> C:\Program Files
    Setting project property: env.Path -> C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0;C:\Oracle\Middleware\EPMSystem11R1/products/Essbase/EssbaseServer/bin;C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseClient\bin;C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseClient;;C:\Oracle\Middleware\EPMSystem11R1\common\EssbaseRTC\11.1.2.0;C:\Oracle\Middleware\ohs\bin;C:\Oracle\Middleware\ohs\opmn\bin;C:\Oracle\Middleware\ohs\opmn\lib;C:\Oracle\Middleware\ohs\perl\bin;C:\Oracle\Middleware\EPMSystem11R1\common\ODBC\Merant\6.0\Drivers;C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\eas\console\bin;C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\eas\server\bin;C:\Oracle\Middleware\EPMSystem11R1\common\JRE\Sun\1.6.0\bin;C:\WINDOWS\system32C:\Oracle\Middleware\EPMSystem11R1\common\utilities\Ant\1.7.0\bin;C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_11\bin;
    Setting project property: env.SESSIONNAME -> RDP-Tcp#1
    Setting project property: env.EPM_ORACLE_INSTANCE -> C:\Oracle\Middleware\user_projects\epmsystem1
    Setting project property: env.SystemRoot -> C:\WINDOWS
    Setting project property: env.EPM_ORACLE_HOME -> C:\Oracle\Middleware\EPMSystem11R1
    Setting project property: env.USERNAME -> apsarch
    Setting project property: env.APS_HOME -> C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\aps
    Setting project property: env._JAVACMD -> C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_11\bin\java.exe
    Setting project property: env.PROCESSOR_LEVEL -> 15
    Setting project property: env.VSEDEFLOGDIR -> C:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection
    Setting project property: env.FP_NO_HOST_CHECK -> NO
    Setting project property: env.USERPROFILE -> C:\Documents and Settings\apsarch
    Setting project property: env.PROCESSOR_REVISION -> 0209
    Setting project property: env.timestamp -> 20100618T052007
    Setting project property: env.CommonProgramFiles -> C:\Program Files\Common Files
    Setting project property: env.ANT_CMD_LINE_ARGS -> -debug -f C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\instance\start.xml start -logfile C:\Oracle\Middleware\user_projects\epmsystem1\diagnostics\logs\starter\starter20100618T052007.log
    Setting project property: env.HOMEPATH -> \Documents and Settings\apsarch
    Setting project property: env.HYPERION_HOME -> C:\Oracle\Middleware\EPMSystem11R1
    Setting project property: env.minute -> 20
    Setting project property: env.PROCESSOR_ARCHITECTURE -> x86
    Setting project property: env.OS -> Windows_NT
    Setting project property: env.EAS_HOME -> C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\eas\server
    Setting project property: env.CLIENTNAME -> Console
    Setting project property: env.ComSpec -> C:\WINDOWS\system32\cmd.exe
    Setting project property: env.PATHEXT -> .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.PSC1
    Setting project property: env.PROMPT -> $P$G
    Setting project property: env.dow -> Fri
    Setting project property: env.ALLUSERSPROFILE -> C:\Documents and Settings\All Users
    Setting project property: env.ESSLANG -> English_UnitedStates.Latin1@Binary
    Setting project property: env.HOMEDRIVE -> C:
    Setting project property: env.year -> 2010
    Setting project property: env.PROCESSOR_IDENTIFIER -> x86 Family 15 Model 2 Stepping 9, GenuineIntel
    Setting project property: env.APPDATA -> C:\Documents and Settings\apsarch\Application Data
    Setting project property: env.ESSBASEPATH -> C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseClient
    Setting project property: env.NUMBER_OF_PROCESSORS -> 1
    Setting project property: env.month -> 06
    Setting project property: env.second -> 07
    Setting project property: env.ANT_HOME -> C:\Oracle\Middleware\EPMSystem11R1\common\utilities\Ant\1.7.0
    Setting project property: env._USE_CLASSPATH -> yes
    Setting project property: env.DEFLOGDIR -> C:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection
    Setting project property: env.ARBORPATH -> C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseClient
    Setting project property: env.SystemDrive -> C:
    Setting project property: env.TMP -> C:\DOCUME~1\apsarch\LOCALS~1\Temp
    Setting project property: env.USERDOMAIN -> RYLIU-TEST
    Setting project property: env.tvdebugflags -> 0x20805
    Setting project property: env.hour -> 05
    Setting project property: env.windir -> C:\WINDOWS
    Setting project property: env.COMPUTERNAME -> RYLIU-TEST
    Setting project property: env.LOGONSERVER -> \\RYLIU-TEST
    Class com.hyperion.cis.ant.starter.StarterEngine loaded from parent loader (parentFirst)
    +Datatype starter com.hyperion.cis.ant.starter.StarterEngine
    Attempting to create object of type org.apache.tools.ant.helper.DefaultExecutor
    Adding reference: ant.executor
    Build sequence for target(s) `start' is [start]
    Complete build sequence is [start, stop, ]
    start:
    [starter] Starting component: FoundationServices.properties
    [starter] Selected starter: com.hyperion.cis.ant.starter.ServiceStarter@b9b538[name=HyS9FoundationServices,checker=com.hyperion.cis.ant.starter.checkers.J2eeChecker@1e1a408,engine=<null>,id=<null>,type=<null>,waitFor=true,running=false,timeout=500000,interval=5000,softDependency=[],strongDependency=[],isExecuted=false]
    [starter] Start time: Fri Jun 18 05:20:16 PDT 2010
    [starter] End time: Fri Jun 18 05:30:11 PDT 2010. Delay : 595063ms
    [starter] Operation 'start' wasn't completed
    [starter] Starting component: EssbaseAdminServices.properties
    [starter] Selected starter: com.hyperion.cis.ant.starter.ServiceStarter@1835282[name=HyS9eas,checker=com.hyperion.cis.ant.starter.checkers.J2eeChecker@9df354,engine=<null>,id=<null>,type=<null>,waitFor=true,running=false,timeout=500000,interval=5000,softDependency=[FoundationServices.properties],strongDependency=[],isExecuted=false]
    [starter] Start time: Fri Jun 18 05:30:16 PDT 2010
    [starter] End time: Fri Jun 18 05:40:11 PDT 2010. Delay : 595313ms
    [starter] Operation 'start' wasn't completed
    BUILD SUCCESSFUL
    Total time: 20 minutes 1 second
    I need to run Admin Services Console & essmsh. If I try to run Admin Service Console it has error: "Could not connect to admin server" and after thae "EAS server not available". How can I start Essbase? After reboot, I can see only Hyperion Integration service started - all others not (they are set to Automatic start). Also, I see ESSBASE.exe process and couple of opmn.exe ...
    Does anything else has to be started before starting EPM System start script? I really appreciate any help!

    Can't you install Essbase 11.1.1.x to not use Shared Services?
    From the 11.1.1.3 install guide:
    If you want to install Essbase in standalone mode (not using Shared Services), you can skip the installation for Shared Services. However, you must configure the Oracle's Hyperion Shared Services Registry database. To configure the Shared Services Registry database without installing Shared Services, see “Setting Up the Shared Services Registry Without Installing Shared Services” on page 112.And from page 112:
    If you want to install Essbase in standalone mode (not using Shared Services), you can skip the installation for Shared Services. However, you must still configure the Shared Services Registry database. To configure the Shared Services Registry database without installing Shared Services, you run EPM System Configurator from the command line using the –forceRegistry option. This option forces the “Shared Services and Registry Database Configuration” page to display during configuration so you can enter database details for the Shared Services Registry. EPM System Configurator populates the database with tables for the Shared Services Registry, but not for Shared Services.I'm pretty sure people are running Essbase on XP boxes. That includes EAS, and maybe APS for SmartView, and that's pretty much it.
    For sure XP isn't a supported environment.
    Regards,
    Cameron Lackpour

  • Stop and Start Essbase 11.1.2.2 services

    Hi All
    How to stop and start essbase 1.1.2.2 services? Do I just stop and start OPMN service? Or got to start menu and Oracle EPM System and Essbase to stop and start? Will both work?
    Thanks

    Yes you can just stop and start the OPMN service, the start menu option will do pretty much the same thing, for more information have a read of http://docs.oracle.com/cd/E17236_01/epm.1112/epm_install_1112200/ch12s02s08.html
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • 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/

  • 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.

  • Essbase Service crashed after starting other EPM service

    Hi,
    I'm using EPM 11.1.1.3 on WebLogic 9.23. OS: Win2003R2 32bit.
    2 days ago my server has been crashed. After that I had to restore OpenLDAP directory. As loading of services Essbase service is started successfully, however at call to it through EAS or start of other services (Provider services) Essbase service is crashed.
    What log files to me need to be looked?

    Have you tried "Recover Native Directory" in Shared Services.
    Have you checked the essbase.log in hyperion\logs\essbase
    It may be a problem with the essbase security file, though I wouldn't expect essbase to start up if it was.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Starting Win NT or 2K Essbase Service using batch

    I know you can either:essbase <password> -b to run in background ORessbase <password> to run normally,but if you are running Essbase as a service, can you restart the service from the command line?Thanks,Clay

    When you run essbase as a service using "essbase.exe -service install" you need do the following to shutdown/startup: SHUTDOWNSERVER command in ESSCMD to shutdown and to start you need to start the service from the services list. These are the only options that I have read in the essbase docs.Hope this helps.

  • Cannot start hyperion essbase services

    Hi,
    I cannot start start hyperion essbase services, when I start it in control panel it starts and than as I close the control panel and open it again service is not runnig.
    What can be the reason of this situation??
    And because of that i think i receive the following errors after successfull configuration and instalation of hyperion planning
    Essbase / Essbase
    FAILED Essbase server Essbase Server startup on
    Error: Cannot connect to Analytic Server "POL-MPIKULSKI:1423". null
    Recommended Action: Check application is started 3 s
    FAILED Essbase server Essbase Server startup check using Maxl command
    Error: Result: Unable to connect Essbase Server using MAXL command. Please check that essbase server is running.
    Recommended Action: Check Essbase Server is started
    Essbase / Essbase Administration Services
    FAILED Web App Availability of web application context (POL-MPIKULSKI, 10080, eas)
    Error: com.hyperion.cis.utils.BadResponseCodeException: Bad response code: 404
    Recommended Action: Check application is started
    Regards,

    Ok,
    By the way, when we talked about why the Hyperion Foundation Shared Services - Web Application does not work, I didnt realize that it was not working because the Hyperion Foundation OpenLDAP just disapeared from the services, just after I turned off and on the computer. Can you tell me just in case that situation will happen again (because it happened twice to me, after the first time reinstallation repaired this issue and everything was working, but now after second time reinstalation repaired it again but as you know essbase is not workin) what can I do to repair the Hyperion Foundation OpenLDAP instead of reinstalling the system ??
    cheers,
    maciek

Maybe you are looking for

  • Creative Cloud for Teams  - lost access

    I'm the account manager for Creative Cloud for Teams, but my account is now showing that I just have a free trial. The other member of my team has full access still but no admin rights. How do I correct?

  • SQL Loader and control file

    I know I've done this before but, I don't use SQL Loader often and I'm having issues getting a file to load. The table has 6 columns in it - one of which is a timestamp. I was having issues loading it initially with date format issues. I ruled out an

  • Documentation for GL/AR/AP Tolerances

    Hi, Does any one have documenation on GL/AR/AP tolerances....Like the writeoff limits, cash discounts,underpayment etc. Please forward the same to the mail ID mentioned in my Business card. Thank you in advance. Regards Aravind

  • Google Maps widget for Captivate 4

    Hi people, I am planning to create a google maps widget for captivate 4. Something like it will load a map of the location(longitude,latitude) set by the project author in the published SWF at runtime. If you like the idea, then please give your sugg

  • Creating Single TreeTable from two self linking VOs

    Hi, Lets say, I want to show the organization structure in TreeTable in following format NOTE: I am sorry, I am not able to get the indentation. Every row in below layout is indented one level compared to above row Continent Country AreaHead Employee