Here are some issues and problems you might see during usual operations:
- Using SMB, which is the protocol that is used for browsing directories, copying files, and other operations over the network, you might see some error codes. The full list of error classes and codes is listed in Microsoft MSDN: http://msdn.microsoft.com/en-us/library/ee441884.aspx and https://tinyurl.com/y7kuxygd.
- Code 0 means STATUS_OK, which implies that everything works fine and there is no problem. Any other code should be examined.
- In the following example, you can see a message STATUS_ACCESS_DENIED. This is one of many error codes you should look for. In the example, access to \NAS01HOMEDIR on a server with an IP address that starts with 203 (full ...