Stop googling SAP errors. Use our Free Essentials plan instead - no credit card needed. Start Now

Close

How To Fix SY138 - Maximum permitted number of open files exceeded


SAP Error Message - Details

  • Message type: E = Error

  • Message class: SY - ABAP/4 system messages

  • Message number: 138

  • Message text: Maximum permitted number of open files exceeded

  • Show details Hide details


  • Self-Explanatory Message

    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.



    What else can you do?

    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.


Smart SAP Assistant

  • What is the cause and solution for SAP error message SY138 - Maximum permitted number of open files exceeded ?

    The SAP error message SY138, which states "Maximum permitted number of open files exceeded," typically occurs when the SAP system reaches the limit of open file descriptors allowed by the operating system. This can happen due to various reasons, such as a high number of concurrent users, excessive background jobs, or misconfigured file handling in the application.

    Cause:

    1. Operating System Limit: Each operating system has a limit on the number of file descriptors that can be opened by a single process or by the system as a whole. If this limit is reached, the SAP system cannot open any more files.
    2. High Load: A sudden increase in user activity or background jobs can lead to a spike in the number of open files.
    3. Resource Leaks: Poorly written custom code or third-party add-ons may not close file handles properly, leading to resource leaks.
    4. Configuration Issues: The SAP instance may not be configured to handle the expected load, leading to premature exhaustion of file descriptors.

    Solution:

    1. Increase File Descriptor Limit:

      • On Unix/Linux systems, you can increase the limit of open files by modifying the /etc/security/limits.conf file. Add or modify the following lines:
        * soft nofile 65536
        * hard nofile 65536
      • You may also need to adjust the system-wide limit in /etc/sysctl.conf or by using the ulimit command.
      • After making changes, restart the SAP instance and the operating system if necessary.
    2. Check and Optimize Code:

      • Review custom ABAP code and third-party add-ons to ensure that all file handles are properly closed after use.
      • Use transaction ST22 to check for dumps related to file handling and analyze the code paths that lead to excessive file usage.
    3. Monitor System Load:

      • Use tools like top, htop, or lsof to monitor the number of open files and system load. This can help identify if the issue is due to high user activity or background jobs.
    4. SAP Notes and Support:

      • Check for relevant SAP Notes that may address this issue or provide patches for known bugs related to file handling.
      • If the problem persists, consider reaching out to SAP support for further assistance.

    Related Information:

    • Transaction Codes: Use transaction codes like SM37 (to monitor background jobs) and ST22 (to check for dumps) to gather more information about the system's state.
    • Operating System Documentation: Refer to your operating system's documentation for specific commands and configuration files related to file descriptor limits.
    • SAP Kernel Version: Ensure that you are using a supported and up-to-date version of the SAP kernel, as newer versions may have optimizations and fixes related to file handling.

    By addressing the underlying causes and implementing the solutions mentioned above, you should be able to resolve the SY138 error and prevent it from occurring in the future.

    • Do you have any question about this error?


      Upgrade now to chat with this error.


Instant HelpGet instant SAP help. Sign up for our Free Essentials Plan.


Related SAP Error Messages

Click the links below to see the following related messages:
  • SY137 File & already open in another session
    Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...

  • SY136 File & already closed
    Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...

  • SY139 Error in & stack
    Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...

  • SY140 & stack is empty
    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.


Rating
ERPlingo simplifies finding the accurate answers to SAP message errors. I now use every week. A must have tool for anyone working with SAP! Highly recommended!
Rate 1
Kent Bettisworth
Executive SAP Consultant