Skip to Content
0
Former Member
Jun 26, 2009 at 11:22 AM

BPC - Dimension Owner - How to use a Team as a dimension owner

195 Views

BPC 7.0 MS

I have a dimension with an OWNER property. I can define the OWNER property for a dimension member to be a User by using the syntax of:

<domain name>\<username>

for example, we have an Active Directory domain of CORP and a username of L123456. I can use

CORP\L123456

as the OWNER property value and the dimension with process successfully.

I have added a Team in BPC, for example called MyTeam. I try to set the OWNER for a dimension member to

MyTeam

and when I process the dimension I get the error that:

"Invalid user or team names found in the OWNER property"

I also tried these syntaxes:

BPC\MyTeam

BPC \MyTeam

These do not work either. Does anyone know the correct syntax to get this to process properly?