loadrunner Hi , Service unavailable message displayed in...

  • Thread starter Ramprasath Ganapathy
  • Start date
  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

R

Ramprasath Ganapathy

Guest
Hi , Service unavailable message displayed in one hit while replaying recorded script in LR--- What is the solution ..??? I have added all headers and no dynamic values are found in that hit. Ideas would be appreciated
 
Verify your request sent..all parameters forming the request should be acceptable within the server...specifically session parameters...parameters here refers to values forming the request
 
Try capturing the traffic using fiddler and check the request sent from vugen with the request captured in the fiddler. You might find any difference in the elements that are being passed in the request.
 
So, you have this for one request ("...one hit...") ? What is distinct about this one request? A different host? A different file type? How can you be certain that this is not happening in production and is simply being masked by a style sheet covering the error up?
 
Odds are you will need to build the content of the JSON request dynamically. Record the same application several times and look at how the JSON request changes across requests and users.
 
Verify headers as well. Very much possible that you need to add few headers to capture or throw request correctly for a json request.
 
Ramprasath Ganapathy- pls go through the application manually by using http watch or fiddler as suggested by Josna Sesetty and check that specific service is hitting whether actual environment or any other environment.