SYSTEM ERROR: Invalid Segment Descriptor 13158. (2889)

mattk

Member
Hi there,

This error:

SYSTEM ERROR: Invalid Segment Descriptor 13158. (2889)

Has appeared a number of times in our database log file over the last week. Is this something to worry about? Could anyone give me a little more information about what this could be referring to? We are using Progress 9.1D on a Windows Server 2003 environment.

Any help would be much appreciated. Thanks and regards.
 
Hi there,

I have further discovered that this error is only ever logged from one specific user. Once the error has occured the user is then kicked out of the database / application.

Does anybody have any ideas?

Thanks and regards.
 
SYSTEM ERROR: Invalid Segment Descriptor 13158. (2889)

Has appeared a number of times in our database log file over the last week.

Has anything changed over the last week, deployment-wise?

As indicated in the error description, the error is associated with rcode execution.


I have further discovered that this error is only ever logged from one specific user

Is there something different about this user?
eg.
Are they new?
Do they have access to different rcode (Check timestamps)?
Do they have access to different parts of the app/data?
Do they have different connection parameters or spec pc? The KB indicates increasing mmax to 1024 may resolve the issue if a recompile doesn't.
 
Oh yeah, if you don't make much progress, and you can't reproduce the error in test/dev and don't know what steps the user is taking to produce it, try sticking a debug log on the offending user to catch when and where it happens.
 
Back
Top