在数据流任务中选择 oledb 目标 table 时出现 SSIS 2012 开发错误
SSIS 2012 development error while selecting oledb destination table in dataflow task
我在数据流目标(OLE DB 目标)屏幕中。我能够连接到数据库,并且在下拉列表中看到了目标表。
当我点击左侧的 'Mappings' 选项,或者点击 'View existing data' 按钮时,出现错误:
Validation error. Data Flow Task: Data Flow Task: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available. Source: "Microsoft SQL Server Native Client 11.0" Hresult: 0x80004005 Description: "Unspecified error". An OLE DB record is available. Source: "Microsoft SQL Server Native Client 11.0" Hresult: 0x80004005 Description: "Communication link failure".
Validation error. Data Flow Task OLE DB Destination [31]: Failed to open a fastload rowset for "[dbo].[xxxxxxxx]". Check that the object exists in the database. xxxxxxxxxxx.dtsx 0 0
我关闭再打开后解决Visual Studio。 Hadi 的解决方案看起来是一个很好的永久性解决方案。
我在数据流目标(OLE DB 目标)屏幕中。我能够连接到数据库,并且在下拉列表中看到了目标表。
当我点击左侧的 'Mappings' 选项,或者点击 'View existing data' 按钮时,出现错误:
Validation error. Data Flow Task: Data Flow Task: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available. Source: "Microsoft SQL Server Native Client 11.0" Hresult: 0x80004005 Description: "Unspecified error". An OLE DB record is available. Source: "Microsoft SQL Server Native Client 11.0" Hresult: 0x80004005 Description: "Communication link failure".
Validation error. Data Flow Task OLE DB Destination [31]: Failed to open a fastload rowset for "[dbo].[xxxxxxxx]". Check that the object exists in the database. xxxxxxxxxxx.dtsx 0 0
我关闭再打开后解决Visual Studio。 Hadi 的解决方案看起来是一个很好的永久性解决方案。