question

riedeld avatar image
riedeld asked

SSIS 2016 Error: CPackage::LoadFromXML

My Environmet: Windows Server 2016 enu SQL Server 2016 Sp1 enu SQL Data Tools 2015 neu SSMS 16.5.3 enu VS 2017 neu I have created a simple SSIS package (Send Email) with SQL Data Tools. The Package Format Version is 8. The Package is visible on SSMS Integration Services. **This package can i deploying and excuting**. Problem: when I try to load the package in VS2017 Project on the same machine, then i get an error **The package failed to load due to error 0x80070002 "The system cannot find the file specified.". This occurs when CPackage::LoadFromXML fails**. demyPackage = r.LoadPackage("D:\Package_6.dtsx", Pevent) or demyPackage = r.LoadFromSqlServer("MSDB\Package_6", ".", Nothing, Nothing, Pevent) The Microsoft.SQLServer.ManagedDTS Version is 13.0.0.0 ; Fileversion:13.0.2164.0 I have already installed everything. I have no idea. Can someone help?
ssissql-serverpackagemanagement
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
riedeld avatar image
riedeld answered
I can solve the Problem. In the Projects app.config file was a faulty entry. ** ** ** i have deleted this and and it works
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.