You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/mem/configmgr/os-deployment/os-deployment-task-sequence-not-continue.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
2
title: An OS deployment task sequence doesn't continue
3
3
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
5
5
ms.custom: sap:Operating Systems Deployment (OSD)\Operating System In-place Upgrade Deployments
# An OSD task sequence doesn't continue after Windows Setup or an in-place upgrade finishes
9
9
@@ -36,7 +36,7 @@ These issues usually occur when you deploy a nonenterprise edition of Windows, s
36
36
37
37
## Cause
38
38
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):
40
40
41
41
-[September 2012] Changes in Out-Of-Box (OOBE) Experience
title: Missing dependencies during solution import in Power Apps
3
3
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
6
6
author: swatimadhukargit
7
7
ms.author: swatim
8
8
ms.custom: sap:Working with Solutions\Dependencies prevent a solution import
9
9
---
10
10
# Missing dependencies error during solution import
11
11
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.
13
13
14
14
_Applies to:_ Power Platform, Solutions
15
15
16
16
## Symptoms
17
17
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:
19
19
20
20
> Import failed due to missing dependencies.
21
21
22
+
You can't proceed with the solution import until the missing dependencies are resolved.
23
+
22
24
## Cause
23
25
24
26
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
27
29
28
30
## Workaround
29
31
32
+
> [!IMPORTANT]
33
+
> The experience described here might not be available to the environments of all the regions yet.
34
+
30
35
To work around this issue, follow these steps:
31
36
32
37
1. Select the **Show dependencies** button to navigate to the **Missing dependencies** page.
33
38
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**.
35
40
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.
37
45
38
46
### Missing dependencies coming from a Dynamics 365 application
39
47
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>_
41
51
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.
44
53
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":::
46
55
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:
48
57
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:
50
59
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.
52
62
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
+
53
68
### Missing dependencies coming from another managed solution
54
69
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.
56
75
57
76
### Missing dependencies on the "Active" solutions
58
77
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":::
60
81
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