Windows error 0x80070BBC, -2147021892

Detailed Error Information

SPL_NO_ADDJOB[1]

MessageAn AddJob call was not issued.
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 Code3004 (0x0bbc)

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

Questions

5votes
2answers

Why does Office 2010 fail to open an Excel file?

I have a excel file I've put on a file server. When required i access it via a dll, fill it with some data in background only (through ExecuteExcel functionality). It used to work before. Recently I changed 2003 office to 2010 office version. After that it started throwing below [...] read more
microsoft-excel
microsoft-excel-2010
microsoft-office-2010
1vote
1answer

Excel 2010 interop issues

Right, this is driving me insane. This works fine locally with Excel 2013, but when the website is published to a remote server with Excel 2010 it fails. From what I can see the DCOM configuration is the same locally as remote. After fighting with Excel 2010 and DCOM permissions [...] read more
excel-interop
0votes
1answer

Excel:Handle exception for workbook.open

How to handle exception in "C#" for the errors like-> Code: Workbooks.Open(folderPath,filename,Excel.XlPlatform.xlWindows,"",""....) "System.Runtime.InteropServices.COMException (0x80070BBC): Office has detected a problem with this file. To help protect your computer this file cannot be opened. at Excel.Workbooks.Open" Few excels work without error,but few throw above error. Please suggest some answers. Thanks. read more
c#
excel

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