Page 1 of 1

TI Process Erro

Posted: Wed Aug 29, 2012 1:46 pm
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