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:
Update -- I have been playing with this all day. This issue in a conditional block in the footer and the total cells.
However it is still not working correctly.. works in some date ranges but not in others.
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.