After asking OS support to create a new user with SHOWPLAN permission
We are still getting errors while using the connection with the configured user
Any clue?
Thanks
Hi Andre,
I faced this issue, I just disconnected and restarted the SQLMS, and I tried connecting again it works for me, Access perspective show plan access enough to get the execution plan.
Murugan S S
Did you do the steps required to define a new connection string with the user that has permission and use that as DB connection.
https://johnalvinsalamat.medium.com/viewing-sql-execution-plans-in-outsystems-using-sql-sandbox-8117a59ce9fd
Regards,
John
Please check the module settings
Could you try it with this query?
SELECT TOP 10 * FROM OSSYS_User
In our environment when the entity syntax is used the internal database connection is used, but with SQL tables it uses the correct connection that you have selected