J
jankeir
Guest
I think the abl process dies. That can be seen from the broker log. If I run the following from prowin32 in 11.3.2 and 11.6 it also kills the process (after giving a runtime error message that does state what the problem is.) Since Octavio gave the output of the messages that would have shown up in the server log file I'd assume he checked the server log too. DEFINE VARIABLE c AS CHARACTER NO-UNDO. assign c = '~{"dsdwPromoDesempeno": ~{ "ttdwPromoDesempeno": [~{ "Sucursal": 42, "Nomina": 1, "Fecha": "2016-09-02", "Articulo": "ADOBADO", "Kilos": 1.0, "Tickets": 1 ~} ] ~}~}'. define variable hds as handle no-undo. create dataset hds. hds:read-json("longchar", c, "empty").
Continue reading...
Continue reading...