Windows error 0x00000463, 1123

Detailed Error Information

FLOPPY_WRONG_CYLINDER[1]

MessageMismatch between the floppy disk sector ID field and the floppy disk controller track address.
Declared inwinerror.h

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

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 Code1123 (0x0463)

Questions

0votes
2answers

Convert integer into binary format in SQL Server

I am working on an online SQL exercise and trying to convert a series of integer number into binary numbers without leading 0. The database engine used is MS SQL Server. The following is the original tables: trip_no 1100 1101 1123 1124 1145 1146 1181 1182 1187 1188 1195 1196 [...] read more
sql
sql-server
binary
type-conversion
sqldatatypes

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