Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

Some times error sending response String

Out of 10 Get calls we are getting 2 or 3 times the error ""Error waiting for response".
This is happening with postman or any other application.

We are selecting around 6000 records to update the data base. The data in Jason format is always correctly created.

The file size is around 2 MB
Is this error created by java service. Is the file to big or are there any settings what may need to be changed.

This is a sample of one record.

{
"items" : [
{
"cash_p_m" : 125.9,
"description" : "1:18 1964 Tasca Ford Thunderbolt",
"employee" : "1",
"material_code" : "ZZGA1801103",
"material_group_sub" : 109,
"part_group" : 50120,
"path" : "http://101.187.132.13:8000/images/ZZGA1801103.jpg",
"stock" : ".0000"
},

Thanks for your help

Anton

Comments

Sign In or Register to comment.