Importing an Entity | Community
Skip to main content
Level 2
October 30, 2020
Solved

Importing an Entity

  • October 30, 2020
  • 1 reply
  • 1538 views

I'm trying to import this entity using the Package Wizard.  

<!--

<package>
<entities schema="nms:recipient">
<recipient address3="17582 Melrose" birthDate="1965/09/05" city="Southfield"
email="betina.a.echols@accenture.com" firstName="Betina" gender="2"
lastName="Echols" mobilePhone="2483129356" stateCode="MI" zipCode="48075"/>
</entities>
</package>

-->

But I dont understand this error message.

 

Submitting job to the server
17:43:41 - No key was found for the '[/]' element of the 'nms:recipient' schema (XML='<recipient address3="17582 Melrose" birthDate="1965/09/05" city="Southfield" email="betina.a.echols@accenture.com" firstName="Betina" gender="2" lastName="Echols" mobilePhone="2483129356" stateCode="M').
17:43:41 - The () package version is different from the (6.1) instance.
17:43:41 - At least one warning was raised during the analysis. The package was not imported.
17:43:41 - XSV-350122 An error occurred and the process has been stopped.

 

Can somebody point me in the right direction.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by bisswang

Entries of the recipient entity are normally not imported via packages.

Else you may have to define a key in the schema to reconcile with existing record. (Assuming import is for ACC as the error message suggests)

 

You may rather use a workflow for the import.

1 reply

bisswangAdobe EmployeeAccepted solution
Adobe Employee
November 2, 2020

Entries of the recipient entity are normally not imported via packages.

Else you may have to define a key in the schema to reconcile with existing record. (Assuming import is for ACC as the error message suggests)

 

You may rather use a workflow for the import.