COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: midhl on 30 Sep 2009 08:51:28 AM

Title: Error when report output exported to PDF
Post by: midhl on 30 Sep 2009 08:51:28 AM
Hi,
Crosstab report running fine in HTML when exported to PDF showing an application error (In Cognos 8.4).Any ideas regarding the issue and how to resolve it

Thanks in advance
Title: Re: Error when report output exported to PDF
Post by: rockytopmark on 30 Sep 2009 01:52:06 PM
If you provide more detail surrounding the error (details, codes, etc) I'm sure we can better assist you!!

Reports executed for HTML are processed differently by Cognos/SQL that those in PDF and Excel... though subtle, the differences may bring a modeling flaw to light.
Title: Re: Error when report output exported to PDF
Post by: midhl on 01 Oct 2009 02:02:05 AM
Hi,
Thanks for your reply.Please find the error details below

RSV-SRV-0040 An application error has occurred. Contact your Administrator.

Details:CCLAssertError:0:Fatal: CCL_ASSERT(minWidth <= contentWidth);RSV-SRV-0042 Trace back:RSReportService.cpp(802): CCLAssertError: CCL_CAUGHT:
RSReportService::process()RSReportServiceMethod.cpp(239): CCLAssertError: CCL_RETHROW: RSReportServiceMethod::process():
reportRender_RequestRSASyncExecutionThread.cpp(774): CCLAssertError: RSASyncExecutionThread::checkExceptionRSASyncExecutionThread.cpp(211):
CCLAssertError: CCL_CAUGHT: RSASyncExecutionThread::run(): reportRender_RequestRSASyncExecutionThread.cpp(824): CCLAssertError: CCL_RETHROW:
RSASyncExecutionThread::processCommand(): reportRender_RequestExecution/RSRenderExecution.cpp(593): CCLAssertError: CCL_RETHROW:
RSRenderExecution::executeExecution/RSRenderExecution.cpp(1017): CCLAssertError: CCL_RETHROW:
RSRenderExecution::processActiveDocumentsRSPdfFloatContext.cpp(221): CCLAssertError: CCL_THROW:
Title: Re: Error when report output exported to PDF
Post by: Naven on 01 Oct 2009 05:45:08 AM
Hi,

Here goes the solution i found, hope it works...

The width of the list object is set to a size that is too small for the content within.

Increase the size and overflow setting width property of the list objects in the report.

Steps:1. Open the report in Report Studio.
2. Select the List object on the page of the report to highlight it.

3. In the properties pane, find the Size and Overflow settings.

4. Increase the value of the width setting as appropriate.

Regards,
Naveen
Title: Re: Error when report output exported to PDF
Post by: cschnu on 01 Oct 2009 09:01:26 AM
Also, look at the ibm site http://www-01.ibm.com/support/docview.wss?uid=swg21340952
Title: Re: Error when report output exported to PDF
Post by: midhl on 05 Oct 2009 02:35:51 AM
Yeah it has worked thanks for the replies