IBM RPE: Timeframe Waiting to generate a report in CLM [URGENT]
Hi ,
I create a report template in RPE with some script Javascript
and I've a module with 3000 requirements
When i generate the report with the script inside template,
The waiting timeframe is very long
But when i deleted the part of script, the report is generated with timeframe considerable
Do you have a way to optimise this?
Let me know if you need of my template
I create a report template in RPE with some script Javascript
and I've a module with 3000 requirements
When i generate the report with the script inside template,
The waiting timeframe is very long
But when i deleted the part of script, the report is generated with timeframe considerable
Do you have a way to optimise this?
Let me know if you need of my template
3 answers
If you have 3000 requirements, it will take time especially if you have JavaScript. Could you qualify "a very long"? Is it 20 mins or longer?
When you generate report without part of the script, do you still get report with all 3000 requirements?
Yes, it would be helpful to get your template.
Hi Fariz
The script takes more than 1hour sometimes does not complete
Find below the Template simplified with One code Javascript
With this only code, the report takes long below the generation with 3000 requirement in a module
Link:https://www.dropbox.com/s/62r49dtt2xbkwnh/VVReport.dta?dl=0
The script takes more than 1hour sometimes does not complete
Find below the Template simplified with One code Javascript
With this only code, the report takes long below the generation with 3000 requirement in a module
Link:https://www.dropbox.com/s/62r49dtt2xbkwnh/VVReport.dta?dl=0
Comments
Looks like reconfiguring the data sources (_text and DNG Text) 3K times is causing the delay. When "report generated with considerable timeframe", can you confirm if the entire container with JavaScript element was deleted or only the JavaScript?
Hi Pilar,
it's only the javascript
Do think that there's a way to optimise the report generation timeframe?
Hi Guindo,
Which RPE version are you using?
Is the below JavaScript code you're talking about? If not, which element has the JS code?
_countrecords=_countrecords*1+1;
Which RPE version are you using?
Is the below JavaScript code you're talking about? If not, which element has the JS code?
_countrecords=_countrecords*1+1;
Comments
Hi Gowda,
My RPE version is RPE 2.1
Yes,the Javascript code is _countrecords=_countrecords*1+1;
The only simple code put long before generate a report for a module with inside 3000 requirements
Thanks Guindo. As we're looking into it, could you find the actual time taken for both the scenarios? You should be able to find it in RPE console view and also under %TEMP%\RPE\rpe.log.