0

I am configuring a TM1 Server instance per TM1s.cfg file.

The Parameter DataBaseDirectory specifies the location of the relevant cube data. Is it possible to specify a path in a relative manner or does it have to be absolute? If it is possible, what is the accepted syntax? The docs do not specify anything about it.

Paths relative to current dir works, just starts with a "/" . But it seems as navigating upwards with "../" doesnt work.

KarmaEDV
  • 1,631
  • 16
  • 27

1 Answers1

0

Yes, simply specify the folder name. In the example below, I'm using the relative path for the DataBaseDirectory parameter and the absolute one the LogginDirectory.

DataBaseDirectory=DataFiles
LoggingDirectory=C:\TM1Data\TM1_Demo\Logfiles