jdbcfeeder - No attribute named 'XXX' is defined

Hi ,

I am facing an issue in my gatling script ,
I have record script using the recorded and there is hidden ID which I want to take fro oracle DB and assign to variable.
I am using jdbcfeeder

I am getting an error as “No attribute named ‘XXX’ is defined”

Can someone please help me to resolve this ?

Hi,

This error means that your test trying to use some value from the session which does not exist in session map.
Gatling should post error to console for each failed request (if not, tweak your logback.xml), so you should be able to see your actual session, debug and fix your test.
It might be some obvious typo as well.
BTW, it’s impossible to help you w/o actual test code.

Thanks,
Alex.