Windows error 0x80041811, -2147215343

Detailed Error Information

CI_E_DISK_FULL[1]

MessageThe disk is full and the specified operation cannot be done.
Declared inCiError.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode4 (0x004)
NameFACILITY_ITF[2][3]
DescriptionThe source of the error code is COM/OLE Interface management.[2][3]
Error Code6161 (0x1811)

Questions

34votes
13answers

A document processed by the JRC engine cannot be opened in the C++ stack

I have created a crystal report in vs2010 with .net4.0. when I publish the website it throws the error "A document processed by the JRC engine cannot be opened in C++ stack". I published the website in server and I'm trying to access it from client, I did keet the [...] read more
c#
asp.net
localhost
19votes
5answers

Unsupported Operation. A document processed by the JRC engine cannot be opened in the C++ stack

when i deploy my asp.net website on windows server 2003 with oracle 10g database in backend.I am using sap crystal report version 13.0.2000.0 It gives error as Unsupported Operation. A document processed by the JRC engine cannot be opened in the C++ stack.Description: An unhandled exception occurred during the execution [...] read more
c++
asp.net
crystal-reports
1vote
2answers

Crystal Reports works via HTTP but not via HTTPS

I have searched every where (I think) and I have not been able to find the answer, maybe because it is so elementary but here goes. I recently deployed a Silverlight Business Application to the Windows Azure platform. I am using Crystal Reports for my reporting and everything was working [...] read more
azure
https
crystal-reports
0votes
0answers

Unsupported Operation. A document processed by the JRC engine cannot be opened in the C++ stack (Build Action is "Content"))

I have a crystal report developed in VS-2015 and is hosted as a Web application in IIS Server. The reports work perfectly fine for a short period of time, and after few minutes this error start appearing on client browsers: > [COMException (0x80041811): Unsupported Operation. A document processed by the [...] read more
c#
iis
crystal-reports
0votes
1answer

error opening a crystal report on development machine

I get error Unsupported Operation. A document processed by the JRC engine cannot be opened in the C++ stack when trying to programmatically display a Crystal Report developed in the Crystal Reports environment. I am using MS Visual Studio 2012 and trying to I have posted the entire code I [...] read more
asp.net-mvc
visual-studio
crystal-reports

Comments

Leave a comment

(plain text only)

Sources

  1. CiError.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0