cancel
Showing results for 
Search instead for 
Did you mean: 

how to start sapserver without sapmmc in windows???

Former Member
0 Kudos

Hello friends,

  In our ep server sapmmc is not working. Is there any other possible way to start sap server.? In command prompt by running startsap.exe <sid> <sys number> <host> is also not working. is there any possible way to start by using service http(sapmc.html)???--> this process i dont know please help me how to do this.... now we need to generate LAW report for this server. so very urgent. please help me to start this server... please help me to solve this problem...

Thanks&Regards.

Farkath.C

Accepted Solutions (1)

Accepted Solutions (1)

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

You can add this system to MMC of some other system and then you can start/stop from there.

Thanks

Sunny

Former Member
0 Kudos

Alternatively you can access the MMC using web browser: http://<hostname>:5xx13

where xx is the instance number.

Regards.

Ruchit.

Former Member
0 Kudos

Hi,

Please make sure port 5xx13 is accesible if doing a remote access. 

Regards.

Ruchit.

Former Member
0 Kudos

hello ruchit,

if i do this http://<hostname>:5xx13. it shows " your browser is completely ignoring <applet>tag!" like this. what shuld i have to do there to start server. could i have to do any pre settings before using this web browser.???

Former Member
0 Kudos

Hi Farkath,

An issue probably with IE 7.0 on 64 bit platforms. You can try accessing it from your local machine  (32-bit) (provided port is open) and if that too is an issue may be have a look at this:

http://social.msdn.microsoft.com/Forums/en-US/iewebdevelopment/thread/4f8102fe-28d7-49d0-b688-5604da...

Regards.

Ruchit.

Former Member
0 Kudos

Hi Farkath,

For " your browser is completely ignoring <applet>tag!" errors, download java applet and install in your work station. then run http://<hostname>:5xx13 in your browser. it seems java applet is not installed in your machine. this will work for sure.

Regards,

Shanthosh

Answers (2)

Answers (2)

former_member192421
Active Participant
0 Kudos

Hi Farkath,

Also try fixing your server MMC by adding SAP systems.

Here are some link where you can find how to fix it.

"http://help.sap.com/saphelp_nwpi71/helpdata/en/49/0eb43799b4740ee10000000a421937/c

ontent.htm
"

"http://www.saptechnical.com/Tips/Basis/MMC/Index.htm

Regards,

Rajkumar

former_member192421
Active Participant
0 Kudos

Hi Farkath,

For Windows system

In command prompt type the followings to start SAP server:

1st start your Database

in Run  sqlplus '/as sysdba'

sql>startup

2nd start SCS instance

startupsap name=<SID> nr=<instance.no> sapidhost=<hostname>

3rd start Application server instances

startupsap name=<SID> nr=<instance.no> sapidhost=<hostname>

Let me know if it works.

Regards,

Rajkumar