Windows error 0x80092003, -2146885629

Detailed Error Information

CRYPT_E_FILE_ERROR[1]

MessageAn error occurred while reading or writing to a file.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode9 (0x009)
NameFACILITY_SSPI[2][1]
DescriptionThe source of the error code is the Security API layer.[2][1]
Error Code8195 (0x2003)

Questions

4votes
2answers

Creating an answer file for “WindowsUpdateDiagnostic.diagcab” in Eclipse WTP

I am attempting to script the install of the WindowsUpdateDiagnostic.diagcab sourced here. msdt.exe /cab "%~dp0WindowsUpdateDiagnostic.diagcab" -af "%~dp0stillneeded.xml" Unfortunately, attempts at creating a answer file seems to have failed: enter image description here [https://i.stack.imgur.com/WnLhI.png] Not finding much on 0x80092003. I am hoping with an example answers.xml, I could spoof the answers [...] read more
windows-7
windows
troubleshooting
platform
answerfile
3votes
1answer

WinVerifyTrust returns 0x80092003 - CRYPT_E_FILE_ERROR

I am working on C# .net 3.5 and running on 64 bit platform. I have a 32 bit dll that I need to dynamically load. The dll is located under "C:\Program files\ApplicationToLoad\Application.dll" because the dll is 32 bit I have to compile my application also to 32 bit. Before loading [...] read more
c#
x86-64
winverifytrust
1vote
0answers

Use custom driver for all new USB devices with same VID/PID

In order to use my USB HID complient device with LabView, I had to create a custom USB driver. That works fine, except when I connect a new device (same VID&PID, different GUID) windows automaticly uses the standard hid.dll driver instead of my custom driver. Therefor the new device doesn't [...] read more
usb
labview
hid
0votes
1answer

Full-text search error during full-text index population : Error Code '0x80092003'

I have problem with Full-Text Search service in production environment. Each time I rebuild full-text catalog, there is no error in User Interface, but there is no data in Full-Text Catalog Item Count : 0 Catalog size : 0 MB OS : Windows Server 2003 R2 Standard Edition Service Pack2 [...] read more
sql-server-2005

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