fuzzyocelot
Programmer
Hello all!
I’m having some problems with a basic maintenance plan on a server running SQL Server 2005 SP2. What it boils down to is that I can’t get the maintenance plan to run. It won’t run when I manually execute it (right click on the name under Maintenance Plans and select Execute) and it won’t run in a job.
This particular server contains very sensitive data and there is a LOT of security on it. I have to be careful what I do. Because of that, I can’t run the job under a sysadmin account. I have to run it under a lesser-privileged account. That means I’ll need to set up a proxy account. But for now, I can’t even get it to run under my account which has sysadmin permissions.
Here’s the error I get when I run it in a job:
I’ve Google’d the error but haven’t had much luck. Maybe I missed something.
Unfortunately, I can’t view the history on the maintenance plans. There’s nothing there! No log files, nothing! Within the plan, when I click on the Reporting and Logging button, I can see that "Generate a text file report" and "Create a new file" are selected. A valid path and file name are in the folder text box. Under Logging, the "Log extended information" is selected. Yet, when I right click the plan name and select "View History", there is nothing listed. When I go to the server, there are no log files in that folder.
By the way, the plan right now contains only a "check database integrity" task and includes indexes. That’s all I have in there for now as a test. Under Manage connections, I have the server name specified and my login.
Does anyone have any ideas what is wrong and how I can fix it? Thanks!!!
I’m having some problems with a basic maintenance plan on a server running SQL Server 2005 SP2. What it boils down to is that I can’t get the maintenance plan to run. It won’t run when I manually execute it (right click on the name under Maintenance Plans and select Execute) and it won’t run in a job.
This particular server contains very sensitive data and there is a LOT of security on it. I have to be careful what I do. Because of that, I can’t run the job under a sysadmin account. I have to run it under a lesser-privileged account. That means I’ll need to set up a proxy account. But for now, I can’t even get it to run under my account which has sysadmin permissions.
Here’s the error I get when I run it in a job:
Could not load package "Maintenance Plans\Plan01" because of error 0xC0014062. Description: The LoadFromSQLServer method has encountered OLE DB error code 0x80004005 (Login timeout expired). The SQL statement that was issued has failed. Source: Started: 9:00:00 PM Finished: 9:00:19 PM Elapsed: 18.594 seconds. The package could not be loaded. The step failed.
I’ve Google’d the error but haven’t had much luck. Maybe I missed something.
Unfortunately, I can’t view the history on the maintenance plans. There’s nothing there! No log files, nothing! Within the plan, when I click on the Reporting and Logging button, I can see that "Generate a text file report" and "Create a new file" are selected. A valid path and file name are in the folder text box. Under Logging, the "Log extended information" is selected. Yet, when I right click the plan name and select "View History", there is nothing listed. When I go to the server, there are no log files in that folder.
By the way, the plan right now contains only a "check database integrity" task and includes indexes. That’s all I have in there for now as a test. Under Manage connections, I have the server name specified and my login.
Does anyone have any ideas what is wrong and how I can fix it? Thanks!!!