This is a migrated thread and some comments may be shown as answers.

Failed to save HTTPArchive / The process can't acces the file because it's being used by another process

2 Answers 89 Views
Windows
This is a migrated thread and some comments may be shown as answers.
M
Top achievements
Rank 1
M asked on 13 Aug 2020, 10:04 AM

Hi!

We have this error when trying to write a temporary .har with Fiddler. We write a temporary file with Java using the ExeAction.exe with the name "out.har", rename it and then upload via FTP. However, sometimes we have a problem with the file being already used.

The error detail is attached.

We write the out.har using Java and Fiddler using the ExecAction.exe.

If you need anything else just say it, we've been struggling with this error for a while.

Thanks!

 

2 Answers, 1 is accepted

Sort by
0
Accepted
Nick Iliev
Telerik team
answered on 14 Aug 2020, 09:22 AM

Hi M F,

This is a Windows error indicating that the file cannot be accessed because it is currently in use by another process. To find out which process is using the file, you can use a tool like Windows Sysinternals - Process Explorer. Press Ctrl-F in Process Explorer and type the path or name of your .har file and you will see the process name.

Regards,
Nick Iliev
Progress Telerik

0
M
Top achievements
Rank 1
answered on 14 Aug 2020, 09:34 AM

Hi Nick,

Thanks for the quick answer, I'll try it and I'll open another opst in case it doesn't works :)

This post was just to discard a possible error in Fiddler's side with the error detail attached.

Best regards!

Tags
Windows
Asked by
M
Top achievements
Rank 1
Answers by
Nick Iliev
Telerik team
M
Top achievements
Rank 1
Share this question
or