Why can't the client application find application servers on other machines? [Pl, CS, Ent]
Return to Introduction Previous Topic Next page

Ensure that you have correctly specified the location of the other application servers you wish to connect to in Servers.ini, for example:

[SERVER_ALIAS]  
Default=Server  
DESK20=Server  
DESK9=Server  
 
[Default_1]  
Server1 = 127.0.0.1:11372  
 
[DESK20_1]  
Server1 = 10.20.30.20:11372  
 
[DESK9_1]  
Server1 = 10.20.30.9:11372  


The specification must be in this form (do not miss out the '_1's for instance). Ensure that the port specified in Servers.ini matches the port that the server in question is running on (this is set in svrcnfg.ini in the Server directory).