The error message indicates that the SAP table connector is running out of memory while trying to retrieve data from the SAP table. This could be caused by a few different reasons:
- The SAP table contains a large amount of data that exceeds the available memory on the SAP server or the ADF server.
- The SAP server or ADF server does not have enough memory allocated for the SAP table connector.
- There could be issues with the SAP table connector itself, such as a memory leak or a bug that is causing it to consume too much memory.
To resolve this issue, you can try the following steps:
- Check if the SAP table contains a large amount of data. If this is the case, you may need to filter the data before ingesting it into ADLS, or consider using a different method for extracting data from SAP, such as SAP BW or SAP HANA.
- Increase the memory allocation for the SAP table connector or the ADF server. You can do this by adjusting the settings in the SAP table connector or in the ADF cluster configuration.
- Check if there are any known issues with the SAP table connector and see if there are any patches or updates available to resolve them.
- If none of the above steps work, you may need to contact SAP support for further assistance. They may be able to provide more information on the cause of the error and help you resolve it.
Please mark my answer if it helps you :-)