Mega Code Archive

 
Categories / Delphi / ADO Database
 

Moving the application server to another machine

Question: When server is moved to a different machine the client machine is not able to communicate or rather find the server. I know it needs to be registered as well with the server machine but how? Answer: When you move the server to another machine you need to do 2 things. 1) Register the server. SERVER.EXE /REGSERVER 2) Change the ComputerName property of the TRemoteServer to point to the name of the server.