Aug 05 2023 06:45 AM
OfficialFile::SubmitFile: Encountered WebException when sending file /Shared%20Documents/1GB.bin to /_vti_bin/officialfile.asmx: The request failed with the error message: -- <html><head><title>Object moved</title></head><body> <h2>Object moved to <a href="/_layouts/15/error.aspx?ErrorText=Exception%20of%20type%20%27System%2EOutOfMemoryException%27%20was%20thrown%2E">here</a>.</h2> </body></html>
This starts when the Filesize is larger for round about 350 MB and above. web.config of isapi folder was modified with
<location path="OfficialFile.asmx">
<system.web>
<httpRuntime maxRequestLength="10485760" executionTimeout="600" />
</system.web>
</location>
Aug 10 2023 01:44 AM
After resizing the Page File the memory error no langer occurs on my Test Farm, but now it is
/_vti_bin/officialfile.asmx: The operation has timed out
But the file was correctly copied to the destination. In the Production Farm it is still a crash with an out of memory exception in the ULS Log.
Any ideas where to look?