Docuware Web Client View Corrupted

Docuware webclient may look like a bunch of over lapping images and forms which is caused by a corrupted user setting.

Depending on whether the settings are stored in the local storage of the browser (by default) or in the database, there are different ways to solve this: 

  • If the user settings are stored in the local storage of the browser you can find the users settings on the server relative to the web server settings. Move the settings to a new location. Log the user in and it should reset to default.
  • If the user settings are stored in the database perform following steps:
    1. Create a backup of your DWSystem database
    2. Go to table DWSystem.DWUser and find the UID of the affected user. 
    3. Go to table DWSystem.DWUsersettings and delete all Rows with the UID of the affected user. 

Next time the user logs into web client, all settings are reset to default values.