Visual Studio hangs when SSIS has an issue

Scott-3123 21 Reputation points
2021-02-09T23:14:22.58+00:00

When all the servers that my SSIS jobs talks to are online there are no issues. As soon as one of them goes down though, Visual Studio 2019 Professional will totally lock up if I open the SSIS package because it can't do the validation. Is there any way to work around that? Why isn't that validation done on a background thread? Locking up the UI is evil.

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,525 questions
0 comments No comments
{count} votes

1 additional answer

Sort by: Most helpful
  1. Monalv-MSFT 5,896 Reputation points
    2021-02-10T09:25:51.333+00:00

    Hi @Scott-3123 ,

    1.Please choose Work offline;

    2.Please set Delay Validation as True;

    3.Please set ValidateExternalMetaData as False;

    Please refer to there are situations in which validation is not desirable.

    Best Regards,
    Mona


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments