Open utterances-bot opened 1 year ago
Hi. I have confirmed dbatools is installed. This script Install-DbaInstance -Version 2019 -SqlInstance dbatoolslab -Feature Engine -Path Z:\2019 -AuthenticationMode Mixed
Gives this error WARNING: [09:25:01][Resolve-DbaNetworkName] DNS name dbatoolslab not found | No such host is known WARNING: [09:25:02][Install-DbaInstance] Failed to get reboot status from | The argument is null or empty. Provide an argument that is not null or empty, and then try the command again.
Hey Mined, can you ping dbatoolslab
? The hostname will have to be resolvable either in DNS or your HOSTS file.
Hi. I'm not sure how to do that. This was a book that caught my interest in the library. I'm on the spectrum and this is my current hyperfocus.
But thank you for your reply.
On Tue, May 2, 2023, 4:34 AM Chrissy LeMaire @.***> wrote:
Hey Mined, can you ping dbatoolslab? The hostname will have to be resolvable either in DNS or your HOSTS file.
— Reply to this email directly, view it on GitHub https://github.com/potatoqualitee/blog-comments/issues/21#issuecomment-1531315857, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASNYRS6O7U4NXLNWRSHJK23XEDWNVANCNFSM6AAAAAAXR535OY . You are receiving this because you commented.Message ID: @.***>
This unfortunately broke functionality in how we use dbatools to run backup jobs in parallel from a scheduler service. We now regularly see the following errors during parallel job runs.
System.IO.IOException,Dataplat.Dbatools.Commands.ImportCommand
The process cannot access the file 'C:\Program Files\WindowsPowerShell\Modules\dbatools\2.0.4\dbatools.dat' because it is being used by another process.
I have to do offline installs due to security policies. The download of dbatools.library is incorrect. I have to go to my home computer and do an Install-Module to get the correct dbatools.library. This needs to be fixed
What's new and different in dbatools 2.0 | netnerds.net
So much is new and different! If you'd like to try it while you read this blog post, you can currently install dbatools 2.0 by executing the following command: …
https://blog.netnerds.net/2023/03/whats-new-dbatools-2.0/