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/power-platform/dataverse/working-with-solutions/error-code-80048539-when-importing-solution-patch.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ ms.reviewer:
5
5
ms.date: 03/31/2021
6
6
ms.custom: sap:Working with Solutions
7
7
---
8
-
# Error code 80048539 occurs when trying to import solution patch in Dynamics 365
8
+
# Error code 80048539 occurs when trying to import a solution patch in Dynamics 365
9
9
10
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.
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:
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:
18
18
19
19
> The import of solution: [solution patch name] failed.
20
20
> Error code 80048539.
@@ -26,20 +26,20 @@ If you download the log file and open it in Excel, additional details similar to
26
26
27
27
## Cause
28
28
29
-
Error code **80048539** indicates an invalid patch is being imported.
29
+
Error code 80048539 indicates an invalid patch is being imported.
30
30
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.
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.
32
32
33
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.
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, expand **Advanced settings** and select the **Update (not recommended)** option as a workaround.
35
+
- > Microsoft is aware of the issue and is working on a fix.
36
36
37
37
## Resolution
38
38
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.
39
+
To resolve this issue, verify that the solution patch version you're trying to import is higher than the version of the installed solution.
40
40
41
41
Follow these steps:
42
42
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.
43
+
1. Check the version of the solution currently installed in Dynamics 365.
44
+
2. Confirm that the version of the solution patch you're trying to import is higher than the version of the installed solution.
45
+
3. If necessary, update the version number of the solution patch and retry the import.
0 commit comments