Re: URGENT regexFunction

2004-08-25 Thread Rita danger
regexFunction Date: Tue, 24 Aug 2004 10:40:13 -0500 I would recommend installing jdk1.4.2 peter On Tue, 24 Aug 2004 16:36:40 +0100, BAZLEY, Sebastian [EMAIL PROTECTED] wrote: Not enough information. -Original Message- From: Rita danger [mailto:[EMAIL PROTECTED] Sent: 24 August 2004 16:08

RE: URGENT regexFunction

2004-08-25 Thread Rita danger
documentation that comes with 2.0.1 is worth reading ... S. -Original Message- From: Rita danger [mailto:[EMAIL PROTECTED] Sent: 25 August 2004 11:41 To: [EMAIL PROTECTED] Subject: Re: URGENT regexFunction Hi Sorry its me again, I have installed the latest nersion of Jmeter 2.0.1 and Java 1.4.5

RE: URGENT regexFunction

2004-08-25 Thread Rita danger
/jmeter/usermanual/build-test-plan.html#scoping_rules http://jakarta.apache.org/jmeter/usermanual/functions.html On Wed, 2004-08-25 at 09:18, Rita danger wrote: I am running a Jmeter test which I recorded to create a booking and add a product (using productID) to the booking. When I run the test

Re: URGENT regexFunction

2004-08-24 Thread Rita danger
, what error messages have you gotten, etc. You have a bad habit of asking extremely terse questions that provide no information. -Mike On Mon, 2004-08-23 at 12:15, Rita danger wrote: Hello I need some help on the regexFunction. How do I get jmeter so save the in of something its just created

RE: URGENT regexFunction

2004-08-24 Thread Rita danger
read the JMeter FAQ and the Wiki? There is some info on Regexes, including a pointer to an excellent interactive Regex tester. -Original Message- From: Rita danger [mailto:[EMAIL PROTECTED] Sent: 24 August 2004 11:04 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: URGENT regexFunction

RE: URGENT regexFunction

2004-08-24 Thread Rita danger
=productID\s+value=(\d+) If the name and value might be split across lines, enclose the regex as follows: (?s:name=productID\s+value=(\d+)) The s is a flag to treat the regex as a single line. I've not tested this, so try it in the Regex tester. S. -Original Message- From: Rita danger

RE: URGENT regexFunction

2004-08-24 Thread Rita danger
to upgrade your JMeter to the latest: 2.0.1. -Mike On Tue, 2004-08-24 at 08:05, Rita danger wrote: Thank you again Sorry if this I this is a silly question I am running Jmeter version 1.8.1 how do I use the Regular Expression Extractor This is what my test looks like Create product -create

RE: URGENT regexFunction

2004-08-24 Thread Rita danger
to cells and ranges. You can then just change the definition of the name. S. -Original Message- From: Rita danger [mailto:[EMAIL PROTECTED] Sent: 24 August 2004 14:39 To: [EMAIL PROTECTED] Subject: RE: URGENT regexFunction I didn't try and I had some problems, thats why I am still using 1.8.1 After

Re: URGENT regexFunction

2004-08-24 Thread Rita danger
10:40:13 -0500 I would recommend installing jdk1.4.2 peter On Tue, 24 Aug 2004 16:36:40 +0100, BAZLEY, Sebastian [EMAIL PROTECTED] wrote: Not enough information. -Original Message- From: Rita danger [mailto:[EMAIL PROTECTED] Sent: 24 August 2004 16:08 To: [EMAIL PROTECTED] Subject

URGENT regexFunction

2004-08-23 Thread Rita danger
Hello I need some help on the regexFunction. How do I get jmeter so save the in of something its just created and then use the id to delete it. Thank you RD _ Stay in touch with absent friends - get MSN Messenger

Jmeter Results

2004-08-13 Thread Rita danger
Hi When running some load tests I get a result of 92749185ms (milli-seconds). 92749185 milliseconds is equal to 1,545.822842 minutes, which is 25hrs. But the test has been running for ~3hours. Why is it showing 92749185 milliseconds. Thanks RD

RE: calling a stored procedure

2004-08-12 Thread Rita danger
run_get_availability Craig -Original Message- From: Rita danger [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 10, 2004 9:53 AM To: [EMAIL PROTECTED] Subject: calling a stored procedure Hi I'm new to jmeter Can you call a stored procedure in Jmeter thank you RD

RE: calling a stored procedure

2004-08-12 Thread Rita danger
-0400 Can you run the ab_test select statement in a JDBC request successfully? Craig -Original Message- From: Rita danger [mailto:[EMAIL PROTECTED] Sent: Thursday, August 12, 2004 7:40 AM To: [EMAIL PROTECTED] Subject: RE: calling a stored procedure Hi Still having problems trying to run

RE: calling a stored procedure

2004-08-12 Thread Rita danger
] Subject: RE: calling a stored procedure Date: Thu, 12 Aug 2004 09:30:49 -0400 Can you run the ab_test select statement in a JDBC request successfully? Craig -Original Message- From: Rita danger [mailto:[EMAIL PROTECTED] Sent: Thursday, August 12, 2004 7:40 AM To: [EMAIL PROTECTED] Subject

RE: calling a stored procedure

2004-08-12 Thread Rita danger
, 12 Aug 2004 10:15:42 -0400 When I run oracle procedures via jdbc, it's like this: call ab_test() -Mike On Thu, 2004-08-12 at 09:44, Rita danger wrote: Hi Craig, Yes the 'Select ab_seq.nextval from dual;' works in the JDBC request? But it does not seem to call the procedure Thanks RD From

Out of Memory error message

2004-08-12 Thread Rita danger
I have another question !!! I am carrying out some loadtests which require me to run 1, 10, 20 etc threads. However, when I select 10 threads I get an out of memory error message? Any idea ? Thanks RD From: Rita danger [EMAIL PROTECTED] Reply-To: JMeter Users List [EMAIL PROTECTED] To: [EMAIL

RE: Out of Memory error message

2004-08-12 Thread Rita danger
This is the exact message I get when running 10 threads 'java.lang.OutOfMemoryError no stack trace available' Can anyone tell me what I need to do ro stop this occuring? Thanks RD From: Rita danger [EMAIL PROTECTED] Reply-To: JMeter Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject

calling a stored procedure

2004-08-10 Thread Rita danger
Hi I'm new to jmeter Can you call a stored procedure in Jmeter thank you RD _ Want to block unwanted pop-ups? Download the free MSN Toolbar now! http://toolbar.msn.co.uk/

Re: Help on Reg exp please

2004-07-27 Thread rita danger
assume in the field where you are actually using the value you want to use at a future time. have u tried this? rita danger wrote: Yes I have had a look at the jmeter manuel, its confusing I used the function helper and got ${__regexFunction(.*,BookingID%3DBookingID%3D)}. Is this correct

Re: Help on Reg exp please

2004-07-20 Thread rita danger
: nlunebur [EMAIL PROTECTED] Reply-To: JMeter Users List [EMAIL PROTECTED] To: JMeter Users List [EMAIL PROTECTED] Subject: Re: Help on Reg exp please Date: Tue, 20 Jul 2004 10:12:23 +0930 have u looked in the jmeter manuals? there shud be info there on how to use reg exp. rita danger wrote: Hello How do

Help on Reg exp please

2004-07-19 Thread rita danger
Help How do you use Reg exp ? I want to run jmeter to create a booking but when its created its given an bookingID and views that booking via the ID. Thank Rita _ Express yourself with cool new emoticons

Help on Reg exp please

2004-07-19 Thread rita danger
Help I have jmeter 1.8.1, can I use reg exp to get a booking order? Thanks _ It's fast, it's easy and it's free. Get MSN Messenger today! http://www.msn.co.uk/messenger

Help on Reg exp please

2004-07-19 Thread rita danger
I have just installed jmeter 2.0.1 and when I try to run it it stops almost immediately? Can anyone help Thanks _ Express yourself with cool new emoticons http://www.msn.co.uk/specials/myemo

Help on Reg exp please

2004-07-19 Thread rita danger
Hello How do you use Reg exp ? I want to run jmeter to create a booking but when its created its given an bookingID and views that booking via the ID. I have installed 2.0.1 jmeter but it does not run, so if I use 1.8.1 what do I need to enter to get a booking ref ? Thank Rita

RE: Antwort: Help on Reg exp please'Viren geprueft!'

2004-07-19 Thread rita danger
through) (Embedded image moved to file: pic19187.jpg) Hope it helps a bit! Greetings Frank |-+ | | rita danger| | | [EMAIL PROTECTED]| | | mail.com