Hi again,

I added more debug and see this error in the logs.

2005/09/14 12:00:21 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: ${_CSVRead(C:/Program Files/jakarta-jmeter-20050807/bin/mm7VaspOrig.dat,0)} 2005/09/14 12:00:21 DEBUG - jmeter.testelement.property.AbstractProperty: Not running version, return raw function string 2005/09/14 12:00:21 DEBUG - jmeter.engine.util.ValueReplacer: Replacement result: ${_CSVRead(C:/Program Files/jakarta-jmeter-20050807/bin/mm7VaspOrig.dat,0)} 2005/09/14 12:00:21 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: ${_CSVRead(C:\Program Files\jakarta-jmeter-20050807\bin\mm7VaspOrig.dat,1)} 2005/09/14 12:00:21 DEBUG - jmeter.testelement.property.AbstractProperty: Not running version, return raw function string

Any thoughts?

Cheers,
Bronagh

Michael Stover wrote:

You're using relative paths - the base directory will be the directory
in which JMeter was started.  Sometimes, if you start JMeter by double-
clicking, that directory is your home directory and not JMeter's /bin
directory.

Also, look in jmeter's log file (jmeter.log) to see if any errors were
reported.

-Mike

On Tue, 2005-09-13 at 15:20 +0100, Bronagh McElduff wrote:
Hi ...
I am using the _CSVRead function as follows:
In the user parameters I define the variables :
unamepwd =  ${_CSVRead(../../Data/mm7VaspOrig.dat,0)}
next =  ${_CSVRead(../../Data/mm7VaspOrig.dat,next())}

(NB: The path of the mm7VaspOrig.dat is relative to the location of the .jmx file which uses it.)

and in the payload I do:
<VASPID>${unamepwd}</VASPID>

However, it is clear from an ethereal snoop showing what the inbound request sent from JMeter that this has not functioned as expected.:


<VASPID>${/home/jakarta-jmeter-20050807/E2E/Data/mm7VaspOrig.dat,0)}</VASPID>
              <VASID>VasId123</VASID>
              <SenderAddress>
          <Number>${../../Data/mm7VaspOrig.dat,1)}</Number>

Any help would be much appreciated

Cheers,
Bronagh

---------------------------------------------------------------------
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]

Reply via email to