2
votes

I’m trying to call a BQ stored procedure in SSIS using Simba odbc driver and getting an error

[Execute SQL Task] Error: Executing the query "CALL `mhpmvp.MCR_V01_M_MA..." failed with the following error: "[Simba][BigQuery] (70) Invalid query: Positional query parameters are not supported in scripts". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.**

  • The call worked in query editor
  • The sp doesn’t take parameters and doesn’t return anything
  • The connection is fine. It works if I run a select query

    Execute Query query editor

1
Have you tried calling your procedure without parentheses?rmesteves
@rmesteves i did . Syntax error: Expected "(" or "." but got ";". i've tried multiple combinations. with and without `. fully qualifying with project id. No luck !!Gowtham M
Have you tried those variations with brackets? docs.microsoft.com/en-us/sql/relational-databases/…rmesteves

1 Answers

0
votes

I'm from Google Cloud Platform Support.

I can see that this issue is already being investigated internally. I created a Public Issue in our Tracker regarding this, so you can subscribe to or star it to receive a notification whenever an update is posted.