Solutions
Archived

Unknown error occurs in Internet Explorer when updating the user profile in OpenIDM 3.1.0

Last updated Jan 5, 2021

The purpose of this article is to provide assistance if an "Unknown error. Please contact with administrator" occurs in Internet Explorer® 9, 10 and 11 when attempting to update a user's profile via the Data Management UI (/openidmui endpoint) in OpenIDM 3.1.0.


Archived

This article has been archived and is no longer maintained by ForgeRock.

Symptoms

The following error is shown in the Internet Explorer browser when you attempt to update a user's profile:

Unknown error. Please contact with administrator

The same error does not occur when using a non-Internet Explorer® browser, such as Chrome™ or Firefox®.

Recent Changes

Upgraded to OpenIDM 3.1.0.

Causes

OpenIDM 3.1.0 uses JQuery™ 1.11.1; this version of JQuery includes a lot of extra logic for backwards compatibility with older versions of Internet Explorer, but this logic can cause failures, such as this, in newer versions of Internet Explorer.

Solution

This issue can be resolved by upgrading to OpenIDM 4 or later; you can download this from BackStage.

Alternatively, you can resolve this by upgrading your version of JQuery as follows:

  1. Download the latest compressed production version of JQuery from https://jquery.com/download/, for example, jquery-2.1.1-min.js.
  2. Navigate to the /path/to/openidm/ui/default/enduser/public/libs/ directory and back up the existing jquery-1.11.1-min.js file.
  3. Delete the jquery-1.11.1-min.js file once it is backed up and replace with the downloaded file.
  4. Navigate to the /path/to/openidm/ui/default/enduser/public/ directory and edit the main.js file as follows:
    • Replace:  jquery: "libs/jquery-1.11.1-min",
    • With:  jquery: "libs/jquery-2.1.1-min", changing the version referenced if you downloaded a later version of JQuery.

See Also

N/A

Related Training

N/A

Related Issue Tracker IDs

OPENIDM-2626 (The Data Management UI does not currently work with Internet Explorer)


Copyright and Trademarks Copyright © 2021 ForgeRock, all rights reserved.