I am unable to get the import organization wizard to function. Whenever I try to launch the wizard, MMC immediately crashes. I was able to pull the below error out of the "crmdmsnapin" log. I have tried reinstalling CRM 3 separate times, but still the same result.
Things I have verified:
- Service account permissions of Deployment web service to CRM server including registry/NFTS directories, local admin, sysadmin, etc.
- TCP 1433, 443 is open from CRM server to SQL/SSRS server (CRM wouldn't have installed otherwise)
- All required SQL services are started (SQL, SSRS, Agent, Full-Text)
- Database versions of target organizational databases match the mscrm_config database and default organization database
- AD connectivity
Error during the retrieve of CRM organization databases from the SQL Server (xxxx) System.InvalidOperationException: Invalid attempt to read when no data is present.
at System.Data.SqlClient.SqlDataReader.CheckDataIsReady(Int32 columnIndex, Boolean allowPartiallyReadColumn, Boolean permitAsync, String methodName)
at System.Data.SqlClient.SqlDataReader.TryReadColumn(Int32 i, Boolean setTimeout, Boolean allowPartiallyReadColumn)
at System.Data.SqlClient.SqlDataReader.ReadColumn(Int32 i, Boolean setTimeout, Boolean allowPartiallyReadColumn)
at System.Data.SqlClient.SqlDataReader.GetInt32(Int32 i)
at Microsoft.Crm.Setup.Database.CrmVersion.Initialize(CrmDbConnection connection)
at Microsoft.Crm.Setup.Database.DatabaseInstaller.ValidateUpgrade(CrmDbConnection connection, ReleaseInfo releaseInfo, Boolean throwIfNotUpgradeable)
at Microsoft.Crm.Setup.Database.DatabaseInstaller.IsValidForUpgrade(String installXmlFile, CrmDbConnection connection)
at Microsoft.Crm.Tools.Admin.OrganizationUpgrader.IsOrganizationVersionSupportedForUpgradeFromConnectionString(String connectionString, String installXmlPath)
at Microsoft.Crm.Tools.Admin.SqlServerPage.OrgChanged()
at Microsoft.Crm.Tools.Admin.SqlServerPage.crmDbComboBox_TextChanged(Object sender, EventArgs e)
at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
at Microsoft.Crm.Tools.Admin.SqlServerPage.FillInDbComboBox()
*This post is locked for comments