SSIS Connection not found in package

前端 未结 20 1906
一整个雨季
一整个雨季 2020-12-06 09:48

I\'m kind of new to SSIS programming, and I\'m having some problems deploying an SSIS package.

This package runs correctly on my PC, does everything it needs to do ..

20条回答
  •  日久生厌
    2020-12-06 10:15

    This solution worked for me:

    Go to SQL Server Management Studio, Right click on the failing step and select Properties -> Logging -> Remove the Log Provider, and then re-add it

提交回复
热议问题