We have started getting the following error when runing a backup or a large report from a client:
The Server is not responding anymore (TCP/IP error ECONNRESET).
Try the following things in the specified order:
1. Start the client again.
2. Start the server and the the client again.
3. Check the TCP/IP installation.
Anybody can help?
0
Comments
But maybe your network is the problem here for losing connection to your Navision Server (any lose cables?)
With kind regards,
Marco de Vries
Marco de Vries
What settings? The cache settings are the only ones changed. Tried to change cables, switches but so far nothing works.
If so, check the content of your hosts and services files on both the client and the server machines.
The default port for a Navision Server is 2407 but when your using more than one server you'll have to insert some lines into your hosts and services files like this:
<Hosts-file>
192.168.81.238 NFServer1
192.168.81.238 NFServer2
<Services-file>
NFServer1 2407/tcp #Navision Server 1
NFServer2 2408/tcp #Navision Server 2
Those are the setting I'm referring to.
Also check whether your Navision Server service is running correctly.
With kind regards,
Marco de Vries
Marco de Vries
"Hosts-file"
192.168.81.238 NFServer1
192.168.81.238 NFServer2
"Services-file"
NFServer1 2407/tcp #Navision Server 1
NFServer2 2408/tcp #Navision Server 2
With kind regards,
Marco de Vries
Marco de Vries