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
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;