These docs are for v20.3.44. Click to read the latest docs for v20.3.186.

Discussions

Ask a Question
Back to All

400 error on /api/comboorder

Hello,

I'm coming across this error from the iMIS API call for combo order and was looking to see if others have come across the same issue. The body of the combo order is correct but it sometimes fails and I have to retry again for a successful 200.

{
"$type": "Asi.Soa.Core.DataContracts.ValidationResultDataCollection, Asi.Contracts",
"$values": [
{
"$type": "Asi.Soa.Core.DataContracts.ValidationResultData, Asi.Contracts",
"Message": " \r\n Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached."
}
]
}