What technologies are you using on your webserver?  Some use hidden fields on
their forms containing a token which can only be used once (to ensure forms
aren't reprocessed if you click the refresh/back button on your browser). 
See if you've recorded any strange parameters that are being sent with your
HTTP requests thus making them get ignored by the server.  If that's the
case, you'll have to extract them from the previous HTTP response and then
send them with the HTTP request.

Drew


M.Vijaya Bhaskar wrote:
> 
> Hi All,
> 
> I Recorded my Application with BadBoy (why because my appliction contain
> HTTPS Requets) then i exported the script in to jmeter.I executed the
> script
> in jmeter it is executing with out errors but the data is not inserting in
> the DB.
> 
> can any one tell me what is the problam.
> 
> 
> Thanks & Regards
> M.Vijaya Bhaskar
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Data-is-not-inserting-in-the-DB-using-JMeter-tp23175732p23207335.html
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to