Here is the error it is showing when executed.
Error: 0xC002F210 at Execute SQL Task, Execute SQL Task: Executing the query "CALL Fact_Temp_Initial_Load()" failed with the following error: "Procedure or function '`CALL Fact_Temp_Initial_Load()`' cannot be found in database '`panelint`'.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly. Task failed: Execute SQL Task
I just want to run the Stored Procedure in MySQL. I don't have any resultset or any output of that particular stored procedure.
Any idea how to deal with this error?