Siebel Community

Welcome to Siebel Community. In this place you can find all the topics related to Siebel. This place is dedicated to provide information about how to implement Siebel CRM application. Siebel Technical/Functional consultants can get information from basics of Siebel CRM to advanced topics like EAI, EIM, eScripting, Workflows, Assignment Manager, Actuate Reports, Territory Management. This place also included Forums and Blogs to help you further.

Thursday, September 5, 2013

Unresolved host name-Siebel dedicated client

Problem:
While trying to open a dedicated client an error is shown.
“Requested Server could not be found”
or
“Your requested host ‘server name’ could not be resolved by DNS Server”

Reason: Client CFG file has a parameter EnableFQDN set to TRUE by default. FQDN stands for Fully Qualified Domain Name. You will be able to find this parameter under [Siebel] section. If set to true your dedicated clients picks up your computer name and uses it as target address in your browser. If your computer name is “comp67.yourcompany.com”, when you open your dedicated client you will see the following address in address bar. http://comp67.yourcompany.com/start.swe Now, all the company network use proxy to open internet sites and when you open your dedicated client it uses your proxy settings and tries to find a site with comp67.yourcompany.com by contacting its DNS server. Since DNS server don’t have this address you see an error.

 

Solution: The simplest way to solve this problem is to set EnableFQDN parameter to FALSE which will result target address to be changed to http://localhost/start.swe

 

Internet explorer is usually configured to not use proxy for local address but just to be sure follow the below given steps to verify:

 

Open Internet Explorer Click on Tools Menu -> Internet Options Click on Connections Tab -> LAN Settings button Set the option “Bypass proxy server for local addresses” to true