Kbase P10082: Error 6144 when compiling specific 4GL code against SQL Serv
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/9/2010 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1D
FACT(s) (Environment):
Windows NT 4.0
FACT(s) (Environment):
MS SQL 2000
SYMPTOM(s):
Error 6144 when compiling specific 4GL code against SQL Server
SYSTEM ERROR: odbc_by: Unexpected error. (6144)
The code that is failing during compilation is :
DEFINE VARIABLE i AS INTEGER NO-UNDO INIT 1.
FOR EACH salesrep NO-LOCK BY Month-Quota[i]:
END.
The following code does compile fine :
FOR EACH salesrep NO-LOCK BY Month-Quota[1]:
END.
CAUSE:
Bug #20021024-009
CAUSE:
Known issue
FIX:
There is no Fix information available at this time