• SPEForums need your contributions to build up a strong repository of performance engineering resources.

unable to find the...

You can't use the request itself to find the value. It should come from a previous server response. Check each step back from the POST, or simply CTRL-F from the beginning, and look for the earliest appearance of the value from your recording.
 
What Shane Evans said + don't forget to mark the "snapshot" checkbox in the search dialog.
 
Boris Kozo and Shane Evans, Thank you very much for the information. I am unable to find this ID in any of the responses before this request. This might be an ID that is being generated on the client side and sent to the server.
 
This is basically a flex application and this ID is generated and sent as part of a redirect URL.
 
This in most probability is your DSID....can you enable the Flex rules under Rule Engine and scan for correlations?
 
you modify any value in that dynamic value for every replay will it work
 
Per Santosh's suggestion above, if you cannot find a manual correlation solution then absolutely do not rely upon an automated one. When it fails then you will be completely unable to troubleshoot why the failure occurred.
 
We've often had to pull back and use the dll's under Flex to generate those client side id's. Sometimes that's the only way, unless you can completely reverse engineer and implement the javascript or system calls within the C script as functions.
 
I would rather have my fingernails pulled off and dipped in alcohol than do that...
 
Thanks everyone one for the information. I will map the custom jar files and proceed....
 
Back
Top