Re: CSV Data Set Config - FileNotFoundException(Access is denied)

2011-02-20 Thread Anil
Hey Jing, First of all thanks for the response. I run Jmeter with C:\jakarta-jmeter-2.4\bin\jmeter.bat and I do run my JBoss server along with it. I have added CSV Data Set Config element in my test. In Filename box, I have tried putting all possible combination like... I have put .csv file in

Re: CSV Data Set Config - FileNotFoundException(Access is denied)

2011-02-20 Thread Deepak Shetty
hi which OS are you running? If vista or equivalent , try running as administrator(by right clicking the file and choosing run as administrator , not just logged in as administrator) , or keep all files (including JMeter installation ) under your users directory regards deepak On Sun, Feb 20,

Re: CSV Data Set Config - FileNotFoundException(Access is denied)

2011-02-16 Thread Jing Ning
. - Original Message - From: Anil anilgup...@yahoo.com To: jmeter-user@jakarta.apache.org Sent: Wednesday, February 16, 2011 1:02 AM Subject: Re: CSV Data Set Config - FileNotFoundException(Access is denied) I am running JMeter with my local app which is running on same machine i.e. localhost. I

Re: CSV Data Set Config - FileNotFoundException(Access is denied)

2011-02-15 Thread Anil
I am running JMeter with my local app which is running on same machine i.e. localhost. I want to run my JMeter script for multiple users. Since my application does not support one user to login multiple times. So I want to provide different login details for each thread. I thought of using CSV

Re: CSV data set config problem

2011-01-26 Thread Rajiv Nanduani
Hi, Please describe your problem in details.What exactly you want? If you do not want to encode this just unchecked the the encoding option Or If you do the encoding then Checked the encoding option. Encoding option will display in send parameter request table in HTTP request sampler. On Wed,

Re: CSV data set config problem

2011-01-26 Thread zhouyuan
rajivkumarnandvani wrote: Hi, Please describe your problem in details.What exactly you want? If you do not want to encode this just unchecked the the encoding option Or If you do the encoding then Checked the encoding option. Encoding option will display in send parameter request

Re: CSV Data Set Config doesn't work with jdbc request

2010-03-08 Thread Maya Hague
Thanks, I was able to achieve the same thing with 'userparameters'. From: sebb seb...@gmail.com To: JMeter Users List jmeter-user@jakarta.apache.org Sent: Sat, February 27, 2010 5:17:19 AM Subject: Re: CSV Data Set Config doesn't work with jdbc request On 27

Re: CSV Data Set Config doesn't work with jdbc request

2010-02-27 Thread sebb
On 27/02/2010, Maya Hague mhague94...@yahoo.com wrote: Hi, My test plan is as follows Test Plan thread Jdbc Connection Config jdbc request view results tree CSV Data Set Config My query is an update prepared statement calling a stored procedure which

Re: CSV Data Set Config Question

2009-10-14 Thread Jatin Davey
Got this working for all my 50 concurrent threads with the help of CSV Data Config Element. Thanks Sebb , Deepak and Nikolay for providing all the help and clues in arriving at a solution for it. Thanks Jatin Jatin Davey wrote: Thanks Deepak. I tried this by looking into one of the examples

Re: CSV Data Set Config Question

2009-10-14 Thread arubin41
Deepak - thanks for the info. Very helpful. QUick follow up question. In the CSV Data Set Config space, when I fill out the Variable Names (comma-delimited) field do I list the usernames established in the txt file like so username1, username2, username3, username4, username5? Or am I

Re: CSV Data Set Config Question

2009-10-14 Thread Deepak Shetty
Hi The variable names are those corresponding to what a column represents in the CSV . There should be as many variable names as there are columns. so if your CSV is something like username1, firstname1, email1 username2, firstname2, email2 Then in the CSV data set config the variable names

Re: CSV Data Set Config Question

2009-10-13 Thread Deepak Shetty
hi Each row should correspond to the data per user so in your case user1,pass1,otherdata user2,pass2,otherdata user3,pass3,otherdata user4,pass4,otherdata The variable names are defined in the CSV data set config in most cases you should be able to put the CSV data set config as a child of the

Re: CSV Data Set Config Question

2009-10-13 Thread Jatin Davey
On similar lines i too have a requirement as below: 1. Each thread logs into my server with different username and password 2. Within thread group there are samplers that require to take some value from the file for the user logged into my server using the step 1 So do i need to have to

