> > Perhaps there is a thread-safety problem. > Does the RE use fixed strings, or are any variables used? >
The regex is simply: <value>(.+?)< looking for the 16th match. The default value is "unset" > How many threads in the thread group? This particular thread group has 10 threads. over all there are about 550 in use. The group itself has a read from csv, a counter, 2 samplers, the 2 regex's and finally a constant throughput timer. >> the point, how can I investigate further? > > You could use the "Save Responses" Post-Processor as a child of the > samplers to create a copy of all the responses. I can already see the responses in our database. AFAIKT there's no way they could be any different to what comes out at the jmeter end, but i'll have a try. > Is there any pattern to the failures? > Do they match the wrong text, or do they fail to match at all? It seems to fail completely - I get the "unset" (default value) which doesnt appear in the xml response at all, rather than the wrong value. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

