So what would the best migration approach be? I have 4 DB2 databases, and 5 applications (some using 2 databases)... I can't possibly upgrade all apps and databases simultaneously.
Databases:
1 ,2 ,3 ,4
Apps and required databases:
App A - 1,2,3,4
App B - 4
App C - 1
App D - 1,3
App E - 1,2
Obviously it's all a little too tightly coupled, and an architecture change should be evaluated as well.
It turns out that the issue is that a DB2 client cannot connect to a server version +/- 2 versions away. So upgrading from 6-8 is too much. What do you all think about putting the version 7 client on the server, and upgrading each database one at a time until they are all done, then putting the db2 8 client (or 9 at that point
) on the server?
Anyone had experience with this?
When should I do the Websphere migration during (or after) this?
What is Websphere 5.0 compatibility with DB2 version past; Can I use DB2 version 7 client to connect to a 6.1 database with Websphere 5?
Thanks all!