<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>KB-1279 "We cannot have any import failures" error thrown in the application server log after attempting to create a Quick App</title><link>https://community.appian.com/support/w/kb/490/kb-1279-we-cannot-have-any-import-failures-error-thrown-in-the-application-server-log-after-attempting-to-create-a-quick-app</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1279 "We cannot have any import failures" error thrown in the application server log after attempting to create a Quick App</title><link>https://community.appian.com/support/w/kb/490/kb-1279-we-cannot-have-any-import-failures-error-thrown-in-the-application-server-log-after-attempting-to-create-a-quick-app</link><pubDate>Thu, 09 Aug 2018 02:16:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1bb1a192-ec4b-4c2e-a0fb-9c4a7f86d225</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/490/kb-1279-we-cannot-have-any-import-failures-error-thrown-in-the-application-server-log-after-attempting-to-create-a-quick-app#comments</comments><description>Current Revision posted to Appian Knowledge Base by Parmida Borhani on 8/9/2018 2:16:05 AM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When attempting to create a Quick App, the following error message is returned:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;Quick App Not Created - Oops! Something wen wrong and we couldn&amp;#39;t create your Quick App. Nothing has currently been created. 
You can try to create your Quick App again, but if it continues failing please contact a system administrator.
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;In the application server log, the following error can be seen:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;ERROR com.appiancorp.object.quickapps.QuickAppObjectType - Failure importing object:
...
cause=com.appiancorp.ix.binding.UnresolvedReferencesException: type=content, unresolvedSrcIds=[UUID]
...
ERROR com.appiancorp.object.quickapps.QuickAppObjectType - Failed to create a new quick app
java.lang.IllegalStateException: We cannot have any import failures
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;When creating a Quick App, system objects are imported from the Appian installation. The error is seen when the name of one of the system objects imported conflicts with one of the existing objects in the Appian designer. This results in an import failure, and ultimately prevents the creation of the Quick App.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;Locate the conflict by using the UUID provided in the error description. Once the name of the conflicting object is found, rename it and recreate the Quick App.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;In order to locate the object, one can find it manually in the &lt;em&gt;/designer&lt;/em&gt; interface or use the &lt;a href="https://forum.appian.com/suite/tempo/records/item/lIBCLGOdlMUpdGVqW3dQaIKmclBmvvNEj8vu_cjb7T-5YiPr4Fu8ly5Yj1s09uenE4RYzA8zKyx7eiUjehE6c4co9Y9YmYyXyje4cU5tvLsZq51/view/summary"&gt;Content Details By UUID&lt;/a&gt; shared component.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Export the object from the system.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Delete the object from the system.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Modify the name of the exported object using the downloaded XML file to something else. An example is shown below:&lt;/p&gt;
XML snippet before changes:&lt;br /&gt;
&lt;pre&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;yes&amp;quot;?&amp;gt;
&amp;lt;contentHaul xmlns:a=&amp;quot;&lt;a href="http://www.appian.com/ae/types/2009%22%3E"&gt;http://www.appian.com/ae/types/2009&amp;quot;&amp;gt;&lt;/a&gt;
    &amp;lt;rule&amp;gt;
        &amp;lt;name&amp;gt;test_KB1279&amp;lt;/name&amp;gt;
        &amp;lt;uuid&amp;gt;_a-0001dcff-f301-8000-9ba2-011c48011c48_42670&amp;lt;/uuid&amp;gt; 
...
&lt;/pre&gt;
XML snippet after changing the name:
&lt;pre&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;yes&amp;quot;?&amp;gt;
&amp;lt;contentHaul xmlns:a=&amp;quot;&lt;a href="http://www.appian.com/ae/types/2009%22%3E"&gt;http://www.appian.com/ae/types/2009&amp;quot;&amp;gt;&lt;/a&gt;
    &amp;lt;rule&amp;gt;
        &amp;lt;name&amp;gt;test_KB1279_name_change&amp;lt;/name&amp;gt;
        &amp;lt;uuid&amp;gt;_a-0001dcff-f301-8000-9ba2-011c48011c48_42670&amp;lt;/uuid&amp;gt; 
