And here first question:You can specify that you want IBM Cognos TM1 to use multiple data directories
by separating the directory names with semicolons
For example, suppose you want to store dimensions in a directory called tm1dims,
and cubes in a directory called tm1cubes. You would specify the following in the
Tm1s.cfg file:
DatabaseDirectory="c:\tm1dims;c:\tm1cubes"
How I have to write in Cfg file (or somewhere else) that TM1 server put objects in specific folders (dims in its folders, cubes in its, rules in its etc.). I haven't found any mentions in other parts of documentation
Actually first question is interesting to me not so much as the second
it is concerning interaction between two TM1 servers using DatabaseDirectory
I want to create share objects (dims - for example list of months and data in Cubes for example exchange rate) for different TM1 servers. I create one TM1 server where change these objects and when using them in other servers. For it in cfg file on the other servers I put the folder of the first server first in DatabaseDirectory
But here I meet with difficults. I found how change data in Cubes on the other servers when they are changed on the first one. (Savedataall on the first TM1 server, when unload cube and load cube on the others TM1 servers).
But I don't know way to change dimensions. Only thing which helps - it is stop TM1 servers and launch them again. But I don't think it is good idea.
May be somebody makes a hint.