Franky1522
Franky1522
I try your workaround, but it fails. I use -Force too. This is Verbose: [Connect-DbaInstance] Server object passed in, will do some checks and then return the original object [Connect-DbaInstance]...
The process works, the problem is that I received this error on SQL Server ERRORLOG: Error 17810, Severity 20, State 2 Logon Could not connect because the maximum number of...
Hi, I executed that and i saw the timestamp. It seems that the problem is in the DAC Connection by powershell, not in the copy of the linked Server. I...
The error occurs opening the DAC.
This is the output of this: Invoke-DbaQuery -SqlInstance $Source -Query "SELECT connect_time, client_net_address FROM sys.dm_exec_connections where endpoint_id IN (SELECT endpoint_id FROM sys.endpoints WHERE is_admin_endpoint = 1)" Get-Date $dac = Connect-DbaInstance...
Yes, I see and error on ERRORLOG at 17:37:13. Maybe "Connect-DbaInstance -SqlInstance $Source -DedicatedAdminConnection" tries to create more than 1 connection like SSMS, and generates the error?
No problem, If you try to execute "Connect-DbaInstance -SqlInstance $Source -DedicatedAdminConnection", Can you check your ERRORLOG and see if you receive an error? I try it on a SQL Server...
I dont know how i can help you to replicate the problem.