I will answer with a question, is the CSV file also sent to the remote server? I believe is has to be physically accessible by the remote server, copy the file to the remote server and use relative paths.
Sipathamandla Shoko Software Developer Dariel Solutions - http://www.dariel.co.za ____________________________________________________________________________________________ 2008/11/6 Rigazzi Beat (IT-BA-PT) <[EMAIL PROTECTED]> > Hi everybody, > > I have the following problem / error with JMeter 2.3.2. > > Any suggestions? > > Many greets > > Beat. > > ------------------- > When a test with a CSV data set is run remotely (by one or more remote > instances of JMeter), $-variables are not replaced. > > Example: > - Test Setup: > Test plan uses a csv data set with parameters paramA,paramB (limiter is > comma ','). > The only JavaRequest uses input parameters paramA as ${paramA} and paramB > as ${paramB}. > - Test plan execution works fine when run on the local machine from JMeter > gui. > - Test plan runs with incorrect parameters when run remotely. > Parameters are not replaced: parameter values are "${paramA}" and > "{$paramB}" (instead of actual csv values). > ------------------- > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >

