i have configured the AWSSQLSERVER-DBCC automation on EC2 instance for SQL server 2019 and in automation 3rd step completed i.e. DBCC command completed but last step keep running and looks that command(InstallPowerShellOnLinux) will run on linux machine only but my machine is Windows 2019 OS. can some one helps me for understanding about this step.
Error: A positional parameter cannot be found that accepts argument \u0027$null\u0027
이 답변이 도움이 되었나요?커뮤니티가 여러분의 지식을 활용할 수 있도록 정답을 찬성하세요.
0
I believe this step runs regardless of whether you are running SQL Server on Windows or Linux. Its a preparation step to ensure the required components are in place when the automation document runs.