Hi All,
I executed load test for 1 hr. Till 55 mins there was no errors in the script. After 55 mins 1 transaction is failing at final iterations 13,14. The transaction is click the PDF and download. It is working fine till 12 iterations but its failing on final iterations.
Error : No match found for the requested parameter "Pdf_Id". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 999999 bytes, use web_set_max_html_param_len to increase the parameter size
There was no issues in script and even i inserted the function : web_set_max_html_param_len("999999"); in the script. Still I m getting same erroras above.
Any suggestions to find the root cause of the issue.