I have a 4D server (lets call it 4D server 1) that sends a BLOB to another 4D server (4D Server 2) via SOAP web service. The BLOB consists of arrays, that when parsed saves to corresponding tables.
There are times (very few) when the BLOB fails to parse, we then log to a table. The error indicated is:
Error 61: The type of array cannot be modified in a compiled database.
How do I pinpoint which array in the BLOB is causing the error?
What steps do I take to remedy the problem?