Unable to connect to the remote server computer
1. Disconnect the new server from the farm 2. On the old server run the following command to update the Farm Account stsadm -o updatefarmcredentials -userlogin "Domain\UserName" -password " " 3. Go to the new Server and Run SharePoint Configuration Wizard to Join the server to the Current Farm 4. It will join successfully. 5. Before you do anything else run the following command stsadm -o updatefarmcredentials -userlogin "Domain\UserName" -password " " -local (Note: -local has been added as a new operator) Now the real problem - I started the Windows SharePoint Services Help Search - it went fine. As soon as i tried starting Office SharePoint Server Search i received the following error: "An unhandled exception occurred in the user interface.Exception Information: Unable to connect to the remote server " After several hours of hitting my head against the wall, this is what i figured out and it worked for me. The...