Page 1 of 1
ADS Error 6420 on MS Server 2008
Posted: Tue Feb 14, 2012 9:20 am
by unixkd
Hi Roger
I have a client with server 2003 running ADS fine. Now they aquired server 2008 and could no longer connect to ADS. The application gives error 6420. We had tried all option enumerated in ADS documentation, no success, any help please ?
Joseph
Re: ADS Error 6420 on MS Server 2008
Posted: Tue Feb 14, 2012 9:34 am
by bwolfsohn
6420 indicates a upd communication error...
Make sure port 6262 is open on the server.
download udptester from the ads site.
If they get a 7000 series error after that, they forgot to shut off the old ads server..
lastly, only version 10 is certified to work on a w2k8..
Re: ADS Error 6420 on MS Server 2008
Posted: Tue Feb 14, 2012 9:41 am
by rdonnay
Bobby Drakos and I had this problem recently and found out that the version was important. You need to upgrade to 10.0 for sure. Also, putting LAN_IP and LAN_PORT in your ADS.INI file may be necessary.
Re: ADS Error 6420 on MS Server 2008
Posted: Sat Feb 18, 2012 12:56 pm
by Cliff Wiernik
We use ADS Version 10 on a win2008R2 server providing RDP services for all users (which is where our applications resides) connection to another Win2008R2 server running ADS Version 10. I have found that the lan port and lan IP address are absolutely necessary. Otherwise our application could not find the server even when the ADS Data Architect application could.
Cliff Wiernik.
Re: ADS Error 6420 on MS Server 2008
Posted: Sat Feb 18, 2012 5:25 pm
by unixkd
Do you specify the Lan Port and LAN IP address in the ADS.INI file or through advantage configuration utility. If via ads.ini candly favor me with the content of your own ads.ini
Thanks
Joseph
Re: ADS Error 6420 on MS Server 2008
Posted: Sun Feb 19, 2012 8:01 pm
by Cliff Wiernik
[SETTINGS]
; 1 - Local, 2 - Client, 3 - Try Client, fall back to Local, 4 - Internet (AIS)
ADS_SERVER_TYPE=2
; NTX or CDX
ADS_INDEX_TYPE=CDX
; added 10/25/2005
;MAX_TIMEOUTS=60
;MAX_CONNECTIONS=100
[RDH2]
;[ADS]
LAN_IP=192.168.1.203
;LAN_IP=192.168.1.213
LAN_PORT=6262
Note: RDH2 is the name of the computer hosting the ADS server version 10.x
The ADS.ini file is contained in the same directory as the program files, which are in a different directory than the database files.
Cliff.
Re: ADS Error 6420 on MS Server 2008
Posted: Fri Aug 28, 2015 12:39 pm
by rdonnay
I was working with a customer today who got the 6420 problem on a new installation.
I found that this was the only solution that would work. Chris Franz posted this on his website back in 2008.
I wrote an article on troubleshooting Advantage connection issues which details the discovery process. However, the discovery process can be avoided by changing your connection string or by specifying details in the ADS.INI file. By specifying a port number in the connection string the Advantage communication layer will not try to discover the server instead it will attempt direct communication to the specified server on the specified port. The following data paths would make a direct connection to Advantage without any discovery.
\\Server:6262\Data\MyDictionary.add
\\192.168.0.10:6262\Data\