Registering SQL Server from remote PC

  • I am trying to register a SQL Server from a remote PC so that I can set up replication with SQL Server on my local PC

    I connected from my local PC to a remote PC called callcentre using VPN with the  Windows firewall off.  On my local PC I ran the command

    net view \\callcentre 

    I got the response

    Shared resources at \\callcentre

    external call centre

    Share name                 Type

    Callcentre SQL Server    Disc

    In the Action menu of Enterprise Manager I ran New SQL Server Registration.  I pressed the button beside the Server box and selected the Callcentre server.  I selected Windows Authentication and pressed OK.  The error was

    "SQL Server Registration failed because of the following connection failure

    Logon failed for user Callcentre\Guest"

    I got the same error if I tried to use SQL Server authentication.

    Can anyone suggest what I am doing wrong?

     

  • It seems like your userid  does not have privileges to login to the sever.

    make sure that callcentre\guest has admin privileges on the box

     

    -Meghana

     


    Regards,

    Meghana

  • Or use a standard SQL login. The login failed message means you connected to the server, but were not authenticated. If the server port was not reachable, you could have gotten the "server does not exist" message.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply