Issues with remote connection

We are using the SDK to do a SQL compare operation.

It is working fine when operating on a local SQL instal and not working when running on a remote sql install.

It simply gives a response that it could not could not open the target database.

I checked the server to verify it allows remote connections. My login has full rights to the database (I created the database using the same windows account.)

I'm wondering if there is an SDK setting I have missed or some other factor I'm missing. I'm quite puzzled.

Comments

  • Anu DAnu D Posts: 876 Silver 3
    Thanks for your post.

    Could you kindly try following things:
    1. Try to connect the same remote database through Managemnt studio or query analyser on the same machine from where you are running sdk application see if you get any error.
    2. Try using GUI of SQL Compare to compare the same databases see if it throws the same error.
    3. Try connecting by using Ipaddress rather than server name : ipaddress\instancename
    4. tcp:ip,port
    5. tcp:ip\instance name
    6. np:servername\instance name
    7. np:ipaddress\instance name

    Kindly let us kow if that was helpful and solved your problem.
    Anuradha Deshpande
    Product Support
    Redgate Software Ltd.
    E-mail: [email protected]
Sign In or Register to comment.