Author | Topic: Application error | |
---|---|---|
Kari | Application error on Tue, 14 Jul 2015 09:38:10 +0200 Has anyone got this error message? The appl is running on a Terminal server If one restarts on the server so everything works OK. Pops up sometimes only, do not know if Windows Update is the reason.. Kari Halso.jpg | |
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 I will pass your message to the clever guy's , hmm. Best regards Kari <Andreas Gehrs-Pahl> skrev i meddelandet news:6vqgngsxm7vs.gaghnb0bl3yk$.dlg@40tude.net... > 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 |