update programs on server without data change?

Post Reply
wang_chris
Posts: 122
Joined: Thu Jan 31, 2013 1:03 pm
OLAP Product: TM1
Version: 10.2
Excel Version: 2007

update programs on server without data change?

Post by wang_chris »

Now our TM1 server is online for production use, and we keep another TM1 server for development and testing.

So comes another question. If we change rules/processes/etc on development server, how can we smoothly move those changes to production server, while keep the data on production server unchange?

Is it simple like stoping production server and copying alll *.rul/*.pro to production server, and restarting it? If so, what kind of file should be copy to production server beyond *.rul/*.pro ?


Regards,
Chris
lotsaram
MVP
Posts: 3706
Joined: Fri Mar 13, 2009 11:14 am
OLAP Product: TableManager1
Version: PA 2.0.x
Excel Version: Office 365
Location: Switzerland

Re: update programs on server without data change?

Post by lotsaram »

Do you really have *no one* where you work who can teach you this? This is very elementary stuff.
Please place all requests for help in a public thread. I will not answer PMs requesting assistance.
BariAbdul
Regular Participant
Posts: 424
Joined: Sat Mar 10, 2012 1:03 pm
OLAP Product: IBM TM1, Planning Analytics, P
Version: PAW 2.0.8
Excel Version: 2019

Re: update programs on server without data change?

Post by BariAbdul »

It really depends on what actually you are updating ,For moving dimension you need to copy .dim ,.dim_attributes ,.sub,For cube,.cub,.rux,.blb and .vue for views.For other processes .pro files.

If there are changes being made for rules in Dev accordingly it will get to reflect in production server data,otherwise what is the point in moving those changes in to production.

Gurus may have more to say on this.Thanks :D
"You Never Fail Until You Stop Trying......"
TrevorGoss
Community Contributor
Posts: 217
Joined: Thu Aug 15, 2013 9:05 am
OLAP Product: TM1
Version: 10.2.1.1
Excel Version: 14.0.6129.5000

Re: update programs on server without data change?

Post by TrevorGoss »

Hello Chris,
So comes another question. If we change rules/processes/etc on development server, how can we smoothly move those changes to production server, while keep the data on production server unchange?
Are you using Performance Modeler? If so, you can use the transfer function inside PM. This function allows you to pick what you what to transfer out to a chosen file, and then you can use those transfer out files to transfer your data and metadata into a model of your choice.

It is is one of the few good things about PM, but be careful, it is "flakey" and "clunky" and often slow.

Trev.
wang_chris
Posts: 122
Joined: Thu Jan 31, 2013 1:03 pm
OLAP Product: TM1
Version: 10.2
Excel Version: 2007

Re: update programs on server without data change?

Post by wang_chris »

We don't use PM.

The changes I mean in dev environment are changes on process and rule usually. Can I just replace pro/rux files on production server, and restart it ?
Wim Gielis
MVP
Posts: 3240
Joined: Mon Dec 29, 2008 6:26 pm
OLAP Product: TM1, Jedox
Version: PAL 2.1.5
Excel Version: Microsoft 365
Location: Brussels, Belgium
Contact:

Re: update programs on server without data change?

Post by Wim Gielis »

Yes of course, provided everything that is "needed" (like cubes or dimensions or elements or whatever) is also present on dev server in the TM1 model.
Best regards,

Wim Gielis

IBM Champion 2024-2025
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
wang_chris
Posts: 122
Joined: Thu Jan 31, 2013 1:03 pm
OLAP Product: TM1
Version: 10.2
Excel Version: 2007

Re: update programs on server without data change?

Post by wang_chris »

Thanks, it sounds great.
Post Reply