You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are getting this error a lot kindly let us know how to resolve it
Invoke-Sqlcmd: /home/xyz/Commercial-Marketplace-SaaS-Accelerator/deployment/Deploy.ps1:579
Line |
579 | Invoke-Sqlcmd -InputFile ./script.sql -ServerInstance $ServerUri -dat …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not
| accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP
| Provider, error: 35 - An internal exception was caught)
The text was updated successfully, but these errors were encountered:
@ssquadri and @eyalhconnact did you register the Microsoft.SQL provider ?
I had the same issue this morning, and after registering the provider the issue did not occurs anymore.
Hi Folks,
We are getting this error a lot kindly let us know how to resolve it
Invoke-Sqlcmd: /home/xyz/Commercial-Marketplace-SaaS-Accelerator/deployment/Deploy.ps1:579
Line |
579 | Invoke-Sqlcmd -InputFile ./script.sql -ServerInstance $ServerUri -dat …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not
| accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP
| Provider, error: 35 - An internal exception was caught)
The text was updated successfully, but these errors were encountered: