E0017 Unable to delete file: 'path'

From RAD Studio
Jump to: navigation, search

Go Up to Platform Assistant Server Errors Index


This error occurs when you run the Platform Assistant client with the -C or --Clean command-line option, and the Platform Assistant server is unable to remove a file inside the target directory. The path to that file is specified in the error message.

This error might occur if the user running the Platform Assistant server does not have write permissions on the file inside the target directory. To solve this error, on the system where the file is, do either of the following using an administrator account:

  • Remove the file manually.
  • Change the permissions of the file. Give write permissions on the file to the user running the Platform Assistant server, so that the Platform Assistant server can remove the file.

See Also