Skip to content
Aug 4 / Administrator

Install TM1 Server as a Windows Service

 

Here is the command to install TM1 server as a Windows service:

tm1sd.exe -install -n “TM1 Server Name” -z “Data directory Path”

 

Syntax:

tm1sd.exe -install parameters

 

Parameters:

1. -n Name of your TM1 server. This will become the windows service name.
2. -z Path to the data directory folder which contains tm1s.cfg file.
3. -u Username.
4. -w Password of above account

 

Examples:

1. Install TM1 server TutorialGo as a windows service TutorialGo. The data directory (which contains cfg file) is in D:\\TutorialGo\\DataDir

Command:
tm1sd.exe -install -n TutorialGo -z D:\\TutorialGo\\DataDir

2. Install TM1 server SData as a windows service dev_sdata. The data directory (which contains cfg file) is in D:\\My Documents\\SData. Please install this service from the user account DOMAINNAME\\Administrator. Password for this account is pass@123

Command:
tm1sd.exe -install -n “dev_sdata” -z “D:\\My Documents\\SData” -u DOMAINNAME\\Administrator -w pass@123

One Comment

leave a comment
  1. Amit / Aug 30 2013

    Very nice explanation !

Leave a Comment

Thank you for Downloading.

Please input valid email id so that we can send you download link.

Email id Required.

We respect your privacy and never share your email id with anybody.