In my test enviroment I have a server with Biztalk 2004, Sql2000. My Biztalk installation is a complete installation (SSO, Tracking, BAM and so on). Now, I need to move all databases to another machine. How do I do this? Anybody know of a goog guide?
I think you should be able to do it by backing up your BizTalk databases (using the proper backup jobs, not the standard SQL Server facilities) and following the instructions in the documentation on how to restore them to a different computer and having your biztalk installation point to them. You can find those docs here: Restoring BizTalk Databases to Alternate Computers.
However, notice you'll need to have biztalk already configured using domain groups and accounts; if you have it configured with just local accounts, then that won't work, and you'll need to first unconfigure your biztalk (ConfigFramework.exe /u) and run configuration again to recreate your biztalk installation from scratch, using the proper accounts for a multi-machine installation.
Author
Posts
Viewing 2 reply threads
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.