I have a Python 3.6 Django azure web app, i am using Azure sql server database.
For few months the user gets the following error:
('28000', "[28000] [Microsoft][ODBC Driver 13 for SQL Server][SQL Server]Login failed for user 'XXXX'. (18456) (SQLDriverConnect); [28000] [Microsoft][ODBC Driver 13 for SQL Server][SQL Server]Login failed for user 'XXX'. (18456)")
I tried several solutions non of them worked, yesterday i decided to set audit log on the database , and when looking in the logs i see the following error:
Err 2812, Level 16, Server XXXX Could not find stored procedure 'sp_cloud_connection_set_sds'.
I am not familiar with this store procedure and not sure why it tries to run it, any ideas on how to solve it?
Thanks,
Nir