Hi Jack,
I am stuck in the parametrisation.I am using java code in Loadrunner 11.52 to connect to a database at jdbc level.
Now using parmaterisation(LR value.dat file) the java code throws error suring compilation.
I made a connection.dat file with several connection variables like conn1,conn2 and so on.
Now I need to use these variables in the jdbc code.
lr.log_message({Connection});
String values1= lr.eval_string({Connection});
I am facing the MERR:22986 error during compilation. I see you resolved this issue.
Please advise.