Re: CSV Data Set Config Question

2009-10-13 Thread Deepak Shetty
hi if the data is tied to the user (e.g. the user's email address) then it must be the same CSV data set config (each column representing a data item). If the data is independent (e.g. the string the user enters into a search box) then you could have it as separate or different CSV data config

Re: CSV Data Set Config Question

2009-10-13 Thread Jatin Davey
Ok , i have defined a csv file where i have mentioned the user name and passwords. Also as mentioned earlier by you to split them into variables using the CSV data config element. This also is done. As per my understanding now i would be having the user name and password into 2 variables that

Re: CSV Data Set Config Question

2009-10-13 Thread Deepak Shetty
Hi In your HttpSample under 'Send Parameters with request' under name enter the name of the field your application uses , under value enter ${a} where a is the name you've specfied in the CSV data set config so for e.g. if the application uses j_username and j_password as the fields and your CSV

Re: CSV Data Set Config Question

2009-10-13 Thread Jatin Davey
Thanks Deepak. I tried this by looking into one of the examples that comes with JMeter bundle. Thanks for the help. I am good to go by having multiple users logging into my server. Need to tweak some more variables to make it work the way it is done using a browser with multiple sessions. I

Re: csv Data Set Config

2008-10-16 Thread akshata s.m.
] wrote: From: Anthony Chadszinow [EMAIL PROTECTED] Subject: Re: csv Data Set Config To: JMeter Users List jmeter-user@jakarta.apache.org Date: Wednesday, October 15, 2008, 4:38 PM Here's a link to the true rules of the CSV format http://www.creativyst.com/Doc/Articles/CSV/CSV01.htm The format you

RE: csv Data Set Config

2008-10-16 Thread Melvin Laguren
I'm actually having a similar problem as well. The only difference is that my test is reading $(COMPANY) and not $(USER) and $(PASSWORD). -Original Message- From: akshata s.m. [mailto:[EMAIL PROTECTED] Sent: Thu 10/16/2008 11:27 AM To: JMeter Users List Subject: Re: csv Data Set Config

Re: csv Data Set Config

