JavaScript error when trying to delete a certificate with special characters
Originally Published: 2008-09-10
Article Number
Applies To
RSA Key Manager 2.1.3
Issue
Line: ??? (truncated)
Char: 199
Error: unterminated string constant
URL: https://server/KMS/admin/main.jsp?action=identityDetails&item=35
Certificate DN or Issuer's DN contain special characters, like <>'&" etc, which breaks JavaScript
Unable to delete a certificate from the Identities tab
Resolution
This issue has been fixed in RSA Key Manager Server 2.1.2.0.1 and RSA Key Manager Server 2.2. Either apply 2.1.2.0.1 fix to your RKM Server 2.1.2, or upgrade to RKM Server 2.2.
If you can't upgrade, follow those instruction:
First, make sure you only have one certificate with the serial number, run:
select * from auth_certificate where serialnumber = '<serial number>'
Then when you are certain, run:
delete from auth_certificate where serialnumber = '<serial number>'
commit;
Related Articles
Collector run fails during the data collection task with an ORA-12899 or ORA-01722 error in RSA Governance & Lifecycle 510Number of Views An extra group that's non-existed in the role added while trying to add new user to the role in RSA Governance & Lifecycle 48Number of Views Via L&G Hard Appliance Dell R320 oracle installer error while upgrading from 6.0.2 to v7.0 2Number of Views RSA Identity Governance & Lifecycle installation fails with the following error: <install directory path>/staging/deploy/… 731Number of Views RSA SecurID® Hardware Appliance 230 (Dell R240) Hardware issue. How to apply Bios fix 141Number of Views
Trending Articles
RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide RSA Release Notes for RSA Authentication Manager 8.8 Authentication Manager Supported Hardware and Upgrade Paths
Don't see what you're looking for?