OVH Cloud OVH Cloud

Réplication sur serveurs en cluster

1 réponse
Avatar
jm
Bonjour,
Lors de la configuration du distributeur, msg erreur 14 117
Et configuration impossible
Quelle solution ?
Merci
jm

1 réponse

Avatar
Philippe Pham Minh [MS]
Bonjour,

Es-tu dans la configuration ci-dessous?


"Error 14117. Distribution is not configured as the distribution database."

Cause:
This is due to the fact that the local server name has been changed to
reflect a virtual server name as required by the Veritas clustering software
you
are using. We were able to determine the problem by running the following
query:

* Select @@servername
-------------------------------------------
Name1


* Select serverproperty(servername)
-----------------------------------
Name2


If the server has been configured properly both the above queries should
return the same name. But they had returned different names due to the fact
that the
sysservers entries have indeed been modified by using sp_dropserver and
sp_addserver to accommodate the virtual server name for Veritas. This
configuration is not supported by Microsoft.

Resolution:
We corrected the sysservers entry by doing the following:

sp_dropserver 'Name1'
go
sp_addserver 'Name2', local
go

Stop and restart SQL Server.


Philippe


"jm" a écrit dans le message de
news:91eb01c3ea5f$356107d0$
Bonjour,
Lors de la configuration du distributeur, msg erreur 14 117
Et configuration impossible
Quelle solution ?
Merci
jm