Skip to content

Commit 5491775

Browse files
authored
Merge pull request #8686 from MicrosoftDocs/main
Auto push to live 2025-04-10 02:00:02
2 parents 204c2a8 + 2792f7c commit 5491775

File tree

7 files changed

+40
-20
lines changed

7 files changed

+40
-20
lines changed

support/mem/configmgr/os-deployment/os-deployment-task-sequence-not-continue.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: An OS deployment task sequence doesn't continue
33
description: Describes an issue in which a task sequence doesn't continue after Windows Setup or the in-place upgrade finishes if an OEM product key is used during Windows deployment.
4-
ms.date: 02/11/2025
4+
ms.date: 04/10/2025
55
ms.custom: sap:Operating Systems Deployment (OSD)\Operating System In-place Upgrade Deployments
6-
ms.reviewer: kaushika, frankroj, Jowiswel
6+
ms.reviewer: kaushika, frankroj, Jowiswel, frankroj
77
---
88
# An OSD task sequence doesn't continue after Windows Setup or an in-place upgrade finishes
99

@@ -36,7 +36,7 @@ These issues usually occur when you deploy a nonenterprise edition of Windows, s
3636

3737
## Cause
3838

39-
These issues occur because an OEM product key is used during Windows deployment. When an OEM product key is used, **Setupcomplete.cmd** is disabled. This behavior occurs in both Windows 8.1 and Windows 10. See the following information from [Windows Deployment Issues](/previous-versions/windows/it-pro/windows-8.1-and-8/hh825613(v=win.10)#windows-deployment-issues):
39+
These issues occur because an OEM product key is used during Windows deployment. When an OEM product key is used, **Setupcomplete.cmd** is disabled. This behavior occurs in both Windows 10 and Windows 11. See the following information from [Windows Deployment Issues](/previous-versions/windows/it-pro/windows-8.1-and-8/hh825613(v=win.10)#windows-deployment-issues):
4040

4141
- [September 2012] Changes in Out-Of-Box (OOBE) Experience
4242

Loading
Loading
Loading
Lines changed: 37 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
11
---
22
title: Missing dependencies during solution import in Power Apps
33
description: Works around an issue about missing dependencies that occurs when you import a solution in the target environment in Microsoft Power Apps.
4-
ms.reviewer: jdaly
5-
ms.date: 09/25/2023
4+
ms.reviewer: matp
5+
ms.date: 04/10/2025
66
author: swatimadhukargit
77
ms.author: swatim
88
ms.custom: sap:Working with Solutions\Dependencies prevent a solution import
99
---
1010
# Missing dependencies error during solution import
1111

12-
This article provides a workaround for an issue about missing dependencies that occurs when you [import a solution](/powerapps/maker/data-platform/import-update-export-solutions) in Microsoft Power Apps. You can't proceed with the solution import until the missing dependencies are resolved.
12+
This article provides a workaround for an issue about missing dependencies that occurs when you [import a solution](/powerapps/maker/data-platform/import-update-export-solutions) in Microsoft Power Apps.
1313

1414
_Applies to:_   Power Platform, Solutions
1515

1616
## Symptoms
1717

18-
When you try to import a solution in [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), you receive an error message like the following one:
18+
When you try to import a solution in Power Apps, you receive an error message like the following one:
1919

2020
> Import failed due to missing dependencies.
2121
22+
You can't proceed with the solution import until the missing dependencies are resolved.
23+
2224
## Cause
2325

2426
The solution has dependencies on a component that exists in the source environment where the solution is deployed. However, the component doesn't exist in the target environment where the solution is imported.
@@ -27,36 +29,54 @@ This issue might occur when applications are upgraded to the latest version thro
2729

2830
## Workaround
2931

32+
> [!IMPORTANT]
33+
> The experience described here might not be available to the environments of all the regions yet.
34+
3035
To work around this issue, follow these steps:
3136

3237
1. Select the **Show dependencies** button to navigate to the **Missing dependencies** page.
3338

34-
The **Missing dependencies** page lists all the components that are missing from the target environment. It also shows the solution or application from which the component dependencies are obtained.
39+
This page lists all missing components and categorizes them into **Applications**, **Managed Solutions**, and **Unmanaged Components**.
3540

36-
2. Resolve this issue based on the different types of dependencies described in the following sections:
41+
> [!TIP]
42+
> Another method to find dependencies of components is to open the solution file, unzip it, and then open the *solution.xml* file. In the file, look for the `<MissingDependencies>` element that lists all missing dependencies.
43+
44+
2. Expand each section of dependencies and resolve the issue based on the type of dependencies described in the following sections. Once the missing dependencies are fixed, retry the import.
3745

3846
### Missing dependencies coming from a Dynamics 365 application
3947

40-
You can find these dependencies in the **Managed Solution** tab of the **Missing dependencies** page. To resolve this issue:
48+
This issue occurs when the solution relies on components from Dynamics 365 applications that are missing or outdated in the target environment. You can find these dependencies in the **Applications** section of the **Missing dependencies** page. Each entry provides details about the missing application in the following format:
49+
50+
_<solution_name> (<solution_version>) from <application_name>_
4151

42-
- If the application isn't installed in the target environment, [install the application](/power-platform/admin/manage-apps#install-an-app) from the Power Platform admin center.
43-
- If the application is installed but has an outdated version, a link is provided next to the solution. This link will redirect you to the Power Platform admin center update page for the environment where you can update the application to resolve the issue.
52+
Next to the application name, you'll find an **Install** or **Update** button that redirects you to the Power Platform admin center.
4453

45-
The following screenshot shows the link provided on the **Missing dependencies** page.
54+
:::image type="content" source="media/missing-dependency-on-solution-import/missing-dependencies-applications-section.png" alt-text="Screenshot that shows the Applications section of the Missing dependencies page." lightbox="media/missing-dependency-on-solution-import/missing-dependencies-applications-section.png":::
4655

47-
:::image type="content" source="media/missing-dependency-on-solution-import/missing-dependency.png" alt-text="Example of the application upgrade link for a component with missing dependencies." lightbox="media/missing-dependency-on-solution-import/missing-dependency.png":::
56+
To resolve this issue:
4857

49-
Select the link to open the upgrade application page in the Power Platform admin center.
58+
- If the application isn't installed in the target environment:
5059

51-
:::image type="content" source="media/missing-dependency-on-solution-import/application-update.png" alt-text="Example of the upgrade application page in the Power Platform admin center." lightbox="media/missing-dependency-on-solution-import/application-update.png":::
60+
- System administrators can use the **Install** button, which redirects to the [application installation](/power-platform/admin/manage-apps#install-an-app) page in the Power Platform admin center. Choose and install the application.
61+
- Non-system administrators can use the **Copy Install Link** button to copy the application installation link and request their system administrator to install the application. Alternatively, a system administrator can directly go to the [application installation](/power-platform/admin/manage-apps#install-an-app) page to install the application in the Power Platform admin center.
5262

63+
- If the application is installed but outdated in the target environment:
64+
65+
- System administrators can use the **Update** button to open the application update page in the Power Platform admin center.
66+
- Non-system administrators can use the **Copy Update Link** button to copy the application update link and request their system administrator to update the application.
67+
5368
### Missing dependencies coming from another managed solution
5469

55-
You can find these dependencies in the **Managed Solution** tab of the **Missing dependencies** page. To resolve this issue, import the same version of the solution that's installed in the source environment into the target environment.
70+
This issue occurs when the solution relies on components from another managed solution that's missing in the target environment. You can find these dependencies in the **Managed Solutions** section of the **Missing dependencies** page. Expanding the section provides additional details.
71+
72+
:::image type="content" source="media/missing-dependency-on-solution-import/missing-dependencies-managed-solutions-section.png" alt-text="Screenshot that shows the Managed Solutions section of the Missing dependencies page." lightbox="media/missing-dependency-on-solution-import/missing-dependencies-managed-solutions-section.png":::
73+
74+
To resolve this issue, import the same version of the solution that's installed in the source environment into the target environment.
5675

5776
### Missing dependencies on the "Active" solutions
5877

59-
You can find these dependencies in the **Objects** tab. This indicates that the dependency is from unmanaged customization in the source environment. To resolve this issue, return to the source environment, include the missing components, export the solution again, and then import it into the target environment.
78+
This issue occurs when the solution relies on unmanaged customizations from the source environment that are missing in the target environment. You can find these dependencies in the **Unmanaged Components** section of the **Missing dependencies** page. Expanding the section provides additional details.
79+
80+
:::image type="content" source="media/missing-dependency-on-solution-import/missing-dependencies-unmanaged-components.png" alt-text="Screenshot that shows the Unmanaged Components section of the Missing dependencies page." lightbox="media/missing-dependency-on-solution-import/missing-dependencies-unmanaged-components.png":::
6081

61-
> [!TIP]
62-
> Another method to find dependencies of components is to open the solution file, unzip it, and then open the *solution.xml* file. In the *solution.xml* file, look for a `<MissingDependencies>` element. All the missing dependencies are listed within this node.
82+
To resolve this issue, return to the source environment, include the missing components, export the solution again, and then import it into the target environment.

0 commit comments

Comments
 (0)