Options

connect to Navision

ASTAST Member Posts: 108
edited 2008-06-26 in SQL General
hello,
I have SQL Navision client instaled outside local net. I use VPN with firewall. Which port should be unlocked to connect ?

Comments

  • Options
    krikikriki Member, Moderator Posts: 9,090
    None, you should use Citrix or Remote desktop to connect to your database.
    Navision sends a lot of data from server to client (a little less from client to server)
    Or you should have a good connection (100MB) between client and server.
    In this case you should look in the services file to see which ports SQL uses.

    [Topic moved from Navision forum to SQL General forum]
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • Options
    bbrownbbrown Member Posts: 3,268
    The default port would be 1433 (SQL Server). But follow the above advice.
    There are no bugs - only undocumented features.
  • Options
    garakgarak Member Posts: 3,263
    first check on wich port your sql server work. Normaly its the 1433. but the server can also be configured with dynamic port. so with every reboot a new port can be used. This you can check under SQL-Server-Networkconfiguration.

    But in a VPN it's better to use citrix or MS remote server.

    regards
    Do you make it right, it works too!
Sign In or Register to comment.