Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Shared memory object: Read lock instance can't be set, no active version?

Former Member
0 Likes
930

Hi there,

I'm trying to use shared objects to enable my WD4A application that is launched from the portal. It works in development as there is only 1 application server. But when this is moved to the next box, which Portal is in 'external access, ie. users can access Portal from internet, not within the intranet', it gives me the following error, when I try to ATTACH_FOR_READ.

The read lock on the instance 'AB14D249FFA74340E10000000DDF2424' in the client '' 
of the area 'ZL_AREA_1O' cannot be set, since there is no active version. However, the area 
constructor was started for the automatic structuring of the area instance.

Any ideas?

Thanks!

J

1 REPLY 1
Read only

Former Member
0 Likes
550

Also - my test system (which is failing for me) has a few application servers - do shared objects in shared memory work in instances where a few application servers exist?