How To Fix ILM_STOR653 - Transfer already taking place, a second call is not possible


SAP Error Message - Details

  • Message type: E = Error

  • Message class: ILM_STOR -

  • Message number: 653

  • Message text: Transfer already taking place, a second call is not possible

  • Show details Hide details
  • What causes this issue?

    Buffering takes place in two steps: First the data is transferred, then
    it is inserted into the database.
    The transfer phase can be spread out over multiple requests. However,
    the URI of the resource is transferred with the first request. In all
    additional requests the corresponding handle, which was returned as a
    result of the first request, must be transferred.
    In the current case, a second PUT request was sent for a URI. However it
    was sent without a handle so that it was again handled like a first
    request.

    The system issues an error message and will not allow you to continue with this transaction until the error is resolved.

    System Response

    The procedure is terminated.

    How to fix this error?

    To correct this programming error, a program change has to be made.

    Procedure for System Administrators


    Error message extract from SAP system. Copyright SAP SE.


Smart SAP Assistant

  • What is the cause and solution for SAP error message ILM_STOR653 - Transfer already taking place, a second call is not possible ?

    The SAP error message ILM_STOR653 ("Transfer already taking place, a second call is not possible") typically occurs in the context of Information Lifecycle Management (ILM) when there is an attempt to initiate a data transfer that is already in progress. This can happen in scenarios where multiple processes or users are trying to execute the same transfer operation simultaneously.

    Cause:

    1. Concurrent Transfers: The most common cause is that a data transfer process is already running, and a second attempt to start the same transfer is made before the first one has completed.
    2. System Locking: The system may have a locking mechanism that prevents multiple instances of the same transfer from being executed at the same time.
    3. Long-running Processes: If the initial transfer takes longer than expected, subsequent attempts may trigger this error.

    Solution:

    1. Check Running Processes: Use transaction codes like SM37 (Job Monitoring) to check if there are any active jobs related to the transfer. If a job is running, you may need to wait for it to complete.
    2. Wait and Retry: If you find that a transfer is in progress, wait for it to finish before attempting to start a new transfer.
    3. Review Logs: Check the application logs (transaction SLG1) for more details on the transfer process and any potential issues that may have caused delays.
    4. System Configuration: Ensure that the system is configured correctly to handle concurrent transfers if that is a requirement. This may involve adjusting settings related to ILM or the specific data transfer process.
    5. Contact Support: If the issue persists and you cannot identify the cause, consider reaching out to SAP support for further assistance.

    Related Information:

    • ILM Documentation: Review the official SAP documentation on Information Lifecycle Management for best practices and guidelines on managing data transfers.
    • SAP Notes: Check for any relevant SAP Notes that may address this specific error or provide additional troubleshooting steps.
    • Performance Monitoring: Monitor system performance to ensure that long-running processes do not block other operations, which can lead to this error.

    By following these steps, you should be able to resolve the ILM_STOR653 error and successfully manage your data transfer processes.

    • Do you have any question about this error?


      Upgrade now to chat with this error.


Instant HelpGet instant SAP help. Start your 7-day free trial now.


Related SAP Error Messages

Click the links below to see the following related messages:

Click on this link to search all SAP messages.


Rating
ERPlingo's SAP support assistant is amazing. Saves me countless hours trying to solve complex SAP issues myself. It's a real game changer!
Rate 1
Thomas Michael
SAP Consultant, Author & Speaker