Hi Sebastian, Thank you very much for your reply. I made a dummy request parameter as the first parameter that just retrieves the nextId for each thread. It works.
Regards, Sheng -----Original Message----- From: BAZLEY, [mailto:[EMAIL PROTECTED] Sent: June 16, 2004 10:41 AM To: 'JMeter Users List' Subject: RE: Can CSVRead read a different line of userId/password for each thr ead? Did you remember to retrieve the "next()" column? S. -----Original Message----- From: Sheng Huang [mailto:[EMAIL PROTECTED] Sent: 16 June 2004 16:19 To: 'JMeter Users List' Subject: Can CSVRead read a different line of userId/password for each thr ead? I'm trying to use CSVRead to read userId/password from a csv file in the format of "userId, password" on each line. However, all threads will only read the first line. If there a way that I can ask JMeter to read a userId/password combination for each thread? I tried StringFromFile also, it does read a different line for each thread. However, I can't specify two parameters per line. Maybe I need to put userId into one file and password in another file so that each thread will get the two parameters from these two files. However, I am afraid threads may not synchronize well, thus threads read others' passwords. Any suggestion is appreciated. Thank you very much. Regards, Sheng --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ___________________________________________________________________________ This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Atos Origin group liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted. ___________________________________________________________________________ --------------------------------------------------------------------- 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]

