The specified file does not contain a valid package and cannot be imported. (APNX-1-4154-000) Error

Hi,

I am getting the following error when I try to import and application. How can I find out what the issue is? Or how can I fix it?

The specified file does not contain a valid package and cannot be imported. (APNX-1-4154-000)

Thanks,

Roberta

  Discussion posts and replies are publicly visible

Parents Reply
  • +1
    Certified Lead Developer
    in reply to robertab0001

    There appears to be an extra unnecessary nested folder in the root directory of your ZIP file.  A valid application package zip file will have certain folders immediately at its root, usually "META-INF", "application", "content", "group", etc. 

    In yours, it has all of those but they're under a different top-level folder named "RB Customer Relationship Management" -- almost as if someone extracted the original application package into a folder in Windows, and then created a new zip file including that folder as the top-level, for some reason.  As far as I know, this is never the way the ZIP files are created by the Appian export process.

Children