cancel
Showing results for 
Search instead for 
Did you mean: 

Error in generating pdf :(:(:(

Former Member
0 Kudos

Post Author: carola

CA Forum: .NET

Hello all, I've had an application in vs 2005 that calls business object 6.5 app to generate pdf reports. This works perfectly on a machine with: Windows 2000 server, framework 2.0. But now we are migrating to another "windows 2003 server" machine on which we get this error: Unable to cast COM object ...... The operation failed because the queryinterface call on the COM component for the interface with ID ..... failed due to the following error: the object invoked has disconnected from its clients pls ..... does anybody have any idea ? .....

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Post Author: Ted Ueda

CA Forum: .NET

Not if you've blanked out the problematic COM objects with "....."

BusinessObjects Reporter SDK isn't strictly supported via COM interop - however, what may be causing your issue is permissions associated with invoking the COM object.

Sincerely,

Ted Ueda

Answers (1)

Answers (1)

Former Member
0 Kudos

Post Author: Ted Ueda

CA Forum: .NET