RE: J Meter - Solace JMS MQ - Issue

2016-06-15 Thread Saurabh Munjal
Hi Deepak, Thanks for the reply. Yes I have defined it correctly and VPN parameter is also classified with - "Solace_JMS_VPN=myVPN". Moreover I have tried with defining VPN with username@VPN name but didn't find any luck. Error Response (503) - Message VPN Unavailable - Connection info : I h

Re: J Meter - Solace JMS MQ - Issue

2016-06-15 Thread Deepak Shetty
jndi.properties is just a key value file - did you create it correctly ? And/or did you check the log for errors ? Documentation for jndi.properties for solace indicates you need a key like Solace_JMS_VPN=myVPN https://sftp.solacesystems.com/Portal_Docs/index.html#page/Solace_JMS_Messaging_API_Deve

RE: Using external data within a loop

2016-06-15 Thread Geoff Endris
Deepak, Thanks for the response. The user credentials are not tied to the customer credentials. So, I guess having a second CSV data config dataset might work. In the loop, the user will just pick up the next row in the customer file and process the transaction. I'll test that to see if it w

Re: Using external data within a loop

2016-06-15 Thread Deepak Shetty
Hi are your customer credentials tied in anyway to your user credentials (i.e. do you need user 1 to say deal with cust1, cust2 only or user1 can deal with any customer record?) If the answer is no , then something like this probably works +Thread Group ++User Credentials CSV Data Set Config - Shar

Re: Unable to POST using HTTPSampler from java code

2016-06-15 Thread Sharmadha
Thanks ! this worked ! I was trying httpSampler.addArgument("arg",body); instead of addNonEncodedArgument(). Thanks a lot ! -- View this message in context: http://jmeter.512774.n5.nabble.com/Unable-to-POST-using-HTTPSampler-from-java-code-tp5724354p5724364.html Sent from the JMeter - User

Re: J Meter - Solace JMS MQ - Issue

2016-06-15 Thread sebb
On 15 June 2016 at 09:26, Saurabh Munjal wrote: > I have checked the file is not existing. JMeter cannot be supplied with a file as it is dependent on the JMS to be used. > Though I have freshly created a file in bin directory but script is still not > working. > Kindly advise. Sorry, I've no

RE: J Meter - Solace JMS MQ - Issue

2016-06-15 Thread Saurabh Munjal
I have checked the file is not existing. Though I have freshly created a file in bin directory but script is still not working. Kindly advise. -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: 15 June 2016 13:46 To: JMeter Users List Subject: Re: J Meter - Solace JMS MQ - Is

Re: J Meter - Solace JMS MQ - Issue

2016-06-15 Thread sebb
On 15 June 2016 at 05:40, Saurabh Munjal wrote: > Hi Team, > > > > I am using Jmeter for solace jms MQ. > > I have used JMS subscriber and JMS publisher sampler to establish the > connection and pass the input request. > > As per existing solace queue details, I need to pass the JMS VPN details >

Re: jmeter 3.0 New Report feature failed due to mismatch between columns number

2016-06-15 Thread Cyril SANTUNE
My bad, it seems that my ``aggregate report`` is not in default configuration (old scenario). I delete it, recreate it, restart my scenario. The report dashboard work fine too. On Wed, Jun 15, 2016 at 9:10 AM, Cyril SANTUNE wrote: > Hello, > > I test the great new feature of jmeter 3.0, the rep

jmeter 3.0 New Report feature failed due to mismatch between columns number

2016-06-15 Thread Cyril SANTUNE
Hello, I test the great new feature of jmeter 3.0, the report dashboard. To generate the report, I generate a csv file from the ``aggregate graph`` listener (``Write results to file`` ). Then after my scenario stop, I use the command line ``jmeter -g result/result.csv -o result/reports``. Everyth