
8th December 2005, 16:29
|
 |
Guru
|
|
Join Date: Mar 2002
Location: Frederick, CO
Posts: 484
|
|
Baan: Baan IVc3, IVc4, 5b, 5c, ERP LN 6.1, Infor ERP 10.x -
DB: SQL Server, Oracle -
OS: Windows, Linux, HPUX, AIX, (a little bit of) Solaris
|
I recently upgraded from a NT4/SQL7 box to W2K Advanced/SQL 2000 Enterprise. It was relatively painless. Here's the basic process I used:
Stop SQL
Do a backup
Start SQL
Execute sp_helpfile for the baan database (baandb in my case). This will tell you the physical locations of the file
Detach the baan database with sp_detach_db
Do a backup
Install new OS (this was on a new machine for me, so was already completed).
Install SQL
Install Baan
Install current portingset
Restore Baan ($BSE) directory from old server over newly installed $BSE
Restore detached db files from old server to the location you want them at on the new server
Attach the Baan database with sp_attach_db
In theory, you should have a good system at this point. Of course, in these types of processes, small things always pop up that you have to deal with. If at ALL possible, I strongly suggest that you do several test runs of this process prior to going live.
Last step is revalidation.
Hope this helps!
Thanks,
Vince
|