sql-server - 根级别的数据无效。 SSIS 的第 1 行

标签 sql-server visual-studio visual-studio-2015 ssis odata

我需要在我的 SSIS 项目中使用 VS2015 和 SQL Server 2012。

当我将部署目标服务器版本从 SQL Server 2016 更改为 SQL Server 2012 时,出现以下错误。

OData V4。

image here

堆栈跟踪:

Data at the root level is invalid. Line 1, position 1. (System.Xml)


Program Location:

at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.Throw(String res, String arg) at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace() at System.Xml.XmlTextReaderImpl.ParseDocumentContent() at System.Xml.XmlTextReaderImpl.Read() at Microsoft.SqlServer.IntegrationServices.OData.UI.ODataConnectionManagerForm.TestConnectionMiddle(Object callback)

最佳答案

端点 https://localhost:44354/odata 未返回任何 XML。

您需要纠正该端点的问题或切换到其他端点。

关于sql-server - 根级别的数据无效。 SSIS 的第 1 行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43227597/

相关文章:

visual-studio-2015 - ScriptedSandbox64.exe 已停止工作

c# - 如何有效地从存储过程中检索数千行

c# - Visual Studio 2015 Winforms 错误 - 设置断点时出错

c# - EF : When executing a command, 参数必须完全是数据库参数或值

c# - 如何更改测试运行超时?

visual-studio - 在许多 VS 解决方案上自动执行 nuget 更新包操作

visual-studio - 如何关闭 Visual Studio 的 "There is no source code available for the current location."?

c - VS2015 gsl编译错误

sql - 在 SQL 中排序包含整数的字符串

python - 与 mssql 和 pyodbc 的只读连接