When i run load runner script of Siebel application we are getting Siebel_row_id error.please let me know how to solve this issues.

Showing Answers 1 - 3 of 3 Answers

Arshankhan

  • May 15th, 2006
 

Hi

Scan action correlation can resolve you problem .

Each Time you run the application the server will create new session id

  Was this answer useful?  Yes

ramesh viswanathan

  • 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

Srikanth

  • 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 with rowid(row id value with some other values) and use  lr_save_searched_string function to capture only dynamic value of row id.

Then execute the script it won't display any correlation errors.

Thanks,
Srikanth

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions