Author | Topic: Application error | |
---|---|---|
![]() | Kari | Application error on Tue, 14 Jul 2015 09:38:10 +0200 |
![]() | Andreas Gehrs-Pahl | Re: Application error on Tue, 14 Jul 2015 04:22:29 -0400 Kari, >Has anyone got this error message? I have seen similar errors, but not this one. This particular SMB Status code: STATUS_SHARING_VIOLATION (c0000043 / -1073741757) basically means: "A file cannot be opened because the share access flags are incompatible." It is pretty much the same as OS Error Code ERROR_SHARING_VIOLATION (32): "The process cannot access the file because it is being used by another process." This could have several kinds of reasons: timing issues or interference from a different application, like an AV scanner, etc. For more information on all the different SMB Status codes, see this link: https://msdn.microsoft.com/en-us/library/cc704588.aspx Hope that helps, Andreas Andreas Gehrs-Pahl Absolute Software, LLC phone: (989) 723-9927 email: Andreas.GP@Charter.net web: http://www.Aerospace-History.net |
![]() | Kari | Re: Application error on Tue, 14 Jul 2015 10:38:59 +0200 Vielen Dank Andreas |