Page 1 of 1

TI error once ran

Posted: Mon Nov 05, 2012 2:26 pm
by mincharug.shulft
Hi,

once my TI ran i am getting the below error and in that TI iam using the datasource as cube view .can please help what is the issue about?
"cost1","Object_name","cost2",Data Source line (1) Error: Data procedure line (9): Attribute is Not Unique. Value cost3 cannot be set as Attribute Object_name for element cost1 in dimension cost

please help any of the gentle man?

Re: TI error once ran

Posted: Mon Nov 05, 2012 3:01 pm
by tomok
This is pretty simple: You are trying to load data into an alias and it turns out that your values are not unique. Alias values for each element in a dimension must be unique.

Re: TI error once ran

Posted: Mon Nov 05, 2012 5:40 pm
by mincharug.shulft
thanks a lot for your reply.
so i have to chage the alies name for each element in the dimesion ? then the problem resolve if yes,
please assist me how i should that.

Re: TI error once ran

Posted: Mon Nov 05, 2012 5:58 pm
by lotsaram
mincharug.shulft wrote:so i have to chage the alies name for each element in the dimesion ?
erm, yes, not only just change mind you but change to a value that is different from each and every other element. Aliases must be unique.
mincharug.shulft wrote:please assist me how i should that.
well a common approach would be to c|o|n|c|a|t|e|n|a|t|e the element name with the description since descriptions do have the habit of being non-uniquely repeated.