Getting the following error while trying to import an application? How do I fgur

Getting the following error while trying to import an application? How do I fgure out what is missing?

portlet _d-0000d824-c446-8000-4593-010000010000_6 "Request Summary": The portlet [id= uuid=_d-0000d824-c446-8000-4593-010000010000_6] was not imported because a required reference is missing: Reference to content [_a-0000d824-c448-8000-4594-010000010000_101] (Portlet Parameter) cannot be found. (APNX-1-4070-001) (APNX-1-4071-006)
page _c-0000d824-c446-8000-4593-010000010000_25 "BSC Home Page": The page [id= uuid=_c-0000d824-c446-8000-4593-010000010000_25] was not imported because a required reference is missing: Reference to portlet [_d-0000d824-c446-8000-4593-010000010000_7] (Page > Portlet) cannot be found. (APNX-1-4070-001) (APNX-1-4071-006)

Cascading Problems (2):
page _c-0000d826-47f6-8000-4593-010000010000_21 "CSO Home Page": The page [id= uuid=_c-0000d826-47f6-8000-4593-010000010000_21] was not imported because a requir...

OriginalPostID-90130

OriginalPostID-90130

  Discussion posts and replies are publicly visible

Parents
  • If you look at the first error it indicates your Request Summary Portlet is referencing a content object (rule, constant, report, document, folder, KC, community) that is not included in the import.

    Since it has a UUID you cannot tell what it is at a glance. In order to understand what object this is simply install the Get Content Details by UUID plug-in available for download here in Appian Forum under the "Shared Components" record (forum.appian.com/.../all)- Expression Functions and test a rule with the following definition:


    getContentDetailsByUUID("_a-0000d824-c448-8000-4594-010000010000_101")

    where that string is the UUID reported in the import error:

    "....was not imported because a required reference is missing: Reference to content [_a-0000d824-c448-8000-4594-010000010000_101] "
Reply
  • If you look at the first error it indicates your Request Summary Portlet is referencing a content object (rule, constant, report, document, folder, KC, community) that is not included in the import.

    Since it has a UUID you cannot tell what it is at a glance. In order to understand what object this is simply install the Get Content Details by UUID plug-in available for download here in Appian Forum under the "Shared Components" record (forum.appian.com/.../all)- Expression Functions and test a rule with the following definition:


    getContentDetailsByUUID("_a-0000d824-c448-8000-4594-010000010000_101")

    where that string is the UUID reported in the import error:

    "....was not imported because a required reference is missing: Reference to content [_a-0000d824-c448-8000-4594-010000010000_101] "
Children
No Data