Skip to content

Commit 6ab48b2

Browse files
authored
some changes
1 parent 19f7631 commit 6ab48b2

1 file changed

Lines changed: 17 additions & 38 deletions

File tree

Lines changed: 17 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,45 @@
11
---
22
title: Error code 80048539 when importing solution patch
3-
description: Error code 80048539 occurs when you try to import solution patch in Microsoft Dynamics 365. Provides a resolution.
3+
description: Solves the error code 80048539 that occurs when you try to import a solution patch in Microsoft Dynamics 365.
44
ms.reviewer:
5-
ms.topic: troubleshooting
65
ms.date: 03/31/2021
76
ms.custom: sap:Working with Solutions
87
---
9-
# Error code 80048539 occurs when trying to import solution patch in Microsoft Dynamics 365
8+
# Error code 80048539 occurs when trying to import solution patch in Dynamics 365
109

11-
This article provides a resolution for the error code **80048539** that may occur when you try to import a solution patch in Microsoft Dynamics 365.
10+
This article provides a resolution for error code 80048539 that may occur when you try to import a solution patch in Microsoft Dynamics 365.
1211

1312
_Applies to:_   Microsoft Dynamics 365
1413
_Original KB number:_   4471087
1514

1615
## Symptoms
1716

18-
When you try to import a solution patch in Microsoft Dynamics 365, you encounter the following error:
17+
When you try to [import a solution patch in Microsoft Dynamics 365](/power-platform/alm/create-patches-simplify-solution-updates#export-and-import-a-patch), you receive the following error message:
1918

2019
> The import of solution: [solution patch name] failed.
21-
Error code 80048539.
20+
> Error code 80048539.
2221
23-
If you download the log file and open it in Excel, you see more details such as the following:
24-
25-
**Symptom 1 Details:**
26-
27-
> Failure 0x80048539
28-
Solution manifest import: FAILURE: Patch version 1.0.1.0 is invalid for parent version 1.1.0.0
29-
30-
**Symptom 2 Details:**
22+
If you download the log file and open it in Excel, additional details similar to the following are displayed:
3123

3224
> Failure 0x80048539
33-
Solution manifest import: FAILURE: Holding solution MyPatchTesting_Upgrade already exists.
25+
> Solution manifest import: FAILURE: Patch version 1.0.1.0 is invalid for parent version 1.1.0.0
3426
3527
## Cause
3628

37-
> [!NOTE]
38-
> If you're using make.powerapps.com to import your unmanaged solution update and get this error Microsoft is aware of the issue and is working on a fix. To work around the issue open the **Advanced** settings and select the option **Update (not recommended)**.
39-
40-
Error code **80048539** indicates an invalid patch is being imported. There are a few potential causes including the following:
41-
42-
### Cause 1
29+
Error code **80048539** indicates an invalid patch is being imported.
4330

44-
If you see the error details mentioned in the Symptom 1 Details section mentioned above:
31+
This issue occurs because the version of the solution patch being imported is lower than the version of the solution already installed. For example, a solution named "SolutionA" is already installed with version 1.1.0.0, but you attempt to import a patch with version 1.0.1.0.
4532

46-
The solution patch version is lower than the version of the solution already installed. For example: A solution named SolutionA is already installed with version 1.1.0.0 and you're trying to import a patch that is version 1.0.1.0.
47-
48-
### Cause 2
49-
50-
If you see the error details mentioned in the Symptom 2 Details section mentioned above:
51-
52-
This can occur if you already have an upgrade imported for that solution but it hasn't yet been applied. After importing a solution that is an upgrade of an existing solution, the end of the solution import provides a button to apply the solution upgrade. If you didn't select that button during a prior import of a solution upgrade for this solution, you need to locate the solution in your solutions list and select the **Apply Solution Upgrade** button.
33+
> [!NOTE]
34+
> If you're using [Power Apps to import your unmanaged solution update](/power-apps/maker/data-platform/update-solutions#apply-the-upgrade-or-update-in-the-target-environment) and receive the error, as a workaround, expand the **Advanced settings** and select the **Update (not recommended)** option.
35+
> Microsoft is aware of the issue and is working on a fix.
5336
5437
## Resolution
5538

56-
### Resolution 1
57-
58-
If you see the error details mentioned in the Symptom 1 Details section mentioned above:
59-
60-
Verify the solution patch version you're trying to import is a higher version than the solution already installed.
61-
62-
### Resolution 2
39+
To resolve this issue, verify that the solution patch version you're attempting to import is a higher version than the version of the solution already installed.
6340

64-
If you see the error details mentioned in the Symptom 2 Details section mentioned above:
41+
Follow these steps:
6542

66-
Navigate to **Settings**, **Customizations**, and then select **Solutions**. Select the existing installed solution you're trying to upgrade and then select **Apply Solution Upgrade**.
43+
- Check the version of the solution currently installed in Dynamics 365.
44+
- Confirm that the version of the solution patch you are trying to import is higher than the version of the installed solution.
45+
- If necessary, update the version number of the solution patch and attempt the import again.

0 commit comments

Comments
 (0)