Results 1 to 4 of 4

Thread: Medisoft Error 6420--Networking Problem?

  1. #1
    Junior Member
    Join Date
    Oct 2007
    Posts
    1

    Medisoft Error 6420--Networking Problem?

    I have Medisoft Medical Billing Software on my Server . Access via RDP to the Server is fine and Medisoft has worked great for years.

    But this past week I lost connectivity from my 2 desktops to Medisoft on the Server , receiving an Error 6420. I reviewed the article in the Medisoft KB...and do not believe it is any of those issues. I can easily browse to the appropriate files on the Server...I just can't connect via clicking the Medisoft icon on my 2 desktops.

    In addition, another program, Focus Reports, which links between Medisoft and Advantage Database Server, is installed on my Server , and the same error is being received....even if I work directly on the Server.

    I have had a couple of IT people look at the networking issue and they say everything looks fine. Not sure if this may be an Advantage Databaser Server issue. Only change this past week to the Server was the implementation of Virtual IP (via Provision Networks..like Citrix) for purposes of EMR...that change was made last Sunday, but the problem did not surface for me until Wednesday.

    Willing to hire someone for expert consultation who can fix this problem.

    Thanks,
    Steve

  2. #2
    AO's MMA Fanatic! Computernerd22's Avatar
    Join Date
    Mar 2003
    Location
    Miami, FL
    Posts
    795
    Can you ping it? Also, what do you have for security setup? Perhaps, a firewall? If so, it could be the culprit. I had this problem at a doctors office I do IT for them and they were having the same problem but the issue got resolved. full story can be found here http://antionline.com/showthread.php?t=275531

  3. #3
    THE Bastard Sys***** dinowuff's Avatar
    Join Date
    Jun 2003
    Location
    Third planet from the Sun
    Posts
    1,253
    Error 6420 - The discovery process for the Advantage Database Server failed

    if (document.images){ var buttonprint = new Array(); buttonprint[0] = new Image(); buttonprint[0].src = "images/kbImages/Print.gif"; buttonprint[1] = new Image(); buttonprint[1].src = "images/kbImages/Print_Over.gif"; } function displayprint(num){ if (document.images){ eval("document.all('ucArticle_print').src = buttonprint[" + num + "].src"); } } if (document.images){ var buttonemail = new Array(); buttonemail[0] = new Image(); buttonemail[0].src = "images/kbimages/Email.gif"; buttonemail[1] = new Image(); buttonemail[1].src = "images/kbimages/Email_Over.gif"; } function displayemail(num){ if (document.images){ eval("document.all('ucArticle_email').src = buttonemail[" + num + "].src"); } }
    6420 Error Troubleshooting Information
    Point of Success uses the Advantage Database Server to protect data from network-induced problems and to speed access to the data. Point of Success software must discover the database server. To do this, a message is sent across the network to the other computers. The database server computer responds with information to allow Point of Success to connect to the database server. If this response is not received, the 6420 error is generated.
    A 6420 error is always caused by a network communication problem. All of the resolution suggestions here deal with correcting communication issues.
    http://pointofsuccess.mykb.com/Article_8DB4C.aspx


    Only change this past week to the Server was the implementation of Virtual IP
    ^ is your problem
    09:F9:11:02:9D:74:E3:5B8:41:56:C5:63:56:88:C0

  4. #4
    Junior Member
    Join Date
    Jun 2011
    Posts
    1
    I know this thread is very old, but I had the same problem. This was one of the first hits in my google search, so I figured I might post the solution here.

    1) Create the file "ads.ini" inside your application directory (like C:\medisoft\bin\)

    2) Inside the file, enter the following text:

    [SETTINGS]
    MTIER_LOCAL_CONNECTIONS=1

    [YOURSERVERNAME]
    LAN_IP=Your_local_IP
    LAN_PORT=6262

    In my case it looked like this

    [SETTINGS]
    MTIER_LOCAL_CONNECTIONS=1

    [server2008]
    LAN_IP=192.168.1.10
    LAN_PORT=6262

    Server2008 was the server name, and it had the IP address of 192.168.1.10. The default port for an Advantage database server is 6262. You can also specify a different port to use in the Advantage Database configuration manager.

    In the advantage server, you can also specify the server to listen on an Internet port, which will route traffic over the WAN. In order to use this, you will need to go in the advantage server configuration manager and change the Internet port setting from 0 to your desired port (you can choose any arbitrary number, like 5000).

    On clients that connect over the WAN (as opposed to those from LAN or VPN), your ads.ini should be configured like this:

    [SETTINGS]
    MTIER_LOCAL_CONNECTIONS=1


    [YOURSERVERNAME]
    INTERNET_IP=Your_local_IP
    INTERNET_PORT=Port_Number

    mine looked like this (note: this is not really my public IP):

    [SETTINGS]
    MTIER_LOCAL_CONNECTIONS=1

    [server2008]
    INTERNET_IP=123.123.123.10
    INTERNET_PORT=5000

Similar Threads

  1. Tutorials Forum - Index
    By Negative in forum The Security Tutorials Forum
    Replies: 99
    Last Post: March 20th, 2007, 04:42 AM
  2. Slack BSD
    By gore in forum Operating Systems
    Replies: 2
    Last Post: February 25th, 2005, 08:12 AM
  3. Strange problem with my BOX
    By scratchONtheBOX in forum General Computer Discussions
    Replies: 3
    Last Post: February 9th, 2005, 10:50 AM
  4. Read Me First
    By Negative in forum The Security Tutorials Forum
    Replies: 12
    Last Post: June 2nd, 2004, 01:09 AM
  5. Windows XP Networking advice
    By Dygital in forum Non-Security Archives
    Replies: 0
    Last Post: November 25th, 2001, 04:20 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •