@AH - Welcome to MS Q&A paltform.
It seems like you are facing an issue while scanning your on-premises SQL Server using Microsoft Purview. The error message you received indicates that the remote server returned a 403 Forbidden error. This error usually occurs when the user or service principal used to authenticate the scan does not have sufficient permissions to access the SQL Server.
To resolve this issue, you need to ensure that the userl used to authenticate the scan has the necessary permissions to access the SQL Server.
There are two authentication methods supported for SQL server on-premises:
- SQL Authentication
- Windows Authentication - Not supported by a Kubernetes SHIR.
If SQL Authentication is applied, ensure the SQL Server deployment is configured to allow SQL Server and Windows Authentication.
Additionally, you can also check the following:
- Ensure that the firewall rules on the SQL Server are configured to allow traffic from the IP address of the integration runtime.
- Check if the SQL Server is configured to use SQL authentication. If yes, then ensure that the password for the SQL login is stored in the key vault and is accessible to the integration runtime.
- Verify that the integration runtime is running and connected to the on-premises SQL Server.
If you have followed all the above steps and still face the issue, then it might be a good idea to check the logs on the SQL Server to see if there are any errors or warnings that might help identify the issue.
For more details, refer to Connect to and manage an on-premises SQL server instance in Microsoft Purview
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.