When I try to use JDBC as the DataSource in a DataSource Loop the data comes out as blank in the properties I specifiy.
If I use the query builder I get it to work inside the builder but as soon as I'm back to the DataSource and try it I only get blank answers. I can see in the logs that the right number of rows are retrieved but no data is stored in the properties.
Does anyone have the same problem?
Solved! Go to Solution.
Hi @richie!
Thanks for answering!
I've tried both. In the query builder(in there I can see the results) and by manually inserting the SQL and adding an own property.
Update I've had contact with my works support about this and I send them my test cases and they can run them and get results the way that I want to. I've tried to reinstall everything but I won't get it to work and the support guy are as confused as I am... 🙂
Are there some configurations that needs to be set for JDBC-requests to work as a DataSource?
When I use a regular JDBC-step in my test case it works fine.
/David
Subject | Author | Latest Post |
---|---|---|