Skip to main content

When I’m trying to export/import a Custom Enumeration from one environment to another using ACP, I’m getting this error.

Anyone familiar with this? Any suggestion/solution?

---------------------------

Configuration Package ‘xxxxxxxxxxxxxxxxxxxx’ was not imported correctly.

Error: ORA-20111: The Application Configuration Package does not exist.

---------------------------

Error: ORA-20111: The Application Configuration Package does not exist.

as a workaround, I used export as “.ins” option and it works without any error for the same enumeration.

Application version :

Thank You!

Hi @Naad,

Check whether there is already a package with the same name. If there is, delete it and then try to import again. 

Hope this helps!


@Charith Epitawatta  Thanks for the Reply,

No, there was no package with same name. This is a new ACP created in our development environment and I was trying to move it to kind of “build & Test” environment. 

When I remove the enumeration & added a normal custom field, the same ACP was imported successfully. once the Enumeration added back, problem/error appears again.