<?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-2238 "The username &lt;UUID&gt; is not a valid user" error when accessing the Infrastructure page of the Admin Console</title><link>https://community.appian.com/support/w/kb/3044/kb-2238-the-username-uuid-is-not-a-valid-user-error-when-accessing-the-infrastructure-page-of-the-admin-console</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-2238 "The username &lt;UUID&gt; is not a valid user" error when accessing the Infrastructure page of the Admin Console</title><link>https://community.appian.com/support/w/kb/3044/kb-2238-the-username-uuid-is-not-a-valid-user-error-when-accessing-the-infrastructure-page-of-the-admin-console</link><pubDate>Thu, 18 May 2023 15:17:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fec9b80f-71e8-42e5-a4ad-7a90ddd157a3</guid><dc:creator>Elly Meng</dc:creator><comments>https://community.appian.com/support/w/kb/3044/kb-2238-the-username-uuid-is-not-a-valid-user-error-when-accessing-the-infrastructure-page-of-the-admin-console#comments</comments><description>Current Revision posted to Appian Knowledge Base by Elly Meng on 5/18/2023 3:17:27 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;The following error&amp;nbsp;is seen&amp;nbsp;when attempting to access the Infrastructure page of the Admin Console:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-11/5773.Capture.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;Corresponding error&amp;nbsp;in the application server log:&lt;/p&gt;
&lt;pre&gt;&lt;span&gt;&lt;/span&gt;ERROR com.appiancorp.rest.shared.AppianExceptionMapper - Internal Server Error on REST API invocation.&lt;br /&gt;com.appiancorp.exceptions.LocalizedAppianRuntimeException$LocalizedAppianException: &lt;br /&gt;Expression evaluation error [evaluation ID = 3a5d4:caf85] : The username &amp;lt;UUID&amp;gt; is not a valid user. (APNX-1-4198-000)&lt;br /&gt;... &lt;br /&gt;Caused by: ObjectNotFoundException[&amp;lt;UUID&amp;gt;]: The username&amp;nbsp;&amp;lt;UUID&amp;gt; is not a valid user. (APNX-1-4100-000)&lt;/pre&gt;
&lt;p&gt;&lt;span&gt;The&amp;nbsp;user in the error corresponds to a user from another environment, but there is no connected infrastructure&amp;nbsp;set up between these two environments.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span style="font-family:inherit;"&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;The Admin Console settings were imported from&amp;nbsp;another environment and the referenced user does not exist in the affected environment.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Check whether the &lt;code&gt;cfg&lt;/code&gt; table in the primary database references the invalid user&amp;#39;s UUID:
&lt;pre&gt;select * from cfg where prop_key = &amp;quot;conf.designDeployment.DEPLOYMENT_USER_UUID&amp;quot; OR prop_key = &amp;quot;conf.designDeployment.AUTHENTICATE_AS_USER_UUID&amp;quot;;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;If so,&amp;nbsp;run the following and save the output in case the above properties&amp;nbsp;need to be reverted:
&lt;pre&gt;select * from cfg where prop_key = &amp;quot;conf.designDeployment.DEPLOYMENT_USER_UUID&amp;quot; OR prop_key = &amp;quot;conf.designDeployment.AUTHENTICATE_AS_USER_UUID&amp;quot;;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Clear these properties:
&lt;pre&gt;update cfg set isDefault = 1 prop_value = NULL where prop_key = &amp;quot;conf.designDeployment.DEPLOYMENT_USER_UUID&amp;quot; OR prop_key = &amp;quot;conf.designDeployment.AUTHENTICATE_AS_USER_UUID&amp;quot;;&lt;/pre&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all self-managed versions of Appian.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;May 2023&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: administration console, compare and deploy, application design, import/export&lt;/div&gt;
</description></item><item><title>KB-2238 "The username XXX is not a valid user" error when accessing the Infrastructure page of the Admin Console</title><link>https://community.appian.com/support/w/kb/3044/kb-2238-the-username-uuid-is-not-a-valid-user-error-when-accessing-the-infrastructure-page-of-the-admin-console/revision/14</link><pubDate>Thu, 18 May 2023 15:14:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fec9b80f-71e8-42e5-a4ad-7a90ddd157a3</guid><dc:creator>Elly Meng</dc:creator><comments>https://community.appian.com/support/w/kb/3044/kb-2238-the-username-uuid-is-not-a-valid-user-error-when-accessing-the-infrastructure-page-of-the-admin-console#comments</comments><description>Revision 14 posted to Appian Knowledge Base by Elly Meng on 5/18/2023 3:14:21 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;The following error&amp;nbsp;is seen&amp;nbsp;when attempting to access the Infrastructure page of the Admin Console:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-13/5773.Capture.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;Corresponding error&amp;nbsp;in the application server log:&lt;/p&gt;
&lt;pre&gt;&lt;span&gt;&lt;/span&gt;ERROR com.appiancorp.rest.shared.AppianExceptionMapper - Internal Server Error on REST API invocation.&lt;br /&gt;com.appiancorp.exceptions.LocalizedAppianRuntimeException$LocalizedAppianException: &lt;br /&gt;Expression evaluation error [evaluation ID = 3a5d4:caf85] : The username &amp;lt;UUID&amp;gt; is not a valid user. (APNX-1-4198-000)&lt;br /&gt;... &lt;br /&gt;Caused by: ObjectNotFoundException[&amp;lt;UUID&amp;gt;]: The username&amp;nbsp;&amp;lt;UUID&amp;gt; is not a valid user. (APNX-1-4100-000)&lt;/pre&gt;
&lt;p&gt;&lt;span&gt;The&amp;nbsp;user in the error corresponds to a user from another environment, but there is no connected infrastructure&amp;nbsp;set up between these two environments.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span style="font-family:inherit;"&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;The Admin Console settings were imported from&amp;nbsp;another environment and the referenced user does not exist in the affected environment.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Check whether the &lt;code&gt;cfg&lt;/code&gt; table in the primary database references the invalid user&amp;#39;s UUID:
&lt;pre&gt;select * from cfg where prop_key = &amp;quot;conf.designDeployment.DEPLOYMENT_USER_UUID&amp;quot; OR prop_key = &amp;quot;conf.designDeployment.AUTHENTICATE_AS_USER_UUID&amp;quot;;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;If so,&amp;nbsp;run the following and save the output in case the above properties&amp;nbsp;need to be reverted:
&lt;pre&gt;select * from cfg where prop_key = &amp;quot;conf.designDeployment.DEPLOYMENT_USER_UUID&amp;quot; OR prop_key = &amp;quot;conf.designDeployment.AUTHENTICATE_AS_USER_UUID&amp;quot;;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Clear these properties:
&lt;pre&gt;update cfg set isDefault = 1 prop_value = NULL where prop_key = &amp;quot;conf.designDeployment.DEPLOYMENT_USER_UUID&amp;quot; OR prop_key = &amp;quot;conf.designDeployment.AUTHENTICATE_AS_USER_UUID&amp;quot;;&lt;/pre&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all self-managed versions of Appian.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;May 2023&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: administration console, compare and deploy, application design, import/export&lt;/div&gt;
</description></item><item><title>KB-2238 "The username XXX is not a valid user" error when accessing the Infrastructure page of the Admin Console</title><link>https://community.appian.com/support/w/kb/3044/kb-2238-the-username-uuid-is-not-a-valid-user-error-when-accessing-the-infrastructure-page-of-the-admin-console/revision/15</link><pubDate>Thu, 18 May 2023 15:14:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fec9b80f-71e8-42e5-a4ad-7a90ddd157a3</guid><dc:creator>Elly Meng</dc:creator><comments>https://community.appian.com/support/w/kb/3044/kb-2238-the-username-uuid-is-not-a-valid-user-error-when-accessing-the-infrastructure-page-of-the-admin-console#comments</comments><description>Revision 15 posted to Appian Knowledge Base by Elly Meng on 5/18/2023 3:14:21 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;The following error&amp;nbsp;is seen&amp;nbsp;when attempting to access the Infrastructure page of the Admin Console:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-11/5773.Capture.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;Corresponding error&amp;nbsp;in the application server log:&lt;/p&gt;
&lt;pre&gt;&lt;span&gt;&lt;/span&gt;ERROR com.appiancorp.rest.shared.AppianExceptionMapper - Internal Server Error on REST API invocation.&lt;br /&gt;com.appiancorp.exceptions.LocalizedAppianRuntimeException$LocalizedAppianException: &lt;br /&gt;Expression evaluation error [evaluation ID = 3a5d4:caf85] : The username &amp;lt;UUID&amp;gt; is not a valid user. (APNX-1-4198-000)&lt;br /&gt;... &lt;br /&gt;Caused by: ObjectNotFoundException[&amp;lt;UUID&amp;gt;]: The username&amp;nbsp;&amp;lt;UUID&amp;gt; is not a valid user. (APNX-1-4100-000)&lt;/pre&gt;
&lt;p&gt;&lt;span&gt;The&amp;nbsp;user in the error corresponds to a user from another environment, but there is no connected infrastructure&amp;nbsp;set up between these two environments.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span style="font-family:inherit;"&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;The Admin Console settings were imported from&amp;nbsp;another environment and the referenced user does not exist in the affected environment.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Check whether the &lt;code&gt;cfg&lt;/code&gt; table in the primary database references the invalid user&amp;#39;s UUID:
&lt;pre&gt;select * from cfg where prop_key = &amp;quot;conf.designDeployment.DEPLOYMENT_USER_UUID&amp;quot; OR prop_key = &amp;quot;conf.designDeployment.AUTHENTICATE_AS_USER_UUID&amp;quot;;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;If so,&amp;nbsp;run the following and save the output in case the above properties&amp;nbsp;need to be reverted:
&lt;pre&gt;select * from cfg where prop_key = &amp;quot;conf.designDeployment.DEPLOYMENT_USER_UUID&amp;quot; OR prop_key = &amp;quot;conf.designDeployment.AUTHENTICATE_AS_USER_UUID&amp;quot;;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Clear these properties:
&lt;pre&gt;update cfg set isDefault = 1 prop_value = NULL where prop_key = &amp;quot;conf.designDeployment.DEPLOYMENT_USER_UUID&amp;quot; OR prop_key = &amp;quot;conf.designDeployment.AUTHENTICATE_AS_USER_UUID&amp;quot;;&lt;/pre&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all self-managed versions of Appian.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;May 2023&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: administration console, compare and deploy, application design, import/export&lt;/div&gt;
</description></item><item><title>DRAFT- Unable to access the Infrastructure page from the admin console</title><link>https://community.appian.com/support/w/kb/3044/kb-2238-the-username-uuid-is-not-a-valid-user-error-when-accessing-the-infrastructure-page-of-the-admin-console/revision/13</link><pubDate>Fri, 03 Mar 2023 20:18:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fec9b80f-71e8-42e5-a4ad-7a90ddd157a3</guid><dc:creator>Elly Meng</dc:creator><comments>https://community.appian.com/support/w/kb/3044/kb-2238-the-username-uuid-is-not-a-valid-user-error-when-accessing-the-infrastructure-page-of-the-admin-console#comments</comments><description>Revision 13 posted to Appian Knowledge Base by Elly Meng on 3/3/2023 8:18:47 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;The following error&amp;nbsp;is seen&amp;nbsp;when attempting to access the Infrastructure page of the Admin Console:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-13/5773.Capture.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;Corresponding error&amp;nbsp;in the application server log:&lt;/p&gt;
&lt;pre&gt;&lt;span&gt;&lt;/span&gt;ERROR com.appiancorp.rest.shared.AppianExceptionMapper - Internal Server Error on REST API invocation.&lt;br /&gt;com.appiancorp.exceptions.LocalizedAppianRuntimeException$LocalizedAppianException: &lt;br /&gt;Expression evaluation error [evaluation ID = 3a5d4:caf85] : The username &amp;lt;UUID&amp;gt; is not a valid user. (APNX-1-4198-000)&lt;br /&gt;... &lt;br /&gt;Caused by: ObjectNotFoundException[&amp;lt;UUID&amp;gt;]: The username&amp;nbsp;&amp;lt;UUID&amp;gt; is not a valid user. (APNX-1-4100-000)&lt;/pre&gt;
&lt;p&gt;&lt;span&gt;The&amp;nbsp;user in the error corresponds to a user from another environment, but there is no connected infrastructure&amp;nbsp;set up between these two environments.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span style="font-family:inherit;"&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;The Admin Console settings were imported from&amp;nbsp;another environment and the referenced user does not exist in the affected environment.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Check whether the &lt;code&gt;cfg&lt;/code&gt; table in the primary database references the invalid user&amp;#39;s UUID:
&lt;pre&gt;select * from cfg where prop_key = &amp;quot;conf.designDeployment.DEPLOYMENT_USER_UUID&amp;quot; OR prop_key = &amp;quot;conf.designDeployment.AUTHENTICATE_AS_USER_UUID&amp;quot;;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;If so,&amp;nbsp;run the following and save the output in case the above properties&amp;nbsp;need to be reverted:
&lt;pre&gt;select * from cfg where prop_key = &amp;quot;conf.designDeployment.DEPLOYMENT_USER_UUID&amp;quot; OR prop_key = &amp;quot;conf.designDeployment.AUTHENTICATE_AS_USER_UUID&amp;quot;;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Clear these properties:
&lt;pre&gt;update cfg set isDefault = 1 prop_value = NULL where prop_key = &amp;quot;conf.designDeployment.DEPLOYMENT_USER_UUID&amp;quot; OR prop_key = &amp;quot;conf.designDeployment.AUTHENTICATE_AS_USER_UUID&amp;quot;;&lt;/pre&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all self-managed versions of Appian.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;Mar 2023&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: administration console, compare and deploy, application design, import/export&lt;/div&gt;
</description></item><item><title>DRAFT- Unable to access the Infrastructure page from the admin console</title><link>https://community.appian.com/support/w/kb/3044/kb-2238-the-username-uuid-is-not-a-valid-user-error-when-accessing-the-infrastructure-page-of-the-admin-console/revision/12</link><pubDate>Fri, 03 Mar 2023 20:18:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fec9b80f-71e8-42e5-a4ad-7a90ddd157a3</guid><dc:creator>Elly Meng</dc:creator><comments>https://community.appian.com/support/w/kb/3044/kb-2238-the-username-uuid-is-not-a-valid-user-error-when-accessing-the-infrastructure-page-of-the-admin-console#comments</comments><description>Revision 12 posted to Appian Knowledge Base by Elly Meng on 3/3/2023 8:18:14 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;The following error&amp;nbsp;is seen&amp;nbsp;when attempting to access the Infrastructure page of the Admin Console:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-13/5773.Capture.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;Corresponding error&amp;nbsp;in the application server log:&lt;/p&gt;
&lt;pre&gt;&lt;span&gt;&lt;/span&gt;ERROR com.appiancorp.rest.shared.AppianExceptionMapper - Internal Server Error on REST API invocation.&lt;br /&gt;com.appiancorp.exceptions.LocalizedAppianRuntimeException$LocalizedAppianException: &lt;br /&gt;Expression evaluation error [evaluation ID = 3a5d4:caf85] : The username &amp;lt;UUID&amp;gt; is not a valid user. (APNX-1-4198-000)&lt;br /&gt;... &lt;br /&gt;Caused by: ObjectNotFoundException[&amp;lt;UUID&amp;gt;]: The username&amp;nbsp;&amp;lt;UUID&amp;gt; is not a valid user. (APNX-1-4100-000)&lt;/pre&gt;
&lt;p&gt;&lt;span&gt;The&amp;nbsp;user in the error corresponds to a user from another environment, but there is no connected infrastructure&amp;nbsp;set up between these two environments.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span style="font-family:inherit;"&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;The Admin Console settings were imported from&amp;nbsp;another environment and the referenced user does not exist in the affected environment..&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Check whether the &lt;code&gt;cfg&lt;/code&gt; table in the primary database references the invalid user&amp;#39;s UUID:
&lt;pre&gt;select * from cfg where prop_key = &amp;quot;conf.designDeployment.DEPLOYMENT_USER_UUID&amp;quot; OR prop_key = &amp;quot;conf.designDeployment.AUTHENTICATE_AS_USER_UUID&amp;quot;;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;If so,&amp;nbsp;run the following and save the output in case the above properties&amp;nbsp;need to be reverted:
&lt;pre&gt;select * from cfg where prop_key = &amp;quot;conf.designDeployment.DEPLOYMENT_USER_UUID&amp;quot; OR prop_key = &amp;quot;conf.designDeployment.AUTHENTICATE_AS_USER_UUID&amp;quot;;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Clear these properties:
&lt;pre&gt;update cfg set isDefault = 1 prop_value = NULL where prop_key = &amp;quot;conf.designDeployment.DEPLOYMENT_USER_UUID&amp;quot; OR prop_key = &amp;quot;conf.designDeployment.AUTHENTICATE_AS_USER_UUID&amp;quot;;&lt;/pre&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all self-managed versions of Appian.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;Mar 2023&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: administration console, compare and deploy, application design, import/export&lt;/div&gt;
</description></item><item><title>DRAFT- Unable to access the Infrastructure page from the admin console</title><link>https://community.appian.com/support/w/kb/3044/kb-2238-the-username-uuid-is-not-a-valid-user-error-when-accessing-the-infrastructure-page-of-the-admin-console/revision/11</link><pubDate>Fri, 03 Mar 2023 20:17:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fec9b80f-71e8-42e5-a4ad-7a90ddd157a3</guid><dc:creator>Elly Meng</dc:creator><comments>https://community.appian.com/support/w/kb/3044/kb-2238-the-username-uuid-is-not-a-valid-user-error-when-accessing-the-infrastructure-page-of-the-admin-console#comments</comments><description>Revision 11 posted to Appian Knowledge Base by Elly Meng on 3/3/2023 8:17:52 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;The following error&amp;nbsp;is seen&amp;nbsp;when attempting to access the Infrastructure page of the Admin Console:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-13/5773.Capture.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;Corresponding error&amp;nbsp;in the application server log:&lt;/p&gt;
&lt;pre&gt;&lt;span&gt;&lt;/span&gt;ERROR com.appiancorp.rest.shared.AppianExceptionMapper - Internal Server Error on REST API invocation.&lt;br /&gt;com.appiancorp.exceptions.LocalizedAppianRuntimeException$LocalizedAppianException: &lt;br /&gt;Expression evaluation error [evaluation ID = 3a5d4:caf85] : The username &amp;lt;UUID&amp;gt; is not a valid user. (APNX-1-4198-000)&lt;br /&gt;... &lt;br /&gt;Caused by: ObjectNotFoundException[&amp;lt;UUID&amp;gt;]: The username&amp;nbsp;&amp;lt;UUID&amp;gt; is not a valid user. (APNX-1-4100-000)&lt;/pre&gt;
&lt;p&gt;&lt;span&gt;The&amp;nbsp;user in the error corresponds to a user from another environment, but there is no connected infrastructure&amp;nbsp;set up between these two environments.&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;/pre&gt;
&lt;h2&gt;&lt;span style="font-family:inherit;"&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;The Admin Console settings were imported from&amp;nbsp;another environment and the referenced user does not exist in the affected environment..&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Check whether the &lt;code&gt;cfg&lt;/code&gt; table in the primary database references the invalid user&amp;#39;s UUID:
&lt;pre&gt;select * from cfg where prop_key = &amp;quot;conf.designDeployment.DEPLOYMENT_USER_UUID&amp;quot; OR prop_key = &amp;quot;conf.designDeployment.AUTHENTICATE_AS_USER_UUID&amp;quot;;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;If so,&amp;nbsp;run the following and save the output in case the above properties&amp;nbsp;need to be reverted:
&lt;pre&gt;select * from cfg where prop_key = &amp;quot;conf.designDeployment.DEPLOYMENT_USER_UUID&amp;quot; OR prop_key = &amp;quot;conf.designDeployment.AUTHENTICATE_AS_USER_UUID&amp;quot;;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Clear these properties:
&lt;pre&gt;update cfg set isDefault = 1 prop_value = NULL where prop_key = &amp;quot;conf.designDeployment.DEPLOYMENT_USER_UUID&amp;quot; OR prop_key = &amp;quot;conf.designDeployment.AUTHENTICATE_AS_USER_UUID&amp;quot;;&lt;/pre&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all self-managed versions of Appian.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;Mar 2023&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: administration console, compare and deploy, application design, import/export&lt;/div&gt;
</description></item><item><title>DRAFT- Unable to access the Infrastructure page from the admin console</title><link>https://community.appian.com/support/w/kb/3044/kb-2238-the-username-uuid-is-not-a-valid-user-error-when-accessing-the-infrastructure-page-of-the-admin-console/revision/10</link><pubDate>Fri, 03 Mar 2023 20:16:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fec9b80f-71e8-42e5-a4ad-7a90ddd157a3</guid><dc:creator>Elly Meng</dc:creator><comments>https://community.appian.com/support/w/kb/3044/kb-2238-the-username-uuid-is-not-a-valid-user-error-when-accessing-the-infrastructure-page-of-the-admin-console#comments</comments><description>Revision 10 posted to Appian Knowledge Base by Elly Meng on 3/3/2023 8:16:18 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;The following error&amp;nbsp;is seen&amp;nbsp;when attempting to access the Infrastructure page of the Admin Console:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-13/5773.Capture.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;Corresponding error&amp;nbsp;in the application server log:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;ERROR com.appiancorp.rest.shared.AppianExceptionMapper - Internal Server Error on REST API invocation.&lt;br /&gt;com.appiancorp.exceptions.LocalizedAppianRuntimeException$LocalizedAppianException: &lt;br /&gt;Expression evaluation error [evaluation ID = 3a5d4:caf85] : The username &amp;lt;UUID&amp;gt; is not a valid user. (APNX-1-4198-000)&lt;br /&gt;... &lt;br /&gt;Caused by: ObjectNotFoundException[&amp;lt;UUID&amp;gt;]: The username&amp;nbsp;&amp;lt;UUID&amp;gt; is not a valid user. (APNX-1-4100-000)&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The&amp;nbsp;user in the error corresponds to a user from another environment, but there is no connected infrastructure&amp;nbsp;set up between these two environments.&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;/pre&gt;
&lt;h2&gt;&lt;span style="font-family:inherit;"&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;The Admin Console settings were imported from&amp;nbsp;another environment and the referenced user does not exist in the affected environment..&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Check whether the &lt;code&gt;cfg&lt;/code&gt; table in the primary database references the invalid user&amp;#39;s UUID:
&lt;pre&gt;select * from cfg where prop_key = &amp;quot;conf.designDeployment.DEPLOYMENT_USER_UUID&amp;quot; OR prop_key = &amp;quot;conf.designDeployment.AUTHENTICATE_AS_USER_UUID&amp;quot;;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;If so,&amp;nbsp;run the following and save the output in case the above properties&amp;nbsp;need to be reverted:
&lt;pre&gt;select * from cfg where prop_key = &amp;quot;conf.designDeployment.DEPLOYMENT_USER_UUID&amp;quot; OR prop_key = &amp;quot;conf.designDeployment.AUTHENTICATE_AS_USER_UUID&amp;quot;;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Clear these properties:
&lt;pre&gt;update cfg set isDefault = 1 prop_value = NULL where prop_key = &amp;quot;conf.designDeployment.DEPLOYMENT_USER_UUID&amp;quot; OR prop_key = &amp;quot;conf.designDeployment.AUTHENTICATE_AS_USER_UUID&amp;quot;;&lt;/pre&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all self-managed versions of Appian.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;Mar 2023&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: administration console, compare and deploy, application design, import/export&lt;/div&gt;
</description></item><item><title>DRAFT- Unable to access the Infrastructure page from the admin console</title><link>https://community.appian.com/support/w/kb/3044/kb-2238-the-username-uuid-is-not-a-valid-user-error-when-accessing-the-infrastructure-page-of-the-admin-console/revision/9</link><pubDate>Fri, 03 Mar 2023 20:13:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fec9b80f-71e8-42e5-a4ad-7a90ddd157a3</guid><dc:creator>Elly Meng</dc:creator><comments>https://community.appian.com/support/w/kb/3044/kb-2238-the-username-uuid-is-not-a-valid-user-error-when-accessing-the-infrastructure-page-of-the-admin-console#comments</comments><description>Revision 9 posted to Appian Knowledge Base by Elly Meng on 3/3/2023 8:13:35 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;The following error&amp;nbsp;is seen&amp;nbsp;when attempting to access the Infrastructure page of the Admin Console:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-13/5773.Capture.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;Corresponding error&amp;nbsp;in the application server log:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;ERROR com.appiancorp.rest.shared.AppianExceptionMapper - Internal Server Error on REST API invocation.&lt;br /&gt;com.appiancorp.exceptions.LocalizedAppianRuntimeException$LocalizedAppianException: &lt;br /&gt;Expression evaluation error [evaluation ID = 3a5d4:caf85] : The username &amp;lt;UUID&amp;gt; is not a valid user. (APNX-1-4198-000)&lt;br /&gt;... &lt;br /&gt;Caused by: ObjectNotFoundException[&amp;lt;UUID&amp;gt;]: The username&amp;nbsp;&amp;lt;UUID&amp;gt; is not a valid user. (APNX-1-4100-000)&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The&amp;nbsp;user in the error corresponds to a user from another environment, but there is no connected infrastructure&amp;nbsp;set up between these two environments.&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;/pre&gt;
&lt;h2&gt;&lt;span style="font-family:inherit;"&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;The Admin Console settings were imported from&amp;nbsp;another environment and the referenced user does not exist in the affected environment..&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Check whether the &lt;code&gt;cfg&lt;/code&gt; table in the primary database references the invalid user&amp;#39;s UUID:
&lt;pre&gt;select * from cfg where prop_key = &amp;quot;conf.designDeployment.DEPLOYMENT_USER_UUID&amp;quot; OR prop_key = &amp;quot;conf.designDeployment.AUTHENTICATE_AS_USER_UUID&amp;quot;;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;If so,&amp;nbsp;run the following and save the output in case the above properties&amp;nbsp;need to be reverted:
&lt;pre&gt;select * from cfg where prop_key = &amp;quot;conf.designDeployment.DEPLOYMENT_USER_UUID&amp;quot; OR prop_key = &amp;quot;conf.designDeployment.AUTHENTICATE_AS_USER_UUID&amp;quot;;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Clear these properties:
&lt;pre&gt;update cfg set isDefault = 1 prop_value = NULL where prop_key = &amp;quot;conf.designDeployment.DEPLOYMENT_USER_UUID&amp;quot; OR prop_key = &amp;quot;conf.designDeployment.AUTHENTICATE_AS_USER_UUID&amp;quot;;&lt;/pre&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all self-managed versions of Appian.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;Mar 2023&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, administration console, compare and deploy, import/export&lt;/div&gt;
</description></item><item><title>DRAFT- Unable to access the Infrastructure page from the admin console</title><link>https://community.appian.com/support/w/kb/3044/kb-2238-the-username-uuid-is-not-a-valid-user-error-when-accessing-the-infrastructure-page-of-the-admin-console/revision/8</link><pubDate>Fri, 03 Mar 2023 20:12:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fec9b80f-71e8-42e5-a4ad-7a90ddd157a3</guid><dc:creator>Elly Meng</dc:creator><comments>https://community.appian.com/support/w/kb/3044/kb-2238-the-username-uuid-is-not-a-valid-user-error-when-accessing-the-infrastructure-page-of-the-admin-console#comments</comments><description>Revision 8 posted to Appian Knowledge Base by Elly Meng on 3/3/2023 8:12:13 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;The following error&amp;nbsp;is seen&amp;nbsp;when attempting to access the Infrastructure page of the Admin Console:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-13/5773.Capture.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;Corresponding error&amp;nbsp;in the application server log:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;ERROR com.appiancorp.rest.shared.AppianExceptionMapper - Internal Server Error on REST API invocation.&lt;br /&gt;com.appiancorp.exceptions.LocalizedAppianRuntimeException$LocalizedAppianException: &lt;br /&gt;Expression evaluation error [evaluation ID = 3a5d4:caf85] : The username &amp;lt;UUID&amp;gt; is not a valid user. (APNX-1-4198-000)&lt;br /&gt;... &lt;br /&gt;Caused by: ObjectNotFoundException[&amp;lt;UUID&amp;gt;]: The username&amp;nbsp;&amp;lt;UUID&amp;gt; is not a valid user. (APNX-1-4100-000)&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The&amp;nbsp;user in the error corresponds to a user from another environment, but there is no connected infrastructure&amp;nbsp;set up between these two environments.&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;/pre&gt;
&lt;h2&gt;&lt;span style="font-family:inherit;"&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;The Admin Console settings were imported from&amp;nbsp;another environment and the referenced user does not exist in the affected environment..&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;pre&gt;&lt;span&gt;Check whether&amp;nbsp;the&amp;nbsp;&lt;/span&gt;&lt;tt&gt;cfg&lt;/tt&gt;&lt;span&gt;&amp;nbsp;table in the primary database references the invalid&amp;nbsp;user&amp;#39;s UUID:&lt;br /&gt;&lt;/span&gt;select * from cfg where prop_key = &amp;quot;conf.designDeployment.DEPLOYMENT_USER_UUID&amp;quot; OR prop_key = &amp;quot;conf.designDeployment.AUTHENTICATE_AS_USER_UUID&amp;quot;;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;If so,&amp;nbsp;run the following and save the output in case the properties&amp;nbsp;need to be reverted:
&lt;pre&gt;select * from cfg where prop_key = &amp;quot;conf.designDeployment.DEPLOYMENT_USER_UUID&amp;quot; OR prop_key = &amp;quot;conf.designDeployment.AUTHENTICATE_AS_USER_UUID&amp;quot;;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Clear these properties:
&lt;pre&gt;update cfg set isDefault = 1 prop_value = NULL where prop_key = &amp;quot;conf.designDeployment.DEPLOYMENT_USER_UUID&amp;quot; OR prop_key = &amp;quot;conf.designDeployment.AUTHENTICATE_AS_USER_UUID&amp;quot;;&lt;/pre&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all self-managed versions of Appian.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;Mar 2023&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, 500, administration console, compare and deploy, import/export&lt;/div&gt;
</description></item><item><title>DRAFT- Unable to access the Infrastructure page from the admin console</title><link>https://community.appian.com/support/w/kb/3044/kb-2238-the-username-uuid-is-not-a-valid-user-error-when-accessing-the-infrastructure-page-of-the-admin-console/revision/7</link><pubDate>Fri, 17 Feb 2023 11:21:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fec9b80f-71e8-42e5-a4ad-7a90ddd157a3</guid><dc:creator>shima.matoorian</dc:creator><comments>https://community.appian.com/support/w/kb/3044/kb-2238-the-username-uuid-is-not-a-valid-user-error-when-accessing-the-infrastructure-page-of-the-admin-console#comments</comments><description>Revision 7 posted to Appian Knowledge Base by shima.matoorian on 2/17/2023 11:21:33 AM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Customer is unable to access the Infrastructure page from the admin console as they get the below errors on the UI and Tomcat logs.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The user UUID in the attached error message, is related to a user from another lower environment. but there are no connections between this enviroenmtn and any other environments. this could be checked the infrastructure page from the other lower environments&amp;nbsp;to confirm.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-13/5773.Capture.PNG" /&gt;&lt;/p&gt;
&lt;pre&gt;ERROR com.appiancorp.rest.shared.AppianExceptionMapper - Internal Server Error on REST API invocation.&lt;br /&gt;com.appiancorp.exceptions.LocalizedAppianRuntimeException$LocalizedAppianException: &lt;br /&gt;Expression evaluation error [evaluation ID = 3a5d4:caf85] : The username _xxx is not a valid user. (APNX-1-4198-000)&lt;br /&gt; &amp;nbsp; &amp;nbsp; at com.appiancorp.exceptions.LocalizedAppianRuntimeException.&amp;lt;init&amp;gt;(LocalizedAppianRuntimeException.java:16)&lt;br /&gt;... &lt;br /&gt;Caused by: ObjectNotFoundException[_xxx]: The username _xxx is not a valid user. (APNX-1-4100-000)&lt;br /&gt; &amp;nbsp; &amp;nbsp; at com.appiancorp.expr.server.scriptingfunctions.UserInfoFunctions.getUserInfoByUuid(UserInfoFunctions.java:58)&lt;br /&gt; &amp;nbsp; &amp;nbsp; at com.appiancorp.expr.server.scriptingfunctions.UserInfoFunctions.getUserInfoByUuid_appian_internal(UserInfoFunctions.java:31)&lt;br /&gt; &amp;nbsp; &amp;nbsp; at sun.reflect.GeneratedMethodAccessor3940.invoke(Unknown Source)&amp;nbsp;&lt;/pre&gt;
&lt;h2&gt;&lt;span style="font-family:inherit;"&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;h2&gt;&lt;span style="font-family:inherit;"&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This issue happens because&amp;nbsp;the admin settings have been imported from the lower&amp;nbsp;environment&amp;nbsp;to Prod (or the environment with the issue) and there was a reference to a user that doesn&amp;#39;t exist on Prod.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;We can check Appian database and check if we can find an entry that references this User UUID.&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;span style="font-family:inherit;"&gt;select * from cfg where prop_key=&amp;quot;conf.designDeployment.DEPLOYMENT_USER_UUID&amp;quot;;&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;If the output matches the username in the error you can update the database to remove this property value and this will resolve the issue.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-family:inherit;"&gt;Note: in production environments make sure you get the approval from the product team first.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="code panel"&gt;
&lt;div class="codeContent panelContent"&gt;
&lt;pre class="code-java"&gt;&lt;code&gt;&lt;span style="font-family:inherit;"&gt;update cfgset&amp;nbsp; isDefault = 1&amp;nbsp; prop_value = NULLwhere&amp;nbsp; prop_key = &lt;span class="code-quote"&gt;&amp;quot;conf.designDeployment.DEPLOYMENT_USER_UUID&amp;quot;&lt;/span&gt;;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to Appian &lt;span&gt;22.1.260.0&lt;/span&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;This article could also apply to later or earlier versions as the issue is not permanently fixed&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;Feb 2023&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, 500, administration console, compare and deploy, import/export&lt;/div&gt;
</description></item><item><title>DRAFT- Unable to access the Infrastructure page from the admin console</title><link>https://community.appian.com/support/w/kb/3044/kb-2238-the-username-uuid-is-not-a-valid-user-error-when-accessing-the-infrastructure-page-of-the-admin-console/revision/6</link><pubDate>Fri, 17 Feb 2023 11:17:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fec9b80f-71e8-42e5-a4ad-7a90ddd157a3</guid><dc:creator>shima.matoorian</dc:creator><comments>https://community.appian.com/support/w/kb/3044/kb-2238-the-username-uuid-is-not-a-valid-user-error-when-accessing-the-infrastructure-page-of-the-admin-console#comments</comments><description>Revision 6 posted to Appian Knowledge Base by shima.matoorian on 2/17/2023 11:17:51 AM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Customer is unable to access the Infrastructure page from the admin console as they get the below errors on the UI and Tomcat logs.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The user UUID in the attached error message, is related to a user from another lower environment. but there are no connections between this enviroenmtn and any other environments. this could be checked the infrastructure page from the other lower environments&amp;nbsp;to confirm.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-13/5773.Capture.PNG" /&gt;&lt;/p&gt;
&lt;pre&gt;ERROR com.appiancorp.rest.shared.AppianExceptionMapper - Internal Server Error on REST API invocation.&lt;br /&gt;com.appiancorp.exceptions.LocalizedAppianRuntimeException$LocalizedAppianException: &lt;br /&gt;Expression evaluation error [evaluation ID = 3a5d4:caf85] : The username _xxx is not a valid user. (APNX-1-4198-000)&lt;br /&gt; &amp;nbsp; &amp;nbsp; at com.appiancorp.exceptions.LocalizedAppianRuntimeException.&amp;lt;init&amp;gt;(LocalizedAppianRuntimeException.java:16)&lt;br /&gt;... &lt;br /&gt;Caused by: ObjectNotFoundException[_xxx]: The username _xxx is not a valid user. (APNX-1-4100-000)&lt;br /&gt; &amp;nbsp; &amp;nbsp; at com.appiancorp.expr.server.scriptingfunctions.UserInfoFunctions.getUserInfoByUuid(UserInfoFunctions.java:58)&lt;br /&gt; &amp;nbsp; &amp;nbsp; at com.appiancorp.expr.server.scriptingfunctions.UserInfoFunctions.getUserInfoByUuid_appian_internal(UserInfoFunctions.java:31)&lt;br /&gt; &amp;nbsp; &amp;nbsp; at sun.reflect.GeneratedMethodAccessor3940.invoke(Unknown Source)&amp;nbsp;&lt;/pre&gt;
&lt;h2&gt;&lt;span style="font-family:inherit;"&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;h2&gt;&lt;span style="font-family:inherit;"&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This issue happens because&amp;nbsp;the admin settings have been imported from the lower&amp;nbsp;environment&amp;nbsp;to Prod (or the environment with the issue) and there was a reference to a user that doesn&amp;#39;t exist on Prod.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;We can check Appian database and check if we can find an entry that references this User UUID.&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;span style="font-family:inherit;"&gt;select * from cfg where prop_key=&amp;quot;conf.designDeployment.DEPLOYMENT_USER_UUID&amp;quot;;&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;If the output matches the username in the error you can update the database to remove this property value and this will resolve the issue.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-family:inherit;"&gt;Note: in production environments make sure you get the approval from the product team first.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="code panel"&gt;
&lt;div class="codeContent panelContent"&gt;
&lt;pre class="code-java"&gt;&lt;code&gt;&lt;span style="font-family:inherit;"&gt;update cfgset&amp;nbsp; isDefault = 1&amp;nbsp; prop_value = NULLwhere&amp;nbsp; prop_key = &lt;span class="code-quote"&gt;&amp;quot;conf.designDeployment.DEPLOYMENT_USER_UUID&amp;quot;&lt;/span&gt;;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all versions of Appian.&lt;/li&gt;
&lt;li&gt;This article applies to all self-managed versions of Appian.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian Cloud.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 7.11 and later.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 16.2 and earlier.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 7.11 and 16.1.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 16.1, 16.2, and 16.3.&lt;/li&gt;
&lt;li&gt;This article applies to self-managed Appian 19.3 and earlier.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian from Appian 7.10 to Appian 16.2.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian using JBoss EAP 6.4.9 as an application server and Internet Explorer 9 as a web browser.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;Feb 2023&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, 500, administration console, compare and deploy, import/export&lt;/div&gt;
</description></item><item><title>DRAFT- Unable to access the Infrastructure page from the admin console</title><link>https://community.appian.com/support/w/kb/3044/kb-2238-the-username-uuid-is-not-a-valid-user-error-when-accessing-the-infrastructure-page-of-the-admin-console/revision/5</link><pubDate>Fri, 03 Feb 2023 12:11:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fec9b80f-71e8-42e5-a4ad-7a90ddd157a3</guid><dc:creator>shima.matoorian</dc:creator><comments>https://community.appian.com/support/w/kb/3044/kb-2238-the-username-uuid-is-not-a-valid-user-error-when-accessing-the-infrastructure-page-of-the-admin-console#comments</comments><description>Revision 5 posted to Appian Knowledge Base by shima.matoorian on 2/3/2023 12:11:04 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Customer is unable to access the Infrastructure page from the admin console as they get the below errors on the UI and Tomcat logs.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The user UUID in the attached error message, is related to a user from another lower environment. but there are no connections between this enviroenmtn and any other environments. this could be checked the infrastructure page from the other lower environments&amp;nbsp;to confirm.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-13/5773.Capture.PNG" /&gt;&lt;/p&gt;
&lt;pre&gt;ERROR com.appiancorp.rest.shared.AppianExceptionMapper - Internal Server Error on REST API invocation.&lt;br /&gt;com.appiancorp.exceptions.LocalizedAppianRuntimeException$LocalizedAppianException: &lt;br /&gt;Expression evaluation error [evaluation ID = 3a5d4:caf85] : The username _xxx is not a valid user. (APNX-1-4198-000)&lt;br /&gt; &amp;nbsp; &amp;nbsp; at com.appiancorp.exceptions.LocalizedAppianRuntimeException.&amp;lt;init&amp;gt;(LocalizedAppianRuntimeException.java:16)&lt;br /&gt;... &lt;br /&gt;Caused by: ObjectNotFoundException[_xxx]: The username _xxx is not a valid user. (APNX-1-4100-000)&lt;br /&gt; &amp;nbsp; &amp;nbsp; at com.appiancorp.expr.server.scriptingfunctions.UserInfoFunctions.getUserInfoByUuid(UserInfoFunctions.java:58)&lt;br /&gt; &amp;nbsp; &amp;nbsp; at com.appiancorp.expr.server.scriptingfunctions.UserInfoFunctions.getUserInfoByUuid_appian_internal(UserInfoFunctions.java:31)&lt;br /&gt; &amp;nbsp; &amp;nbsp; at sun.reflect.GeneratedMethodAccessor3940.invoke(Unknown Source)&amp;nbsp;&lt;/pre&gt;
&lt;h2&gt;&lt;span style="font-family:inherit;"&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;h2&gt;&lt;span style="font-family:inherit;"&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This issue happens because&amp;nbsp;the admin settings have been imported from the lower&amp;nbsp;environment&amp;nbsp;to Prod (or the environment with the issue) and there was a reference to a user that doesn&amp;#39;t exist on Prod.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;We can check Appian database and check if we can find an entry that references this User UUID.&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;select * from cfg where prop_key=&amp;quot;conf.designDeployment.DEPLOYMENT_USER_UUID&amp;quot;;&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;&lt;span&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This section includes any relevant version information for Appian or other third/party configurations. Some examples of valid affected versions are as follows:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all versions of Appian.&lt;/li&gt;
&lt;li&gt;This article applies to all self-managed versions of Appian.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian Cloud.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 7.11 and later.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 16.2 and earlier.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 7.11 and 16.1.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 16.1, 16.2, and 16.3.&lt;/li&gt;
&lt;li&gt;This article applies to self-managed Appian 19.3 and earlier.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian from Appian 7.10 to Appian 16.2.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian using JBoss EAP 6.4.9 as an application server and Internet Explorer 9 as a web browser.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed: Month YYYY&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>DRAFT- Unable to access the Infrastructure page from the admin console</title><link>https://community.appian.com/support/w/kb/3044/kb-2238-the-username-uuid-is-not-a-valid-user-error-when-accessing-the-infrastructure-page-of-the-admin-console/revision/4</link><pubDate>Fri, 03 Feb 2023 11:24:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fec9b80f-71e8-42e5-a4ad-7a90ddd157a3</guid><dc:creator>shima.matoorian</dc:creator><comments>https://community.appian.com/support/w/kb/3044/kb-2238-the-username-uuid-is-not-a-valid-user-error-when-accessing-the-infrastructure-page-of-the-admin-console#comments</comments><description>Revision 4 posted to Appian Knowledge Base by shima.matoorian on 2/3/2023 11:24:12 AM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;When customers set up connected environments from the infrastructure page and connect two environments at any point , and import another environments properties, this can lead to an issue where users are unable to open the infrastructure page at all getting the error and log below in tomcat logs:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-13/error-_2800_8_2900_.jpg" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;ERROR com.appiancorp.rest.shared.AppianExceptionMapper - Internal Server Error on REST API invocation.&lt;br /&gt;com.appiancorp.exceptions.LocalizedAppianRuntimeException$LocalizedAppianException: &lt;br /&gt;Expression evaluation error [evaluation ID = 3a5d4:caf85] : The username _h-0000e503-05fe-8000-0410-741e94741e94_2 is not a valid user. (APNX-1-4198-000)&lt;br /&gt; &amp;nbsp; &amp;nbsp; at com.appiancorp.exceptions.LocalizedAppianRuntimeException.&amp;lt;init&amp;gt;(LocalizedAppianRuntimeException.java:16)&lt;br /&gt;... &lt;br /&gt;Caused by: ObjectNotFoundException[_h-0000e503-05fe-8000-0410-741e94741e94_2]: The username _h-0000e503-05fe-8000-0410-741e94741e94_2 is not a valid user. (APNX-1-4100-000)&lt;br /&gt; &amp;nbsp; &amp;nbsp; at com.appiancorp.expr.server.scriptingfunctions.UserInfoFunctions.getUserInfoByUuid(UserInfoFunctions.java:58)&lt;br /&gt; &amp;nbsp; &amp;nbsp; at com.appiancorp.expr.server.scriptingfunctions.UserInfoFunctions.getUserInfoByUuid_appian_internal(UserInfoFunctions.java:31)&lt;br /&gt; &amp;nbsp; &amp;nbsp; at sun.reflect.GeneratedMethodAccessor3940.invoke(Unknown Source)&amp;nbsp;&lt;/pre&gt;
&lt;h2&gt;&lt;span style="font-family:inherit;"&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This section is required for this template. When writing a cause for a particular article, ensure the following is taken into consideration:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;The cause is concise and does not disclose more information than absolutely necessary.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;The cause does not share any Appian source code. Source code for plugins/shared components are fine.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;If this is an issue outside of the Appian product and the third-party vendor included documentation referencing the bug, provide their documentation for reference.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;For any enhancements/defects, use one of the following as applicable:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;This issue has been reported to the Appian Product Team. The reference number for this issue is&amp;nbsp;&lt;strong&gt;AN-XXXXX&lt;/strong&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This product use case has been logged to the Appian Product Team for consideration to add this functionality in the product. Kindly note it is not Appian Support&amp;rsquo;s policy to disclose how or when a product use case will be implemented.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This issue has been hotfixed via&amp;nbsp;&lt;strong&gt;AN-XXXXX&lt;/strong&gt;&amp;nbsp;in Appian X.X.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This issue has been hotfixed via&amp;nbsp;&lt;strong&gt;AN-XXXXX&amp;nbsp;&lt;/strong&gt;in Appian X.X to X.X.&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This use case has been incorporated in Appian X.X.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This use case has been incorporated in Appian X.X&amp;nbsp;to X.X.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;When logging a product defect, ensure you use the&amp;nbsp;&lt;strong&gt;known issues&lt;/strong&gt;&amp;nbsp;tag as well as the&amp;nbsp;&lt;strong&gt;open issues&lt;/strong&gt;&amp;nbsp;or&amp;nbsp;&lt;strong&gt;fixed issues&lt;/strong&gt;&amp;nbsp;tag, depending if the issue is fixed or not.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If no cause is known and this is not something Engineering can reproduce/needs to know about, then say &amp;ldquo;The root cause of this issue is currently unknown.&amp;rdquo; If you use that as your cause, then a valid action&amp;nbsp;&lt;/span&gt;&lt;strong&gt;must&lt;/strong&gt;&lt;span&gt;&amp;nbsp;be present.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This section is required for this template and contains the steps to resolve the issue. If an issue in an article is solved by a hotfix and/or major version of Appian, use the following language to indicate that:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;Apply the latest hotfix to your Appian installation.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Upgrade to the latest version of Appian.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;If there is a product issue with Engineering that is open and a workaround for that issue exists, include it in the Action section until the fix is available. After the fix is made available, use that as a workaround instead.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Otherwise, the content in this section should wholly solve a customer&amp;rsquo;s issue without producing any undesirable side effects. If there is at least one valid action that doesn&amp;rsquo;t cause undesirable side effects, all other actions with negative side effects should go in the Workaround section.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If there is no action or workaround that resolves the issue, use the following language:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;There is no action or workaround currently available for this issue. If you are facing this issue, please open a support case with Appian.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This section is optional and should only be used as an alternative action if there is a massive technical debt associated with performing the action in the above section for customers (such as upgrading). It can also be used if there is a solution to the issue in the article but is more inconvenient to implement or it causes other undesirable behavior and wouldn&amp;rsquo;t warrant being an action.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This section includes any relevant version information for Appian or other third/party configurations. Some examples of valid affected versions are as follows:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all versions of Appian.&lt;/li&gt;
&lt;li&gt;This article applies to all self-managed versions of Appian.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian Cloud.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 7.11 and later.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 16.2 and earlier.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 7.11 and 16.1.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 16.1, 16.2, and 16.3.&lt;/li&gt;
&lt;li&gt;This article applies to self-managed Appian 19.3 and earlier.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian from Appian 7.10 to Appian 16.2.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian using JBoss EAP 6.4.9 as an application server and Internet Explorer 9 as a web browser.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed: Month YYYY&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>DRAFT- Unable to access the Infrastructure page from the admin console</title><link>https://community.appian.com/support/w/kb/3044/kb-2238-the-username-uuid-is-not-a-valid-user-error-when-accessing-the-infrastructure-page-of-the-admin-console/revision/3</link><pubDate>Fri, 03 Feb 2023 11:21:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fec9b80f-71e8-42e5-a4ad-7a90ddd157a3</guid><dc:creator>shima.matoorian</dc:creator><comments>https://community.appian.com/support/w/kb/3044/kb-2238-the-username-uuid-is-not-a-valid-user-error-when-accessing-the-infrastructure-page-of-the-admin-console#comments</comments><description>Revision 3 posted to Appian Knowledge Base by shima.matoorian on 2/3/2023 11:21:53 AM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;When customers set up connected environments from the infrastructure page and connect two environments at any point , and import another environments properties, this can lead to an issue where users are unable to open the infrastructure page at all getting the error and log below in tomcat logs:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-13/error-_2800_8_2900_.jpg" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;ERROR com.appiancorp.rest.shared.AppianExceptionMapper - Internal Server Error on REST API invocation. com.appiancorp.exceptions.LocalizedAppianRuntimeException$LocalizedAppianException: Expression evaluation error [evaluation ID = 3a5d4:caf85] : The username _h-0000e503-05fe-8000-0410-741e94741e94_2 is not a valid user. (APNX-1-4198-000) &amp;nbsp; &amp;nbsp; at com.appiancorp.exceptions.LocalizedAppianRuntimeException.&amp;lt;init&amp;gt;(LocalizedAppianRuntimeException.java:16)_ ... _Caused by: ObjectNotFoundException[_h-0000e503-05fe-8000-0410-741e94741e94_2]: The username _h-0000e503-05fe-8000-0410-741e94741e94_2 is not a valid user. (APNX-1-4100-000) &amp;nbsp; &amp;nbsp; at com.appiancorp.expr.server.scriptingfunctions.UserInfoFunctions.getUserInfoByUuid(UserInfoFunctions.java:58) &amp;nbsp; &amp;nbsp; at com.appiancorp.expr.server.scriptingfunctions.UserInfoFunctions.getUserInfoByUuid_appian_internal(UserInfoFunctions.java:31) &amp;nbsp; &amp;nbsp; at sun.reflect.GeneratedMethodAccessor3940.invoke(Unknown Source)&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;&lt;span style="font-family:inherit;"&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This section is required for this template. When writing a cause for a particular article, ensure the following is taken into consideration:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;The cause is concise and does not disclose more information than absolutely necessary.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;The cause does not share any Appian source code. Source code for plugins/shared components are fine.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;If this is an issue outside of the Appian product and the third-party vendor included documentation referencing the bug, provide their documentation for reference.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;For any enhancements/defects, use one of the following as applicable:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;This issue has been reported to the Appian Product Team. The reference number for this issue is&amp;nbsp;&lt;strong&gt;AN-XXXXX&lt;/strong&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This product use case has been logged to the Appian Product Team for consideration to add this functionality in the product. Kindly note it is not Appian Support&amp;rsquo;s policy to disclose how or when a product use case will be implemented.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This issue has been hotfixed via&amp;nbsp;&lt;strong&gt;AN-XXXXX&lt;/strong&gt;&amp;nbsp;in Appian X.X.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This issue has been hotfixed via&amp;nbsp;&lt;strong&gt;AN-XXXXX&amp;nbsp;&lt;/strong&gt;in Appian X.X to X.X.&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This use case has been incorporated in Appian X.X.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This use case has been incorporated in Appian X.X&amp;nbsp;to X.X.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;When logging a product defect, ensure you use the&amp;nbsp;&lt;strong&gt;known issues&lt;/strong&gt;&amp;nbsp;tag as well as the&amp;nbsp;&lt;strong&gt;open issues&lt;/strong&gt;&amp;nbsp;or&amp;nbsp;&lt;strong&gt;fixed issues&lt;/strong&gt;&amp;nbsp;tag, depending if the issue is fixed or not.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If no cause is known and this is not something Engineering can reproduce/needs to know about, then say &amp;ldquo;The root cause of this issue is currently unknown.&amp;rdquo; If you use that as your cause, then a valid action&amp;nbsp;&lt;/span&gt;&lt;strong&gt;must&lt;/strong&gt;&lt;span&gt;&amp;nbsp;be present.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This section is required for this template and contains the steps to resolve the issue. If an issue in an article is solved by a hotfix and/or major version of Appian, use the following language to indicate that:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;Apply the latest hotfix to your Appian installation.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Upgrade to the latest version of Appian.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;If there is a product issue with Engineering that is open and a workaround for that issue exists, include it in the Action section until the fix is available. After the fix is made available, use that as a workaround instead.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Otherwise, the content in this section should wholly solve a customer&amp;rsquo;s issue without producing any undesirable side effects. If there is at least one valid action that doesn&amp;rsquo;t cause undesirable side effects, all other actions with negative side effects should go in the Workaround section.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If there is no action or workaround that resolves the issue, use the following language:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;There is no action or workaround currently available for this issue. If you are facing this issue, please open a support case with Appian.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This section is optional and should only be used as an alternative action if there is a massive technical debt associated with performing the action in the above section for customers (such as upgrading). It can also be used if there is a solution to the issue in the article but is more inconvenient to implement or it causes other undesirable behavior and wouldn&amp;rsquo;t warrant being an action.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This section includes any relevant version information for Appian or other third/party configurations. Some examples of valid affected versions are as follows:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all versions of Appian.&lt;/li&gt;
&lt;li&gt;This article applies to all self-managed versions of Appian.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian Cloud.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 7.11 and later.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 16.2 and earlier.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 7.11 and 16.1.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 16.1, 16.2, and 16.3.&lt;/li&gt;
&lt;li&gt;This article applies to self-managed Appian 19.3 and earlier.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian from Appian 7.10 to Appian 16.2.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian using JBoss EAP 6.4.9 as an application server and Internet Explorer 9 as a web browser.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed: Month YYYY&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>DRAFT- Unable to access the Infrastructure page from the admin console</title><link>https://community.appian.com/support/w/kb/3044/kb-2238-the-username-uuid-is-not-a-valid-user-error-when-accessing-the-infrastructure-page-of-the-admin-console/revision/2</link><pubDate>Fri, 03 Feb 2023 11:19:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fec9b80f-71e8-42e5-a4ad-7a90ddd157a3</guid><dc:creator>shima.matoorian</dc:creator><comments>https://community.appian.com/support/w/kb/3044/kb-2238-the-username-uuid-is-not-a-valid-user-error-when-accessing-the-infrastructure-page-of-the-admin-console#comments</comments><description>Revision 2 posted to Appian Knowledge Base by shima.matoorian on 2/3/2023 11:19:06 AM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;When customers set up connected environments from the infrastructure page and connect two environments at any point , and import another environments properties, this can lead to an issue where users are unable to open the infrastructure page at all getting the error and log below in tomcat logs:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-13/error-_2800_8_2900_.jpg" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div class="code panel"&gt;
&lt;pre class="codeContent panelContent"&gt;ERROR com.appiancorp.&lt;span class="code-keyword"&gt;rest&lt;/span&gt;.shared.AppianExceptionMapper - Internal Server Error on REST API invocation. com.appiancorp.exceptions.LocalizedAppianRuntimeException$LocalizedAppianException: Expression evaluation error [evaluation ID = 3a5d4:caf85] : The username _h-0000e503-05fe-8000-0410-741e94741e94_2 is not a valid user. (APNX-1-4198-000) &amp;nbsp; &amp;nbsp; at com.appiancorp.exceptions.LocalizedAppianRuntimeException.&amp;lt;init&amp;gt;(LocalizedAppianRuntimeException.java:16)_ ... _Caused by: ObjectNotFoundException[_h-0000e503-05fe-8000-0410-741e94741e94_2]: The username _h-0000e503-05fe-8000-0410-741e94741e94_2 is not a valid user. (APNX-1-4100-000) &amp;nbsp; &amp;nbsp; at com.appiancorp.expr.server.scriptingfunctions.UserInfoFunctions.getUserInfoByUuid(UserInfoFunctions.java:58) &amp;nbsp; &amp;nbsp; at com.appiancorp.expr.server.scriptingfunctions.UserInfoFunctions.getUserInfoByUuid_appian_internal(UserInfoFunctions.java:31) &amp;nbsp; &amp;nbsp; at sun.reflect.GeneratedMethodAccessor3940.invoke(Unknown Source)&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;&lt;span style="font-family:inherit;"&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This section is required for this template. When writing a cause for a particular article, ensure the following is taken into consideration:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;The cause is concise and does not disclose more information than absolutely necessary.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;The cause does not share any Appian source code. Source code for plugins/shared components are fine.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;If this is an issue outside of the Appian product and the third-party vendor included documentation referencing the bug, provide their documentation for reference.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;For any enhancements/defects, use one of the following as applicable:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;This issue has been reported to the Appian Product Team. The reference number for this issue is&amp;nbsp;&lt;strong&gt;AN-XXXXX&lt;/strong&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This product use case has been logged to the Appian Product Team for consideration to add this functionality in the product. Kindly note it is not Appian Support&amp;rsquo;s policy to disclose how or when a product use case will be implemented.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This issue has been hotfixed via&amp;nbsp;&lt;strong&gt;AN-XXXXX&lt;/strong&gt;&amp;nbsp;in Appian X.X.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This issue has been hotfixed via&amp;nbsp;&lt;strong&gt;AN-XXXXX&amp;nbsp;&lt;/strong&gt;in Appian X.X to X.X.&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This use case has been incorporated in Appian X.X.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This use case has been incorporated in Appian X.X&amp;nbsp;to X.X.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;When logging a product defect, ensure you use the&amp;nbsp;&lt;strong&gt;known issues&lt;/strong&gt;&amp;nbsp;tag as well as the&amp;nbsp;&lt;strong&gt;open issues&lt;/strong&gt;&amp;nbsp;or&amp;nbsp;&lt;strong&gt;fixed issues&lt;/strong&gt;&amp;nbsp;tag, depending if the issue is fixed or not.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If no cause is known and this is not something Engineering can reproduce/needs to know about, then say &amp;ldquo;The root cause of this issue is currently unknown.&amp;rdquo; If you use that as your cause, then a valid action&amp;nbsp;&lt;/span&gt;&lt;strong&gt;must&lt;/strong&gt;&lt;span&gt;&amp;nbsp;be present.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This section is required for this template and contains the steps to resolve the issue. If an issue in an article is solved by a hotfix and/or major version of Appian, use the following language to indicate that:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;Apply the latest hotfix to your Appian installation.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Upgrade to the latest version of Appian.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;If there is a product issue with Engineering that is open and a workaround for that issue exists, include it in the Action section until the fix is available. After the fix is made available, use that as a workaround instead.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Otherwise, the content in this section should wholly solve a customer&amp;rsquo;s issue without producing any undesirable side effects. If there is at least one valid action that doesn&amp;rsquo;t cause undesirable side effects, all other actions with negative side effects should go in the Workaround section.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If there is no action or workaround that resolves the issue, use the following language:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;There is no action or workaround currently available for this issue. If you are facing this issue, please open a support case with Appian.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This section is optional and should only be used as an alternative action if there is a massive technical debt associated with performing the action in the above section for customers (such as upgrading). It can also be used if there is a solution to the issue in the article but is more inconvenient to implement or it causes other undesirable behavior and wouldn&amp;rsquo;t warrant being an action.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This section includes any relevant version information for Appian or other third/party configurations. Some examples of valid affected versions are as follows:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all versions of Appian.&lt;/li&gt;
&lt;li&gt;This article applies to all self-managed versions of Appian.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian Cloud.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 7.11 and later.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 16.2 and earlier.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 7.11 and 16.1.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 16.1, 16.2, and 16.3.&lt;/li&gt;
&lt;li&gt;This article applies to self-managed Appian 19.3 and earlier.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian from Appian 7.10 to Appian 16.2.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian using JBoss EAP 6.4.9 as an application server and Internet Explorer 9 as a web browser.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed: Month YYYY&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>DRAFT- Unable to access the Infrastructure page from the admin console</title><link>https://community.appian.com/support/w/kb/3044/kb-2238-the-username-uuid-is-not-a-valid-user-error-when-accessing-the-infrastructure-page-of-the-admin-console/revision/1</link><pubDate>Fri, 20 Jan 2023 11:52:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fec9b80f-71e8-42e5-a4ad-7a90ddd157a3</guid><dc:creator>shima.matoorian</dc:creator><comments>https://community.appian.com/support/w/kb/3044/kb-2238-the-username-uuid-is-not-a-valid-user-error-when-accessing-the-infrastructure-page-of-the-admin-console#comments</comments><description>Revision 1 posted to Appian Knowledge Base by shima.matoorian on 1/20/2023 11:52:30 AM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;When customers set up connected environments from the infrastructure page and connect two environments at any point , and import another environments properties, this can lead to an issue where users are unable to open the infrastructure page at all getting the error and log below in tomcat logs:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-13/error-_2800_8_2900_.jpg" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div class="code panel"&gt;
&lt;div class="codeContent panelContent"&gt;ERROR com.appiancorp.&lt;span class="code-keyword"&gt;rest&lt;/span&gt;.shared.AppianExceptionMapper - Internal Server Error on REST API invocation. com.appiancorp.exceptions.LocalizedAppianRuntimeException$LocalizedAppianException: Expression evaluation error [evaluation ID = 3a5d4:caf85] : The username _h-0000e503-05fe-8000-0410-741e94741e94_2 is not a valid user. (APNX-1-4198-000) &amp;nbsp; &amp;nbsp; at com.appiancorp.exceptions.LocalizedAppianRuntimeException.&amp;lt;init&amp;gt;(LocalizedAppianRuntimeException.java:16)_ ... _Caused by: ObjectNotFoundException[_h-0000e503-05fe-8000-0410-741e94741e94_2]: The username _h-0000e503-05fe-8000-0410-741e94741e94_2 is not a valid user. (APNX-1-4100-000) &amp;nbsp; &amp;nbsp; at com.appiancorp.expr.server.scriptingfunctions.UserInfoFunctions.getUserInfoByUuid(UserInfoFunctions.java:58) &amp;nbsp; &amp;nbsp; at com.appiancorp.expr.server.scriptingfunctions.UserInfoFunctions.getUserInfoByUuid_appian_internal(UserInfoFunctions.java:31) &amp;nbsp; &amp;nbsp; at sun.reflect.GeneratedMethodAccessor3940.invoke(Unknown Source)&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;&lt;span style="font-family:inherit;"&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This section is required for this template. When writing a cause for a particular article, ensure the following is taken into consideration:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;The cause is concise and does not disclose more information than absolutely necessary.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;The cause does not share any Appian source code. Source code for plugins/shared components are fine.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;If this is an issue outside of the Appian product and the third-party vendor included documentation referencing the bug, provide their documentation for reference.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;For any enhancements/defects, use one of the following as applicable:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;This issue has been reported to the Appian Product Team. The reference number for this issue is&amp;nbsp;&lt;strong&gt;AN-XXXXX&lt;/strong&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This product use case has been logged to the Appian Product Team for consideration to add this functionality in the product. Kindly note it is not Appian Support&amp;rsquo;s policy to disclose how or when a product use case will be implemented.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This issue has been hotfixed via&amp;nbsp;&lt;strong&gt;AN-XXXXX&lt;/strong&gt;&amp;nbsp;in Appian X.X.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This issue has been hotfixed via&amp;nbsp;&lt;strong&gt;AN-XXXXX&amp;nbsp;&lt;/strong&gt;in Appian X.X to X.X.&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This use case has been incorporated in Appian X.X.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This use case has been incorporated in Appian X.X&amp;nbsp;to X.X.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;When logging a product defect, ensure you use the&amp;nbsp;&lt;strong&gt;known issues&lt;/strong&gt;&amp;nbsp;tag as well as the&amp;nbsp;&lt;strong&gt;open issues&lt;/strong&gt;&amp;nbsp;or&amp;nbsp;&lt;strong&gt;fixed issues&lt;/strong&gt;&amp;nbsp;tag, depending if the issue is fixed or not.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If no cause is known and this is not something Engineering can reproduce/needs to know about, then say &amp;ldquo;The root cause of this issue is currently unknown.&amp;rdquo; If you use that as your cause, then a valid action&amp;nbsp;&lt;/span&gt;&lt;strong&gt;must&lt;/strong&gt;&lt;span&gt;&amp;nbsp;be present.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This section is required for this template and contains the steps to resolve the issue. If an issue in an article is solved by a hotfix and/or major version of Appian, use the following language to indicate that:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;Apply the latest hotfix to your Appian installation.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Upgrade to the latest version of Appian.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;If there is a product issue with Engineering that is open and a workaround for that issue exists, include it in the Action section until the fix is available. After the fix is made available, use that as a workaround instead.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Otherwise, the content in this section should wholly solve a customer&amp;rsquo;s issue without producing any undesirable side effects. If there is at least one valid action that doesn&amp;rsquo;t cause undesirable side effects, all other actions with negative side effects should go in the Workaround section.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If there is no action or workaround that resolves the issue, use the following language:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;There is no action or workaround currently available for this issue. If you are facing this issue, please open a support case with Appian.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This section is optional and should only be used as an alternative action if there is a massive technical debt associated with performing the action in the above section for customers (such as upgrading). It can also be used if there is a solution to the issue in the article but is more inconvenient to implement or it causes other undesirable behavior and wouldn&amp;rsquo;t warrant being an action.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This section includes any relevant version information for Appian or other third/party configurations. Some examples of valid affected versions are as follows:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all versions of Appian.&lt;/li&gt;
&lt;li&gt;This article applies to all self-managed versions of Appian.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian Cloud.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 7.11 and later.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 16.2 and earlier.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 7.11 and 16.1.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 16.1, 16.2, and 16.3.&lt;/li&gt;
&lt;li&gt;This article applies to self-managed Appian 19.3 and earlier.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian from Appian 7.10 to Appian 16.2.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian using JBoss EAP 6.4.9 as an application server and Internet Explorer 9 as a web browser.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed: Month YYYY&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>