cancel
Showing results for 
Search instead for 
Did you mean: 

Starting and stoping SAP J2EE engine without using SAPMMC

devendervb
Contributor
0 Kudos

Hi All,

How can we start SAP J2EE engine without using SAPMMC.

My SAP J2EE version is 6.40.

Kindly, help.

Regards,

Devender V

Accepted Solutions (1)

Accepted Solutions (1)

debasissahoo
Active Contributor
0 Kudos

Devender,

you should use

to start: startsap.exe name=<SID> nr=<SYSTEMNR> SAPDIAHOST=<HOST>

to stop: stopsap.exe name=<SID> nr=<SYSTEMNR> SAPDIAHOST=<HOST>

- if PATH env variable doens't contain the path to startsap, then you need to create a command prompt at the exe folder and then run the command.

Regards,

Debasis.

devendervb
Contributor
0 Kudos

Hi Sahoo,

tell me in which folder I need to execute the below cmd

to start: startsap.exe name=<SID> nr=<SYSTEMNR> SAPDIAHOST=<HOST>

to stop: stopsap.exe name=<SID> nr=<SYSTEMNR> SAPDIAHOST=<HOST>

Kindly, explain what do you mean by this if possible with example.

if PATH env variable doens't contain the path to startsap, then you need to create a command prompt at the exe folder and then run the command.

debasissahoo
Active Contributor
0 Kudos

hi Devender,

if your SID = J01 system no# 00, host = hostabc

open a command prompt,..cd to this exe folder... (/usr/sap/J01/SYS/exe) just cross check if startsap existing or not.

then run

startsap.exe name=J01 nr=00 SAPDIAHOST=hostabc

if the PATH env variable already has a value C:\usr\sap\J01\SYS\exe then you may directly run the command from any folder.. no need to specifically go to the exe folder.

(if you need help how to set env variable in windows, http://www.cs.usask.ca/~wew036/latex/env.html)

Regards,

Debasis.

Edited by: Debasis Sahoo on Apr 29, 2009 8:56 PM

Former Member
0 Kudos

Always use jcmon, the best way to handle J2EE, whether it is only Java or Abap+Java server

at command prompt, using sidadm

jcmon pf=<profile path>

20-local administration

for Only Java, use JCxx path

for abap+Java, use SCSxx path

or directly run the jcmon.bat file

http://help.sap.com/saphelp_nw70/helpdata/en/d3/4d074147c1f06fe10000000a1550b0/frameset.htm

Answers (2)

Answers (2)

Former Member
0 Kudos

you can also it using NWDI but for that your database must be online

Refer to http://help.sap.com/saphelp_nw70/helpdata/en/9b/dd7277f3e64ecba59f7fbac7edd2fe/frameset.htm

to see how to do it

Rohit

Former Member
0 Kudos

Hi Devender,

I think you login as sidadm,open console and type

startsap

I think this will do

Rohit