Hello,
You clearly have a problem with the acces to the DB ( probably the rights set on the DB schema :
C ERROR: -1 in function CheckCodepageType (SQLExecDirect failed) [line 21644]
C (229) [42000] [Microsoft][SQL Server Native Client 10.0][SQL Server]The SELECT permission was denied on the object 'DBPROPERTIES', database 'SLM', schema 'slm'.
C comm. rd. spid 100
C unc. rd. spid 116
B Connection 0 opened (DBSL handle 0)
C ERROR: -1 in function StartSelect (execute) [line 14660]
C (229) [42000] [Microsoft][SQL Server Native Client 10.0][SQL Server]The SELECT permission was denied on the object 'SVERS', database 'SLM', schema 'slm'.
C Error 99 (dbcode 229) in StartSelect
C StartSelect: stmt of NULL_STMTID
C SELECT VERSION FROM SVERS
C /* R3::0 T:SVERS M: */
C
B ***LOG BZA=> table SVERS does not exist on database [dblink 1327]
M ***LOG R19=> ThInit, db_connect ( DB-Connect 004096) [thxxhead.c 1525]
M in_ThErrHandle: 1
M *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c 11560]
This makes your dispatcher go down as none of the processes can connect to the DB with the needed provileges.
On one ofmy SQLServer DB, the rights for SAPServiceSID and sidadm are as follows :
sidadm :
SAPServiceSID :
HTH, BR,
Steve.



