Skip to content

Commit ad82885

Browse files
committed
Updated based on clarification from Kanika
1 parent 1fe166c commit ad82885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-local/known-issues-2411.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The following table lists the known issues in this release:
4848
| Deployment <!--30273426--> |If the timezone is not set to UTC before you deploy Azure Local, an *ArcOperationTimeOut* error occurs during validation. The following error message is displayed: *OperationTimeOut, No updates received from device for operation.* |Depending on your scenario, choose one of the following workarounds for this issue: <br><br> **Scenario 1.** Before you start the deployment, make sure that the timezone is set to UTC. <br><br>Connect to each of the Azure Local nodes and change the timezone to UTC. <br><br> Run the following command: `Set-TimeZone -Id "UTC"`. <br><br> **Scenario 2.** If you started the deployment without setting the UTC timezone and received the error mentioned in the validation phase, follow these steps:<br><br> 1. Connect to each Azure Local node. Change the time zone to UTC with `Set-TimeZone -Id "UTC"`. Reboot the nodes.<br><br> 2. After the nodes have restarted, go to the Azure Local resource in Azure portal. Start the validation again to resolve the issue and continue with the deployment.|
4949
| Update <!--ADO--> | With the 2411 release, solution and Solution Builder Extension update are not combined in a single update run. |To apply a Solution Builder Extension package, you need a separate update run.|
5050
| Update <!--30221399--> | When applying solution update, the update fails at the step "update ARB and extension" error "Clear-AzContext failed with 0 and Exception calling "Initialize" with "1" argument(s): "Object reference not set to an instance of an object." at "Clear-AzPowerShellCache". |Follow these steps on each node of the system. <br> 1. Check if `Az.Accounts` PowerShell module version greater than 3.0.3 is installed. Run the following command: <br><br> `Get-InstalledModule Az.Accounts`<br><br>Verify that the `Version` in output is greater than 3.0.3.<br><br> 2. Force install `Az.Accounts` PowerShell module version 3.0.3. Run the following commands: <br><br> `Uninstall-Module -Name Az.Accounts -RequiredVersion 3.0.4 -Force`<br> `Install-Module -Name Az.Accounts -RequiredVersion 3.0.3 -Force` <br><br> 3. Confirm `Az.Accounts` PowerShell module version 3.0.3 is installed. Run the following command:<br><br> `Get-InstalledModule Az.Accounts`. <br><br>Verify that the `Version` in the output is 3.0.3. <br><br>4. Retry the update. |
51-
| Update <!--30221399--> | When applying solution update, the update fails at the step "EvalTVMFlow" error "CloudEngine.Actions.InterfaceInvocationFailedException: Type 'EvalTVMFlow' of Role 'ArcIntegration' raised an exception: This module requires `Az.Accounts` version 3.0.5. An earlier version of `Az.Accounts` is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." <br><br> In addition to 3.0.3, this issue can be reported for 3.0.4. |Follow these steps on each node of the system. <br> 1. Check if `Az.Accounts` PowerShell module version 3.0.4 is installed. Run the following command: <br><br> `Get-InstalledModule Az.Accounts`<br><br>2. Force install `Az.Accounts` PowerShell module version 3.0.3 (if that is installed). Run the following commands: <br><br> `Uninstall-Module -Name Az.Accounts -RequiredVersion 3.0.4 -Force`<br> `Install-Module -Name Az.Accounts -RequiredVersion 3.0.3 -Force` <br><br> 3. Confirm `Az.Accounts` PowerShell module version 3.0.3 is installed. Run the following command:<br><br> `Get-InstalledModule Az.Accounts`. <br><br>Verify that the `Version` in the output is 3.0.3. <br><br>4. Retry the update. |
51+
| Update <!--30221399--> | When applying solution update, the update fails at the step "EvalTVMFlow" error "CloudEngine.Actions.InterfaceInvocationFailedException: Type 'EvalTVMFlow' of Role 'ArcIntegration' raised an exception: This module requires `Az.Accounts` version 3.0.5. An earlier version of `Az.Accounts` is imported in the current PowerShell session. Please open a new session before importing this module. This error could indicate that multiple incompatible versions of the Azure PowerShell cmdlets are installed on your system. Please see https://aka.ms/azps-version-error for troubleshooting information." <br><br> In addition to 3.0.3, this issue can be reported for 3.0.4. |Follow these steps on each node of the system. <br> 1. Check if `Az.Resources` PowerShell module version greater than 6.12.0 is installed. Run the following command: <br><br> `Get-InstalledModule Az.Resources`<br><br>Verify a version greater than 6.12.0 is installed.<br><br>2. Force install `Az.Resources` PowerShell module version 6.12.0. If for example, 7.4.0 is installed, uninstall that. Run the following commands: <br><br> `Uninstall-Module -Name Az.Accounts -RequiredVersion 7.4.0 -Force`<br> `Install-Module -Name Az.Resources -RequiredVersion 6.12.0 -Force` <br><br> 3. Confirm `Az.Resources` PowerShell module version 6.12.0 is installed. Run the following command:<br><br> `Get-InstalledModule Az.Resources`. <br><br>Verify that the `Version` in the output is 6.12.0.<br><br>4. Retry the update. |
5252

5353

5454
## Known issues from previous releases

0 commit comments

Comments
 (0)