Deserializing error in PeopleUpdate

Deserializing error in PeopleUpdate

You might see the following error in your event log for PeopleUpdate.

Application Error
A critical application error occurred that could not be handled by the system. Please report the following information to your system administrator.

Error Information (Please report this to your System Administrator)

System.ApplicationException: Error deserializing configuration data from the file at C:\Program Files (x86)\WebActiveDirectory\PeopleUpdate\Configuration\WebADConfiguration.xml. at WAD.PeopleSearch.Config.SerializationHelper.GetApplicationConfigData() at WAD.PeopleSearch.Bus.ConfigurationManagerImplementation.GetConfigurationData() at WAD.PeopleSearch.Bus.ConfigurationManagerImplementation..ctor() at WAD.PeopleSearch.Bus.ConfigurationManagerImplementation.GetConfigurationManager() at WAD.PeopleSearch.Web.WadPage.OnInit(EventArgs e)

PeopleUpdate uses an XML file to store configuration data and sometimes it gets locked during a write sequence. If the error occurs repeatedly, you might start and stop the web site, recycle the application pool, or restart IIS to release the lock. The lock shouldn’t cause any problems reading from the file for normal operations but updates made to the PeopleUpdate configuration through the Admin Console might fail.

    • Related Articles

    • System.Xml error in PeopleUpdate and PeopleSearch

      You might see the following error in your PeopleUpdate error log and note that PeopleUpdate will not query Active Directory properly in this situation. Exception occurred in System.Xml: '<', hexadecimal value 0x3C, is an invalid attribute character. ...
    • Constraint Error Trying to Update an Attribute Value in PeopleUpdate

      When trying to update an attribute on the PeopleUpdate Edit page, you may encounter an error similar to the following. The application page will say “Could not update the entry data. Please consult your system administrator for assistance” while the ...
    • The attribute syntax specified to the directory service is invalid error when updating users

      PeopleUpdate cannot update user data and shows error log message: “The attribute syntax specified to the directory service is invalid.” This only seems to occur for random users. Issue Description When you try to update a user’s information in ...
    • Customize PeopleUpdate Help Text

      You can use localization to make help text modifications for pages in PeopleUpdate and this won’t cause any problems with the application. Refer to the article below to change help text for the pages you’d like to customize. ...
    • Secure the PeopleUpdate Administration Console

      Securing the Administration Console You can secure the PeopleUpdate Administration Console to restrict access to a set of authorized users in your environment. PeopleUpdate leverages ASP.NET security to check user credentials and authorize access to ...