| Previous | Next |
| FSRM_E_ALREADY_EXISTS | FSRM_E_INVALID_USER |
FSRM_E_PATH_NOT_FOUND
What FSRM_E_PATH_NOT_FOUND means
FSRM_E_PATH_NOT_FOUND (0x80045304) means File Server Resource Manager could not find the requested path or an FSRM object associated with that path.
The exact interpretation depends on the API: namespace verification can report a missing path, while quota or file-screen lookup can report that no configured object exists for the specified path.
What to check
- Record the exact FSRM method and the path string passed to it; do not diagnose from the HRESULT alone.
- Verify that the path exists in the server context in which FSRM runs and that the same canonical path is used by the configured quota, file screen, or report namespace.
- Distinguish a path that does not exist from
FSRM_E_INVALID_PATH, which indicates that the supplied path itself is not valid for the operation. - If the path is on removable, redirected, or recently changed storage, re-enumerate the current namespace before retrying.
Technical references
Looking for a different code? Search another status or error code.
