Problem description
========
An error occurred while executing the maintenance plan
After SQL Server SP3 is installed, the following error occurs when the maintenance plan is executed:
Executed as user xxxxxx/administrator. Microsoft (r) SQL Server execution package utility version 9.00.4035.00 for 64-bit All Rights Reserved (c) Microsoft Corp 1984-2005. All rights reserved. Start Time: 14:57:40 error: 14:57:57. 03 code: 0xc0024102 Source: Report Task for sub-plan-{224ad902-4dd0-4aca-8137-667dc4b53a52} Description: The validate method of the task fails, and the error code 0x8007000e (triggering type: "system. outofmemoryexception .). The validate method must be successful and the "out" parameter is used to indicate the result. Error ending error: 14:57:57. 04 code: 0xc0024107 Source: Report Task for subplan-{224ad902-4dd0-4aca-8137-667dc4b53a52} Description: An error occurred during Task verification. Error ended dtexec: The returned package is run dtser_failure (1 ). Start Time: 14:57:40 completion time: 14:57:57 used time: 16.125 seconds. Package execution failed .. This step fails.
After upgrading your SQL Server to SP4, the maintenance plan is executed, and errors still occur. After the Process Monitor log is collected, the customer's. the Net Framework version is 2.0.50727.1882. We recommend that you upgrade it. net Framework 2.0 to SP2
How to upgrade to. NET Framework 2.0 SP2
Solution
======
1. click the following link to upgrade to. NET Framework 2.0 SP2.
Http://www.microsoft.com/downloads/en/details.aspx? Familyid = 5b2c0358-915b-4eb5-9b1d-10e506da9d0f
2. Click the link to install the security update package.
Http://www.microsoft.com/downloads/en/details.aspx? Familyid = 1e53f250-2d4b-4f61-86ee-9f9f3a9c0b48 & displaylang = en
3. Re-execute the maintenance plan.