Windows Server winrar issue: Break in operation file is corrupt

hidensmart

New Member
Joined
Dec 23, 2015
Messages
1
I always use winwar to extract files as to convert them to MPEG but lately I always get a diagnostic message that says "break in operation file is corrupt" but I know the file is not corrupt. Any ideas as to what is wrong?
Thanks!
 

Are there any hashes available to confirm the archive is not corrupt. If there is you can use powershell to confirm the archive is correct
From powershell
Get-FileHash -Path <"Path to file"> -Algorithm <algorithm name>
 

Click link to solve the problem How to repair a damaged WinRAR archive? eRepair RAR
 

Any ideas as to what is wrong?

Well you have tagged this as a server issue so my first guess is that you installed winwar under your administrator account but are now trying to access it from a lesser user account? Ie. Check your file permissions.
 

Solution
Back
Top