Windows error 0x00000642, 1602

Detailed Error Information

INSTALL_USEREXIT[1]

MessageUser cancelled installation.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x80070642.

HRESULT analysis[2]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[2][1]
DescriptionThe default facility code.[2][1]
Error Code1602 (0x0642)

Questions

0votes
0answers

What does the the following memory dump thread from a SharePoint application mean?

Our SharePoint based web application crashed. Upon inspecting the memory dump, it appeared that 55% of threads calling ISAPI extension OWSSVR were blocked. Following is one of the thread report from our log. Can someone explain what the report means? To me it appears to be some SQL connection that [...] read more
sharepoint-2007
memory-dump
0votes
1answer

Pandas Fill 'NaN' methods not working

I have a Pandas portion of code within a Larger Python function which references some Django objects within Models. The bulk of the work is just importing a CSV with pandas and then merging it with a new column (evidence_id), which will reference the same value as that in the [...] read more
python
pandas

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