On 26 May 2011 10:37,  <benedict.nk...@sungard.com> wrote:
> I want to use User Parameter variable within Database URL under JDBC
> Connection Configuration. The connection work fine without parameters
> but as soon as I parametize the Server IP address I get an error. Does
> the JDBC Connection Configuration support parameters.
>
> Works.
> jdbc:oracle:thin:@ipAddress:1521:EMS102VM
>
> doesn't work.
> jdbc:oracle:thin:@${ipAddressParameter}:1521:EMS102VM
>

If the variable is not being replaced, then it is not defined *at the
point of use*.

Note that the JDBC Connection config is used very early on in a test.

Try defining the variable on the test plan.

> please help
>
>
> Thanks and kind regards
> Benedict Nkosi
> Performance Tester
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org

Reply via email to