Diff for TM1 services on the command line
| Thu, 2009-11-26 16:51 by admin | Thu, 2009-11-26 17:42 by admin | ||
|---|---|---|---|
| < previous diff | |||
| Changes to Body | |||
| Line 9 | Line 9 | ||
| <strong>removing the TM1 Admin services</strong> | <strong>removing the TM1 Admin services</strong> | ||
| sc delete tm1admsdx64 | sc delete tm1admsdx64 | ||
| - | sc delete TM1ExcelSerice | + | sc delete TM1ExcelService |
| <strong>installing a TM1 service</strong> | <strong>installing a TM1 service</strong> | ||
TM1 services on the command line
removing a TM1 service
in a DOS shell:
go to the \bin folder where TM1 is installed then:
tm1sd -remove "TM1 Service"
where "TM1 Service is the name of an existing TM1 service
or: sc delete "TM1 Service"
removing the TM1 Admin services
sc delete tm1admsdx64
sc delete TM1ExcelService
installing a TM1 service
in a DOS shell:
go to the \bin folder where TM1 is installed then:
tm1sd -install "TM1 Service" DIRCONFIG
where DIRCONFIG is the absolute path where the tm1s.cfg of your TM1 Service is stored
manually starting a TM1 service
from a DOS shell in the \bin folder of the TM1 installation:
tm1s -z DIRCONFIG
remotely start a TM1 service
netsvc /start \\TM1server "TM1 service"
sc \\TM1server start "TM1 service"
remotely stop a TM1 service
netsvc /stop \\TM1server "TM1 service"
sc \\TM1server stop "TM1 service"
more details on netsvc and sc