I've a problem with a large jsonfile.
It is chunked in different blocks, but it looks like the last block crashes.
I got an error: 'comm_blockread failed!'.
See below the relevant part of the log:
Does anyony has an idea how to solve this?chunk size = 8192
get_chunk_size returned 8192
calling comm_blockread
{"Orders":[...,"uomDescription":"Piece",
comm_blockread returned 8192
get_chunk_size(): entered
2000
chunk size = 8192
get_chunk_size returned 8192
calling comm_blockread
"status":"S03",...,"statusText":"Shipped"}]}
comm_blockread returned 8192
get_chunk_size(): entered
2000
chunk size = 8192
get_chunk_size returned 8192
calling comm_blockread
},{"orderId":"58446",...,{"material":"000
comm_blockread returned 8192
get_chunk_size(): entered
2000
chunk size = 8192
get_chunk_size returned 8192
calling comm_blockread
170",...,{"material":"000069","description":"Aphid
comm_blockread failed!
http_close(): entered
Kind regards,
AS400Guy