Import Solution XML error - CloudFronts

Import Solution XML error

Introduction:

In this blog we will discuss how we can solve XML issue while importing solution from one environment to other.

Scenario and Steps:

1. Deploying a solution from one environment to other causing issues below issue. This error occurs when there are some integrations enabled for your entity.

XML error
XML error

2. Click on “Help me resolve this issue” and a Dialog will be opened which shows the specific error. As you can see element “IsMSTeamsIntegrationEnabled” is present in the solution which is not present in target solution. Thus we will remove this element from XML and import the solution.

DetailedError
Detailed Error

3. To remove the element from XML follow the below steps:

  • Extract the solution you want to import.
  • Open customizations.xml file.
    Customization xml
  • Remove “isMSTeamsIntegartionEnabled” element from XML and save the XML.
    Change XML
  • Zip all the files and import the solution to your environment.
    Your solution will be imported to the targeted environment.

Share Story :

Secured By miniOrange