Link to home
Start Free TrialLog in
Avatar of Lucas Bruch
Lucas Bruch

asked on

Error doing Inplace Upgrade of Sharepoint 2003 to Sharepoint 2207

We are attempting an inplace upgrade of Sharepoint 2003 to Sharepoint 2007.  We ran setup and then the prescan.exe command from the command line.  We then ran the Sharepiont Products and Technologies Configuration Wizard.  The wizard gets to step 2 of the process and then fails.  The error logs shows this error.

03/27/2007 15:17:31  9  ERR                          Task upgradebootstrap has failed with an unknown exception
03/27/2007 15:17:31  9  ERR                          Exception: Microsoft.SharePoint.Upgrade.SPUpgradeException: Action 12.0.1.0 of Microsoft.SharePoint.Portal.Upgrade.FarmSequence failed. ---> System.Data.SqlTypes.SqlNullValueException: Data is Null. This method or property cannot be called on Null values.

Looks to be a SQL problem.  We are currently down.  Thanks for any assistance.
ASKER CERTIFIED SOLUTION
Avatar of Vivek Thangaswamy
Vivek Thangaswamy
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Lucas Bruch
Lucas Bruch

ASKER

Here is the error info from the update.log:

[SPManager] [ERROR] [3/28/2007 9:25:34 AM]: Upgrade [SPFarm Name=SPS01_Config_db] failed.
[SPManager] [ERROR] [3/28/2007 9:25:34 AM]: Data is Null. This method or property cannot be called on Null values.
[SPManager] [ERROR] [3/28/2007 9:25:34 AM]:    at System.Data.SqlClient.SqlBuffer.get_String()
   at System.Data.SqlClient.SqlDataReader.GetString(Int32 i)
   at Microsoft.SharePoint.Portal.Upgrade.FarmOld.get_PortalUrls()
   at Microsoft.SharePoint.Portal.Upgrade.GenericFarmMigrator.MigratePortalUrls()
   at Microsoft.SharePoint.Portal.Upgrade.AdministrationObjectsUpgrade.Upgrade()
   at Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade()
[SPManager] [ERROR] [3/28/2007 9:25:34 AM]: Action 12.0.1.0 of Microsoft.SharePoint.Portal.Upgrade.FarmSequence failed.
[SPManager] [ERROR] [3/28/2007 9:25:34 AM]:    at Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade()
   at Microsoft.SharePoint.Upgrade.SPManager.Upgrade(Object o, Boolean bRecurse)
[SPManager] [DEBUG] [3/28/2007 9:25:34 AM]: Elapsed time upgrading [SPFarm Name=SPS01_Config_db]: 00:00:10.
[SPManager] [INFO] [3/28/2007 9:25:35 AM]: Resetting the status of PersistedUpgradableObject: SPFarm Name=SPS01_Config_db to Online.
[SPManager] [ERROR] [3/28/2007 9:25:35 AM]: SPManager.Initialize failed.
[SPManager] [ERROR] [3/28/2007 9:25:35 AM]: Data is Null. This method or property cannot be called on Null values.
[SPManager] [ERROR] [3/28/2007 9:25:35 AM]:    at System.Data.SqlClient.SqlBuffer.get_String()
   at System.Data.SqlClient.SqlDataReader.GetString(Int32 i)
   at Microsoft.SharePoint.Portal.Upgrade.FarmOld.get_PortalUrls()
   at Microsoft.SharePoint.Portal.Upgrade.GenericFarmMigrator.MigratePortalUrls()
   at Microsoft.SharePoint.Portal.Upgrade.AdministrationObjectsUpgrade.Upgrade()
   at Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade()
[SPManager] [ERROR] [3/28/2007 9:25:35 AM]: Action 12.0.1.0 of Microsoft.SharePoint.Portal.Upgrade.FarmSequence failed.
[SPManager] [ERROR] [3/28/2007 9:25:35 AM]:    at Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade()
   at Microsoft.SharePoint.Upgrade.SPManager.Upgrade(Object o, Boolean bRecurse)
   at Microsoft.SharePoint.Administration.SPPersistedUpgradableObject.Upgrade(Boolean recursively)
   at Microsoft.SharePoint.Upgrade.SPManager.Initialize()
[SPManager] [INFO] [3/28/2007 9:25:35 AM]: Upgrade Boot Strap finishes. 3 errors and 0 warnings encountered.