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.

Similar Messages

  • Start and stop Cisco Secure ACS services using batch.

    Hello.
    I need to start and stop Windows service using a batch.
    What is the correct order?
    Thanks.
    Andrea

    Here is the batch file I use to stop and start services on ACS 4.x Windows and it works perfectly. @ECHO OFF net stop csmon >null 2>&1 net stop cslog >null 2>&1 net stop csdbsync >null 2>&1 net stop csauth >null 2>&1 net stop csadmin >null 2>&1 net stop cstacacs >null 2>&1 net stop csradius >null 2>&1 net start csauth >null 2>&1 net start csmon >null 2>&1 net start cslog >null 2>&1 net start csdbsync >null 2>&1 net start csadmin >null 2>&1 net start cstacacs >null 2>&1 net start csradius >null 2>&1 echo Complete restart finished exit 0

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

  • CAN WE START AND STOP THE CONTROL CENTER SERVICES USING OMB?

    Hi All,
    I'm new into the world of OMB and currently i have been working with OMB scripts and i just need to know whether i am able to start the control center services using OMB...?
    Any help will be highly appreciated.
    Regards,
    Shenoy

    Thanks ALL, I GOT IT, but I used other solution.
    Since I installed and uninstalled the Oracle several times, it keeps also many different Services for the listener. I don't know why, it didn't create a Service for my actual instalation with its path. In other words, all the services remained in the services.msc panel, had the path that was already removed from the Windows folder.
    Then what I did, was that I picked one service, took its name (OracleOraDb10g_home1TNSListener), went to regedit to [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\OracleOraDb10g_home1TNSListener] and simply changed the image path that was setted for the one that was removed (C:\oracle\product\10.1.0\Db_2\BIN\TNSLSNR ) for mine that is installed right now
    (C:\oracle\product\10.1.0\Db_1\BIN\TNSLSNR). Nothing more and finally works.
    I have tried something in the services.msc panel before, as you can see in this forum at the thread "I can't start listener in the Control Painel/Admin Tools/ Services", but I never got
    success.
    Appreciate your time!!

  • Problem while starting Apache/Tomcat as a NT Service

    We are having a virtual folder which is mapped to a network physical folder.In this case while starting Apache/Tomcat as NT service it fails to map that folder.If we start the Tomcat as a Standalone service(using start menu) it works fine.I don't know which one is best whether starting tomcat as standalone or NT service.Provide a better solution

    You want to run it as an NT Service if you want Tomcat running when you are logged off. Otherwise, you can just run it manually.

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

  • 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

  • DBConsole Service doesn't start after Install OAS F&R-Services Win 10g

    Windows DBConsole Service doesn't start after Install OAS F&R-Services
    Hello,
    we have installed:
    WINDOWS Server 2003 with SP 2
    Oracle 10.2.0.1
    OAS F&R Services 10.1.2.0.2
    after Install DBR2 EM / DBConsole did work
    after Install OAS F&R-Service
    the windows-service for DBConsole
    doesn't start, return with an Error Code 2
    see below
    the file named emdbconsole.nohup from output log
    is not to find
    the ias_console does work fine
    OAS F_R-Services do work too
    whats may be wrong ?
    regards
    Norbert
    OracleDBConsoleorclsrvc.log :
    EMDROOT=D:\oracle\product\10.2.0\db_1
    ORACLE_HOME=D:\oracle\product\10.2.0\db_1
    EMDSTATE=D:\oracle\product\10.2.0\db_1\kfin_orcl
    CONSOLE_CFG=dbconsole
    TRACE_LEVEL=16
    TIMEOUT=15
    12/14/09 13:13:08 Start pending...
    12/14/09 13:13:08 Verifying dbconsole is not started already. Command line "D:\oracle\product\10.2.0\db_1\bin\emctl.bat" istatus dbconsole
    12/14/09 13:13:09 dbconsole launch commandline is "D:\oracle\product\10.2.0\db_1\bin\emctl.bat" istart dbconsole
    12/14/09 13:13:09 Tracking process launch...
    12/14/09 13:13:39 dbconsole exited with retCode 2.
    12/14/09 13:13:39 Check D:\oracle\product\10.2.0\db_1\kfin_orcl\sysman\log\emdbconsole.nohup for details
    Edited by: astramare on Dec 15, 2009 8:43 AM

    Hi,
    1. Stop the DBConsole. (set ORACLE_SID first & ORACLE_HOME)
    cd %ORACLE_HOME%\bin
    emctl stop dbconsole
    2. Update the <ORACLE_HOME>/<hostname_sid>/sysman/config/emd.properties file.
    Change line from:
    tracelevel.main=WARN
    To
    tracelevel.main=DEBUG
    Decomment this line, so that the line becomes :
    EMAGENT_PERL_TRACE_LEVEL=DEBUG
    3. Update the <ORACLE__HOME>/<hostname_sid>/sysman/config/emomslogging.properties
    Change line from:
    log4j.rootCategory=WARN, emlogAppender, emtrcAppender
    To
    log4j.rootCategory=DEBUG, emlogAppender, emtrcAppender
    4. Remove/backup all log files from ORACLE_HOME/<hostname_sid>/sysman/log
    5. Start the dbconsole and upload the output of each command
    - start the dbconsole: "emctl start dbconsole"
    - issue "emctl clearstate"
    - status the dbconsole: "emctl status dbconsole"
    - check the status of the agent until it comes up: "emctl status agent"
    - force an upload: emctl upload
    6. Check If you are able to view the dbconsole Page & login
    check below logs may be you can see the close error messages to solve the issue.
    <ORACLE_HOME>/<hostname_sid>/sysman/log directory
    <ORACLE_HOME>/<hostname_sid>/sysman/config/emoms.properties
    Otherwise re-create the DBconsole using the metalink doc 278100.1 : How To Drop, Create And Recreate DB Control In A 10g Database. (Please check the steps from Recreate/ReConfig DB Control, if you want to re-create)
    Thanks.

  • The visual Studio Test controller service on local computer started and then stopped. Some services stop automatically if they are not in use by other services or programs

    We are using VS2013 Premium. i have installed vs2013 Test controller in my dev environment. While i am configuring (https://msdn.microsoft.com/en-us/library/hh546459.aspx) getting error message in
    the Configuration summary dialog box displaying following error's : 1. Failed to Configure TFS Team Project Collection, 2. Could not complete operation as the time out expired. ''
    I have checked the "visual Studio Test controller " in the
    Services --> Administrative. Its automatically stopped the service. When i started the manually its showing message like as 'The visual Studio Test controller
    service on local computer started and then stopped. Some services stop automatically if they are not in use by other services or programs'
    Please guide me how to resolve this problem. 
    Thanks in Advance...

    Hi Divakar,
    What’s the version of your TFS?
    How do you configure the test control?
    Please make sure you are specify the team collection instead of team project.
    On the other hand, you may enable test controller logs. (You could share the log file on the OneDrive)
    # How to enable test controller logs
    http://blogs.msdn.com/b/aseemb/archive/2009/11/28/how-to-enable-test-controller-logs.aspx
    Regards
    Starain
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Create & Start UPS Service Using Power-Shell in SharePoint 2013

    I want to know that is there a way to create a User Profile Synchronization Service using Power-Shell in a SharePoint 2013 Enterprise site? If so then how am I supposed to do that and start the User Profile Synchronization Service using the Power-Shell.
    I'm seeking this help because the UPS service is stuck in Starting and both FIM Services are also not started but they are in Automatic start mode.
    Could someone try to solve this matter.
    Thanks,
    regards,
    Chiranthaka

    start it from powershell will not help you resolve the issue.
    Try below articles:
    http://myspexp.com/2011/04/28/user-profile-synchronization-servicehangs-on-starting-i-fixed-it/
    troubleshoot this issue:http://www.harbar.net/articles/sp2010ups2.aspx
    http://www.sharepointdiary.com/2012/09/user-profile-synchronization-service-stuck-at-starting.html#ixzz2aXArH7zX

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

  • How to Start Essbase without using OPMN in 11.1.2.1

    All,
    We have installed and configured Essbase 11.1.2.1 successfully on 64 bit AIX server. Now I need to know how to start the essbase without using OPMN?
    As we can start essbase using :-

<EPM_ORACLE_HOME>\user_projects\epmsystem1\bin\startEssbase.bat

; But this method will still use OPMN, if OPMN is not running it will first start up the OPMN processes and then start up Essbase.

    As we are not using Essbase clustering and so do not find OPMN more beneficial and moreover OPMN is not working properly to start any processes. so we just do not want to use OPMN in starting the essbase.
    is there any workaround to just skip the OPMN while starting/stopping/restart essbase?
    Thanks in advance,

    In 11.1.2.0 there was startEssbase.bat at <EPM_HOME>\user_projects\epmsystem1\EssbaseServer\essbaseserver1\bin\startEssbase.bat

    which basically just called setEssbaseEnv.bat which sets a number of variables, one being %ESSBASEPATH% which points to <EPM_HOME>\EPMSystem11R1\products\Essbase\EssbaseServer
    Then called %ESSBASEPATH%\bin\essbase.exe
    This bypasses opmn
    Now in 11.1.2.1 Oracle removed <EPM_HOME>\user_projects\epmsystem1\EssbaseServer\essbaseserver1\bin\startEssbase.bat

    but still left setEssbaseEnv.bat, it is possible to call setEssbaseEnv.bat and then %ESSBASEPATH%\bin\essbase.exe
    Essbase starts up fine and bypasses opmn.
    I would have thought it would be possible on other OS types as long as the environment variables are set first being starting up essbase.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • 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

Maybe you are looking for