Hi ! I've found my mistake: the separator in the csv file should be a comma !!
Franck > Message du 19/12/05 à 09h51 > De : [EMAIL PROTECTED] > A : "JMeter Users List" <[email protected]>, [EMAIL PROTECTED], > [email protected] > Copie à : > Objet : Re: CSVRead > > Hi ! > > In fact my problem is: the separator in the csv file is not read: the first > and the second column are in the ACCOUNT variable > > Thanks > > Franck > > Message du 19/12/05 à 09h44 > > De : [EMAIL PROTECTED] > > A : [email protected] > > Copie à : > > Objet : CSVRead > > > > Hello! > > > > I can't use CSVRead function: > > > > Here is my config > > > > User paramaters: > > ACCOUNID ${_CSVRead(c:\jmeter\scripts\account.csv,0)} > > PASSWORD ${_CSVRead(c:\jmeter\scripts\account.csv,1)} > > > > > > In the HTTP Request: > > text_address: ${ACCOUNTID} > > password: ${PASSWORD} > > > > There ids no error in the log file > > > > 2005/12/19 09:36:44 INFO - jmeter.engine.StandardJMeterEngine: Running the > > test! > > 2005/12/19 09:36:44 INFO - jmeter.gui.util.JMeterMenuBar: > > setRunning(true,local) > > 2005/12/19 09:36:44 INFO - jmeter.engine.StandardJMeterEngine: Starting 1 > > threads for group Thread Group. Ramp up = 1. > > 2005/12/19 09:36:44 INFO - jmeter.engine.StandardJMeterEngine: Continue on > > error > > 2005/12/19 09:36:44 INFO - jmeter.threads.JMeterThread: Thread Thread > > Group 1-1 started > > 2005/12/19 09:36:45 INFO - jmeter.threads.JMeterThread: Thread Thread > > Group 1-1 is done > > 2005/12/19 09:36:45 INFO - jmeter.engine.StandardJMeterEngine: Ending > > thread 0 > > 2005/12/19 09:36:45 INFO - jmeter.engine.StandardJMeterEngine: Stopping > > test > > 2005/12/19 09:36:45 INFO - jmeter.engine.StandardJMeterEngine: Notifying > > test listeners of end of test > > 2005/12/19 09:36:45 INFO - jmeter.gui.util.JMeterMenuBar: > > setRunning(false,local) > > 2005/12/19 09:36:45 INFO - jmeter.engine.StandardJMeterEngine: Test has > > ended > > > > > > Can anybody help me ? > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

