Error while trying to upload file from SAP Integration Suite to Azure File Storage

Pooja Srivastava 0 Reputation points
2024-04-01T12:59:46.3033333+00:00

Hi,

I am trying to upload a simple txt file from SAP Integration suite to Azure cloud using Azure File Storage adapter in Integration suite.

I am getting below error:

Error Details

com.sap.it.rt.adapter.http.api.exception.HttpResponseException: An internal server error occured: Error occurred, Please cross check Input data and try again.

Any pointers would be helpful.

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,213 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,874 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sumarigo-MSFT 44,996 Reputation points Microsoft Employee
    2024-04-02T09:56:28.1466667+00:00

    @Pooja Srivastava Welcome to MIcrosoft Q&A Forum, Thank you for posting your query here!

    If you're getting an error while trying to upload a file from SAP Integration Suite to Azure File Storage, you can try crossing check your input data and try again.

    The AzureStorage receiver adapter enables SAP Integration Suite to write files and folders to Azure Storage. https://help.sap.com/docs/integration-suite/sap-integration-suite/azurestorage-receiver-adapter-for-fileshare-storage

    Integration with Microsoft Azure Cloud : https://community.sap.com/t5/technology-blogs-by-members/integration-with-microsoft-azure-cloud/ba-p/13317120

    Can you use Azure Storge explorer tool in this scenario and let me know the status

    Steps to access Azure Blob Storage via REST API from SAP CPI using Azure Storage Adapter and SAP PO/PI using http adapter Which provides some idea for your scenario

    Additional information:

    The error message you received indicates that there was an internal server error while trying to upload the file to Azure File Storage. This could be due to a number of reasons, such as incorrect input data or an issue with the Azure File Storage adapter configuration.

    Here are some things you can try to resolve the issue:

    Check the input data: Make sure that the file you are trying to upload is in the correct format and that the input data you are providing to the Azure File Storage adapter is correct. Double-check the file path, file name, and other relevant details.

    Check the Azure File Storage adapter configuration: Make sure that the Azure File Storage adapter is configured correctly. Check that the adapter is pointing to the correct storage account and that the connection details are correct.

    Check the Azure File Storage account: Check that the Azure File Storage account is working correctly. You can try uploading the file manually using the Azure portal or Azure Storage Explorer to see if there are any issues with the storage account.

    Check the logs: Check the logs for any additional error messages or details that might help you diagnose the issue. You can find the logs in the SAP Integration Suite cockpit.

    Please let us know if you have any further queries. I’m happy to assist you further.    


    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments