Getting error while installing the process from Assistance or Orchestrator.
Error:
RemoteException wrapping System.IO.IOException: Incorrect function.at System.IO.MemoryMappedFiles.MemoryMappedView.Flush(UIntPtr capacity)at System.IO.MemoryMappedFiles.MemoryMappedViewStream.Dispose(Boolean disposing)at NuGet.Packaging.StreamExtensions.CopyToFile(Stream inputStream, String fileFullPath)at
Root Cause: From the error message indicates that there is some issue with the System memory or with the flush operation.
Resolution: The below approaches can be followed,
- Check system has enough disk space and RAM
- Check the CPU utilization
- Check the package size. For more details on how to increase the size limit of package files, see the official documentation Increasing the Size Limit of Package Files .