The "write to datastore entity" is failing in below scenario.
The table in which I am inserting data has more than 50 columns and two of its columns are BLOB field.
When I am inserting 40 rows , I am not getting error.
However, on inserting more than that the "write to datastore entity" is failing giving error: An error occurred while trying to write to the data store. No values have been written. Details: could not insert: (APNX-1-4208-004)
Please suggest me what could be the root cause for this and solution which I am thinking of is to insert data in batches.
Is there any such limit on data which gets inserted?
Discussion posts and replies are publicly visible