Re: MYSQL JDBC Connection issue

2024-09-23 Thread Anmol Sarraf
Thank you..i created a SSH tunnel using putty and was able to successfully send request via jmeter. On Monday, September 23, 2024, Dmitri T wrote: > Anmol Sarraf wrote: > >> Hi Felix, >> >> Thanks for the reply. >> >> I tried using SSH sftp plugin over JD

Re: MYSQL JDBC Connection issue

2024-09-23 Thread Dmitri T
Anmol Sarraf wrote: Hi Felix, Thanks for the reply. I tried using SSH sftp plugin over JDBC connection configuration. I can’t share the details but my problem is the same as seen in this post refer below link. https://groups.google.com/g/jmeter-plugins/c/uU8Lzb-j15Y I am using MySql driver

Re: MYSQL JDBC Connection issue

2024-09-22 Thread Anmol Sarraf
Hi Felix, Thanks for the reply. I tried using SSH sftp plugin over JDBC connection configuration. I can’t share the details but my problem is the same as seen in this post refer below link. https://groups.google.com/g/jmeter-plugins/c/uU8Lzb-j15Y I am using MySql driver for jdbc connection

Re: MYSQL JDBC Connection issue

2024-09-21 Thread Felix Schumacher
connect My SQL DB which is over SSH using JDBC connection configuration in Jmeter. I am facing below error: Responsemessage:java.sql.SQLException: Cannot create PoolableConnectionFactory (Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has

MYSQL JDBC Connection issue

2024-09-20 Thread Anmol Sarraf
Hi Team, I am trying to connect My SQL DB which is over SSH using JDBC connection configuration in Jmeter. I am facing below error: Response message:java.sql.SQLException: Cannot create PoolableConnectionFactory (Communications link failure The last packet sent successfully to the server was 0

Re: Sharing the JDBC Connection between all the threads

2021-08-18 Thread Felix Schumacher
s its own connection unless >> configured otherwise) >> > Hi, Felix > > Can you elaborate on how to share a single JDBC Connection between all the > threads pls? > > All the threads can share a single CSV input but for them to share a single > JDBC Connection I'm yet

Sharing the JDBC Connection between all the threads

2021-08-17 Thread Tong Sun
Hi, Felix Can you elaborate on how to share a single JDBC Connection between all the threads pls? All the threads can share a single CSV input but for them to share a single JDBC Connection I'm yet to find how. It'll help to send unique values in the requests from all the threads. thanks

Re: Help Needed in creation of JDBC connection at runtime

2020-07-24 Thread Flavio Cysne
hieve this goal. Best of luck. Be safe and drink water! Flavio Cysne On Thu., Jul. 23, 2020, 11:17 a.m. deepak kodigepalli, < deepak.kodigepa...@gmail.com> wrote: > Hi, > > Is there anyway where we can create a JDBC connection using JDBC Connection > Confiuration during run

Help Needed in creation of JDBC connection at runtime

2020-07-23 Thread deepak kodigepalli
Hi, Is there anyway where we can create a JDBC connection using JDBC Connection Confiuration during runtime. The user name and password will be generated with a temporary connetion and new username and password will be used to create a new connection during runtime. Thanks Deepak

Re: Does JDBC Connection Config component respect its scope?

2017-11-27 Thread jmeter tea
v 27, 2017 at 12:58 PM, Konstantin Kalinin < konstan...@kkalinin.pro> wrote: > Hello! > > I'm using JMeter 3.3. > I try to setup a JDBC Connection Config (JDBC CC) this way: > > Test plan > |__setUp Thread Group > |__Sampler1 (sets variables) > |__JDBC Requ

Does JDBC Connection Config component respect its scope?

2017-11-27 Thread Konstantin Kalinin
Hello! I'm using JMeter 3.3. I try to setup a JDBC Connection Config (JDBC CC) this way: Test plan |__setUp Thread Group |__Sampler1 (sets variables) |__JDBC Request1 |__JDBC CC (using vars from Sampler1) Seems that JDBC CC initializes when Test plan is loaded, no matter where

Re: Issues with JDBC connection to DB2

2015-12-07 Thread Oliver Erlewein
Hi Deepak, Looks like it is working as it should. Was an actual application issue. Now all fixed. It just looked like the Connector was misbehaving. Sorry Oliver On 8 Dec 2015 08:27, "Deepak Shetty" wrote: > Assuming you have validated the queries and variables(whitespaces etc) and > checked JM

Re: Issues with JDBC connection to DB2

2015-12-07 Thread Deepak Shetty
Assuming you have validated the queries and variables(whitespaces etc) and checked JMeter.log a. If you reduce the threads to 1 - do you still see the same issue in the second iteration ? If not then try setting max number of connections to 0 (so that connections aren't shared between threads) b.

Issues with JDBC connection to DB2

2015-12-06 Thread Oliver Erlewein
Hi all, I am trying to get some data from the DB2 and am using com.IBM.db2os390.sqlj.JDBC.DB2SQLJDriver . The thing is that the first iteration works wonderfully for every thread. Just a very small and simple SQL to get an ID back. Thing is from the second iteration it only returns null. It's lik

Re: JDBC Connection Config

2012-07-06 Thread Dzmitry_Kashlach
If you need more users, we can provide up to 36000 users at 60 JMeter engines. Try http://blazemeter.com/pricing/new?ukle=UYqcmz6yVB JMeter Cloud Testing Service -- View this message in context: http://jmeter.512774.n5.nabble.com/JDBC-Connection-Config-tp531668p5713903.html Sent from the

Re: JDBC Connection Config

2012-06-23 Thread Deepak Goel
60 >> -Dsun.rmi.dgc.server.gcInterval=60 >> set PERM=-XX:PermSize=128m -XX:MaxPermSize=128m >> set DEBUG=-verbose:gc -XX:+PrintTenuringDistribution >> >> >> I have defined the Heap size as 512 - 1024 & My RAM size is 512 MB . I >> have >> r

Re: JDBC connection Error

2012-01-10 Thread waseemfa
Hi, Please refer the following thread http://jmeter.512774.n5.nabble.com/jdbc-connection-td5071152.html you can follow the steps mentioned there and this will solve ur problem. -Waseem -- View this message in context: http://jmeter.512774.n5.nabble.com/JDBC-connection-Error-tp4692331p5133701

Re: JDBC connection Error

2012-01-10 Thread vamba
yeah i got it ...JDBC driver mising ...need to copy and put the driver jar file in the lib of jmeter Regards vino10.info@gmail -- View this message in context: http://jmeter.512774.n5.nabble.com/JDBC-connection-Error-tp4692331p5133673.html Sent from the JMeter - User mailing list archive at

Re: jdbc connection

2011-12-14 Thread waseemfa
-Waseem -- View this message in context: http://jmeter.512774.n5.nabble.com/jdbc-connection-tp5071152p5074550.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr

Re: jdbc connection

2011-12-13 Thread waseemfa
ils db URL : jdbc:sqlserver://TEST_MACHINE\\SQLEXPRESS/Testdb jdbc Driver Calss : com.microsoft.sqlserver.jdbc.SQLServerDriver -- View this message in context: http://jmeter.512774.n5.nabble.com/jdbc-connection-tp5071152p5071299.html Sent from the JMeter - User mailing list archive at

Re: jdbc connection

2011-12-13 Thread waseemfa
ils db URL : jdbc:sqlserver://TEST_MACHINE\\SQLEXPRESS/Testdb jdbc Driver Calss : com.microsoft.sqlserver.jdbc.SQLServerDriver -- View this message in context: http://jmeter.512774.n5.nabble.com/jdbc-connection-tp5071152p5071295.html Sent from the JMeter - User mailing list archive at

Re: jdbc connection

2011-12-13 Thread Felix Frank
More details then. What is the exact configuration of the JDBC sampler? What errors are generated when you do it this way? - To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org For additional commands, e-mail: user-h...@j

Re: jdbc connection

2011-12-13 Thread waseemfa
Already tried that as well. but didn't work. -- View this message in context: http://jmeter.512774.n5.nabble.com/jdbc-connection-tp5071152p5071242.html Sent from the JMeter - User mailing list archive at Nabble.com. ---

Re: jdbc connection

2011-12-13 Thread Felix Frank
Hi, On 12/13/2011 12:09 PM, waseemfa wrote: > I added a HTTP authorization manager witht eh appropriate URL but > it fails. I disbelive that you can use a *HTTP* Authorization Manager to manage JDBC authorization. Remove it. Fill all appropriate fields in your JDBC Sampler instead. HTH, Felix -

jdbc connection

2011-12-13 Thread waseemfa
\SQLEXPRESS JDBC Driver Class Name : com.microsoft.sqlserver.jdbc.SQLServerDriver it gives an error that com.microsoft.sqlserver.jdbc.SQLServerException: Login failed for user ''. Can someone help. Thanks in advance, Waseem -- View this message in context: http://jmeter.512774.n5.nabbl