Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

SSIS package fails when it is executed by procedure (2008)

$
0
0

Hi there,

I have a very anoying problem with SSIS. I've done new packages into same project, almost identical compared to old ones. They work well in visual studio, but I can't execute them using procedure. Old packages works just fine, but none of the new. Error message is in the end of my story.

Visual Studio version is 9.0.30729.1 and SQL Server version is 10.0.4000.0. Is it possible, that these not not updated versions could cause this problem?

Package ProtectionLevel is DonSaveSensitive.

Br,

Ville

Error messages, when package is executed by procedure:

Microsoft (R) SQL Server Execute Package Utility

Version 10.50.1600.1 for 64-bit

Copyright (C) Microsoft Corporation 2010. All rights reserved.

NULL

Started:  10:36:48 AM

Error: 2015-03-31 10:36:48.48

   Code: 0xC0016016

   Source:  

   Description: Failed to decrypt protected XML node
"DTS:Password" with error 0x8009000B "Key not valid for use in
specified state.". You may not be authorized to access this information.
This error occurs when there is a cryptographic error. Verify that

 the correct key is available.

End Error

Progress: 2015-03-31 10:36:48.65

   Source: Data Flow Task 1

   Validating: 0% complete

End Progress

Progress: 2015-03-31 10:36:48.81

   Source: Data Flow Task 1

   Validating: 50% complete

End Progress

Progress: 2015-03-31 10:36:48.81

   Source: Data Flow Task 1

   Validating: 100% complete

End Progress

Progress: 2015-03-31 10:36:48.82

   Source: Data Flow Task 1

   Validating: 0% complete

End Progress

Progress: 2015-03-31 10:36:48.88

   Source: Data Flow Task 1

   Validating: 50% complete

End Progress

Progress: 2015-03-31 10:36:48.89

   Source: Data Flow Task 1

   Validating: 100% complete

End Progress

Progress: 2015-03-31 10:36:48.89

   Source: Data Flow Task 1

   Prepare for Execute: 0% complete

End Progress

Progress: 2015-03-31 10:36:48.89

   Source: Data Flow Task 1

   Prepare for Execute: 50% complete

End Progress

Progress: 2015-03-31 10:36:48.89

   Source: Data Flow Task 1

   Prepare for Execute: 100% complete

End Progress

Progress: 2015-03-31 10:36:48.95

   Source: Data Flow Task 1

   Pre-Execute: 0% complete

End Progress

Progress: 2015-03-31 10:36:49.03

   Source: Data Flow Task 1

   Pre-Execute: 50% complete

End Progress

Warning: 2015-03-31 10:36:49.03

   Code: 0x80070003

   Source: Data Flow Task 1 Destination - tb_month_standard_idx_table_exp_032013-082013_20140307_csv
[34]

   Description: The system cannot find the path specified.

End Warning

Progress: 2015-03-31 10:36:49.28

   Source: Error Msg

   Executing query "insert into
focusbase.dbo.tb_ctrl_package_error_ms...".: 100% complete

End Progress

Error: 2015-03-31 10:36:49.28

   Code: 0xC020200E

   Source: Data Flow Task 1 Destination -
tb_month_standard_idx_table_exp_032013-082013_20140307_csv [34]

   Description: Cannot open the datafile
"D:\Procogs_export_validation\StandardSetup\tb_month_standard_idx_table_exp_032013-082013_20140307.csv".

End Error

Progress: 2015-03-31 10:36:49.29

   Source: Error Msg

   Executing query "insert into
focusbase.dbo.tb_ctrl_package_error_ms...".: 100% complete

End Progress

Error: 2015-03-31 10:36:49.29

   Code: 0xC004701A

   Source: Data Flow Task 1 SSIS.Pipeline

   Description: component "Destination -
tb_month_standard_idx_table_exp_032013-082013_20140307_csv" (34) failed
the pre-execute phase and returned error code 0xC020200E.

End Error

Progress: 2015-03-31 10:36:49.29

   Source: Data Flow Task 1

   Pre-Execute: 100% complete

End Progress

Progress: 2015-03-31 10:36:49.29

   Source: Data Flow Task 1

   Post Execute: 0% complete

End Progress

Progress: 2015-03-31 10:36:49.29

   Source: Data Flow Task 1

   Post Execute: 50% complete

End Progress

Progress: 2015-03-31 10:36:49.29

   Source: Data Flow Task 1

   Cleanup: 0% complete

End Progress

Progress: 2015-03-31 10:36:49.29

   Source: Data Flow Task 1

   Cleanup: 50% complete

End Progress

Progress: 2015-03-31 10:36:49.29

   Source: Data Flow Task 1

   Cleanup: 100% complete

End Progress

DTExec: The package execution returned DTSER_FAILURE (1).

Started:  10:36:48 AM

Finished: 10:36:49 AM

Elapsed:  0.905 seconds

NULL<o:p></o:p>

<o:p> </o:p>

<o:p> </o:p>



Viewing all articles
Browse latest Browse all 24688

Trending Articles