cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Startup failed

Former Member
0 Kudos

Hi,

i am trying to start our DEV instance and i execute all the commands to startup SAP. when i try to connect using SAP gui it gives me the following error

WSAECONNREFUSED: Connection Refused. i looked at dev_ms and it has the following error, can anyone help me?

"dev_ms" 35 lines, 1374 characters

-


ROR => MsSSend: NiWrite (rc=NIECONN_BROKEN) to C0 (127.0.0.1) [msxxserv_mt.

10825]

10825]e: "dev_ms", trc level: 1, release: "700"

-


[Thr 1] Mon Jul 2 12:05:50 2007

[Thr 1] MsSSetTrcLog: trc logging active, max size = 20971520 bytes

systemid 370 (Solaris on SPARCV9 CPU)

relno 7000

patchlevel 0

patchno 73

intno 20050900

make: multithreaded, Unicode, 64 bit, optimized

pid 2063

[Thr 1] ***LOG Q01=> MsSInit, MSStart (Msg Server 1 2063) [msxxserv_mt. 1824]

[Thr 1] SigISetDefaultAction : default handling for signal 18

[Thr 1] load acl file = /usr/sap/DEV/SYS/global/ms_acl_info

[Thr 1] MsGetOwnIpAddr: my host addresses are :

[Thr 1] 1 : [200.0.0.81] tetradev (HOSTNAME)

[Thr 1] 2 : [127.0.0.1] localhost (LOCALHOST)

[Thr 1] MsHttpInit: full qualified hostname = tetradev

[Thr 1] HTTP logging is switch off

[Thr 1] set HTTP state to LISTEN

[Thr 1] ms/icf_info_server : deleted

[Thr 1] *** I listen to port sapmsDEV (3602) ***

[Thr 1] *** I listen to internal port 3902 (3902) ***

[Thr 1] *** HTTP port 8102 state LISTEN ***

[Thr 1] CUSTOMER KEY: >K0904103561<

[Thr 1] Mon Jul 2 12:07:19 2007

[Thr 1] *** ERROR => MsSSend: NiWrite (rc=NIECONN_BROKEN) to C0 (127.0.0.1) [msxxserv_mt. 10825]

[Thr 1] Mon Jul 2 12:07:20 2007

[Thr 1] *** ERROR => MsSAnswer: MsSSend failed, rc=-1 [msxxserv_mt. 6609]

Accepted Solutions (0)

Answers (1)

Answers (1)

vincentlim826
Employee
Employee
0 Kudos

Hi,

Dev_ms trace file itself can not fully tell us what is wrong here.

You can see that NIECONN_BROKEN return code indicating that network is broken, but still this information is not enough.

Check followings:

- Does connection to Database OK ? copy and paste the output of command R3trans -dx

- Is network OK ? You can use SAP NIPING tool to diagnose it. See SAP Note 500235.

- Make sure SAP Services is up and running

- Check Env Setting for your Database

- You mentioned : "i execute all the commands to startup SAP", what commands are there ?

cheers,

Vincent