Page 1 of 1

TM1sd 9.5 install

Posted: Tue Feb 09, 2010 2:19 pm
by Herman Moller
Installing a TM1 service in 9.5 has changed slightly.....

Historically you would need to write the following code in Command Prompt world

TM1sd.exe -install TM1Server "c:\Dev\Tm1server"

NOW IN 9.5

TM1sd.exe -install -n TM1Server -z "c:\Dev\Tm1server"

It has new parameters of -n and -z that was not needed before (or not aware of) in the command prompt.

Examine this in the Operations Guide.

Herman

Re: TM1sd 9.5 install

Posted: Wed Feb 10, 2010 8:42 pm
by Michel Zijlema
Hi,

This syntax for installing services was introduced in version 8.1.1 (documented in the release notes). The old syntax was still supported for backward compatiblity reasons - apparently this backward compatiblity stops at version 9.5.

Michel