cancel
Showing results for 
Search instead for 
Did you mean: 

How start sap from command line in Windows

Former Member
0 Kudos

Hi,

How start SAP console from command line in Windows, since MMC is not working

Thanks,

Hari

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

well, startsap and sapstart are no longer supported, there are better alternatives.

See for more details.

regards

Peter

Former Member
0 Kudos

HI,

go to run-cmd-change the drive(whr ur kernel located) then startsap name=<SID> nr=<instance number> sapdiahost=<hostname>

i think this is enough to start sap mmc.

sridhar

Former Member
0 Kudos

hi ,

go to command prompt

<install drive>:\usr\sap\X11\SYS\exe\uc\NTI386>

then

STARTSAP.EXE name=<SID> nr=<SYSNR> SAPDIAHOST=<host>

this will help u

regards

ajai

Former Member
0 Kudos

Harender

Login as <SIDADM>

Execute STARTSAP name=<SID> nr=<SYSNR> SAPDIAHOST=<host name>

Hope this helps

Cheers,

Praveen

Former Member
0 Kudos

Hi,

you can start sap system from windows console using startsap command

in windows

start -> run -> cmd

change directory to your kernel directory i.e \usr\sap\SID\SYS\exe\uc\NTI386 or \usr\sap\SID\sys\exe\run

now execute STARTSAP name=<SID> nr=<SYSNR> SAPDIAHOST=<host>

where SID = your sap system id

nr = instance number

SAPDIAHOST = host name of your sap server

also check following

regards,

kaushal

Edited by: Kaushal Malavia on Jun 23, 2008 6:51 PM

Former Member
0 Kudos

Am new to sap please how do i get the SID,NR and SAPDIAHOST

THANKS