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 Cannot link the runtime identity source because no administrative identity sources reference this runtime source in RSA Au… 440Number of Views Unlink the identity source if it is linked to the system error when deleting an unlinked external identity source in RSA A… 537Number of Views How to create an external identity source to Active Directory in RSA Authentication Manager 8.x 1.8KNumber 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
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x
Don't see what you're looking for?