Page 1 of 1

How to 'deploy' a TI process

Posted: Mon Aug 30, 2010 2:10 pm
by SBrenner
Hi,

actual I 'develop' all TI processes on my local server. Is there a (simple and easy) way to deploy the TI process to the production server? My idea is to copy the corresponding '*.pro'-file into the data directory of the production server. But (as far as I know) the server will find the new TI process files after a restart.

Is there a better way? My problem coulds be the restart of TM1.

THX for every idea and hint.

Regards,

SteveB

Re: How to 'deploy' a TI process

Posted: Mon Aug 30, 2010 4:36 pm
by rkaif
Yes you are right. You have to copy *.PRO files and have to restart the TM1 service.

Re: How to 'deploy' a TI process

Posted: Mon Aug 30, 2010 6:34 pm
by Alan Kirk
SBrenner wrote: actual I 'develop' all TI processes on my local server. Is there a (simple and easy) way to deploy the TI process to the production server? My idea is to copy the corresponding '*.pro'-file into the data directory of the production server. But (as far as I know) the server will find the new TI process files after a restart.
Generally it requires a server restart, though it would be possible (if you had enough time, skill and patience) to write API code to do this without one. Alternatively there's a commercial product called Vizier which will do it for you, but you need to pay for it.