cancel
Showing results for 
Search instead for 
Did you mean: 

Access Denied Error on LoadLibrary dbsdbslib.dll

adam_kreuschner4
Explorer
0 Kudos

Hi Experts!

I am facing the following error while server start - the server is not started due to the following error as per log "dev_w0":

M  calling db_connect ...

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

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

  Error 5 = "Access is denied." [dlnt.c       255]

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

[dbcon.c      5646]

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

M  in_ThErrHandle: 1

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

Anyone knows this error and can help?

Thanx,

Adam

Accepted Solutions (0)

Answers (2)

Answers (2)

adam_kreuschner4
Explorer
0 Kudos

I could solve it by restarting the windows server. However, the reason for this is no clear form me...

former_member209924
Contributor
0 Kudos

Please take a look at this.  I think this should fix your problem.

http://scn.sap.com/message/5446984

Ravi

former_member209924
Contributor
0 Kudos

Basically, <sid>adm and SAPService<SID> does not have access to the DLL files.  Make sure these accounts have access to your kernel directories.

Ravi

adam_kreuschner4
Explorer
0 Kudos

Hi Ravi,

I have checked your suggestion but actually all these users are members of the Administrators group and for all the folders along the path C:\usr\sap\E00\DVEBMGS00\exe\ this group has Full Control rights... any other suggestions?

Cheers,

Adam