Page 1 of 1
Write to security cube with DBSS?
Posted: Wed May 16, 2012 10:34 pm
by mitch23
You would think this is simple but I'm trying to write (thru Excel) a string value to to the }ClientGroups control cube with no success (keep getting *KEY_ERR). I have checked the syntax, spelling, etc. a hundred times. What obvious thing am I missing?? Is there a prohibition on writing directly to control cubes perhaps?
=DBSS("ValidGroupName", "}ClientGroups", "ValidClientName", "ValidGroupName")
Re: Write to security cube with DBSS?
Posted: Wed May 16, 2012 10:41 pm
by Alan Kirk
mitch23 wrote:You would think this is simple but I'm trying to write (thru Excel) a string value to to the }ClientGroups control cube with no success (keep getting *KEY_ERR). I have checked the syntax, spelling, etc. a hundred times. What obvious thing am I missing?? Is there a prohibition on writing directly to control cubes perhaps?
=DBSS("ValidGroupName", "}ClientGroups", "ValidClientName", "ValidGroupName")
Where's the
ValidServerName: in front of the cube name?
Re: Write to security cube with DBSS?
Posted: Thu May 17, 2012 12:09 am
by mitch23
Alan Kirk wrote:mitch23 wrote:You would think this is simple but I'm trying to write (thru Excel) a string value to to the }ClientGroups control cube with no success (keep getting *KEY_ERR). I have checked the syntax, spelling, etc. a hundred times. What obvious thing am I missing?? Is there a prohibition on writing directly to control cubes perhaps?
=DBSS("ValidGroupName", "}ClientGroups", "ValidClientName", "ValidGroupName")
Where's the
ValidServerName: in front of the cube name?
Doh! Boy do I feel stoopid. Thanks!