Kbase P128740: dsrutil fails to connect to replication enabled database error 10717
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  04/01/2011 |
|
Status: Verified
SYMPTOM(s):
dsrutil fails to connect to replication enabled database
The Fathom Replication Utility cannot connect to database <database name>. (10717)
Unable to attach shared memory <shmname>, error 0. (1720)
The user failed to connect to database <database> with error -1 in rpDB_OpenDatabase. (10429)
dsrutil source -C TERMINATE server fails with error 10717
dsrutil source -C disablesitereplication source fails with error 10717
dsrutil source -C monitor fails with error 10717
FACT(s) (Environment):
OpenEdge Replication 10.1B
Fathom Replication 3.0A
Windows
CAUSE:
This is an issue with the initial shared-memory addressed in a 32-bit environment - the dsrutil utility associated .dll's failed to hook initially. OS utilities shows the system is paging memory. Associated utilities (such as probkup) run very slow and affect the production environment.
FIX:
1.) Stop the database:
$ proshut source -by
2.) If the intention is to disable site replication, do so offline:
$ proutil source -C disablesitereplication source
3.) Restart the database with a smaller Shared Memory Segment size: -shmsegsize 128
Please refer to Progress Solution: P125975, "Error 1720 on Windows after upgrading to 10.1B"