Skip to content

Commit 4066489

Browse files
authored
Updates from editor
1 parent cf1ece7 commit 4066489

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

support/power-platform/dataverse/working-with-solutions/error-code-80040203-invalid-argument-error.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Error Code 80040203 Invalid Argument
33
description: Provides a solution to an error that occurs when you try to import a solution into Microsoft Dynamics 365.
44
ms.reviewer:
5-
ms.date: 03/31/2021
5+
ms.date: 04/03/2025
66
ms.custom: sap:Working with Solutions
77
---
88
# Error code 80040203 (Invalid Argument) error when importing a solution into Dynamics 365
@@ -27,7 +27,7 @@ When you try to [import a solution](/powerapps/maker/data-platform/import-update
2727
> Number: -2147220989
2828
> Invalid argument.
2929
30-
Additionally, the error dialog may reference the following type of object:
30+
Additionally, the error dialog might reference the following type of object:
3131

3232
> **Type**: Relationship
3333
> **Name**: bpf_\<entity>\_\<publisher>\_\<BPF Name>
@@ -47,15 +47,15 @@ The referenced **Entity Relationship** name is a concatenation of an entity and
4747

4848
## Resolution
4949

50-
Microsoft is aware of this issue and is working on a fix to automatically remove the relationship after a delete and update. In the meantime, the following workarounds can be used to resolve the issue.
50+
Microsoft is aware of this issue and is working on a fix to automatically remove the relationship after a deletion and an update. In the meantime, the following workarounds can be used to resolve the issue.
5151

5252
### Option 1 - Update solution file
5353

54-
If you can't recreate the solution package and need to proceed with the import, you can manually remove the problematic relationship from the solution file.
54+
If you can't re-create the solution package and need to proceed with the import, you can manually remove the problematic relationship from the solution file.
5555

5656
1. Unzip the solution file.
5757
2. Edit the **customization.xml** file.
58-
3. Search for the relationship mentioned in the error: bpf_\<entity>\_\<publisher>\_\<BPF Name>
58+
3. Search for the relationship mentioned in the error: bpf_\<entity>\_\<publisher>\_\<BPF Name>.
5959
4. Delete all XML references to the `EntityRelationship`:
6060

6161
```xml
@@ -68,7 +68,7 @@ If you can't recreate the solution package and need to proceed with the import,
6868
6. Zip the entire directory.
6969
7. Import the solution again.
7070

71-
### Option 2 - Remove the relationship from the source and recreate your solution
71+
### Option 2 - Remove the relationship from the source and re-create your solution
7272

7373
This option provides a long-term resolution and ensures the issue is fixed for future exports of the solution.
7474

0 commit comments

Comments
 (0)