Hello everyone!
When performing a retrieve on a datawindow with a rather complex SELECT in my Cloud application, the system throws the message “HTTP Error!” and, in the end, it does not bring any data.
If the SELECT is run in Microsoft's SQL Server Management Studio, it takes just over 10 minutes to bring back the results, which leads me to think that it may be a time out problem. However, I have all Web API timeouts set to zero (0), so it shouldn't abort the transaction.
If it is not a timeout error, what else could be the cause of the “HTTP Error!” message?
I am working with PB and PS 2022 R3 Build 3289.
Thank you very much for your usual attention and collaboration.