Git Product home page Git Product logo

Comments (4)

krdash avatar krdash commented on April 28, 2024

@VivekanandaRao @microsoft/abapsdk - Hello Vivekananda, Thank you for reaching out to us on the issue. we are looking into it and provide you updates as soon as possible. Thanks, Krishna

from abap-sdk-for-azure.

krdash avatar krdash commented on April 28, 2024

@microsoft/abapsdk @VivekanandaRao - Hello Vivekananda, We have replicated your issue with http status '500' in our staging environment. Please follow below steps for the resolution and we are also in the process of doing code changes to pass content-length value dynamically based on the data packet size from the calling program and will commit the same along with new features of Blob.

Inside method of ZCL_ADF_SERVICE_FACTORY=>SEND for blob service class, header with attribute 'Content-Length' having value '1048' is being used in the current version of code which is causing issue for internal server error ( http status 500) . Can you provide smaller size for content length like e.g '10' and execute your program. It should resolve your issue.
This attribute 'Content-Length' is a mandatory attribute whose value should be dynamic based on the data size ( in Bytes ) by dividing your complete data into no. of chunks.

add_request_header( iv_name = 'Content-Length' iv_value = '1048' ).

For additional information on Append block functionality, Please go through below doc link and let us know in case you would like us to share any other information.
https://docs.microsoft.com/en-us/rest/api/storageservices/put-blob
https://docs.microsoft.com/en-us/rest/api/storageservices/append-block

Thanks,
Krishna

from abap-sdk-for-azure.

gregorwolf avatar gregorwolf commented on April 28, 2024

Hi @VivekanandaRao can this issue be closed?

from abap-sdk-for-azure.

PramishaLadha avatar PramishaLadha commented on April 28, 2024

Hello Vivekananda,
Hope your query is addressed. Please contact us in case of more queries/issues/support.

We will be closing this issue.
thank you.

Best regards,
Pramisha

from abap-sdk-for-azure.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.