Package Import From a File Failure | Community
Skip to main content
Level 2
November 8, 2022
Solved

Package Import From a File Failure

  • November 8, 2022
  • 1 reply
  • 1688 views

Hello, I'm trying to import a package from UAT to Prod but running into errors when running the import wizard in campaign. Does anyone had similar issues with package import (See log below).

 

Error log:

10:01:31 - An element with schema 'xtk:folder' and key(s) '/@name' of value 'qFolder138' is missing in the instance but is a prerequisite for the package.
10:01:31 - At least one element is required by the package but missing from the instance. The import will fail.
10:01:31 - XSV-350122 An error occurred and the process has been stopped.

 

 

Thanks,
Soph

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

Hi Soph,

 

based on the error message I guess you are talking about Campaign Classic (xtk:folder is not used in ACS)

 

The objects you are trying to import are having some dependency which is not included in the package:

10:01:31 - An element with schema 'xtk:folder' and key(s) '/@name' of value 'qFolder138' is missing in the instance but is a prerequisite for the package.

 

Ways to solve this:

* create a folder with name qFolder138 on the instance

* include the folder in the package definition (though then recommendation would be to give it a more useful name like qFolderImportWorkflows to prevent potential clashes as qFolder138 is based on an automatic ID which could exist on prod already)

1 reply

bisswangAdobe EmployeeAccepted solution
Adobe Employee
November 9, 2022

Hi Soph,

 

based on the error message I guess you are talking about Campaign Classic (xtk:folder is not used in ACS)

 

The objects you are trying to import are having some dependency which is not included in the package:

10:01:31 - An element with schema 'xtk:folder' and key(s) '/@name' of value 'qFolder138' is missing in the instance but is a prerequisite for the package.

 

Ways to solve this:

* create a folder with name qFolder138 on the instance

* include the folder in the package definition (though then recommendation would be to give it a more useful name like qFolderImportWorkflows to prevent potential clashes as qFolder138 is based on an automatic ID which could exist on prod already)