Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


IMPORTANT:  Be aware that some testing Changing config files in production can restart the website which may cause visitors to see error screens and lose session information


The following steps can be used to verify the installation:

  1. Update the Sitecore logging to capture debug level messages in the web.config. This step can be reverted after the installation has been verified.

    Code Block
    languagexml
    <log4net>
    	<root>
    		<priority value="ALL"/>
    	</root>
    </log4net>


  2. Restart the IIS Sitecore application pool.
  3. Go to your Sitecore home page.
  4. Review the Sitecore log for errors or warnings being issued by S4S at start-up. The Salesforce security providers will be initialized at start-up if they are configured.
  5. If you get an Exception in the web browser or in the log then refer to the Frequently Asked Questions and Trouble Shooting section.
  6. Restore the Sitecore Logging level as changes in step 1.

...