I've been developing a site on a testdomain (domain.testdomain.com), and now it has been set live on the real domain (domain.com), and now the import does not work anymore.
The problem is when I try to access the Import definition, it says
Error during load, check the logfile for details The remote name could not be resolved: 'domain.testdomain.com'
The log says:
Error during load System.Net.WebException: The remote name could not be resolved: 'domain.testdomain.com'
at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
at System.Net.WebClient.DownloadData(Uri address)
at DTG.Spreadsheet.ExcelWorkbook.ReadXLSX(Uri XlsxUrlAddress)
at DTG.Spreadsheet.ExcelWorkbook.ReadXLSX(String FileName)
at CMSImportLibrary.DataAdapters.Pro.Office.MSExcelDataAdapter.()
at CMSImportLibrary.DataAdapters.Pro.Office.MSExcelDataAdapter.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.AddedControl(Control control, Int32 index)
at System.Web.UI.ControlCollection.Add(Control child)
at CMSImport.Controls.ImportSteps.SelectDataSource.()
at CMSImport.Controls.ImportSteps.SelectDataSource.InitializeStepControl(ImportState state)
at CMSImport.Controls.CMSImport.()
at CMSImport.Controls.CMSImport.(Int32 )
at CMSImport.Controls.CMSImport.OnPreRender(EventArgs e)
I tried activating the testdomain again, but that did not work.
Umbraco 4.9.0 CMSImport 2.2.1 .Net 3.5.1 Windows Server 2008 R2 IIS 7
The remote name could not be resolved
Hi
I've been developing a site on a testdomain (domain.testdomain.com), and now it has been set live on the real domain (domain.com), and now the import does not work anymore.
The problem is when I try to access the Import definition, it says
Error during load, check the logfile for details The remote name could not be resolved: 'domain.testdomain.com'
The log says:
Error during load System.Net.WebException: The remote name could not be resolved: 'domain.testdomain.com' at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request) at System.Net.WebClient.DownloadData(Uri address) at DTG.Spreadsheet.ExcelWorkbook.ReadXLSX(Uri XlsxUrlAddress) at DTG.Spreadsheet.ExcelWorkbook.ReadXLSX(String FileName) at CMSImportLibrary.DataAdapters.Pro.Office.MSExcelDataAdapter.() at CMSImportLibrary.DataAdapters.Pro.Office.MSExcelDataAdapter.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at System.Web.UI.ControlCollection.Add(Control child) at CMSImport.Controls.ImportSteps.SelectDataSource.() at CMSImport.Controls.ImportSteps.SelectDataSource.InitializeStepControl(ImportState state) at CMSImport.Controls.CMSImport.() at CMSImport.Controls.CMSImport.(Int32 ) at CMSImport.Controls.CMSImport.OnPreRender(EventArgs e)
I tried activating the testdomain again, but that did not work.
Umbraco 4.9.0
CMSImport 2.2.1
.Net 3.5.1
Windows Server 2008 R2
IIS 7
My fault... I just had to wait some time before CMSImport registered that the testdomain was active again... So no problems...
But a suggestion could be that you were able to change the URl to a file even though the remote domain is not accesible...
Hi Michael was this error directly when you opened CMSImport then it makes sense to have better error handling indeed
No... It was when I clicked on the Import definition I had saved in CMS Import > Import definitions > Content
That is what I meant, I'll create a ticket for myself to fix this in a future release
is working on a reply...