philippoommen1
Member
Hi,
Below is one of the lines in a Client PF file for a Progress (Schema Holder) SQL connection
-RO -db c:\db\data\sports2000_sh -1 -db Dev -ld sports -U xxxxxxx -P yyyyyy -1 -Dsrv skip_schema_chec
from the above line, my understanding is Database connection is Read-Only & Connection is the single-user mode. Is that right?
If it is right. Can anyone explain how progress is handling Lock strategies? We can see Locking related errors in the Appserver log.... One procedure is waiting for the other to release a record. Kind of deadlock. In this type of single-user environment how these types of errors can happen? It is happening only to few customers whose record updates are in huge numbers. SQL Read and Write is pretty slow Will it is an issue? Kindly explain.
I can see -1 in 2 places, first, -1 is single-user what is the second -1? Same case for -db also. Why we are using 2 times.
Thanks
-Philip-
Below is one of the lines in a Client PF file for a Progress (Schema Holder) SQL connection
-RO -db c:\db\data\sports2000_sh -1 -db Dev -ld sports -U xxxxxxx -P yyyyyy -1 -Dsrv skip_schema_chec
from the above line, my understanding is Database connection is Read-Only & Connection is the single-user mode. Is that right?
If it is right. Can anyone explain how progress is handling Lock strategies? We can see Locking related errors in the Appserver log.... One procedure is waiting for the other to release a record. Kind of deadlock. In this type of single-user environment how these types of errors can happen? It is happening only to few customers whose record updates are in huge numbers. SQL Read and Write is pretty slow Will it is an issue? Kindly explain.
I can see -1 in 2 places, first, -1 is single-user what is the second -1? Same case for -db also. Why we are using 2 times.
Thanks
-Philip-