Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 SSIS Loading Package

Author  Topic 

Aravind N R
Starting Member

6 Posts

Posted - 2014-05-14 : 02:22:05
Hi,

I am getting the below error while loading the SSIS Package in SQL Server 2005

Could not load package " " because of error 0xC0014049.
Description: Cannot find folder "" .

Lamprey
Master Smack Fu Yak Hacker

4614 Posts

Posted - 2014-05-14 : 11:50:10
Did you clear out the name of the package? If so, make sure that the account executing the package has rights to do so and that the package exists in the location specified by the error.

http://www.experts-exchange.com/Database/MS-SQL-Server/Q_27638916.html

Also, if the package has a space in the name, that can sometimes throw thingn off.
Go to Top of Page
   

- Advertisement -