Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
DBA007
Posting Yak Master
145 Posts |
Posted - 2010-02-15 : 14:33:29
|
Team,My Maintenance plan had failed stating the error as follows,remote connections are enabled but same errorThe Execute method on the task returned error code 0x80131904 (A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 0 - No connection could be made because the target machine actively refused it.)). The Execute method must succeed, and indicate the result using an "out" parameter. End Error Warning: 2010-02-15 10:41:09.83 Code: 0x80019002 Source: OnPostExecute Description: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, but the number of errors raised (2) reached ... The package execution fa... The step failed. |
|
Kristen
Test
22859 Posts |
Posted - 2010-02-16 : 01:46:02
|
password changed for SQL Agent Service to connect to that service?Or perhaps the network was down (assuming it is not the local server) |
 |
|
DBA007
Posting Yak Master
145 Posts |
Posted - 2010-02-16 : 13:21:46
|
the password was not changed,this was a cluster server,when i execute the maintenanceplan ,i cant see the error log details on the history of maintenanceplan it displays nothing,neither in the error log,and in the logging of the maintenance plan.But only the error information is available from job history. |
 |
|
|
|
|