Hi,
I try to load documents into HANA with a Python script. The document should be saved in a BLOB field of a table.
The Python script works fine, if I start it locally from a PC or notebook or from a remote Linux Server. The source documents are then either stored in a local file folder or in a directory of the Linux Server.
However, if I start the same Python script (in the Linux Version of course) from the HANA Server itself, it throws a segmentation fault at the insert statement of the Python script, i.e. when it comes to
cursor.execute("INSERT INTO <table> VALUES ...
Has anybody an idea how to solve this?
Regards,
Ingo