We ran into an issue with a CRM 2013 Org that we created so we decided to delete the Org and its database and start over with creating the Org. Also I should note that, after creating the Org originally, I applied SP1 for CRM 2013 to the CRM server and to Reporting Extensions on the SQL Server.
So, to start over--I deleted the Org and database and now when I create a new Orgwith the same exact name as the previous one, the process errors out at the very end with the following:
08:52:25| Info| Database update install failed for orgId = 8103b1c7-3a08-e411-80c6-005056b05192. Continuing with other orgs. Exception: Microsoft.Crm.CrmException: Database having version 6.0.0.809 is not supported for upgraded.
at Microsoft.Crm.Setup.Database.DatabaseInstaller.ValidateUpgrade(CrmDbConnection connection, ReleaseInfo releaseInfo, Boolean throwIfNotUpgradeable)
at Microsoft.Crm.Setup.Database.DatabaseInstaller.ValidateUpgrade(DatabaseUtility database, ReleaseInfo releaseInfo, Boolean throwIfNotUpgradeable)
at Microsoft.Crm.Setup.Database.DatabaseInstaller.installInternal(Boolean isInstall)
at Microsoft.Crm.Setup.Database.DatabaseInstaller.Install(Int32 languageCode, String configurationFilePath, Boolean upgradeDatabase, Boolean isInstall)
at Microsoft.Crm.Setup.Database.DatabaseInstaller.InstallUpdate(String configurationFilePath, Boolean upgradeDatabase)
at Microsoft.Crm.Setup.Common.Update.DBUpdateDatabaseInstaller.InstallOptIn(Guid organizationId)
08:52:25| Error| System.Exception: Error.ActionFailed Microsoft.Crm.Tools.Admin.ProvisionOptInPatchAction ---> Microsoft.Crm.CrmException: Database having version 6.0.0.809 is not supported for upgraded.
at Microsoft.Crm.Setup.Database.DatabaseInstaller.ValidateUpgrade(CrmDbConnection connection, ReleaseInfo releaseInfo, Boolean throwIfNotUpgradeable)
at Microsoft.Crm.Setup.Database.DatabaseInstaller.ValidateUpgrade(DatabaseUtility database, ReleaseInfo releaseInfo, Boolean throwIfNotUpgradeable)
at Microsoft.Crm.Setup.Database.DatabaseInstaller.installInternal(Boolean isInstall)
at Microsoft.Crm.Setup.Database.DatabaseInstaller.Install(Int32 languageCode, String configurationFilePath, Boolean upgradeDatabase, Boolean isInstall)
at Microsoft.Crm.Setup.Database.DatabaseInstaller.InstallUpdate(String configurationFilePath, Boolean upgradeDatabase)
at Microsoft.Crm.Setup.Common.Update.DBUpdateDatabaseInstaller.InstallOptIn(Guid organizationId)
at Microsoft.Crm.Tools.Admin.ProvisionOptInPatchAction.Do(IDictionary parameters)
at Microsoft.Crm.Setup.Shared.CrmAction.ExecuteAction(CrmAction action, IDictionary parameters, Boolean undo)
--- End of inner exception stack trace ---, Error, AbortRetryIgnore, Option1
08:52:40| Info| InputResult: Ignore
I chose to Ignore it and the Org creation process finishes, but now there is an Update Available option in Deployment Manager which makes me think that it is not up to date/cannot be updated in the future. Has anyone run into this? Is there something in the CONFIG database that needs to be deleted as well? Any help is appreciated! Thanks