cancel
Showing results for 
Search instead for 
Did you mean: 

SAP NetWeaver 7.02 ABAP Trial Version :disp+work.exe stopped

Former Member
0 Kudos

Hello all,

I am getting an error when trying to start NSP. msg_Server.exe is fine but the disp+work fails. Main error in work process i see is

M *** ERROR => DlLoadLib()==DLENOACCESS - LoadLibrary("C:\usr\sap\NSP\DVEBMGS00\exe\dbsdbslib.dll").

Please let me know why i am getting this access error. Is it related to XUSER. I have DB-LOCALHOST/NSP active.

Below is from trace file.

Sun Feb 20 19:57:36 2011

      • ERROR => DpHdlDeadWp: W0 (pid 1300) died (severity=0, status=0) [dpxxwp.c 1522]

      • ERROR => DpHdlDeadWp: W1 (pid 8924) died (severity=0, status=0) [dpxxwp.c 1522]

      • ERROR => DpHdlDeadWp: W2 (pid 8704) died (severity=0, status=0) [dpxxwp.c 1522]

      • ERROR => DpHdlDeadWp: W3 (pid 8156) died (severity=0, status=0) [dpxxwp.c 1522]

      • ERROR => DpHdlDeadWp: W4 (pid 8568) died (severity=0, status=0) [dpxxwp.c 1522]

      • ERROR => DpHdlDeadWp: W5 (pid 6120) died (severity=0, status=0) [dpxxwp.c 1522]

      • ERROR => DpHdlDeadWp: W6 (pid 7056) died (severity=0, status=0) [dpxxwp.c 1522]

      • ERROR => DpHdlDeadWp: W7 (pid 9348) died (severity=0, status=0) [dpxxwp.c 1522]

      • DP_FATAL_ERROR => DpWPCheck: no more work processes

      • DISPATCHER EMERGENCY SHUTDOWN ***

example W0 work process file

M Sun Feb 20 17:17:24 2011

M ThInit: running on host xxxxxxxx

M calling db_connect ...

B Loading DB library 'C:\usr\sap\NSP\DVEBMGS00\exe\dbsdbslib.dll' ...

M *** ERROR => DlLoadLib()==DLENOACCESS - LoadLibrary("C:\usr\sap\NSP\DVEBMGS00\exe\dbsdbslib.dll")

Error 126 = "The specified module could not be found." [dlnt.c 255]

B *** ERROR => Couldn't load library 'C:\usr\sap\NSP\DVEBMGS00\exe\dbsdbslib.dll'

[dbcon.c 5263]

M ***LOG R19=> ThInit, db_connect ( DB-Connect 008192) [thxxhead.c 1474]

M in_ThErrHandle: 1

M *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c 11060]

M

M Info for wp 0

M

M pid = 4044

M severity = 0

M status = 0

M stat = WP_NEW

M waiting_for = NO_WAITING

M reqtype = DP_RQ_DIAWP

M act_reqtype = NO_REQTYPE

M req.req_info =

M req.tid = -1

M req.uid = 4294967295

M req.mode = 255

M req.len = 0

M req.rq_id = 65535

M req.rq_source =

M last_tid = 0

M last_uid = 0

M last_mode = 0

M act_cs_count = 0

M csTrack = 0

M csTrackRwExcl = 0

M csTrackRwShrd = 0

M mode_cleaned_counter = 0

M control_flag = 0

M int_checked_resource(RFC) = 0

M ext_checked_resource(RFC) = 0

M int_checked_resource(HTTP) = 0

M ext_checked_resource(HTTP) = 0

M report = > <

M action = 0

M tab_name = > <

M attachedVm = no VM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

As in the error message:

Couldn't load library 'C:\usr\sap\NSP\DVEBMGS00\exe\dbsdbslib.dll'

Please check if the dbsdbslib.dll exists in the above path and users <sid>adm and sapservice<sid> have access to the same.

Regards,

Srikishan

Former Member
0 Kudos

Yes the file exists and both user ids have access but still getting the error.

Sucessfully uninstalled and reinstalled to resolve the issue

thanks

Kshamatha

Edited by: Kshamatha Eda on Mar 1, 2011 2:13 PM