| Previous | Next |
| ERROR_DIFFERENT_PROFILE_RESOURCE_MANAGER_EXIST | ERROR_MRM_DIRECT_REF_TO_NON_DEFAULT_RESOURCE |
ERROR_OPERATION_NOT_ALLOWED_FROM_SYSTEM_COMPONENT
The system component cannot operate given API operation
ERROR_OPERATION_NOT_ALLOWED_FROM_SYSTEM_COMPONENT is Win32 error 15145 (0x00003B29) in Windows Resource Management System and MRT Core.
Likely impact: Bypassing the restriction can mix system and application resource scopes and return the wrong localized asset.
Typical causes
- the call originates inside a restricted system component.
- a framework invokes an app-facing operation on behalf of the system.
- the wrong API surface is used for privileged context.
- caller classification changed across packaging.
Useful evidence
- Collect API operation.
- Collect caller module and package identity.
- Collect process token and component classification.
- Collect resource manager profile.
- Collect supported alternative API.
Recovery and retry
Use the API intended for the system component or move the operation into an eligible application context; privilege elevation alone is not a fix.
Related errors
ERROR_ACCESS_DENIED is a general authorization result; this code is an explicit caller-category restriction
Example
A framework service invokes an app resource operation that is disallowed for system components. Delegating lookup to the packaged app resolves the boundary.
References
Looking for a different code? Search another status or error code.