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 |
smilinglily
Starting Member
1 Post |
Posted - 2015-02-05 : 10:23:12
|
I am trying to Configure the Master target server / Multi server environment in Sql Server 2012.I changed :MSXENCryptChannnelOptions-->Changed from 2 to 0AllowDownloadedJobsToMatchProxyName - changed from 0 to 1 on the targetWhen I run the wizard I am getting below errorMSX Enlist failed for Job Server 'MasterServerName'The enlist operation Failed(Reason:SQL Server Agent Error: Unable to connect to MSX 'MasterServerName'(Microsoft Sql Server, Error : 22026)They both servers SQL Agents are running on the same windows service account.Any Suggestions on how to fix this?Adding the Log:Enlist TSX ProgressCreate MSXOperator (Success) Checking for an existing MSXOperator.Updating existing MSXOperator.Successfully updated MSXOperator.Make sure the Agent service for 'Test3' is running (Success) The service 'SQLSERVERAGENT' is running.Ensure the agent startup account for 'Test4' has rights to login as a target server (Success)Checking to see if the startup account for 'Test4' already exists.Login exists on server.Checking to see if login has rights to msdb.Login has rights to msdb.Checking to see if user is a member of the TargetServersRole.User is a member of the TargetServersRole.Enlist 'Test4' into 'Test3' (Error)Enlisting target server 'Test4' with master server 'Test3'.Using new enlistment method.MessagesMSX enlist failed for JobServer 'Test4'. (Microsoft.SqlServer.Smo) |
|
|
|
|