Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
12 replies
Subscribers
6 subscribers
Views
3950 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Need urgent reply please... We are not able to import our Application due t
nikhilh0001
over 11 years ago
Need urgent reply please...
We are not able to import our Application due to this issue:
processModel 0002d724-960c-8000-0d1c-680000680000 1448 "Search": The processModel [id=1448 uuid=0002d724-960c-8000-0d1c-680000680000] was not imported because a required reference is missing: Reference to content [4ade7fd0-2ee5-44c1-8198-46c4898df88e] cannot be found. (APNX-1-4070-000) (APNX-1-4071-006)
We did the following debugging:
1. Checked the content with getcontentdetailsbyUUID - got no result
2. Checked the content in deletion.log - since we didn't know the name it didn't find anything in the log.
3. Checked the xml
4. Checked if any CDT name is similar to Constant name as per this discussion
forum.appian.com/.../
However, we could not find any solution from any of the above. Could someone please let us know what the issue could be?...
OriginalPostID-86131
OriginalPostID-86131
Discussion posts and replies are publicly visible
Parents
0
Eduardo Fuentes
Appian Employee
over 9 years ago
The error indicates your application needs to include model:
0009dbac-e4e2-8000-4f8a-990205fd14c0
to find out what model this is, do the following in the SOURCE environment where you EXPORTED this app from:
1. Download this plug-in
forum.appian.com/.../Content Details by UUID
2. Place it under <APPIAN_HOME>\\_admin\\plugins
3. Wait for it to be deployed by Appian
4. Create a rule expression defined as
=getProcessModelDetailsByUUID(ri!uuid)
5. Test this rule passing this UUID
0009dbac-e4e2-8000-4f8a-990205fd14c0
this model needs to be in your app before exporting it.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Eduardo Fuentes
Appian Employee
over 9 years ago
The error indicates your application needs to include model:
0009dbac-e4e2-8000-4f8a-990205fd14c0
to find out what model this is, do the following in the SOURCE environment where you EXPORTED this app from:
1. Download this plug-in
forum.appian.com/.../Content Details by UUID
2. Place it under <APPIAN_HOME>\\_admin\\plugins
3. Wait for it to be deployed by Appian
4. Create a rule expression defined as
=getProcessModelDetailsByUUID(ri!uuid)
5. Test this rule passing this UUID
0009dbac-e4e2-8000-4f8a-990205fd14c0
this model needs to be in your app before exporting it.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data