3

This very strange issue. When I press the start button to execute the SSIS project it shows "Package part debugging is not supported" and nothing else. I create a control flow with the data flow task and execute SQL task. I have a simple use case to count rows using variable and store package names and the number of rows in a table on the SQL server. When I open error list it shows

Error saving PackagePart1.dtsxp: Control flow package part need to contain exactly one executable.
C:\Users\pcp\Documents\Visual Studio 2015\Projects\Transformations\Transformations\PackagePart1.dtsxp

Here is the screenshot of the error I am recieving.

4
  • 1
    What happens when you right click on the package in the solution explorer and press Execute? Commented Feb 12, 2020 at 10:39
  • there is nothing in the SSIS package. When I right-click the package it says to create new package. Sorry, I am new to SSIS I think i didn't create an SSIS package instead I somehow created a package part and deleted the actual package file. Commented Feb 12, 2020 at 10:43
  • 1
    Oh yes now I see in your screenshot it’s a package part. Just keep experimenting-you’ll work it out! Commented Feb 12, 2020 at 10:52
  • TBH I've never used package parts in any SSIS project. Commented Feb 12, 2020 at 22:09

1 Answer 1

-1

Try to change the Debug to Release mode in Visual studio, build and Retry.It worked for me.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.