Consolidated Element not found.

Post Reply
Tm1andTm1
Posts: 48
Joined: Thu Apr 11, 2013 7:47 am
OLAP Product: Cognos TM1
Version: 10.2
Excel Version: 2010

Consolidated Element not found.

Post by Tm1andTm1 »

Hi.

I am using "DimensionElementComponentAdd" to add element to consoldated, with the parameters.(No data source is used)
In Epilog :

DimensionElementInsert('Employee ID','',pEmpID,'n');
DimensionElementComponentAdd('IAG Employees',pposition,pEmpID,1);

While running TI is says "Consolidate Element not found", where as the value for consolidated element is present in the dimension.

please any one help me out.

Regards
tomok
MVP
Posts: 2836
Joined: Tue Feb 16, 2010 2:39 pm
OLAP Product: TM1, Palo
Version: Beginning of time thru 10.2
Excel Version: 2003-2007-2010-2013
Location: Atlanta, GA
Contact:

Re: Consolidated Element not found.

Post by tomok »

You can't make metadata changes in the Epilog tab of a TI process. You can, however, shell out to another TI process that does that in it's Prolog.
Tom O'Kelley - Manager Finance Systems
American Tower
http://www.onlinecourtreservations.com/
Tm1andTm1
Posts: 48
Joined: Thu Apr 11, 2013 7:47 am
OLAP Product: Cognos TM1
Version: 10.2
Excel Version: 2010

Re: Consolidated Element not found.

Post by Tm1andTm1 »

Hi Tomok,

Thank you so much for your early reply....

It was my mistake in writing script. It is done.

written script in prolog.
Post Reply