The requested operation cannot be performed on a file with a user-mapped section open

Hi everyone,

I’m facing this issue were this error message appears after trying to publish my project to Orchestrator. There is no information about this neither on the UiPath documentation nor in the forums. It seems to be an issue at the time of compilation when the Studio tries to modify a package or library that is in use. Also, the same error appears when I try to just generate the package locally instead uploading it to Orchestrator, so I assume is a Studio problem.

The message is: "The requested operation cannot be performed on a file with a user-mapped section open.”

Thanks in advance for all your support!

1 Like

@Samayoa_Jared

Check if the file was opened in another VM or opened twice
If not, you can check by restarting VM

Hope this may help you

Thanks

Hi @Samayoa_Jared
Seems some files are being held by another process or a user. As Srinivas mentioned, just restart the machine, or look for processes that use the files in Task Manager and close them…

Let us know if this do not work for you