RE: Problems authenticating using "@" as sid

2014-03-24 Thread Jeff Ohrstrom
Yea it is being URL encoded. Does the server expect that? Try it in the 'POST Body' text field instead of the default way (I forget what to call it). that way it can be the static "sid=@01294064&pin=082396" and not formatted differently. Or there's a checkbox there to url encode and inlude =.

RE: User Parameters Pre Processor

2014-03-24 Thread Shmuel Krakower
Thank you both. I didn't notice this difference. It make sense now. www.beatsoo.org - free application performance monitoring from world wide locations. On Mar 24, 2014 4:30 PM, "Robin D. Wilson" wrote: > I think it is because a 'config element' is processed once when the test > plan is loaded,

RE: User Parameters Pre Processor

2014-03-24 Thread Robin D. Wilson
I think it is because a 'config element' is processed once when the test plan is loaded, but a 'pre-processor' is processed before each sample is run. There is a similar 'config element' called "User Defined Variables" that are processed at load-time for the test case. But bear in mind, if you u

Re: Problems authenticating using "@" as sid

2014-03-24 Thread Cesar Sosa
I am passing the variables as shown below in a post POST submit form. [image: Inline image 1] Jmeter is sending this in the request form and I am not getting any errors in the jmeter.log. *Sampler resul*t. Thread Name: Thread Group 1-1 Sample Start: 2014-03-24 09:37:52 EDT Load time: 19 Laten

Re: User Parameters Pre Processor

2014-03-24 Thread sebb
On 24 March 2014 08:03, Shmuel Krakower wrote: > Hi, > I was wondering why the User Parameters is a pre-processor rather than a > Config Element? > I just spent few minutes looking for it in the wrong place... ;) Partly "because it is". Partly because Pre-Processors are processed before every sa

Re: I can not get the parameter in my jmx script

2014-03-24 Thread ZK
where.the name of your csv file? I dont see a file extension (csv, txt, etc) such as: /home/MSDOMAIN1/dtian/Data/stock.csv ZK -- View this message in context: http://jmeter.512774.n5.nabble.com/I-can-not-get-the-parameter-in-my-jmx-script-tp5719674p5719675.html Sent from the JMeter - User ma

User Parameters Pre Processor

2014-03-24 Thread Shmuel Krakower
Hi, I was wondering why the User Parameters is a pre-processor rather than a Config Element? I just spent few minutes looking for it in the wrong place... ;) Best, Shmuel Krakower. www.Beatsoo.org - re-use your jmeter scripts for application performance monitoring from worldwide locations for fre

JDBC sampler and sql "select ... as ..."

2014-03-24 Thread Nicola Ambrosetti Brolin
I'm having some trouble with the JDBC sampler: when issuing a sql select query of the form select field1, field2 as alias2 from mytable; the resulting response has the fields named (field1, field2) instead of the expected (field1, alias2). I'm using mysql and I've checked the queries directly via