Web file not found even though the file exists
Aldevinas Katkus
2-7-23
Operating system: Windows
I am posting some data to the server and 1 out of 2 or 3 sequential requests (each request starts after the previous one is successfully finished) fail with
2023-02-07 14:37:12 Web file not found: WebStoreTabText.hal
and at the other end (initiating the request to the SERP) I am getting HTTP/1.0 503 error, which means the server is currently unable to handle the incoming requests.


Why is that?
WebStoreTabText is an like this:

global
updating procedure WebStoreTabText()
begin
...
WebGetPostData(FileArea);
qupdating.ImportSalesInvoicesFromArea(FileArea,...);
WebOutString("OK");
end;


I tried to make WebStoreTabText non updating and instead of qupdating call make it queued and in some cases data were stored successfully, but there was a timeout (over 30 secs) on the other end.


How should we process incoming requests in updating web calls?
I tried removing qupdating, but it didn't help.
As far as I can see in the source we have updating procedures in WebNG folder.


Leave Comment
You can subscribe to notifications for this post by selecting the 'star' icon on the top right corner of the post.
Latest Posts
Gastón Salomone
Hi, I cannot find any information on about this feature on hansamanual. That is the purpose, is it working, how it works or how must be configured to work ? For REST API many web request per...
23:47 3 Oct 2024
Paul Timms
Thanks Bror-Erik, it's hard to replicate so we won't know for sure until we upgrade the customer with this issue....
10:37 30 Sep 2024