Datapolis Process System
Migrating from Workbox 2.3
Follow this steps to successfully migrate from Workbox 2.3 when you are upgrading your SharePoint environment to SharePoint 2013.
In case of standard migration URLs to your Web Applications will not be modified. In you are performing this kind of migration please skip this step. But, if you want to import your Web Applications to be running on ports other than before migration, you should do some extra actions described below.
You have to verify “WorkboxSP2013Migration.txt” file validity – all Web Applications mentioned in file should has corresponding URLs to Applications in your farm. Remember to keep URLs in the same form as they were saved – “http://URL:PORT/. In other words, you should modify URLs of applications that have been imported under different port.
Imagine that after doing step 1.3 you have file with following content:
DP_DB_91638235-745b-4d83-a2c8-0a3ca1068f7d http://SomeCentralAdministration:3000/ 82608fb3-ffdd-412d-bb91-1fbe6e119ddf http://SomeSiteCollection/ a6914cc6-1611-48fa-b2d9-62775372445c
These are, in order, your Workbox database name and running web applications URLs and GUIDs. Now, after migrating SharePoint your applications may be available under different URLs (you can check it in IIS), for example:
http://SomeCentralAdministration:3200/ http:// SomeSiteCollection:81/
In this situation, you have to replace old URLs with new URLs, so your “WorkboxSP2013Migration.txt” will look as follows:
DP_DB_91638235-745b-4d83-a2c8-0a3ca1068f7d http://SomeCentralAdministration:3200/ 82608fb3-ffdd-412d-bb91-1fbe6e119ddf http:// SomeSiteCollection:81/ a6914cc6-1611-48fa-b2d9-62775372445c
SELECT [Version] FROM dbo.[Versions] WHERE [ObjectId]='2e3876fd-9e5e-4623-9fb1-76fbb353db11
UPDATE dbo.[Versions] SET [Version]='1.0.0.3' WHERE [ObjectId]='2e3876fd-9e5e-4623-9fb1-76fbb353db11'