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
I'm trying to enable named pipes on SQLSERVER I tried to switch the parameter /NPENABLED=1 in the docekrfile and created mapping for port 445 in container and service but now I'm getting the following error
Hi there!
I'm trying to enable named pipes on SQLSERVER I tried to switch the parameter /NPENABLED=1 in the docekrfile and created mapping for port 445 in container and service but now I'm getting the following error
Invoke-Sqlcmd -Query $query -ServerInstance "tcp:containersql-bookstore-service"
`
Invoke-Sqlcmd : Login failed. The login is from an untrusted domain and cannot
be used with Integrated authentication.
At line:1 char:1
Invoke-Sqlcmd :
At line:1 char:1
`
The text was updated successfully, but these errors were encountered: