question

SQL_noob avatar image
SQL_noob asked

Password mismatch error for 'sa' when executing maintenance plans

Hi,

In our server fleet we use a mixture of SQL 2005 and SQL 2008. All our SQL 2005 servers have always used maintenance plans from an MSX server and they run fine. We are now trying to set up a SQL 2008 MSX for the SQL 2008 servers to connect to.

Rather than set up a new server for this, we installed an additional SQL 2008 instance on the same server that has the 2005 MSX instance and set it up as an MSX.

I can join the 2008 servers to the 2008 MSX instance with no problems. I have created maintenance plans on the 2008 MSX and pushed them to the 2008 servers. However, when I try to execute any maintenance plan, I get:

Job 'xxxxx Primary Backup.Subplan_1 (Multi-Server)' failed. (SqlManagerUI)

I checked the SQL Server Logs and I have the following:

Login failed for user 'sa'. Reason: Password did not match that for the login provided. [CLIENT: local machine] Error: 18456, Severity: 14, State: 8.

State 8 means a password mismatch, but I don't see how this is possible. We use the same sa password for our entire server fleet. In fact, I don't even know where in the maintenance plan you would type the sa password. I've created numerous maintenance plans before both using the wizard and manually and have never had to enter the sa password. I'm also able to log into SSMS using the sa login with no problems. Just to double check, I have retyped the sa password on both MSX and TSX.

The MSX server instances are 32-bit, whilst the TSX is 64-bit. All SQL databases are installed using Mixed Mode. We use the same domain service account for all 'SQL Server' and 'SQL Server Agent' services.

Any help with this one would be greatly appreciated.

sql-server-2008sql-server-2005maintenance-planspasswordsa
1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

SQL_noob avatar image SQL_noob commented ·
Anyone have any ideas? I have completely reinstalled SQL 2008 on the MSX server and reconfigured everything, but ran into the same problem.
0 Likes 0 ·

1 Answer

·
johnsemi avatar image
johnsemi answered
Me too, ever figure out what it was? It's only happening on my two MSX's.
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.