SSIS 包将不再在 Visual Basic 中执行 - 而是通过“构建" [英] SSIS package won't execute in visual basic anymore - instead goes through a "build"

查看:19
本文介绍了SSIS 包将不再在 Visual Basic 中执行 - 而是通过“构建"的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是使用 Visual Studio 2017 创建我的第一个 SSIS 包的超级初学者.此包打开一个平面文件 (.csv) 并将其添加到 SQL 服务器上的表中.当我按下开始按钮(在 Visual Studio 中)时,SSIS 包可以完美地执行.发生了一些变化,所以现在当我按下开始时,包不会执行,而是执行构建"并输出:

I'm a super beginner using Visual Studio 2017 to create my first SSIS package. This package opens a flat file (.csv) and adds it to a table on the SQL server. When I press the Start button (in Visual Studio), the SSIS package used to execute perfectly. Something changed, so now when I press start, the package doesn't execute, but instead, performs a "Build" and outputs:

------ Build started: Project: LabData, Configuration: Development ------
Build started: SQL Server Integration Services project: Incremental ...
Build complete -- 0 errors, 0 warnings
========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========

我该如何解决这个问题?

How do I fix this?

推荐答案

确认当您单击开始"按钮上的向下箭头时,除了开始"之外没有其他选项.如果这仍然运行构建,请转到顶部的功能区,单击调试,然后单击启动/不调试.那应该正常执行包.

Confirm that when you click the down arrow on the Start button, there are no other options other than Start. If this still runs a build, go to the ribbon on the top, click Debug, and click Start with/without Debugging. That should execute the package normally.

开始"按钮的左侧也应该有两个框.确认那些没有被更改或者你没有在配置管理器中进行更改.您可以通过单击这些框之一并选择配置管理器来访问配置管理器.

There should also be two boxes to the left of the Start button. Confirm that those have not been changed or that you didn't make changes in the config manager. You can get to the config manager by clicking one of those boxes and selecting Configuration Manager.

这篇关于SSIS 包将不再在 Visual Basic 中执行 - 而是通过“构建"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