cancel
Showing results for 
Search instead for 
Did you mean: 

Message Server is stopped in SAP MMC

0 Kudos

Message Server is stopped in SAP MMC. Here is the developer trace as follows:

---------------------------------------------------

trc file: "dev_ms", trc level: 1, release: "720"

---------------------------------------------------

[Thr 10076] Sun Jan 01 21:57:49 2012

[Thr 10076] ms/http_max_clients = 500 -> 500

[Thr 10076] MsSSetTrcLog: trc logging active, max size = 52428800 bytes

systemid   562 (PC with Windows NT)

relno      7200

patchlevel 0

patchno    92

intno      20020600

make       multithreaded, Unicode, 64 bit, optimized

pid        316

[Thr 10076] ***LOG Q01=> MsSInit, MSStart (Msg Server 1 316) [msxxserv.c   2274]

[Thr 10076] ***LOG Q0I=> NiIBindSocket: bind (10013: WSAEACCES: Permission denied) [nixxi.cpp 3740]

[Thr 10076] *** ERROR => NiIBindSocket: SiBind failed for hdl 17/sock 504

    (SI_EPORT_INUSE/10013; I4; ST; 0.0.0.0:3601) [nixxi.cpp    3740]

[Thr 10076] *** ERROR => MsSCommInit: NiBufListen(sapmsDEV) (rc=NIESERV_USED) [msxxserv.c   12131]

[Thr 10076] *** ERROR => MsSInit: MsSCommInit [msxxserv.c   2318]

[Thr 10076] *** ERROR => MsSInit failed, see dev_ms for details

[msxxserv.c   7526]

[Thr 10076] ***LOG Q02=> MsSHalt, MSStop (Msg Server 316) [msxxserv.c   7585]

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

Hi Saurabh Rawat

Thank you for your support. Actually the port was busy with other applications.It got resolved by releasing the port number

Regards

Jakeer Hussain

Former Member
0 Kudos

  [Thr 10076] ***LOG Q01=> MsSInit, MSStart (Msg Server 1 316) [msxxserv.c   2274]

[Thr 10076] ***LOG Q0I=> NiIBindSocket: bind (10013: WSAEACCES: Permission denied) [nixxi.cpp 3740]

[Thr 10076] *** ERROR => NiIBindSocket: SiBind failed for hdl 17/sock 504

    (SI_EPORT_INUSE/10013; I4; ST; 0.0.0.0:3601) [nixxi.cpp    3740]

Hi Jakeer,

It seem maybe some other application is already using port 3601. try doing netstat -a.

Check this out too - Note 1845121

Cheers,

Saurabh

0 Kudos

Hi Saurabh

Thanks for the quick answer. How to do netstart. I have no idea on that. Can you please give me some direction on that step, so that I can move forward and solve the issue.

Former Member
0 Kudos

Hi Jakeer,

Please go through the note. http://service.sap.com/sap/support/notes/1845121.

The command is in there. Go to windows terminal (cmd) and fire the below command (I picked it from note.)

> netstat -ao | findstr <port number>

it will give you the PID of the process listening to that port.

Cheers,

Saurabh

Sriram2009
Active Contributor
0 Kudos

Hi Jakeer

Is it possible to do the full system restart and then check the SAP system

Regards

SS

0 Kudos

Hi Sriram

Yes it is possible to do. But I have already checked with that solution. But it doesn't worked.