How to troubleshoot RSA SecurID Access identity source errors
Originally Published: 2017-09-14
Article Number
Applies To
Issue
Troubleshooting should include examining the IDR's system log, also known as the symplified.log. This can be done as follows:
- View the Identity Router System Log from the Cloud Administration Console, or
- Generate and Download an Identity Router Log Bundle, then as described in Contents of Identity Router Log Bundle, review the system log in the bundle, which is at var/log/symplified/symplified.log .
Cause
Resolution
2017-09-12/23:53:24.720/UTC [pool-13-thread-7] ERROR com.rsa.aae.internal.identity.ldap.LDAPIdentitySourceConnectionManager[139] - Failed to pre-authenticate a LDAP connection using the store credentials : 80090308: LdapErr: DSID-0C0903D9, comment: AcceptSecurityContext error, data 532, v2580
LDAPException(resultCode=49 (invalid credentials), errorMessage='80090308: LdapErr: DSID-0C0903D9, comment: AcceptSecurityContext error, data 532, v2580', diagnosticMessage='80090308: LdapErr: DSID-0C0903D9, comment: AcceptSecurityContext error, data 532, v2580')
The main parts of the LDAPException event message are:
- The event message header, which includes the UTC date/time of the event, the word ERROR and IDR context information.
- A short text description after the header, which gives the effect of the exception on the authentication attempt. In this case "Failed to pre-authenticate a LDAP connection using the store credentials" means that the IDR could not login to the directory server using the administrator credentials configured in the Cloud Administration Console for the Identity Source.
- LDAPException, followed by all the details about the error between parentheses, that the IDR received from the directory server.
- resultCode is an LDAP exception number, defined in the LDAP standard RFC 4511 section "4.1.9 Result Message" which gives the cause of the exception. In the above example, "49" means "invalidCredentials" which is indicated immediately after the code.
- errorMessage and diagnosticMessage are strings between single quotes that were sent by the directory server in the LDAP response to the IDR. They provide detailed cause information. Refer to your directory server's product documentation or vendor for the meaning of the errorMessage and diagnosticMessage strings. An Internet search could also be helpful. In the above example, the directory server is Microsoft Active Directory and "data 532" is a Microsoft code indicating that the password has expired (in this case, the administrator password).
Notes
Related Articles
How to map an Active Directory external identity source to a universal group for Authentication Manager 8.x 601Number of Views Unlink the identity source if it is linked to the system error when deleting an unlinked external identity source in RSA A… 535Number of Views Cannot link the runtime identity source because no administrative identity sources reference this runtime source in RSA Au… 438Number of Views How to create an external identity source to Active Directory in RSA Authentication Manager 8.x 1.79KNumber of Views How to create an external LDAP identity source in RSA Authentication Manager 8.1 SP1 or later 1.57KNumber 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 Release Notes for RSA Authentication Manager 8.8 RSA-2026-04: RSA Governance and Lifecycle Security Update for SUSE Linux Enterprise Server Vulnerabilities RSA Governance & Lifecycle 7.5.2 Administrator's Guide
Don't see what you're looking for?