Kbase P61794: Fast repeating connect retries crash prowin32
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  25/03/2005 |
|
Status: Unverified
FACT(s) (Environment):
Windows 2000 Advanced Server
Progress 9.1D
SYMPTOM(s):
Fast repeating connect retries crash prowin32
Access violation in OS function: NtDelayExecution
CAUSE:
This is a known issue being investigated by Development
FIX:
The workaround is to pause some time before the next connect retry:
Example code:
connect value(connect_string) NO-ERROR .
if error-status:error THEN DO:
PAUSE 1 NO-MESSAGE. /* WA */