COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: jaymoore1756 on 23 Jun 2015 08:55:15 AM

Title: CCL_ASSERT ERROR
Post by: jaymoore1756 on 23 Jun 2015 08:55:15 AM
I have a report that when I run during specific time periods (in PDF format) that I get a CCL_ASSERT ERROR. How can I determine from this message which field or fields needs adjusted so it will run properly. Thanks 

CCLAssertError:0:Fatal: CCL_ASSERT(minWidth <= contentWidth);RSV-SRV-0042 Trace back:RSReportService.cpp(815): CCLAssertError: CCL_CAUGHT: RSReportService::process()RSReportServiceMethod.cpp(265): CCLAssertError: CCL_RETHROW: RSReportServiceMethod::process(): asynchWait_RequestRSASyncExecutionThread.cpp(787): CCLAssertError: RSASyncExecutionThread::checkExceptionRSASyncExecutionThread.cpp(224): CCLAssertError: CCL_CAUGHT: RSASyncExecutionThread::run(): promptPagingForward_RequestRSASyncExecutionThread.cpp(837): CCLAssertError: CCL_RETHROW: RSASyncExecutionThread::processCommand(): promptPagingForward_RequestExecution/RSRenderExecution.cpp(606): CCLAssertError: CCL_RETHROW: RSRenderExecution::executeExecution/RSRenderExecution.cpp(1030): CCLAssertError: CCL_RETHROW: RSRenderExecution::processActiveDocumentsRSPdfFloatContext.cpp(234): CCLAssertError: CCL_THROW:
Title: Re: CCL_ASSERT ERROR
Post by: jaymoore1756 on 23 Jun 2015 01:51:12 PM
Update -- I have been playing with this all day. This issue in a conditional block in the footer and the total cells.
Title: Re: CCL_ASSERT ERROR
Post by: jaymoore1756 on 23 Jun 2015 01:52:16 PM
However it is still not working correctly.. works in some date ranges but not in others.
Title: Re: CCL_ASSERT ERROR
Post by: prikala on 23 Jun 2015 11:46:28 PM
Do you have blocks that have fixed width specified? If you have, you could try removing the width specification and see if that helps.
I think guessing is the only way to find what fields/blocks etc are causing the problem.