Re: Correctly using sql query call

2008-07-17 Thread Andrey Beznogov
Hi, this is how it works. JMeter has a map (i.e. a list of key/value pairs) of variables, a separate one for every thread/loop. When you run the RegExp Extractor, you are basically adding more key/value pairs to that map. If, for example, you set the RegExp Extractor options like Reference

Re: Correctly using sql query call

2008-07-17 Thread Jose Castro
It will be nice if jmeter has an output that shows the whole key/value pairs. That way I could see what variables I have to work. Now you got me confuse in something else. If I want to loop through each line of a text file OR loop through each row of data of a database. Is the for loop

SQL call returns header as the first line

2008-07-17 Thread Jose Castro
I am using a sql call to drive my test plan. It works, except that the sql call returns the column name as part of the returned data(in the first row). So My first test will fail(because it contains the column name instead of the data). Is there any way to fix it? I dont see any benefits in

RE: JMS in combination with authentication

2008-07-17 Thread Fitzpatrick, Adrian
Hi, We have used the JMS sampler with authentication with WebLogic and it (nearly) works - I think what we have done should be applicable for you as well. The nearly is because we have had to open a support case with BEA on an issue we are having with JMS authorisation (i.e. after

Re: Correctly using sql query call

2008-07-17 Thread sebb
On 17/07/2008, Jose Castro [EMAIL PROTECTED] wrote: It will be nice if jmeter has an output that shows the whole key/value pairs. That way I could see what variables I have to work. The Debug Sampler shows these:

Re: Error - csNoServiceDefined,Content-Transfer-Encoding: 8bit

2008-07-17 Thread sebb
On 17/07/2008, Anand79 [EMAIL PROTECTED] wrote: Hi All, When I run a HTTP Request sampler of a POST method I get the following error message: }!csNoServiceDefined,Content-Transfer-Encoding: 8bitbrbrCHECKIN_NEW!syExceptionType,java.lang.Throwable java.lang.Throwable at

Re: SQL call returns header as the first line

2008-07-17 Thread sebb
On 17/07/2008, Jose Castro [EMAIL PROTECTED] wrote: I am using a sql call to drive my test plan. It works, except that the sql call returns the column name as part of the returned data(in the first row). So My first test will fail(because it contains the column name instead of the data).

JMeter tests stop abruptly

2008-07-17 Thread msmolyak
I am running stress tests against a EJB3 application deployed on Oracle Application Server 10.1.3. In the development environment (small company network) the JMeter tests run fine. When I try running the same tests in the target environment (large corporate network) the tests runs for a certain

Re: JMeter tests stops abruptly

2008-07-17 Thread sebb
On 18/07/2008, msmolyak [EMAIL PROTECTED] wrote: I am running stress tests against a EJB3 application deployed on Oracle Application Server 10.1.3. In the development environment (small company network) the JMeter tests run fine. When I try running the same tests in the target environment