Kbase P11032: SYSTEM ERROR: Can't attach shared memory with segment_id: in log
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
SYMPTOM(s):
Getting errors in the database log file
System Error: Can't attach Shared Memory with segment_id: <> for <>
SYSTEM ERROR: Can't attach shared memory with segment_id: 527 for /db/e-arch2/archive
CAUSE:
The error is caused by the same user trying to connect to the same database. Progress allows just one unique connection to the dbase per user.
FIX:
Review code to find where a second connection is being triggered.
Eliminate the secondary connection try and the errors should go away.