admin管理员组文章数量:1123185
I have an SSIS package which reads the Excel file from a folder and then loads the data into the tables.
The issue is that using a Script Task, I extract the sheet/tab name from the Excel file and store it in a variable. Then, in the next component, I have a data flow task that has an Excel source component which reads the sheet from this variable and then loads it into the table.
The thing is that the package successfully runs inside Visual Studio, but when I deploy the package on SSIDB on SQL Server, I get an error in the Excel source component
Bulk Load File.Error: A destination table name has not been provided
and this error occurs during the pre-execute phase.
Note: I have already set DelayValidation
to True
for each component along with the connection manager, additionally, set a static file name in the variable so the pre-execute validation gets passed but after setting a static sheet name I get that 'Sheet1$' does not exist in the database and issue persists on SQL Server in every workaround.
enter image description here
本文标签: Excel Source Component of SSIS fails in SQL Server databaseStack Overflow
版权声明:本文标题:Excel Source Component of SSIS fails in SQL Server database - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736555063a1944564.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论