cancel
Showing results for 
Search instead for 
Did you mean: 

Hana large Binary Type limitations

JoseChava
Participant
0 Kudos

Hi,

we have defined a Large Binary Type for the Hana and have a corresponding CDS where we INSERT Data into One field. There is always only ONE Record at a time.

This error occurs after a while (Sometimes 5 minutes).

[cds] - Error: Possible data loss by INSERT into HANA db. Please, update a corresponding HANA driver.

Is there a limitation or something , because if we try it with 5 MB it works fine.

Thanks

vansyckel
Advisor
Advisor
0 Kudos

Hi Jose,

Could you please provide some more information? How do you insert the data? How big is the data? Is the error thrown detached?

Thanks and best,
Sebastian

JoseChava
Participant
0 Kudos

vansyckel here is the Code from the cds implementation and the corresponding Schema definition

Entity definition:

CDS JS implementation:

If you need further information I'll gladly provide.

Thanks
Jose

View Entire Topic
JoseChava
Participant

Solved: Updating the hdb did the trick.

https://www.npmjs.com/package/hdb

Just search for the Tool in the package and Change Version.

Than do: npm i in the root of your project