Thanks for the hint with the server log. The problem was that JMeter changes the base dir when loading a test from the gui. This is not done when a test is run in remote mode. Now I use absolute paths and it works in gui and in remote mode
Beat. -----Ursprüngliche Nachricht----- Von: sebb [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 6. November 2008 03:07 An: JMeter Users List Betreff: Re: JMeter parameters for remote testing On 05/11/2008, Rigazzi Beat (IT-BA-PT) <[EMAIL PROTECTED]> wrote: > 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). > ------------------- Check the server logs. Ensure that the file used by CSV Dataset is present on the server nodes. > --------------------------------------------------------------------- > 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]

