| Previous | Next |
| FSRM_E_OUT_OF_RANGE | FSRM_E_INVALID_COMBINATION |
FSRM_E_REQD_PARAM_MISSING
FSRM_E_REQD_PARAM_MISSING (0x8004530E) A required FSRM property was not supplied. The operation cannot infer a path, name, template, action, or another mandatory value.
What to check for FSRM_E_REQD_PARAM_MISSING
- Review the object type and identify all mandatory fields for that operation.
- For scripted configuration, check variables that may be empty after parameter expansion.
- For imported settings, verify that the corresponding XML element was not removed or left blank.
Microsoft: FileServerResourceManager PowerShell module
Microsoft: FSRM troubleshooting guidance
Diagnostic discriminator: Identify the mandatory FSRM property omitted by the caller and supply that exact field. This status is about an absent required value, not an invalid value that was actually present.
Looking for a different code? Search another status or error code.