cancel
Showing results for 
Search instead for 
Did you mean: 

Issues with message server on trial version

Former Member
0 Kudos

Hi,

Im using the Netweaver Trial version (NSP). There seems to be a problem with the message server not starting.

If i execute 'msg_server.exe start' i get the following output:

msg_server.exe=>sapparam(1c): No Profile used.

msg_server.exe=>sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline

[Thr 224] Fri Jan 22 14:48:44 2010

[Thr 224] *** ERROR => MsSetWorkDir: chdir
DUBN60185665A\saploc
D00\work [msn

tserv.c 170]

[Thr 224] *** ERROR => MsSPrvInit: MsSetWorkDir [msntserv.c 87]

[Thr 224] *** ERROR => mainU: MsSPrvInit [msxxserv.c 1634]

Contents of the profile directory:

Directory of C:\SAP\NSP\SYS\profile

01/08/2008 19:12 <DIR> .

01/08/2008 19:12 <DIR> ..

01/08/2008 19:12 529 DEFAULT.PFL

01/08/2008 19:12 2,110 NSP_DVEBMGS00_DUBN60185665A

01/08/2008 19:12 1,551 START_DVEBMGS00_DUBN60185665A

01/08/2008 19:12 1,551 START_DVEBMGS00_DUBN60185665A.0

4 File(s) 5,741 bytes

2 Dir(s) 53,304,492,032 bytes free

Any ideas?

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

markus_doehr2
Active Contributor
0 Kudos

> If i execute 'msg_server.exe start' i get the following output:

>

>

> msg_server.exe=>sapparam(1c): No Profile used.

> msg_server.exe=>sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline

>

> [Thr 224] Fri Jan 22 14:48:44 2010

> [Thr 224] *** ERROR => MsSetWorkDir: chdir
DUBN60185665A\saploc
D00\work [msn

> tserv.c 170]

> [Thr 224] *** ERROR => MsSPrvInit: MsSetWorkDir [msntserv.c 87]

> [Thr 224] *** ERROR => mainU: MsSPrvInit [msxxserv.c 1634]

Seems it can't access this UNC path:

\\DUBN60185665A\saploc\\D00\work

Markus

Former Member
0 Kudos

I created the folders SAPLOC and SAPMNT and the error seems to have changed:

C:\SAP\NSP\SYS\exe\run>msg_server.exe start

msg_server.exe=>sapparam(1c): No Profile used.

msg_server.exe=>sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline

[Thr 2832] Fri Jan 22 16:16:19 2010

[Thr 2832] *** ERROR => MsSetWorkDir: chdir C:\SAP\SAPLOC
D00\work [msntserv.c

170]

[Thr 2832] *** ERROR => MsSPrvInit: MsSetWorkDir [msntserv.c 87]

[Thr 2832] *** ERROR => mainU: MsSPrvInit [msxxserv.c 1634]

Previously:

ERROR => MsSetWorkDir: chdir
DUBN60185665A\saploc
D00\work

Now:

ERROR => MsSetWorkDir: chdir C:\SAP\SAPLOC
D00\work

Is the SAP system expecting to find something in this folder??

markus_doehr2
Active Contributor
0 Kudos

What is the reason why you try to start that service manually? You need to give a profile PATH too.

Markus

Former Member
0 Kudos

Hi Markus,

It's not starting with the rest of the system.