Discussions
400 error on /api/comboorder
about 2 years ago by Nicholas B Wimsatt
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."
}
]
}