Getting an error on calling stored procedure

I have Metabase version v0.41.4. Can you tell me why I'm getting this error although I have a stored procedure stored locally?

Hi @Anum
Check your database logs, I guess that the procedure does not exist in the database or schema.

It does exist. I have checked it. Also, it is running locally on mysqlworkbench editor

@Anum Fine. Check your database query logs and compare what Workbench executes and what Metabase tries to execute.

Hi Flamber
Im getting the following error while calling the stored procedure

Select statement did not produce a ResultSet for native query

@ArunMurali Completely different problem than this topic. Read this issue:
https://github.com/metabase/metabase/issues/16182