Page 1 of 1

network separation

Posted: Wed Dec 19, 2012 10:11 am
by guntupalli
Hi ,
we are planning to move the tm1 dev environment from one server to another.

apart from taking back up of the data directory and copy into new server environment, any other steps/precautions do we need follow for this network separation.

Any suggestions would be much appreciated.

Regards,
Guntupalli.

Re: network separation

Posted: Wed Dec 19, 2012 2:02 pm
by jim wood
The only other thing to consider is any processes mapped to UNC / physical locations on the old server. If the new box is retaining the the DNS name of the old box you should be fine. If you keep the physical location of the install the same as well then that should be fine. The only thing I would an eye out for is the windows version. If you are moving from 2003 to 2008 you may hit some issues. (These are well documented on the forum.) If this isn't the case then you should be ok with this as well,

Jim.

Re: network separation

Posted: Wed Dec 19, 2012 2:16 pm
by tomok
In the event any of your TI processes interact with databases make sure you create the same DSN's on the new server that existed on the old one.

Re: network separation

Posted: Wed Dec 19, 2012 2:42 pm
by jim wood
Indeed Tomok and ODBC connections.

Re: network separation

Posted: Wed Dec 19, 2012 2:59 pm
by guntupalli
Thanks Jim & Tomok