Hi Vijay,
Please also try with the workaround mentioned in note 2205345 - SAP HANA DB Client: "SQL code: -9300" occurred while accessing table <table_name>
Remarks:
- Workaround option 1: Disable the DEFERRED_LOB_WRITING feature via DBSL profile parameter described in SAP Note 2106186. (dbs/hdb/deferred_lob_writing = 0)
- Workaround option 2: Increase the packet size so that all LOB requests can be sent via one packet. Set a much larger value (e.g. 5MB) to the profile parameter dbs/hdb/cmd_buffersize = <size in bytes> which is mentioned in SAP Note 2200357. Since it is not always feasible to find the largest size for all LOBs being transferred, it is recommended to apply the 1st workaround option.
As well, please consider to update DBSL mentioned in note 2272590 - SAP HANA does not return the correct SQL error code for readFDA
Regards,
Ning