Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Configure Distribution error
Message
 
 
To
15/05/2014 12:19:36
General information
Forum:
Microsoft SQL Server
Category:
Replication
Environment versions
SQL Server:
SQL Server 2012
Application:
Web
Miscellaneous
Thread ID:
01600034
Message ID:
01600049
Views:
34
>>When I try to configure distribution for replication, I get an error stating that it cant connect to local host and that I need to connect using the computer name. The thing is, I am ALREADY connecting using the computer name!
>>
>>SQL was installed, and then the computer name was changed. It now wants me to connect using the old name, but that is not valid any more. I have tried to go into all the SQL setup areas that I can find, but they all reference the new, correct, server name. Not sure why SQL is hung up on the old name or where to fix this. Any / all help is appreciated!
>
>I was able to find an answer in msdn:
>
>[tried to put the link, but UT doesnt like it]
>
>i.e. - Server name needed to be updated:
>
>sp_dropserver 'old name';
>GO
>sp_addserver 'new_name', local;
>GO

Usually there should not be a problem posting a link to MSDN thread, you may try one more time.

BTW, what is the thread for Always ON in MSDN? Just curious.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform