ReadProjectEntities vs concurrent connections

C

Cramezul

I encounter a problem with PSI when 2 users are performing operations at the
same time.

User A is updating the project (CheckOutProject - wait - QueueUpdateProject
- wait - QueueCheckInProject).

At the same time on an other machine, User B is reading parts of the project
with ReadProjectEntities. ReadProjectEntities fails with error
ProjectHasWriteLock...

Any idea why this happen? Why a project write lock should prevent a read???
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top