<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: To store large blobs in HANA table using byte array in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-store-large-blobs-in-hana-table-using-byte-array/m-p/12673104#M2016401</link>
    <description>&lt;P&gt;Welcome to the SAP Community. Thank you for visiting us to get answers to your questions.&lt;/P&gt;&lt;P&gt;Since you're asking a question here for the first time, I'd like to offer some friendly advice on how to get the most out of your community membership and experience.&lt;/P&gt;&lt;P&gt;First, please see &lt;A rel="noopener noreferrer" href="https://community.sap.com/resources/questions-and-answers" target="_blank"&gt;https://community.sap.com/resources/questions-and-answers&lt;/A&gt;, as this resource page provides tips for preparing questions that draw responses from our members. Second, feel free to take our Q&amp;amp;A tutorial at &lt;A rel="noopener noreferrer" href="https://developers.sap.com/tutorials/community-qa.html" target="_blank"&gt;https://developers.sap.com/tutorials/community-qa.html&lt;/A&gt;, as that will help you when submitting questions to the community.&lt;/P&gt;&lt;P&gt;I also recommend that you include a profile picture. By personalizing your profile, you encourage readers to respond: &lt;A rel="noopener noreferrer" href="https://developers.sap.com/tutorials/community-profile.html" target="_blank"&gt;https://developers.sap.com/tutorials/community-profile.html&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Now for some specific suggestions on how you might improve your question:&lt;/P&gt;&lt;P&gt;* Outline what steps you took to find answers (and why they weren't helpful) -- so members don't make suggestions that you've already tried.&lt;/P&gt;&lt;P&gt;* Share screenshots of what you've seen/done (if possible), as images always helps our members better understand your problem.&lt;/P&gt;&lt;P&gt;* Make sure you've applied the appropriate tags -- because if you don't apply the correct tags, the right experts won't see your question to answer it.&lt;/P&gt;&lt;P&gt;* Use the "insert code" feature when sharing your code, so members have an easier time reading.&lt;/P&gt;&lt;P&gt;Should you wish, you can revise your question by selecting Actions, then Edit. &lt;/P&gt;&lt;P&gt;The more details you provide (in questions tagged correctly), the more likely it is that members will be able to respond. &lt;/P&gt;&lt;P&gt;I hope you find this advice useful, and we're happy to have you as part of SAP Community!&lt;/P&gt;</description>
    <pubDate>Thu, 18 May 2023 11:16:45 GMT</pubDate>
    <dc:creator>moshenaveh</dc:creator>
    <dc:date>2023-05-18T11:16:45Z</dc:date>
    <item>
      <title>To store large blobs in HANA table using byte array</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-store-large-blobs-in-hana-table-using-byte-array/m-p/12673103#M2016400</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;
  &lt;P&gt;I want to store an excel in our table by converting it into a blob, so i am using byte array and have mapped the blob column to byte array like this&lt;/P&gt;
  &lt;P&gt; [Column("BLOBCONTENT", TypeName = "blob")]&lt;/P&gt;
  &lt;P&gt; public byte[] Content { get; set; }&lt;/P&gt;
  &lt;P&gt; but my code throws error when the file is greater than 9KB&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Message=Invalid parameter size value -1. The value must be greater than or equal to 0. (Parameter 'value')&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt; Source=Sap.Data.Hana.Core.v2.1&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt; StackTrace:&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt; at Sap.Data.Hana.HanaParameter.SetSize(Int32 size, String parmName)&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt; at Sap.Data.Hana.HanaParameter.set_Size(Int32 value)&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt; at Sap.EntityFrameworkCore.Hana.Storage.Internal.HanaByteArrayTypeMapping.ConfigureParameter(DbParameter parameter)&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt; at Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping.CreateParameter(DbCommand command, String name, Object value, Nullable`1 nullable)&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;Also, I am using EFCore Version="6.0.2" with net6.0 core for database connection.&lt;/P&gt;
  &lt;P&gt;Can someone help me figure out the issue and how can I resolve it??&lt;/P&gt;
  &lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 11:16:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-store-large-blobs-in-hana-table-using-byte-array/m-p/12673103#M2016400</guid>
      <dc:creator>former_member856464</dc:creator>
      <dc:date>2023-05-18T11:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: To store large blobs in HANA table using byte array</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-store-large-blobs-in-hana-table-using-byte-array/m-p/12673104#M2016401</link>
      <description>&lt;P&gt;Welcome to the SAP Community. Thank you for visiting us to get answers to your questions.&lt;/P&gt;&lt;P&gt;Since you're asking a question here for the first time, I'd like to offer some friendly advice on how to get the most out of your community membership and experience.&lt;/P&gt;&lt;P&gt;First, please see &lt;A rel="noopener noreferrer" href="https://community.sap.com/resources/questions-and-answers" target="_blank"&gt;https://community.sap.com/resources/questions-and-answers&lt;/A&gt;, as this resource page provides tips for preparing questions that draw responses from our members. Second, feel free to take our Q&amp;amp;A tutorial at &lt;A rel="noopener noreferrer" href="https://developers.sap.com/tutorials/community-qa.html" target="_blank"&gt;https://developers.sap.com/tutorials/community-qa.html&lt;/A&gt;, as that will help you when submitting questions to the community.&lt;/P&gt;&lt;P&gt;I also recommend that you include a profile picture. By personalizing your profile, you encourage readers to respond: &lt;A rel="noopener noreferrer" href="https://developers.sap.com/tutorials/community-profile.html" target="_blank"&gt;https://developers.sap.com/tutorials/community-profile.html&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Now for some specific suggestions on how you might improve your question:&lt;/P&gt;&lt;P&gt;* Outline what steps you took to find answers (and why they weren't helpful) -- so members don't make suggestions that you've already tried.&lt;/P&gt;&lt;P&gt;* Share screenshots of what you've seen/done (if possible), as images always helps our members better understand your problem.&lt;/P&gt;&lt;P&gt;* Make sure you've applied the appropriate tags -- because if you don't apply the correct tags, the right experts won't see your question to answer it.&lt;/P&gt;&lt;P&gt;* Use the "insert code" feature when sharing your code, so members have an easier time reading.&lt;/P&gt;&lt;P&gt;Should you wish, you can revise your question by selecting Actions, then Edit. &lt;/P&gt;&lt;P&gt;The more details you provide (in questions tagged correctly), the more likely it is that members will be able to respond. &lt;/P&gt;&lt;P&gt;I hope you find this advice useful, and we're happy to have you as part of SAP Community!&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 11:16:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-store-large-blobs-in-hana-table-using-byte-array/m-p/12673104#M2016401</guid>
      <dc:creator>moshenaveh</dc:creator>
      <dc:date>2023-05-18T11:16:45Z</dc:date>
    </item>
  </channel>
</rss>

