Windows / Code / 0x4000273a
0x4000273a
Decimal: 1073751866 · Signed: 1073751866
As HRESULT:- S: 0 (Success)
- R: 1 (Reserved, must be clear in a well-formed HRESULT)
- C: 0 (Microsoft-defined)
- N: 0 (Not an NTSTATUS value)
- Facility: 0x000 (FACILITY_NULL: Default)
- Code: 0x273a (10042)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x273a (10042)
Associated Modules
| Module | Found in | Description |
|---|
| cmd.exe | 78.11011 | Cannot commit a transaction that was started outside of a batch
file from within a batch file. |
| fsutil.exe | 78.11011 | Event Category : %1!d! |
| refsutil.exe | 10 | %1!d!: %2 |
| vssadmin.exe | 78.11011 | %1 %2 [/Provider=ProviderNameOrID] /For=ForVolumeSpec
/On=OnVolumeSpec /MaxSize=MaxSizeSpec
- Resizes the maximum size for a shadow copy storage association between
ForVolumeSpec and OnVolumeSpec. Resizing the storage association may
cause shadow copies to disappear. If MaxSizeSpec is set to the value
UNBOUNDED, the shadow copy storage space will be unlimited. As certain shadow
copies are deleted, the shadow copy storage space will then shrink. MaxSizeSpec
can be specified in bytes or as a percentage of the ForVolumeSpec storage volume.
For byte level specification, MaxSizeSpec must be 1MB or greater and accepts the
following suffixes: KB, MB, GB, TB, PB and EB. Also, B, K, M, G, T, P, and E
are acceptable suffixes. If a suffix is not supplied, MaxSizeSpec is in bytes.
To specify MaxSizeSpec as percentage, use the % character as the suffix to the
numeric value. If the provider is the supplied Microsoft provider, MaxSizeSpec
must be 100MB or greater.
- The Provider ID can be obtained by using the List Providers command.
When entering a Provider ID, it must be in the following format:
{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}
where the X's are hexadecimal characters.
Example Usage: vssadmin Resize ShadowStorage
/Provider={b5946137-7b9f-4925-af80-51abd60b20d5}
/For=C: /On=D: /MaxSize=900MB |
| 4 entries |
Associated Headers