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?
We send Arrays and Variables as a BLOB created with ObjectTools. There are better (Error-)Logging and handling Routines. We had never corrupt Arrays.
http://www.aparajitaworld.com/objecttools/ ObjectTools is a 4th Dimension plug-in which provides a set of routines that allow you to create objects: a single entity in which you can store and retrieve any amount of data of differing types.