dtexec を使用して SSIS パッケージを実行しています。パッケージは私のシステムの BIDS で正常に動作します。スケジュールに従ってパッケージを実行する SQL サーバー エージェント ジョブを作成するとき。パッケージの実行ステップは、SSIS パッケージではなく、T-SQL タスクとしてスケジュールされます)。ジョブはエラーを報告しませんが、サーバー上の目的の宛先で出力Excelファイルを作成することすらありません。
さらに、コマンドシェルでコマンドを個別に実行すると、以下に示すエラーが返されます。断続的に、ファイルのコピーに使用する FileSystem タスクでもエラーが返され、コピー元またはコピー先が存在しないというメッセージが表示されます!! BIDS で同じ変数値が機能するのに、SQL ジョブが失敗するのはなぜですか?
Started: 7:33:27 PM
Error: 2012-10-26 19:33:27.60
Code: 0xC0016016
Source:
Description: Failed to decrypt protected XML node "DTS:Password" with error 0
x8009000B "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 err
or. Verify that the correct key is available.
End Error
Error: 2012-10-26 19:33:27.78
Code: 0xC00F9304
Source: GICSReport Connection manager "Excel Connection Manager"
Description: SSIS Error Code DTS_E_OLEDB_EXCEL_NOT_SUPPORTED: The Excel Conne
ction Manager is not supported in the 64-bit version of SSIS, as no OLE DB provi
der is available.
End Error
Error: 2012-10-26 19:33:27.78
Code: 0xC020801C
Source: Data Flow Task Excel Destination [22]
Description: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAG
ER. The AcquireConnection method call to the connection manager "Excel Connecti
on Manager" failed with error code 0xC00F9304. There may be error messages post
ed before this with more information on why the AcquireConnection method call fa
iled.
End Error
Error: 2012-10-26 19:33:27.78
Code: 0xC0047017
Source: Data Flow Task SSIS.Pipeline
Description: component "Excel Destination" (22) failed validation and returne
d error code 0xC020801C.
End Error
Error: 2012-10-26 19:33:27.78
Code: 0xC004700C
Source: Data Flow Task SSIS.Pipeline
Description: One or more component failed validation.
End Error
Error: 2012-10-26 19:33:27.79
Code: 0xC0024107
Source: Data Flow Task
Description: There were errors during task validation.
End Error
DTExec: The package execution returned DTSER_FAILURE (1).
Started: 7:33:27 PM
Finished: 7:33:27 PM
Elapsed: 0.343 seconds
助けてください!:) ....すべての変数、接続マネージャー、およびすべてを構成ファイルに追加する必要がありますか? 現在、変数と接続マネージャーの ppty 値をいくつか追加しただけですが、効果的に機能するコンボはないようです。