I'm trying to upgrade our org to CRM 2016 in our dev environment and keep getting the below errors when I import the org into the CRM 2016 environment:
Here's the error in the log:
10:01:48|Verbose| ImportItem: Processing Form with Id: 37e78f62-ee4b-4531-8ef7-c74c3d30adec, for entity 4211.
10:01:48|Verbose| FormXml for ObjectTypeCode 37e78f62-ee4b-4531-8ef7-c74c3d30adec imported.
10:01:48|Verbose| Ribbons were successfully imported.
10:01:48|Verbose| ImportItem: Processing Form with Id: 1ff13845-48d3-4744-bc69-43b691931a6e, for entity 1085.
10:01:48| Error| System.Exception: Error.ActionFailed Microsoft.Crm.Tools.Admin.ImportDefaultDataAction ---> System.Xml.XmlException: Name cannot begin with the '㕴' character, hexadecimal value 0x3574. Line 1, position 4954.
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ParseQName(Boolean isQName, Int32 startOffset, Int32& colonPos)
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
at System.Xml.XmlDocument.Load(XmlReader reader)
at Microsoft.Crm.SharedUtil.CreateXmlDocument(String xml)
at Microsoft.Crm.ObjectModel.FormLabelHelper.InsertFormLabelsCommon(IBusinessEntity entity, ILabelLoader labelLoader, Boolean asLastManagedForm, ExecutionContext context)
at Microsoft.Crm.ObjectModel.SystemFormService.RetrieveLastPublishedForm(Guid formEntityId, ExecutionContext context)
at Microsoft.Crm.Tools.ImportExportPublish.ImportFormXmlHandler.ImportManagedFormNode(SystemFormService service, MetadataHelper metadataHelper, ILocalizedLabelService localizedLabelService, XmlNode formNodeDiff, String formType, String originalBaseLanguage)
at Microsoft.Crm.Tools.ImportExportPublish.ImportFormXmlHandler.ImportItem()
at Microsoft.Crm.Tools.ImportExportPublish.ImportHandler.Import()
at Microsoft.Crm.Tools.ImportExportPublish.RootImportHandler.ProcessMetadataHandlers(CounterList listCounters)
at Microsoft.Crm.Tools.ImportExportPublish.RootImportHandler.RunImport()
at Microsoft.Crm.Setup.Server.Utility.NewOrgUtility.OrganizationImportDefaultData(Guid organizationId, Version existingDatabaseVersion, XmlDocument importXmlDoc, Boolean setup, String importFilePath)
at Microsoft.Crm.Setup.Server.Utility.NewOrgUtility.OrganizationImportDefaultData(Guid organizationId, Version existingDatabaseVersion, String importFile)
at Microsoft.Crm.Tools.Admin.ImportDefaultDataAction.Do(IDictionary parameters)
at Microsoft.Crm.Setup.Shared.CrmAction.ExecuteAction(CrmAction action, IDictionary parameters, Boolean undo)
--- End of inner exception stack trace ---, Error, RetryCancel, Option1
-----------------------------------
We don't use any Chinese characters, so how can I find the corrupt form and remove it?









