Question : Different languages in GPO editor

Have a look at the screen shot attached, Is it possible to have them all in English? or is there a reason different languages are used? And what about the ones that are just box's?

 

Answer : Different languages in GPO editor

1)check if the sql browser service is enabled and running.
2)connect to the subscriber using SSMS and type in:>to get the server name to use to connect.
Use Master
go
Select @@Servername
3)Try using SQL Server Configuration MAnager to create an alias to the remote
server (on the publisher) then register this alias name in SSMS to test if
works

Also check if both servers allow remote connections...its good to be sure.
Run this on each instance:
sp_configure 'show advanced options',
Reconfigure with Override
sp_configure 'remote access'

if this returns 1, their server is configure for remote access.
Random Solutions  
 
programming4us programming4us