Unable to attach shared memory sharemem.

saintneo007

New Member
Good day!
Were having a problem on usual locking of users while accessing the records. Maybe lack of release statement on the programs or our old hubs which is 10mbps only. To manage the problem we need to restart the procontrol in order to solve this problem. I've learn to this forum that the promon can disconnnect a specific user but I can't use it, can somebody help me regarding this promon error.
Progress version 8.2c
Unable to attach shared memory sharemem.drive.folder.db.0, error 5. <1720>

Thank's a lot.
 
8.2c is really, really old and unsupported. You're lucky that it works at all.

You need to set an environment variable:

ACCESS=all

The case matters -- ACCESS must be uppercase and all must be lowercase.

As for the locking problems... there's no way to say without more information about what the code is doing.
 
8.2c is really, really old and unsupported. You're lucky that it works at all.

You need to set an environment variable:

ACCESS=all

The case matters -- ACCESS must be uppercase and all must be lowercase.

As for the locking problems... there's no way to say without more information about what the code is doing.

Sir thank's a lot, it's a great help. God bless.
 
Back
Top