Skip to main content
Solved

Run Stored Procedure "ClosableSessionImpl" error

  • February 26, 2024
  • 2 replies
  • 238 views

Forum|alt.badge.img+2

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

Forum|alt.badge.img+8
  • Navigator | Tier 3
  • Answer
  • February 26, 2024

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


Forum|alt.badge.img+2
  • Author
  • Cadet | Tier 2
  • February 26, 2024

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