...&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Re-import the object with the changed name.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 16.2 and later.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;April 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: application design, Quick Apps&lt;/div&gt;
</description></item><item><title>KB-1279 "We cannot have any import failures" error thrown in the application server log after attempting to create a Quick App</title><link>https://community.appian.com/support/w/kb/490/kb-1279-we-cannot-have-any-import-failures-error-thrown-in-the-application-server-log-after-attempting-to-create-a-quick-app/revision/2</link><pubDate>Wed, 04 Apr 2018 03:29:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1bb1a192-ec4b-4c2e-a0fb-9c4a7f86d225</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/490/kb-1279-we-cannot-have-any-import-failures-error-thrown-in-the-application-server-log-after-attempting-to-create-a-quick-app#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Parmida Borhani on 4/4/2018 3:29:17 AM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When attempting to create a Quick App, the following error message is returned:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;Quick App Not Created - Oops! Something wen wrong and we couldn&amp;#39;t create your Quick App. Nothing has currently been created. 
You can try to create your Quick App again, but if it continues failing please contact a system administrator.
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;In the application server log, the following error can be seen:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;ERROR com.appiancorp.object.quickapps.QuickAppObjectType - Failure importing object:
...
cause=com.appiancorp.ix.binding.UnresolvedReferencesException: type=content, unresolvedSrcIds=[UUID]
...
ERROR com.appiancorp.object.quickapps.QuickAppObjectType - Failed to create a new quick app
java.lang.IllegalStateException: We cannot have any import failures
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;When creating a Quick App, system objects are imported from the Appian installation. The error is seen when the name of one of the system objects imported conflicts with one of the existing objects in the Appian designer. This results in an import failure, and ultimately prevents the creation of the Quick App.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;Locate the conflict by using the UUID provided in the error description. Once the name of the conflicting object is found, rename it and recreate the Quick App.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;In order to locate the object, one can find it manually in the &lt;em&gt;/designer&lt;/em&gt; interface or use the &lt;a href="https://forum.appian.com/suite/tempo/records/item/lIBCLGOdlMUpdGVqW3dQaIKmclBmvvNEj8vu_cjb7T-5YiPr4Fu8ly5Yj1s09uenE4RYzA8zKyx7eiUjehE6c4co9Y9YmYyXyje4cU5tvLsZq51/view/summary"&gt;Content Details By UUID&lt;/a&gt; shared component.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Export the object from the system.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Delete the object from the system.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Modify the name of the exported object using the downloaded XML file to something else. An example is shown below:&lt;/p&gt;
XML snippet before changes:&lt;br /&gt;
&lt;pre&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;yes&amp;quot;?&amp;gt;
&amp;lt;contentHaul xmlns:a=&amp;quot;&lt;a href="http://www.appian.com/ae/types/2009%22%3E"&gt;http://www.appian.com/ae/types/2009&amp;quot;&amp;gt;&lt;/a&gt;
    &amp;lt;rule&amp;gt;
        &amp;lt;name&amp;gt;test_KB1279&amp;lt;/name&amp;gt;
        &amp;lt;uuid&amp;gt;_a-0001dcff-f301-8000-9ba2-011c48011c48_42670&amp;lt;/uuid&amp;gt; 
...
&lt;/pre&gt;
XML snippet after changing the name:
&lt;pre&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;yes&amp;quot;?&amp;gt;
&amp;lt;contentHaul xmlns:a=&amp;quot;&lt;a href="http://www.appian.com/ae/types/2009%22%3E"&gt;http://www.appian.com/ae/types/2009&amp;quot;&amp;gt;&lt;/a&gt;
    &amp;lt;rule&amp;gt;
        &amp;lt;name&amp;gt;test_KB1279_name_change&amp;lt;/name&amp;gt;
        &amp;lt;uuid&amp;gt;_a-0001dcff-f301-8000-9ba2-011c48011c48_42670&amp;lt;/uuid&amp;gt; 
