[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Retry Question - user was not disconnected properly?

  • Thread starter Thread starter George Potemkin
  • Start date Start date
Status
Not open for further replies.
G

George Potemkin

Guest
(5028) SYSTEM ERROR: Releasing regular latch. latchId: 17 It's LKF latch (Lock Table Free List Latch). > (5029) SYSTEM ERROR: Releasing multiplexed latch. latchId: 11916353 11916353=101101011101010001000001 low 4 bits = 0001 means it's LKT latch (Lock Table Hash Chain Latches. Family of type 1 Object latches). > Given the crash points to running out of shared memory, should we be changing the default value of -Mxs? No. The customer has deleted more records in one transaction than the -L value. It's a point of no return. Such transaction cannot be undone without db crash.

Continue reading...
 
Status
Not open for further replies.
Back
Top