Skip to Content
0
Former Member
Nov 19, 2008 at 04:27 PM

problems in Integrated Lock

22 Views

Hi,

I am facing a weird lock behaviour in Integrated planning where we have a lock message but we can enter data. .

We built a WAD based on the "How to Use Work-Packages to Control Locking in BI Integrated Planning" . In the WAD, we have a dropdown based on a DP1 type filter which provides a list of 3 values for 0measure yck1 yck2 yck3. We also have an empty DP2 type query.

BI commands have been added to the dropdown item (action AFTER) :

-> Set Data Provider Parameters (to feed DP2 with the input ready query)

-> SET_VARIABLES_STATE (feed the variable ymeasure used in input ready query, DATA Provider binding type , DP1, 0measure)

-> SET_DATA_ENTRY_MODE (active)

Here is the scenario tested (without closing the application)

1.

User1 runs the WAD and navigates in the dropdown to the value yck3

User2 runs the WAD and navigates in the dropdown to the value yck1

Lock message in WAD but user2 can enter data (????)

RSPLSE (lock table) : no lock conflict----


> OK

2.

User1 remains in the dropdown to the value yck3

User2 navigates in the dropdown to the value yck3

Lock message in WAD , impossible to enter data for user2

RSPLSE (lock table) : Lock conflict -


> OK

3.

User1 remains in the dropdown to the value yck3

User2 navigates in the dropdown to the value yck2

Lock message in WAD but user2 can enter data (????)

RSPLSE (lock table) : no lock conflict----


> OK

It looks like the system keeps in memory the last lock (message displayed in the WAD) but data are not locked. How can we get rid of the message ?

No changes have been made to RSPLSE.

Did you face this problem before ?

Thanks in advance