|
1 | 1 | --- |
2 | 2 | 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. |
4 | 4 | ms.reviewer: |
5 | | -ms.topic: troubleshooting |
6 | | -ms.date: 03/31/2021 |
| 5 | +ms.date: 04/07/2025 |
7 | 6 | ms.custom: sap:Working with Solutions |
8 | 7 | --- |
9 | | -# Error code 80048539 occurs when trying to import solution patch in Microsoft Dynamics 365 |
| 8 | +# Error code 80048539 occurs when trying to import a solution patch in Dynamics 365 |
10 | 9 |
|
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. |
12 | 11 |
|
13 | 12 | _Applies to:_ Microsoft Dynamics 365 |
14 | 13 | _Original KB number:_ 4471087 |
15 | 14 |
|
16 | 15 | ## Symptoms |
17 | 16 |
|
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 Dynamics 365](/power-platform/alm/create-patches-simplify-solution-updates#export-and-import-a-patch), you receive the following error message: |
19 | 18 |
|
20 | 19 | > The import of solution: [solution patch name] failed. |
21 | | -Error code 80048539. |
| 20 | +> Error code 80048539. |
22 | 21 |
|
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: |
31 | 23 |
|
32 | 24 | > 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 |
34 | 26 |
|
35 | 27 | ## Cause |
36 | 28 |
|
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. |
43 | 30 |
|
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 installed solution. For example, a solution named "SolutionA" is already installed with version 1.1.0.0, but you try to import a patch with version 1.0.1.0. |
45 | 32 |
|
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 | +> |
| 35 | +- > If you're using Power Apps to import your unmanaged solution update and receive the error, expand **Advanced settings** and select the **Update (not recommended)** option as a workaround. |
| 36 | +- > Microsoft is aware of the issue and is working on a fix. |
53 | 37 |
|
54 | 38 | ## Resolution |
55 | 39 |
|
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 |
| 40 | +To resolve this issue, verify that the solution patch version you're trying to import is higher than the version of the installed solution. |
63 | 41 |
|
64 | | -If you see the error details mentioned in the Symptom 2 Details section mentioned above: |
| 42 | +Follow these steps: |
65 | 43 |
|
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**. |
| 44 | +1. Check the version of the solution currently installed in Dynamics 365. |
| 45 | +2. Confirm that the version of the solution patch you're trying to import is higher than the version of the installed solution. |
| 46 | +3. If necessary, update the version number of the solution patch and retry the import. |
0 commit comments