WriteBack Security Problem -
07-19-2006
, 09:40 AM
I have hit a snag with writing back to a measure in an Analysis Services Cube.
The cube I have has security applied at a level in the cost centre hierarchy
so that role members only see the data for their cost centre and below.
Apart from the Accounting dimension hierarchy I only have a Year / Month
dimension.
I am doing write backs from Excel to this cube using vba code. However
whenever I run the code as a user I get an error saying that one or more of
the cells is locked.
I am doing the write back at the lowest level of granularity on both
dimensions, the cube dimensions are set to read/write as is every other
potential location I have found. The database that stores the write backs
does allow inserts and so on. I have allowed Cube processing.
I think I am missing something obvious but can’t see it. It may be to do
with Cell security but I cant find a syntax that works but does not cripple
my report query.
Needless to say everything works just fine if the role is an Administrator.
Does anyone have any pointers? |