I have upgraded my MR installation to MR 2012. I have added my GP server to 'ERP Integrations'. WHen I click on Import and enter my GP User and password, I receive and error that states "An error has occurred retreiving company information. Verify that the specified credentials are valid. Check the deployment log for details."
I reentered my GP credentials correctly. I checked the deployment log and see the below:
4/3/2012 3:49:51 PM - An error occurred while importing companies from a company import adapter. Additional information: System.InvalidOperationException: There is an error in XML document (0, 0). ---> System.Xml.XmlException: Root element is missing.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlTextReader.Read()
at System.Xml.XmlReader.MoveToContent()
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderEntitySettingCollection.Read3_ArrayOfEntitySetting()
--- End of inner exception stack trace ---
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
at System.Xml.Serialization.XmlSerializer.Deserialize(TextReader textReader)
at Microsoft.Dynamics.Performance.DataProvider.Core.EntitySettingCollection.Deserialize(String xmlDocument)
at Microsoft.Dynamics.Performance.Deployment.CompanyImport.CompanyImport.CompanyImportViewModel.<ConvertToExistingCompanies>b__7(CompanyRow x)
at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
at Microsoft.Dynamics.Performance.Deployment.CompanyImport.CompanyImport.CompanyImportViewModel.ConvertToExistingCompanies(CompanyDataTable companyDataTable)
at Microsoft.Dynamics.Performance.Deployment.CompanyImport.CompanyImport.CompanyImportViewModel.<BeginImport>b__0()
*This post is locked for comments