SSISDB 2019 脚本组件为空白
SSISDB 2019 Script Component is Blank
我有一个 SSIS 包 运行 在 visual studio 中很好,但不会 运行 部署为 SSIDB 中的作业。
第一条错误信息是
Data Flow Task:Error: The binary code for the script is not found.
Please open the script in the designer by clicking Edit Script button
and make sure it builds successfully.
对此进行研究表明包版本和 SSISDB 版本存在问题。我在 2019 年的 SSIDB 上部署了 2017 年的工作。
我下载了vs2019,并将包版本更新为2019,现在出现登录失败的错误。
RentalExchangeUpload:Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE
DB error has occurred. Error code: 0x80040E4D. An OLE DB record is
available. Source: "Microsoft SQL Server Native Client 11.0"
Hresult: 0x80040E4D Description: "Login failed for user domain\user.
用户和密码存储在包参数中。所有其他部署为 2017 且具有相同连接字符串的 SSIS 包 运行ning 从 SSISDB 中找到。
不确定还可以尝试什么。
第二条错误消息是从哪里得到的?
2019 年 Visual Studio 或 SQL 代理工作?
如果在Visual Studio 2019,请检查连接管理器中的用户和密码是否正确。
请尝试创建新的连接管理器。
如果在SQL代理作业中,用户domain\user似乎没有权限访问的信息SSIS 包。
请create SQL Server Agent proxy在作业中执行ssis包。
我有一个 SSIS 包 运行 在 visual studio 中很好,但不会 运行 部署为 SSIDB 中的作业。
第一条错误信息是
Data Flow Task:Error: The binary code for the script is not found. Please open the script in the designer by clicking Edit Script button and make sure it builds successfully.
对此进行研究表明包版本和 SSISDB 版本存在问题。我在 2019 年的 SSIDB 上部署了 2017 年的工作。
我下载了vs2019,并将包版本更新为2019,现在出现登录失败的错误。
RentalExchangeUpload:Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E4D. An OLE DB record is available. Source: "Microsoft SQL Server Native Client 11.0" Hresult: 0x80040E4D Description: "Login failed for user domain\user.
用户和密码存储在包参数中。所有其他部署为 2017 且具有相同连接字符串的 SSIS 包 运行ning 从 SSISDB 中找到。
不确定还可以尝试什么。
第二条错误消息是从哪里得到的?
2019 年 Visual Studio 或 SQL 代理工作?
如果在Visual Studio 2019,请检查连接管理器中的用户和密码是否正确。 请尝试创建新的连接管理器。
如果在SQL代理作业中,用户domain\user似乎没有权限访问的信息SSIS 包。 请create SQL Server Agent proxy在作业中执行ssis包。