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.

 All Forums
 SQL Server 2012 Forums
 SQL Server Administration (2012)
 Setting Multi Server Administartion - Enlist Issue

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 0
AllowDownloadedJobsToMatchProxyName - changed from 0 to 1 on the target
When I run the wizard I am getting below error

MSX 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 Progress

Create 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.

Messages

MSX enlist failed for JobServer 'Test4'. (Microsoft.SqlServer.Smo)
   

- Advertisement -