Hi..
I have a load test I am running where the correlation parameter, p_sessionkey1, works find when running manually and for up to 15 concurrent users, but when I attempt to run it with more it errors occasionally during a load test. I get the standard correlation error – “Error -35061: No match found for the requested parameter "p_SessionKey1". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 16262 bytes, use web_set_max_html_param_len to increase the parameter size.” It obviously works since I can run it manually, but when overloaded it breaks on occasion. Any ideas would be greatly appreciated…
Thanks,
NS
Use web_reg_find() to make certain that you are receiving valid pages back. It could be that you are receiving and invalid page and as a result it has no p_sessionkey to correlate with
--
You received this message because you are subscribed to the Google "LoadRunner" group.
To post to this group, send email to LR-Loa...@googlegroups.com
To unsubscribe from this group, send email to
LR-LoadRunne...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/LR-LoadRunner?hl=en
--