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
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 SSIS Fails but returns Success

Author  Topic 

sqldba20
Posting Yak Master

183 Posts

Posted - 2009-04-21 : 17:11:43
Folks:

I run this SSIS Package from Management Studio using 'dtexec' and it throws an Error but for some reason it display that 'Query executed successfully' .. Here are the messages: .....

Microsoft (R) SQL Server Execute Package Utility
Version 9.00.3042.00 for 32-bit
Copyright (C) Microsoft Corp 1984-2005. All rights reserved.
NULL
Started: 5:13:51 PM
Error: 2009-04-21 17:13:52.35
Code: 0xC001000E
Source: Package
Description: The connection "EnvConfig" is not found. This error is thrown by Connections collection when the specific connection element is not found.
End Error
Warning: 2009-04-21 17:13:52.35
Code: 0x8001F02F
Source: Package
Description: Cannot resolve a package path to an object in the package ".Connections[EnvConfig].Properties[ConnectionString]". Verify that the package path is valid.
End Warning
Warning: 2009-04-21 17:13:52.35
Code: 0x80012017
Source: Package
Description: The package path referenced an object that cannot be found: "\Package.Connections[EnvConfig].Properties[ConnectionString]". This occurs when an attempt is made to resolve a package path to an object that cannot be found.
End Warning
Warning: 2009-04-21 17:13:52.42
Code: 0x80012059
Source: Package
Description: Failed to load at least one of the configuration entries for the package. Check configurations entries and previous warnings to see descriptions of which configuration failed.
End Warning
Progress: 2009-04-21 17:13:52.51
Source: Copy and Rename Files
Operation Complete: 100% complete
End Progress
DTExec: The package execution returned DTSER_SUCCESS (0).
Started: 5:13:51 PM
Finished: 5:13:52 PM
Elapsed: 0.562 seconds
NULL
   

- Advertisement -