Windows error 0x000002C0, 704

Detailed Error Information

FT_READ_RECOVERY_FROM_BACKUP[1]

MessageThis was done because the file system encountered a failure on a member of the fault-tolerant volume, but was unable to reassign the failing area of the device.
Declared inwinerror.h

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

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 Code704 (0x02c0)

Questions

1vote
2answers

Problem trying to run SSIS package with Oracle Connection Attunity

I'm having the following issue: I have an SSIS package that connects to an oracle DB using Attunity Connection Manager. It does connect in my local pc (to a remote oracle db server) and extracts and all, seems to work. The problem comes when I load it to SQL server [...] read more
sql-server
oracle
ssis
etl
attunity
0votes
1answer

XMS.NET fails when receiving JMS message with RFH2 header at ParseJmsFolder

Our partner started using custom properties for messages being sent over IBM WebSphere MQ and our application developed using XMS.NET started to fail because of that. It turned out that the error is being thrown inside parsing the JMS envelope and inside the ParseJmsFolder method. This is the exception we [...] read more
.net
jms
ibm-mq
xms
rfh2
0votes
1answer

Unable to run jobs on SQL Server on my PC

I have been trying to run an SSIS package in my C: from SSMS on my PC. I have scheduled a job as per below enter image description here [https://i.stack.imgur.com/ES25x.jpg] And below is the error that I am getting > Executed as user: . > > Microsoft (R) SQL Server [...] read more
sql-server
0votes
0answers

Unhandled exception in Adobe Reader while passing a search parameter in C#

I'm writing a WinForms application and there's a method to search text strings into an array of pdf files. When the given text is found, the method should open the proper file, highlighting said text. I followed the specifics found in the Parameters for Opening PDF Files document, and this [...] read more
c#
winforms
pdf
process

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