Kbase P16251: What is the syntax for PRGRS_LOCK_ERRORS?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  29/01/2003 |
|
Status: Unverified
GOAL:
What is the syntax for PRGRS_LOCK_ERRORS?
GOAL:
How to use PRGRS_LOCK_ERROR?
FACT(s) (Environment):
Progress 9.1x
FACT(s) (Environment):
MS SQL DataServer
FIX:
DataServer for SQL Server identifies and handles conditions and errors. However, the PRGRS_LOCK_ERROR option lets you control how your application reacts if it encounters an error that is actually a lock problem when accessing a data source. Use this option to pass the native error number to the DataServer so that it handles this error as it would a Progress lock problem; that is, the DataServer waits and retries, rather than halting the application.
CONNECT data source name -ld logical-name -dt mss
-Dsrv PRGRS_LOCK_ERROR,error1;error2;...;errorN.
Progress client accepts up to 20 native error numbers for PRGRS_LOCK_ERRORS switch.