Arshankhan
Answered On : May 15th, 2006
Hi
Scan action correlation can resolve you problem .
Each Time you run the application the server will create new session id
Login to rate this answer.
ramesh viswanathan
Answered On : Aug 30th, 2006
very frequently we all face problems with row-id.
1. double click on the error message in the vuserlog. this would take you to the location in the script that is showing error.
2. once found out find the row-id value, now take the value that was captured during recording.
3. Go to the recording log and search for the first occurrence of this value.
4. just move up in this log to see which which web_url or web_submit_data has caused this value to be generated, just place web_reg_save_param with proper boundaries as seen in the first occurence of the row-id and use it wherever it is captured in the script.
Thanks and Rgds
Ramesh Viswanathan

1 User has rated as useful.
Login to rate this answer.
Srikanth
Answered On : Jul 13th, 2007
Hi,
The problem happened when the row id it has dynamic right and Left Boundaries.
First use the web_reg_save_param to capture the whole value withrowid(row id value with some other values)and use lr_save_searched_string function to captureonly dynamic value of row id.
Then execute the script it won't display any correlation errors.
Thanks,
Srikanth
Login to rate this answer.