Windows error 0x80070018, -2147024872

Detailed Error Information

BAD_LENGTH[1]

MessageThe program issued a command but the command length is incorrect.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code24 (0x0018)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x00000018.

Questions

1vote
0answers

Volume Shadow Copy Service error: Unexpected error calling routine XML document is too long. hr = 0x80070018

I have about 1400 SQL databases on my environment (on 3 different volumes). I've got follow errors during taking VSS snap. Also SQLWriter goes from stable to failed "nonretryable" *Event ID 8193, Source VSS. Volume Shadow Copy Service error: Unexpected error calling routine XML document is too long. hr = [...] read more
sql-server
vss
1vote
2answers

Enabling/Disabling Aero from a Windows Service

I have some code to enable/disable the Windows Aero service in Vista, and I would like to run it in a Windows Service. The code works in a standalone application, but when I run it from a Service, nothing happens. No errors or exceptions are thrown. I realise that running [...] read more
windows-services
aero

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0