Hi, We use a regex extractor to extract a ref from an XML/RPC message, and then use it in the next request to respond back. (An acknowledgement as we call it )
The test runs for several hours over night. The test has many other thread groups which send different messages. This is the only group that uses a regex extractor. During the run, 9961 ack's are sent. out of these, 18 fail because the regex failed to extract the correct message ref. However our DB stores the xml sent back and forth, and if i paste the xml into this link below: http://jakarta.apache.org/oro/demo.html then i can see that the message ref is correctly extracted. So my question is, why am i getting these occasional failures? Or more to the point, how can I investigate further? ( Also; I have 2 regex's following each other, would it be more efficient if they could be combined into 1, and we could map the occurrance number to the variable name? ) Thanks, Dan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

