Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards
GELÖST

Issue importing modified nms:delivery form – package installation failed

Avatar

Level 1

I’m trying to import the nms:delivery form, which I modified on the development environment, into the UAT environment, but I’m getting an error during the import.

Mohamed_AliAL_0-1750431938592.png

17:04:13 - BAS-010087 An error occurred while extending the entity.
17:04:13 - Package installation failed.
17:04:13 - SOP-330011 Error while executing the 'InstallPackageImpl' method of the 'xtk:builder' service.
17:04:13 - XSV-350122 An error occurred, the process could not be completed.
Could you please help me with this?

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Community Advisor

Hi @Mohamed_AliAL ,

Mostly this error occurs when the build number for both the source and target instances are different.

In the package XML, update the build number and version number as same as target environment.
<package author="abc" buildNumber="9123" buildVersion="8.1">

 

Lösung in ursprünglichem Beitrag anzeigen

2 Antworten

Avatar

Level 2

Hi @Mohamed_AliAL 

Have you modified any of the out-of-the-box configuration in the input form?

Could you provide more details?

BR, Oscar

Avatar

Korrekte Antwort von
Community Advisor

Hi @Mohamed_AliAL ,

Mostly this error occurs when the build number for both the source and target instances are different.

In the package XML, update the build number and version number as same as target environment.
<package author="abc" buildNumber="9123" buildVersion="8.1">