Page 1 of 1

cfg file for services

Posted: Mon Nov 24, 2008 10:08 am
by Martin Ryan
How does TM1 know where to look for the .cfg file when it's running as a service?

I've got half a dozen TM1 services installed on my server (mostly dev servers) and I'm not 100% where some of them are pointing to. I've had a quick look in the Registry Editor, but couldn't immediately see the relevant info. Can anyone point me in the right direction?

TIA,
Martin

Re: cfg file for services

Posted: Mon Nov 24, 2008 10:11 am
by Martin Erlmoser
regedit
HKLM\SYSTEM\CurrentControlSet\Services\%tm1servicename%

e.g. HKLM\SYSTEM\CurrentControlSet\Services\ planning sample

stringelement configpath..

Re: cfg file for services

Posted: Mon Nov 24, 2008 10:23 am
by Martin Ryan
Thanks Martin.