CRM 2011 Change Help Server URL

Find the table ConfigSettings in the MSCRM_Config database. Set the HelpServerURL value to blank (or your CRM domainname). Then recycle the CRM application pool in IIS to update the changes. Done!

use MSCRM_CONFIG

select * from ConfigSettings

update ConfigSettings set HelpServerUrl = null

Leave a comment