TI Process Erro

Post Reply
AshokReddy
Posts: 12
Joined: Wed Jul 25, 2012 6:15 am
OLAP Product: Cognos TM1
Version: 9.4.1
Excel Version: 2003

TI Process Erro

Post by AshokReddy »

Hi

I am trying to create a new cube and dimensions using a TI process and loading the data into the cube using CSV file.

In the prolog :
dimensiondestroy('m_intest');
dimensiondestroy('m_outtest');
dimensioncreate('m_intest');
dimensioncreate('m_outtest');
cubecreate('LKP_CC','m_intest','m_outtest');
In metadata:
dimensionelementinsert('m_intest','',V3,'s');
dimensionelementinsert('m_outtest','',MATERIAL,'s');
In Data:

cellputs(V6,'LKP_CC',V3,MATERIAL);
After loading the data into the cube i am deleting the cube by using cubedestroy funtion.

When i rerun the process second time it is saying dimension is being used in the cube.
Can any one help on this.

Regards
Ashok
Post Reply