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?