Do you have any question about this error?
Message type: E = Error
Message class: LDAPRC - LDAP Interface Messages in C
Message number: 070
Message text: Result is too extensive
Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of messages in the SAP system have a message text, however this is frequently insufficient to comprehend or resolve the problem.
To make things easier, more detailed information is frequently added to describe the issue, how to fix it, and the necessary steps or configuration modifications.
Unfortunately, there isn't any extra information in this error notice.
First, use our AnswerBot below to get a possible cause and solution (requires a premium subscription).
Also, review the in-depth Common Questions & Answers listed below; you could discover a solution there or be able to connect with others who have faced similar challenges.
You can also try searching the SAP support portal (support.sap.com) but you need a special user ID to access it. It is possible that an SAP support note exists that provides additional details about the mistake or even steps for fixing it.
LDAPRC070
- Result is too extensive ?The SAP error message "LDAPRC070 Result is too extensive" typically occurs when a query to an LDAP (Lightweight Directory Access Protocol) server returns a result set that exceeds the limits set by the server or the SAP system. This can happen when the search criteria are too broad, resulting in a large number of entries being returned.
Cause:
- Excessive Result Set: The LDAP query is returning too many entries, exceeding the maximum limit configured on the LDAP server or in the SAP system.
- Search Scope: The search scope may be too broad, such as searching the entire directory without specific filters.
- Server Configuration: The LDAP server may have limits on the number of entries that can be returned in a single query (often set for performance reasons).
Solution:
Refine Search Criteria: Modify the LDAP query to be more specific. Use filters to narrow down the results to only those entries that are necessary.
- For example, instead of searching for all users, you might search for users within a specific organizational unit (OU) or with specific attributes.
Adjust Server Limits: If you have access to the LDAP server configuration, consider increasing the maximum result size limit. This is usually done in the server's configuration files or management interface.
- Note: This should be done with caution, as it can impact server performance.
Pagination: Implement pagination in your LDAP queries if supported. This allows you to retrieve results in smaller chunks rather than all at once.
Check SAP Configuration: Review the SAP system settings related to LDAP integration. Ensure that the settings align with the expected number of entries and adjust as necessary.
Consult Documentation: Refer to the documentation for both the SAP system and the LDAP server for specific configuration options and best practices.
Related Information:
If the problem persists after trying these solutions, consider reaching out to your system administrator or SAP support for further assistance.
Get instant SAP help. Start your 7-day free trial now.
LDAPRC069
Cannot modify object class
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
LDAPRC068
Entry already exists
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
LDAPRC071
Operation affects multiple directory service agents
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
LDAPRC080
Unknown error occurred
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.