Oninit Logo
The Down System Specialists
+1-913-674-0360
+44-2081-337529
Partnerships Contact
Finderr

-12127 Smart Large Objects: Invalid range size in byte range

lock / unlock call.

A call to one of the byte-range locking functions specifies a range size that is invalid:

* ESQL/C: ifx_lo_lock() or ifx_lo_unlock()

* DAPI: mi_lo_lock() or mi_lo_unlock()

An invalid range size is either a negative value or has the following sum that results in an INT8 overflow:

offset + range size

Use a valid range size in the byte-range locking function.