Updating AMI with latest DCV version results in Authentication error.

0

After updating AMI with latest DCV Server, adding it to nimble studio, and then launching via nimble studio portal... I am getting an authentication error on NICE DCV and it will refuse to connect.

Only thing that I can imagine would have cause this is when you install DCV you are met with a page that asks what the default session user is when you start the computer. I left this default to "administrator".

More over, I ran these command in PowerShell to retain the registry keys (scroll to bottom of guide ): https://docs.aws.amazon.com/nimble-studio/latest/userguide/update-win-workstation-ami.html

Any Advice?

질문됨 3년 전265회 조회
4개 답변
0

Oh yall's syntax is wrong in the user guide. there needs to be a break at line 12 after /f:

$autoConsoleSessionRegKey = "HKEY_USERS\S-1-5-18\Software\GSettings\com\nicesoftware
link \dcv\session-management\automatic-console-session"
$connectivityKey = "HKEY_USERS\S-1-5-18\Software\GSettings\com\nicesoftware\dcv\connectivity"
$displayRegKey = "HKEY_USERS\S-1-5-18\Software\GSettings\com\nicesoftware\dcv\display"
reg DELETE $autoConsoleSessionRegKey /v owner /f
reg DELETE $autoConsoleSessionRegKey /v storage-root /f
reg DELETE $displayRegKey /v target-fps /f
reg DELETE $displayRegKey /v quality /f
reg DELETE $displayRegKey /v frames-in-transit /f
reg DELETE $displayRegKey /v frame-queue-weights /f
reg DELETE $displayRegKey /v web-client-max-head-resolution /f
reg ADD $autoConsoleSessionRegKey /v owner /d "ec2-nimble" /f
reg ADD $autoConsoleSessionRegKey /v storage-root /d "C:\Users\ec2-nimble\Downloads" /f
reg ADD $displayRegKey /v target-fps /t REG_DWORD /d 0 /f
reg ADD $displayRegKey /v quality /d "(20, 100)" /f
reg ADD $displayRegKey /v frames-in-transit /d "(1, 10)" /f
reg ADD $displayRegKey /v frame-queue-weights /d "(5, 3, 1)" /f
reg ADD $displayRegKey /v web-client-max-head-resolution /d "(4096, 2160)" /f

Edited by: thepostflow on Sep 14, 2021 7:38 PM

Edited by: thepostflow on Sep 14, 2021 9:34 PMd

답변함 3년 전
0

Just check the syntax in the guide and that will solve your issue.

답변함 3년 전
0

We will take a look at our guide! Thank you.

corban-aws

AWS
답변함 3년 전
0

Found the same issue and see the problem. Thank you again for pointing this out. Will pass this on to the documentation team.

corban-aws

AWS
답변함 3년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