Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Named Pipes #7

Open
david1983 opened this issue Oct 15, 2020 · 0 comments
Open

Named Pipes #7

david1983 opened this issue Oct 15, 2020 · 0 comments

Comments

@david1983
Copy link

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 -Query $query -ServerInstance "tcp:containersql-booksto ...
  •   + CategoryInfo          : InvalidOperation: (:) [Invoke-Sqlcmd], SqlExcept  
     ion
      + FullyQualifiedErrorId : SqlExectionError,Microsoft.SqlServer.Management.  
     PowerShell.GetScriptCommand
    
    

Invoke-Sqlcmd :
At line:1 char:1

  • Invoke-Sqlcmd -Query $query -ServerInstance "tcp:containersql-booksto ...
  •   + CategoryInfo          : ParserError: (:) [Invoke-Sqlcmd], ParserExceptio  
     n
      + FullyQualifiedErrorId : ExecutionFailureException,Microsoft.SqlServer.Ma  
     nagement.PowerShell.GetScriptCommand
    

`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant