70-463 · Question #148
70-463 Question #148: Real Exam Question with Answer & Explanation
This question contains a significant mismatch: the stem asks how to deploy an SSIS project to an SSIS catalog folder, but the answer choices describe error-handling and logging configurations (event handlers, log providers, system variables). No correct answer is provided. For co
Question
Options
- AUse an event handler for OnError for the package.
- BUse an event handler for OnError for each data flow task.
- CUse an event handler for OnTaskFailed for the package.
- DView the job history for the SQL Server Agent job.
- EView the All Messages subsection of the All Executions report for the package.
- FStore the System::SourceID variable in the custom log table.
- GStore the System::ServerExecutionID variable in the custom log table.
- HStore the System::ExecutionInstanceGUID variable in the custom log table.
- IEnable the SSIS log provider for SQL Server for OnError in the package control flow.
- JEnable the SSIS log provider for SQL Server for OnTaskFailed in the package control flow,
Explanation
This question contains a significant mismatch: the stem asks how to deploy an SSIS project to an SSIS catalog folder, but the answer choices describe error-handling and logging configurations (event handlers, log providers, system variables). No correct answer is provided. For context: the standard way to deploy an SSIS project using the Project Deployment Model is to use the SSIS Deployment Wizard - either launched from SQL Server Data Tools by right-clicking the project and selecting Deploy, or by double-clicking the .ispac file - and pointing it at the target SSIS catalog folder. The answer choices shown belong to a separate question about package error logging and were incorrectly associated with this stem.
Community Discussion
No community discussion yet for this question.