2008-10-16 Thread Anthony Chadszinow
). -Original Message- From: akshata s.m. [mailto:[EMAIL PROTECTED] Sent: Thu 10/16/2008 11:27 AM To: JMeter Users List Subject: Re: csv Data Set Config Hi.. I would like to test this application sequentially. I mean.. one user at a time.. This would help me to verify certain negative

RE: csv Data Set Config

2008-10-16 Thread Nair, Pramod
by tweaking the data file. It works for me.. Thanks Pramod -Original Message- From: Anthony Chadszinow [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2008 4:18 AM To: JMeter Users List Subject: Re: csv Data Set Config Ok Akshata and Melvin, I can help up until a point

Re: csv Data Set Config

2008-10-15 Thread Anthony Chadszinow
Here's a link to the true rules of the CSV format http://www.creativyst.com/Doc/Articles/CSV/CSV01.htm The format you specify sounds fine. I think you can do the test actions you mention in two ways. First is a loop within a single test plan so one thread of jmeter does all the logging in

RE: csv Data Set Config

2008-10-15 Thread Steve Kapinos
The format is simple... each thread will read one line from the file. If you set your delimiter to be a comma, your example is fine. The EOF behavior is what you want it to be.. do you want it to start back at the beginning when it reaches the end of the file, or stop the thread if it reached

Re: CSV Data set config - getting data from file via ftp

2008-10-10 Thread sebb
On 10/10/2008, shigella Gazeta.pl [EMAIL PROTECTED] wrote: Hello, We would like to use CSV file with variables from ftp server. Are you trying to use the CSV file to provide the login details? We tried to find adequate options to enter password, but it won't work (the only effect was

Re: CSV Data Set config sharing mode issue

2008-08-13 Thread sebb
On 14/08/2008, James Hill [EMAIL PROTECTED] wrote: Hi all. Not sure if anyone has noticed this or not, but something has shown up in our testing recently with the CSV Data Set config element. When we set the sharing mode to current thread and kick off a run with two threads, the sampler

Re: CSV Data Set config sharing mode issue

2008-08-13 Thread James Hill
Well that'll teach me to post before having enough coffee in the morning. Apologies, thought it was for the sampler, rather than for the thread. Of course it's using it twice each time because there are two threads. On Thu, Aug 14, 2008 at 11:21 AM, sebb [EMAIL PROTECTED] wrote: On 14/08/2008,

Re: CSV Data Set Config

2007-09-26 Thread Arumugam Vallimuthu
Hi, Instead of using like this Variables Names-'USER,PASS' you can try with this: Variable Names - USER,PASS Make sure you have save the CSV file in the same location where you have stored the test plan Regards Aru ramaj wrote: hello, Currently i am using JMETER for Stress Testing for

Re: CSV Data Set Config

2007-09-26 Thread Arumugam Vallimuthu
Hi, Instead of using like this Variables Names-'USER,PASS' you can try with this: Variable Names - USER,PASS and Send the request like this (use the *{* instead of *)*) j_username ${USER} j_password ${PASS}

Re: CSV Data Set Config

2007-09-26 Thread ramaj
hello, My CSV file is in same location where my test plan saved. No result after changing ..USER,PASS Doesnot retrive values from CSV file(users.txt) regards ramj Arumugam Vallimuthu wrote: Hi, Instead of using like this Variables Names-'USER,PASS' you can try with

Re: CSV Data Set Config

2007-09-26 Thread ramaj
hi It's working.. by using { instread of ( thnx regards, ramj Arumugam Vallimuthu wrote: Hi, Instead of using like this Variables Names-'USER,PASS' you can try with this: Variable Names - USER,PASS and Send the request like this (use the *{* instead of *)*)

Re: csv data set config

2007-08-09 Thread sebb
Each thread reads the next line from the file. On 09/08/07, tiffany [EMAIL PROTECTED] wrote: Hi, How's the csv data set config works with the file? For example, if I set the thread=2 and then the loop = 3, how is the csv data set config reads the file? File A,B,C D,E,F G,H,I

Re: CSV Data set config problems

2007-03-27 Thread sebb
http sampler View results Tree no controllers. -Original Message- From: Christensen, Alan [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 27, 2007 12:24 PM To: JMeter Users List Subject: RE: CSV Data set config problems I am assuming that the difference between the variable

RE: CSV Data set config problems

2007-03-27 Thread Josh Feldman
I am using the csv data set in the sampler not in the request default. The sampler is not picking up the variable. Josh -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 27, 2007 1:08 PM To: JMeter Users List Subject: Re: CSV Data set config problems CSV

RE: CSV Data set config problems

2007-03-27 Thread Josh Feldman
To: JMeter Users List Subject: RE: CSV Data set config problems I am assuming that the difference between the variable names (terms) and the $(term) is a typo. If not, then you need to fix this. Is the csv configuration element within the loop containing the reference? -Original Message

Re: CSV Data set config problems

2007-03-27 Thread sebb
- From: sebb [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 27, 2007 1:08 PM To: JMeter Users List Subject: Re: CSV Data set config problems CSV DataSet does not read from the file until after Config elements such as the HTTP Request default test element, so the variable is not available until too

Re: CSV data set config inquiry

2006-04-24 Thread sebb
On 24/04/06, tere ventura [EMAIL PROTECTED] wrote: Hi all, I use CSV data set config in my tesr. I made a sample run wherein, -I created a csv file containing one record. -added the filename with the correct path. -and placed in a variable named departure -I did

Re: CSV Data Set Config

2006-02-07 Thread sebb
Are you sure the variables are being set up correctly? Have you tried ${host} in another sampler? If it works elsewhere, but not in JDBC Config, then this may be a bug, so please create a Bugzilla issue if so. On 06/02/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I want to use the CSV

RE: CSV data set config

2005-11-30 Thread Bryn Evans
The variables names are used to refer to the data fields being read from each record in the CSV file. Therefore if you have 3 fields in the CSV file, you need 3 variable names in the Variable Names (comma delimited) field of the CSV Data Set Config element. As it says, the variable names must

RE: CSV data set config

2005-11-30 Thread Chetana Anand
to be used and how. Thanks in advance, Chetana -Original Message- From: Bryn Evans [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 30, 2005 4:06 PM To: JMeter Users List Subject: RE: CSV data set config The variables names are used to refer to the data fields being read from each

RE: CSV data set config

2005-11-30 Thread Bryn Evans
pre-processor has to be used and how. Thanks in advance, Chetana -Original Message- From: Bryn Evans [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 30, 2005 4:06 PM To: JMeter Users List Subject: RE: CSV data set config The variables names are used to refer to the data fields being

RE: CSV data set config

2005-11-30 Thread Chetana Anand
: RE: CSV data set config I tried what was mentioned. It doesn't work. I jus have a CSV file with values for username and password. So my variables will be username,password right? The default delimiter will be ','. I am using a Bean Shell sampler to print them. My doubt is whether user defined

RE: CSV data set config

2005-11-30 Thread Bryn Evans
Are you using normal brackets() or curly {}. You need the curly ones I think. -Original Message- From: Chetana Anand [mailto:[EMAIL PROTECTED] Sent: 30 November 2005 11:21 To: JMeter Users List Subject: RE: CSV data set config The contents of the file cannot be read(so can't

RE: CSV data set config

2005-11-30 Thread Chetana Anand
Yup..used the curly braces.. -Original Message- From: Bryn Evans [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 30, 2005 4:58 PM To: JMeter Users List Subject: RE: CSV data set config Are you using normal brackets() or curly {}. You need the curly ones I think. -Original

Re: CSV data set config

2005-11-30 Thread sebb
Check jmeter.log On 30/11/05, Chetana Anand [EMAIL PROTECTED] wrote: Yup..used the curly braces.. -Original Message- From: Bryn Evans [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 30, 2005 4:58 PM To: JMeter Users List Subject: RE: CSV data set config Are you using normal

RE: CSV data set config

2005-11-30 Thread Chetana Anand
the Delimiter is there any problem as such. I am totally lost Thanks in advance, Regards, Chetana -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 30, 2005 5:04 PM To: JMeter Users List Subject: Re: CSV data set config Check jmeter.log On 30

RE: CSV data set config

2005-11-30 Thread Bryn Evans
\LineTestRequest.csv -Original Message- From: Chetana Anand [mailto:[EMAIL PROTECTED] Sent: 30 November 2005 13:37 To: JMeter Users List Subject: RE: CSV data set config Yeah on checking the JMeter log, it says FAILED TO READ THE FILE ... Is there a problem in the file path being given? Ex: D

Re: CSV data set config

2005-11-30 Thread sebb
- From: Chetana Anand [mailto:[EMAIL PROTECTED] Sent: 30 November 2005 13:37 To: JMeter Users List Subject: RE: CSV data set config Yeah on checking the JMeter log, it says FAILED TO READ THE FILE ... Is there a problem in the file path being given? Ex: D:\Test_Scripts\input.csv

RE: CSV data set config

2005-11-30 Thread Chetana Anand
Yes With the relative path name its working fine now. Thanks a lot. Regards, Chetana -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 30, 2005 7:54 PM To: JMeter Users List Subject: Re: CSV data set config JMeter 2.1.1 only supports

RE: CSV Data Set Config

2005-08-17 Thread Michael Stover
The component expects the file to be found relative to the directory where the .jmx is stored. Skipping over empty columns sounds like a bug, I'll look at it today. -Mike On Wed, 2005-08-17 at 10:53 +0200, Sander Stevens wrote: I encoutered the following: The csv file should be in the

RE: CSV Data Set Config

2005-08-17 Thread Sander Stevens
-Original Message- From: Michael Stover [mailto:[EMAIL PROTECTED] Sent: woensdag 17 augustus 2005 13:50 To: jmeter-user@jakarta.apache.org Subject: RE: CSV Data Set Config The component expects the file to be found relative to the directory where the .jmx is stored. Skipping over empty

RE: CSV Data Set Config

2005-08-17 Thread Michael Stover
. -Sander -Original Message- From: Michael Stover [mailto:[EMAIL PROTECTED] Sent: woensdag 17 augustus 2005 13:50 To: jmeter-user@jakarta.apache.org Subject: RE: CSV Data Set Config The component expects the file to be found relative to the directory where the .jmx is stored

RE: CSV Data Set Config

2005-08-17 Thread Sander Stevens
:[EMAIL PROTECTED] Sent: woensdag 17 augustus 2005 14:54 To: jmeter-user@jakarta.apache.org Subject: RE: CSV Data Set Config I'm not opposed to this - I can probably make the file server look for an absolute path if the relative is not found. But, the point of the relative paths is that the days