you're going to have to urlencode all special characters. this is a http spec requirement and not specific to jmeter.
peter On Thu, 19 Aug 2004 17:15:20 +0530, Dhiman, Gaurav <[EMAIL PROTECTED]> wrote: > > The request and response data from JMeter are as follows: > > Request Data > > Add object > eTACCFileName=/TestFile_1.txt,eTACCFileContainerName=Files,eTACCDirector > yName=dhiga01-w2k-v1,eTNamespaceName=Access Control,dc=dhiga01-w2k-v1 > > Response Data > > javax.naming.NamingException: [LDAP: error code 1 - :ETA_E_0019<RXX>, > Object '' read failed: No server plug-in found for operation ]; > remaining name > 'eTACCFileName=/TestFile_1.txt,eTACCFileContainerName=Files,eTACCDirecto > ryName=dhiga01-w2k-v1,eTNamespaceName=Access Control,dc=dhiga01-w2k-v1' > > If in request data I use "TestFile1" in place of "/TestFile_1", it > works, but with "/TestFile_1" or "C:\TestFile_1" it gives an error in > response data. > > Please let me know the way thru which I can pass file name path (with > '\' character) to JMeter. > > Please help. > Gaurav > > > > > -----Original Message----- > From: BAZLEY, Sebastian [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 19, 2004 4:27 PM > To: 'JMeter Users List' > Subject: RE: Problem - JMeter uses \ in file pathnamel as special > characte r > > Where are you using the \, and what error is shown? > Is there an error in jmeter.log? > > S. > -----Original Message----- > From: Dhiman, Gaurav [mailto:[EMAIL PROTECTED] > Sent: 19 August 2004 11:53 > To: JMeter Users List > Subject: RE: Problem - JMeter uses \ in file pathnamel as special > characte r > > Hi All, > > I tried your suggestion, but it is not working, JMeter shows an error. > > Please let me know how I can pass '\' special character to JMeter. I > need to pass filename path to JMeter as an attribute value. > > Regards, > Gaurav > > -----Original Message----- > From: BAZLEY, Sebastian [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 17, 2004 11:33 PM > To: 'JMeter Users List' > Subject: RE: Problem - JMeter uses \ in file pathnamel as special > characte r > > Try using unix syntax for file names. > > So long as the file is on the same device as JMETER_HOME, you can omit > the > device name, so in your case, try "/gd.txt". > > S. > -----Original Message----- > From: Dhiman, Gaurav [mailto:[EMAIL PROTECTED] > Sent: 17 August 2004 18:57 > To: JMeter Users List; [EMAIL PROTECTED] > Subject: Problem - JMeter uses \ in file pathnamel as special character > > I am also facing the problem that JMeter is not recognizing the special > character. > > In my case, I have to pass the file pathname as the attribute value in > add test (path is something like "c:\gd.txt"). I think, JMeter does not > recognize '\' and hangs ..... I need to stop it and susend all the > threads of JMeter. After this JMeter becomes too slow, then I need to > exit from JMeter application and restart it. > > Can some one help, how can I pass the pathname with '\' special > character. I even tried '\\', taking it as escape character. > > Regards, > Gaurav > > -----Original Message----- > From: Michael Stover [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 17, 2004 7:06 PM > To: JMeter Users List > Subject: Re: JMeter uses $ in url as special character > > You should be able to escape it with a '\', as in \$ > > -Mike > > On Tue, 2004-08-17 at 08:55, Ivan Rancati wrote: > > hello, > > > > I have found a strange issue with JMeter and I was wondering if there > is > > a workaround, or if I am missing something. > > > > The Tomcat servlet I am testing takes some parameters as an array of > x,y > > points. Since the number of points is variable, $ is used as a > > terminator. It all works well from a web browser (i.e. Mozilla) when I > > > issue a request > > > > > > > http://aluminium:8080/frontend/?way_points=6.788196;51.224846;8.688556;5 > 0.114838$&cmd=plan > > &MSISDN=491795957938 > > > > However, the same request from JMeter causes a > > HTTP/1.1 505 HTTP Version Not Supported > > > > response; from what I see in the Tomcat logs, the request is not even > > sent to the servlet. Can I escape the $ sign in some way? > > > > thanks > > Ivan Rancati > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > -- > Michael Stover <[EMAIL PROTECTED]> > Apache Software Foundation > > --------------------------------------------------------------------- > 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] > > _______________________________________________________ > > 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] > > --------------------------------------------------------------------- > 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]

