Kbase P150061: Cannot terminate replication server process when pica buffer is full.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  4/18/2011 |
|
Status: Verified
SYMPTOM(s):
Cannot terminate replication server process when pica buffer is full.
Replication server process doesn't terminate when using dsrutil
dsrutil command completes but the replication server process still exists.
FACT(s) (Environment):
dsrutil <dbname> -C terminate server
dsrutil command displays on the screen that it has told the replication server to terminate
No error messages are displayed or exist in the database log file
UNIX
OpenEdge Replication 10.x
CAUSE:
Bug# OE00188363
FIX:
Workaround:
Terminate the replication server process by using the UNIX kill command:
1. First use promon to determine the replication server process PID number. Do this by running promon:
promon <dbname>
Menu Options:
1. User Control
1. Display All Entries
Look at the "Type" column for the user type "RPLS". When you have located that user, look at the column labelled PID and make a note of the process ID number for the RPLS user.
2. Kill the process using the following command:
kill -9 <PID>