...&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Re-import the object with the changed name.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 16.2 and later.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;April 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Quick Apps&lt;/div&gt;
</description></item><item><title>KB-1279 "We cannot have any import failures" error thrown in the application server log after attempting to create a Quick App</title><link>https://community.appian.com/support/w/kb/490/kb-1279-we-cannot-have-any-import-failures-error-thrown-in-the-application-server-log-after-attempting-to-create-a-quick-app/revision/1</link><pubDate>Tue, 07 Mar 2017 15:50:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1bb1a192-ec4b-4c2e-a0fb-9c4a7f86d225</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/490/kb-1279-we-cannot-have-any-import-failures-error-thrown-in-the-application-server-log-after-attempting-to-create-a-quick-app#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Nick Vigilante on 3/7/2017 3:50:47 PM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When attempting to create a Quick App, the following error message is returned:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;Quick App Not Created - Oops! Something wen wrong and we couldn&amp;#39;t create your Quick App. Nothing has currently been created. 
You can try to create your Quick App again, but if it continues failing please contact a system administrator.
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;In the application server log, the following error can be seen:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;ERROR com.appiancorp.object.quickapps.QuickAppObjectType - Failure importing object:
...
cause=com.appiancorp.ix.binding.UnresolvedReferencesException: type=content, unresolvedSrcIds=[UUID]
...
ERROR com.appiancorp.object.quickapps.QuickAppObjectType - Failed to create a new quick app
java.lang.IllegalStateException: We cannot have any import failures
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;When creating a Quick App, system objects are imported from the Appian installation. The error is seen when the name of one of the system objects imported conflicts with one of the existing objects in the Appian designer. This results in an import failure, and ultimately prevents the creation of the Quick App.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;Locate the conflict by using the UUID provided in the error description. Once the name of the conflicting object is found, remove or rename it, and recreate the Quick App.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Notes:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;In order to locate the object, one can find it manually in the &lt;em&gt;/designer&lt;/em&gt; interface or use the &lt;a href="https://forum.appian.com/suite/tempo/records/item/lIBCLGOdlMUpdGVqW3dQaIKmclBmvvNEj8vu_cjb7T-5YiPr4Fu8ly5Yj1s09uenE4RYzA8zKyx7eiUjehE6c4co9Y9YmYyXyje4cU5tvLsZq51/view/summary"&gt;Content Details By UUID&lt;/a&gt; shared component.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In order to successfully rename the object:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Export the object and remove the rule from the system.&lt;/li&gt;
&lt;li&gt;Modify the name in the XML file to something else. An example is shown below:&lt;br /&gt;XML snippet before changes:&lt;br /&gt;
&lt;pre&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;yes&amp;quot;?&amp;gt;
&amp;lt;contentHaul xmlns:a=&amp;quot;&lt;a href="http://www.appian.com/ae/types/2009%22%3E"&gt;http://www.appian.com/ae/types/2009&amp;quot;&amp;gt;&lt;/a&gt;
    &amp;lt;rule&amp;gt;
        &amp;lt;name&amp;gt;test_KB1279&amp;lt;/name&amp;gt;
        &amp;lt;uuid&amp;gt;_a-0001dcff-f301-8000-9ba2-011c48011c48_42670&amp;lt;/uuid&amp;gt; 
...
&lt;/pre&gt;
XML snippet after changing the name:
&lt;pre&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;yes&amp;quot;?&amp;gt;
&amp;lt;contentHaul xmlns:a=&amp;quot;&lt;a href="http://www.appian.com/ae/types/2009%22%3E"&gt;http://www.appian.com/ae/types/2009&amp;quot;&amp;gt;&lt;/a&gt;
    &amp;lt;rule&amp;gt;
        &amp;lt;name&amp;gt;test_KB1279_name_change&amp;lt;/name&amp;gt;
        &amp;lt;uuid&amp;gt;_a-0001dcff-f301-8000-9ba2-011c48011c48_42670&amp;lt;/uuid&amp;gt; 
...
&lt;/pre&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 16.2 and later.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;March 2017&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Quick Apps&lt;/div&gt;
</description></item></channel></rss>