COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: vinay748 on 02 Jan 2010 06:37:33 AM

Title: While we export the report output frm the cognos viwer in the Excel facing ERROR
Post by: vinay748 on 02 Jan 2010 06:37:33 AM
While we export the report output from the cognos viewer (HTML)in the Excel 2002 , we are encountering the below error message.
This issue is occuering intermitently.
PS: We have created a button throught HTML to exprt the report output into Excel 2002.

RSV-SRV-0042 Trace back: RSReportService.cpp(629): RSException: CCL_CAUGHT: RSReportService::process()

RSReportServiceMethod.cpp(177): RSException: CCL_RETHROW:RSReport ServiceMethod::process()

promptPagingForward_Request RSASynchExecutionThread.cpp

(562):RSNoFormatExceptiption:RSASynchExecutionThread::checkException RSASynchExecutionThread.cpp

(192):RSNoFormatException:CCL_CAUGHT:RSASynchExecutionThread::run():promptPagingForward_Request 

RSASynchExecutionThread.cpp(612): RSNoFormatException: CCL_RETHROW:RSASyncExecutionThread::processCommand()

promptPagingForward_Request RSReportFunctions.cpp(458):RSNoFormatException:CCL_TROW::ReportOutput



It would be great thankfull if anyone help me on this. :)


Regards
Vinay.
Title: Re: While we export the report output frm the cognos viwer in the Excel facing ERROR
Post by: vinay748 on 03 Jan 2010 11:04:08 PM
in my report we have a Prompt on chart and list based on the Prompt value will load the data into Excel sheet.
in this report if the prompt value is chart, when we load the data into Excel sheet the chart data will export into Excel sheet and if prompt is list then it will load only list.for the prompt values(chart and list) i defined in static variables.

i am unable to find the exact reason for this ERROR.

could anybody please help me on this....

Thanks in advance.....
Vinay
Title: Re: While we export the report output frm the cognos viwer in the Excel facing ERROR
Post by: MFGF on 04 Jan 2010 08:18:05 AM
Not come across this before, but the error message looks like the server is getting confused when trying to launch the report after the prompt has been fulfilled.

My guess would be unsupported syntax in your HTML button...

MF.