Access Database in a Different Domain

  • SQLBill,

    It is OK, I just misread one of QODs a couple of days ago.

    But I am glad Rudy answered because we now know who to ask things about the network 🙂

    Regards,Yelena Varsha

  • SQL Server Port 1433 was enabled on the host server and A static IP was isigned to my remote PC. I got "Request time out" when pinging the server either by IP or computer name from the remote PC.

    Creating alias in Client Network Utility with port 1433/TCP did not resolve SQL Server connection problem. The same error message is prompted whenever connection attempt is failed.

    Yichang

     

  • perhaps you should trace the route the pakket that ping sends.

    in a "dosbox"  ( execute cmd)

    tracert 10.0.0.5

    should deliver an output (or similiar):

    tracing route to 10.0.1.5 over a maximum of 30 hops

    1) <10 ms <10 ms <10 ms 10.0.0.1

    2)<10 ms <10 ms <10 ms 10.0.1.5

    if there are any * appearing before 10.0.1.5 is reached, the connection is usually broken/blocked by firewall/misrouted there.

Viewing 3 posts - 16 through 17 (of 17 total)

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