Consultor Eletrônico



Kbase 33363: SQL-92 - How to resolve internal error 219901
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/05/1998
Solution ID: P3363

FACT(s) (Environment):

Progress 9.x
Windows NT 32 Intel/Windows 2000

SYMPTOM(s):

SQL-92 internal error 219901

The database log file shows:

12:10:32 SQLSRV2 1: SQL Server 9.1C.08 started, configuration: "example.defaultconfiguration"
12:10:32 SQLSRV2 1: "defaultServerGroup" started on port 3064, pid 5204 (0x00001454).
12:10:32 SQLSRV2 1: DLC from ENVIRONMENT VARIABLE is: e:\Programme\DLC
12:10:32 SQLSRV2 1: WRKDIR from REGISTRY is: D:\Progress9\temp\
12:10:32 SQLSRV2 1: JDKHOME from REGISTRY is: D:\Progress9\jdk
12:10:32 SQLSRV2 1: JREHOME from REGISTRY is: D:\Progress9\jre
12:10:32 SQLSRV2 1: CLASSPATH from DEFAULT is:
12:10:34 SRV 1: Login usernum 246, remote SQL client. (8873)
12:10:34 SRV 1: Usr 246 set name to pub. (7129)

ODBC testconnect : [Merant SQL92 - ODBC Progress Driver [Progress] -219901]

CAUSE:

The log file shows that there is no CLASSPATH environment variable set for the SQLSRV2 process.

FIX:

1) Add CLASSPATH system environment variable pointing to %DLC%\java\progress.zip.
Example: set CLASSPATH=D:\Progress9\java\progress.zip
2) Restart AdminService.
3) Restart the database.