You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ranet.UILibrary.Olap
I have tested the writeback function and found that the changes are
written (update cube statement issued), but that they are not
persistet in the cube.
Apparently an update statement requires to be contained between a
begin transaction and commit transaction or rollback transaction in
order to really be visible outside the current session.
I have patched the update method, but it seems more of a workaround to
me than a real solution.
Can anyone contribute on this topic?