potatoqualitee / blog-comments

Github Issue-Based Commenting with utterances
0 stars 0 forks source link

What's new and different in dbatools 2.0 #21

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

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/

MinedAssets commented 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.

potatoqualitee commented 1 year ago

Hey Mined, can you ping dbatoolslab? The hostname will have to be resolvable either in DNS or your HOSTS file.

MinedAssets commented 1 year ago

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: @.***>

tlanghals-uturn commented 1 year ago

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.
dennisa72295 commented 7 months ago

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