yes exactly , so the sharing mode should be current thread so that each thread will read its own file.
regards deepak On Wed, Sep 9, 2009 at 11:29 AM, Steve Eckhart <[email protected]>wrote: > No, I cannot share the file across all users. I need a different file for > each login. > > -----Original Message----- > From: Deepak Shetty [mailto:[email protected]] > Sent: Wednesday, September 09, 2009 12:04 PM > To: JMeter Users List > Subject: Re: Selecting a CSV Data File Based on a Variable > > Hi > if there is an error you should be able to see it without needing to turn > on > anything else in bin/jmeter.log (e.g. if you are using relative paths the > path is relative to the plan) > > http://jakarta.apache.org/jmeter/usermanual/get-started.html > -LDEBUG > > >I have Sharing Mode set to All threads. > Im not sure I understand what you are trying to do. You want to select a > CSV > file based on login right (and a login = a thread ?). If you share this CSV > file across all threads then the data applies to all logins right? (in > which > case you would only have a single csv file)? > > regards > deepak > > > On Wed, Sep 9, 2009 at 9:55 AM, Steve Eckhart <[email protected] > >wrote: > > > Deepak, > > > > Which log_level do I need turned on to see this? > > > > I have Sharing Mode set to All threads. > > > > Thanks, > > > > Steve > > > > -----Original Message----- > > From: Deepak Shetty [mailto:[email protected]] > > Sent: Wednesday, September 09, 2009 11:47 AM > > To: JMeter Users List > > Subject: Re: Selecting a CSV Data File Based on a Variable > > > > Did you check jmeter.log? > > What's the sharing mode?(it should be current thread for what you are > > trying > > to do i think) > > > > >Also, is there any way to search the Archive? > > Google :) > > > > On Wed, Sep 9, 2009 at 9:39 AM, Steve Eckhart < > [email protected] > > >wrote: > > > > > I have set up my test to have 10 logins. When I come to a particular > > search > > > function, I need to select a CSV file based on the login. > > > > > > I tried setting up a Pre-Processor User Parameter for the path to the > > file > > > with Name DataFile. Then, in the CSV Data Set Config element, I set the > > > Filename to ${DataFile}. The User Parameter is set up to Update Once > Per > > > Iteration. > > > > > > JMeter is correctly setting DataFile to the path to the data file. > > However, > > > JMeter is not reading the data file. In a Debug Sampler, none of the > > > variables defined in the CSV file show up in the Response data. > > > > > > Is there a way to accomplish this? > > > > > > Also, is there any way to search the Archive? > > > > > > Steve Eckhart > > > Business Analyst/Project Manager > > > WAUSAU Financial Systems > > > Omaha, NE 68154-5206 > > > > > > Enterprise Payment Solutions. > > > > > > CONFIDENTIALITY NOTICE: This electronic transmission (including files > > > attached hereto) is intended only for the use of the individual or > entity > > > named above. If the reader of this message is not the intended > > recipient, > > > you are hereby notified that any disclosure, dissemination, copying, > > > distribution or taking of any action in reliance on the contents of > this > > > confidential information is strictly prohibited. If you have received > > this > > > communication in error, please destroy it and immediately notify us by > > > return email. Thank you. > > > > > > > > > --------------------------------------------------------------------- > > > 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] > >

