Skip to main content
Cadet | Tier 2
February 26, 2024
Solved

Run Stored Procedure "ClosableSessionImpl" error

  • February 26, 2024
  • 2 replies
  • 325 views

I’m trying to execute Run Stored Procedure using a MariaDB ODBC connection on A360, but I’m getting the error “’session’ expecting ‘ClosableSessionImpl’ received ‘ClosableSessionImpl’”. Already searched the docs for any solutions but couldn’t even find this error documented there, neither anywhere else. How can I solve this?

Best answer by Bot Dev

You need to make sure package version is same across bots for Database package

2 replies

Bot DevAnswer
Navigator | Tier 3
February 26, 2024

You need to make sure package version is same across bots for Database package

https://github.com/A360-Tools | https://botstore.automationanywhere.com/vendor/botdev
Cadet | Tier 2
February 26, 2024

Thank you, this was really the issue. I didn’t know the packages don’t get automatically updated.