Kbase 18015: Error s1090 MS SQL Server via ODBC DataServer
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  14/09/2004 |
|
Status: Unverified
FACT(s) (Environment):
MS SQL Server database
Progress ODBC DataServer
SYMPTOM(s):
Error s1090 error appears upon database connection.
CAUSE:
The error is often seen when the following required connection parameter is not supplied:
-Dsrv ASYNC_ENABLE,0
Other required parameters are:
-Dsrv AUTOCOMMIT,1
-db (physical name of the SQL server Database matching the name
you use when you register the SQL Server database as an ODBC
data source with the ODBC Administrator.)
FIX:
Supply the correct parameters.