cancel
Showing results for 
Search instead for 
Did you mean: 

Dispatcher stopped

Former Member
0 Kudos

Hi people,

I want to start the sap system but itu00B4s impossible. I search in the logs dev_disp, dev_ms and dew_w0 and I get this:

dev_disp

      • DP_FATAL_ERROR => DpWPCheck: no more work processes

      • DISPATCHER EMERGENCY SHUTDOWN ***

dev_ms

[Thr 5076] Thu Apr 29 15:24:47 2010

*[Thr 5076] *** ERROR => MsSClientHandle: no server provides service ENQ*

(4), requested from BL-SCM-DESA_SCD_01 [msxxserv.c 4711]

[Thr 5076] Thu Apr 29 15:35:08 2010

[Thr 5076] *** ERROR => MsSCheckConnections: no response from client C0

(150.100.0.170) after 300 secs received [msxxserv.c 3205]

[Thr 5076] *** ERROR => MsSCheckConnections: disconnect now

[150.100.0.170] [msxxserv.c 3209]

[Thr 840] Thu Apr 29 16:04:02 2010

[Thr 840] MsSExit: received SIGINT (2)

[Thr 840] ***LOG Q02=> MsSHalt, MSStop (Msg Server 5468) [msxxserv.c 6021]

[Thr 6056] Thu Apr 29 12:22:46 2010

[Thr 6056] *** ERROR => MsSCheckConnections: no response from client C0

(150.100.0.170) after 300 secs received [msxxserv.c 3205]

[Thr 6056] *** ERROR => MsSCheckConnections: disconnect now

[150.100.0.170] [msxxserv.c 3209]

dev_w12

N PC with Windows NT (mt,ascii,SAP_UC/size_t/void* = 16/64/64)

N SncInit(): found snc/data_protection/max=1, using 1 (Authentication

Level)

N SncInit(): found snc/data_protection/min=1, using 1 (Authentication

Level)

N SncInit(): found snc/data_protection/use=1, using 1 (Authentication

Level)

N SncInit(): found

snc/gssapi_lib=E:\usr\sap\SCD\SYS\exe\uc\NTAMD64\gssntlm.dll

M *** ERROR => DlLoadLib:

LoadLibrary(E:\usr\sap\SCD\SYS\exe\uc\NTAMD64\gssntlm.dll) Error 193

[dlnt.c 241]

M Error 193 = "E:\usr\sap\SCD\SYS\exe\uc\NTAMD64\gssntlm.dll is

not a valid Win32 application."

N *** ERROR => SncPDLInit():

DlLoadLib("E:\usr\sap\SCD\SYS\exe\uc\NTAMD64\gssntlm.dll")=DLENOACCESS

N [sncxxdl.0340]*** ERROR => SncPDLInit()==SNCERR_INIT, Adapter (#0)

E:\usr\sap\SCD\SYS\exe\uc\NTAMD64\gssntlm.dll not loaded

N [sncxxdl.0604]<<- SncInit()==SNCERR_INIT

N sec_avail = "false"

M ***LOG R19=> ThSncInit, SncInitU ( SNC-000001) [thxxsnc.c 230]

M *** ERROR => ThSncInit: SncInitU (SNCERR_INIT) [thxxsnc.c 232]

M in_ThErrHandle: 1

M *** ERROR => SncInitU (step 1, th_errno 44, action 3, level 1)

[thxxhead.c 10563]

ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP

M *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c 723]

M *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c 261]

Accepted Solutions (1)

Accepted Solutions (1)

former_member227283
Active Contributor
0 Kudos

Hi ruben,

It seems like you have configured SNC in your system.

found snc/data_protection/max=1, using 1 (Authentication Level) N SncInit(): found snc/data_protection/min=1, using 1 (Authentication Level) N SncInit(): found snc/data_protection/use=1, using 1 (Authentication Level) N SncInit(): found snc/gssapi_lib=E:\usr\sap\SCD\SYS\exe\uc\NTAMD64\gssntlm.dll M *** ERROR => DlLoadLib: LoadLibrary(E:\usr\sap\SCD\SYS\exe\uc\NTAMD64\gssntlm.dll) Error 193 [dlnt.c 241] M Error 193 = "E:\usr\sap\SCD\SYS\exe\uc\NTAMD64\gssntlm.dll is not a valid Win32 application."

Do you newly confiured SNC or it was already configured on the system. ???

Thanks

Anil

Former Member
0 Kudos
E:\usr\sap\SCD\SYS\exe\uc\NTAMD64\gssntlm.dll is not a valid Win32 application

As i can see you have 64 bit system, but you try to use gssntlm.dll this are only for 32 bit system's ...

You need to use the GX64NTLM.DLL try to read

Note 352295 - Microsoft Windows Single Sign-On options

Regadrs.

Former Member
0 Kudos

The SSO was configured time ago.

But the sistem was running during long time, but the last year I´ve restarted and get this error.

former_member227283
Active Contributor
0 Kudos

Hi ,

You have to refer solution provided by sergo for this.

Thanks

Anil

Former Member
0 Kudos

Only have to put this dll on the folder kernell? I don´t need to declare an E.V?

More thanks

former_member227283
Active Contributor
0 Kudos

Hi Rubeen,

You have to make changes in profile :- snc/gssapi_lib

Current parameter setting :- snc/gssapi_lib=E:\usr\sap\SCD\SYS\exe\uc\NTAMD64\gssntlm.dll

After replacing the DLL in kernel folder you have to make below changes

snc/gssapi_lib=E:\usr\sap\SCD\SYS\exe\uc\NTAMD64\GX64NTLM.DLL

Thanks

Anil

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

take the back up of orrach file and also check the whether the lisentner are started

c:\> LSNRCTL

LSNRCTL> start

and also check the sql db

goto command prompt

c:\> sqlplus "/as sysdba"

sql> startup

or just start it.

and stop and start the sql db in cmd

Nibu
Contributor
0 Kudos

Hi Ruben,

Please check the note Note 1375494 . Apply the ATL specified in note.

Also, mention the Os version and DB you are using .

Regards,

Nibu Antony

Former Member
0 Kudos

I´ve installed the patch vcredist_x64.exe, but I get the same error.

I´ve checked the DB, and listener and there are up.

Former Member
0 Kudos

HI,

Check if R3trans -d is working.

Check if suffiecient virtual memory is there.

Regards

JPReyes
Active Contributor
0 Kudos

gssntlm.dll is not a valid Win32 application

What kernel are you using?..

Also if this system is 7.01 check SAP Note 684106 - Microsoft runtime DLLs

Regards

Juan

Former Member
0 Kudos

The kernell version is 701_32.

I go to read the note. thanks.