Page 1 of 1

Move Cube from one Server to another

Posted: Thu Jan 26, 2017 5:40 pm
by Mark2007
Hi there,
I'd like to get a number of cubes (5 to 10) from one TM1 Server (10.2.2) to another. I 'd like to do it via TI and copy all needed files (Cubename.cub, Dims1...x.dim, }ElementAttributes_Dim.cub etc.) to a migrationfolder in a first step (this, the TI should do), check the files and than copy the migration folder to the datafolder of the targert-Server (this, I'd do manually).

Question: Does anyone already has such a TI? I did not find something like that on bedrock :-(

Any other idea to cope the cube easily?

Regards

Mark

Re: Move Cube from one Server to another

Posted: Thu Jan 26, 2017 6:53 pm
by tomok
Mark2007 wrote:Any other idea to cope the cube easily?
The easiest way would be to copy the appropriate .dim, and .cub files from the data folder of existing server to target server. Another alternative would be to use replication. Lastly, you could write the code in TI to do it. Sorry, I don't have any examples of that because I usually just do the first option.