Re: Web file not found even though the file exists
Aldevinas Katkus
2-21-23
Extra notes:
If I make my web function non-updating and call qupdating functions in my web function, then the record posted to SERP is stored successfully, but there is a curl error like "transfer closed with 59 bytes remaining to read" on initiating side meanwhile the data have been stored a long time ago (I can see it from the log window, the import takes less than a second). It looks like the server does not send a reply back if we are using qupdating calls?

2023-02-21 16:07:57 Database is in Restricted mode
2023-02-21 16:08:30 AD Login
2023-02-21 16:08:30 AD WebStoreTabText ftype= length=2293
2023-02-21 16:08:30 AD executing ImportSalesInvoices

2023-02-21 16:08:30 AD WebStoreTabText done


somewhere here after a timeout the curl returns "transfer closed with 59 bytes remaining to read".
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 David, I´ve done lost of test, including rebuild database, add more level of verbosity, click on every check on Log Messages on database and still, once that function is called server crash. ...
15:59 9 May 2025
Paul Timms
From what I've read, using these will store the updated records in memory and then write them to the database in bulk, instead of each record writing to the database in turn. So perhaps there&apo...
17:53 29 Apr 2025