<?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-1027 "User Does Not Have Rights to Perform this Operation" error thrown when running a process</title><link>https://community.appian.com/support/w/kb/252/kb-1027-user-does-not-have-rights-to-perform-this-operation-error-thrown-when-running-a-process</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1027 "User Does Not Have Rights to Perform this Operation" error thrown when running a process</title><link>https://community.appian.com/support/w/kb/252/kb-1027-user-does-not-have-rights-to-perform-this-operation-error-thrown-when-running-a-process</link><pubDate>Mon, 02 Mar 2020 04:59:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:15a9c258-80bf-42de-9391-dc25e65b3fba</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/252/kb-1027-user-does-not-have-rights-to-perform-this-operation-error-thrown-when-running-a-process#comments</comments><description>Current Revision posted to Appian Knowledge Base by Parmida Borhani on 3/2/2020 4:59:44 AM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;One of the following symptoms is observed:&lt;/p&gt;
&lt;p&gt;1. A process has failed to run. The application server log reports that the user does not have the required permissions/rights:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;INFO  [stdout] (Appian Work Item - XXXXX - ProcessExecXX : ExpressionGroupRequest) PrivilegeException[null=&amp;gt;null]: User Does Not Have Rights to Perform this Operation 
&lt;/code&gt;&lt;/pre&gt;
2. An email with an attachment fails to start a process. The following error is found in the application server log:&lt;/div&gt;
&lt;pre class="row content_container"&gt;YYYY-MM-DD HH:mm:ss [Appian EmailHandlerBean - 97] ERROR com.appiancorp.messaging.MessagePublisherServiceImpl - Could not process received email&lt;br /&gt;com.appiancorp.security.authz.AuthorizationException: The user [xxxxx] does not have sufficient privileges to perform the requested action because they are not in any role. (APNX-1-4188-001)&lt;/pre&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;There are two possible reasons for this error:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The process fails because the user was deactivated. When a user is deactivated, it no longer has any permissions to run a process.&lt;/li&gt;
&lt;li&gt;The user belongs to a group which has no access or permissions on the process model. For instance, a user cannot execute a sub-process activity it does not have at least initiator privileges on the sub-process model.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;Check the permissions of the process initiator to ensure the user has sufficient permissions to start the process. Check the status of the process designer to make sure the user has not been deactivated.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If the initiator does not have the correct permissions, add the user to the required group(s). If the process is still failing, temporarily add this user to a new group and then remove it. Remember to verify that the permissions granted to new group match those required by the process model.&lt;/p&gt;
&lt;p&gt;If the process designer was deactivated, either reactivate the user or rebpulish the model using an active user account with the correct permissions.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; To prevent this issue from occurring in the future, &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Process_Model_Security.html" rel="noopener noreferrer" target="_blank"&gt;configure the process model&lt;/a&gt; to run as the Process Designer. To access this setting:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open the process model as process designer which was paused.&lt;/li&gt;
&lt;li&gt;Double-click on the node which gave the error.&lt;/li&gt;
&lt;li&gt;Open the Assignment tab.&lt;/li&gt;
&lt;li&gt;Select the option Run as whoever designed this process model.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;When the process runs as the Process Designer, Appian recommends that process models be imported using a service account of type System Administrator that will never be deactivated.&lt;/p&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: March 2020&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: process models, application design&lt;/div&gt;
</description></item><item><title>KB-1027 "User Does Not Have Rights to Perform this Operation" error thrown when running a process</title><link>https://community.appian.com/support/w/kb/252/kb-1027-user-does-not-have-rights-to-perform-this-operation-error-thrown-when-running-a-process/revision/3</link><pubDate>Mon, 02 Mar 2020 04:58:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:15a9c258-80bf-42de-9391-dc25e65b3fba</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/252/kb-1027-user-does-not-have-rights-to-perform-this-operation-error-thrown-when-running-a-process#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Parmida Borhani on 3/2/2020 4:58:47 AM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;One of the following symptoms is observed:&lt;/p&gt;
&lt;p&gt;1. A process has failed to run. The application server log reports that the user does not have the required permissions/rights:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;INFO  [stdout] (Appian Work Item - XXXXX - ProcessExecXX : ExpressionGroupRequest) PrivilegeException[null=&amp;gt;null]: User Does Not Have Rights to Perform this Operation 
&lt;/code&gt;&lt;/pre&gt;
2. An email with an attachment fails to start a process. The following error is found in the application server log:&lt;/div&gt;
&lt;pre class="row content_container"&gt;YYYY-MM-DD HH:mm:ss [Appian EmailHandlerBean - 97] ERROR com.appiancorp.messaging.MessagePublisherServiceImpl - Could not process received email&lt;br /&gt;com.appiancorp.security.authz.AuthorizationException: The user [xxxxx] does not have sufficient privileges to perform the requested action because they are not in any role. (APNX-1-4188-001)&lt;/pre&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;There are two possible reasons for this error:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The process fails because the user was deactivated. When a user is deactivated, it no longer has any permissions to run a process.&lt;/li&gt;
&lt;li&gt;The user belongs to a group which has no access or permissions on the process model. For instance, a user cannot execute a sub-process activity it does not have at least initiator privileges on the sub-process model.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;Check the permissions of the process initiator to ensure the user has sufficient permissions to start the process. Check the status of the process designer to make sure the user has not been deactivated.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If the initiator does not have the correct permissions, add the user to the required group(s). If the process is still failing, temporarily add this user to a new group and then remove it. Remember to verify that the permissions granted to new group match those required by the process model.&lt;/p&gt;
&lt;p&gt;If the process designer was deactivated, either reactivate the user or rebpulish the model using an active user account with the correct permissions.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; To prevent this issue from occurring in the future, &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Process_Model_Security.html" rel="noopener noreferrer" target="_blank"&gt;configure the process model&lt;/a&gt; to run as the Process Designer. To access this setting:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open the process model as process designer which was paused.&lt;/li&gt;
&lt;li&gt;Double-click on the node which gave the error.&lt;/li&gt;
&lt;li&gt;Open the Assignment tab.&lt;/li&gt;
&lt;li&gt;Select the option Run as whoever designed this process model.&lt;/li&gt;
&lt;/ol&gt;
&lt;pre class="row content_container"&gt;When the process runs as the Process Designer, Appian recommends that process models be imported using a service account of type System Administrator that will never be deactivated.&lt;/pre&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: March 2020&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: process models, application design&lt;/div&gt;
</description></item><item><title>KB-1027 "User Does Not Have Rights to Perform this Operation" error thrown when running a process</title><link>https://community.appian.com/support/w/kb/252/kb-1027-user-does-not-have-rights-to-perform-this-operation-error-thrown-when-running-a-process/revision/2</link><pubDate>Mon, 02 Mar 2020 04:58:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:15a9c258-80bf-42de-9391-dc25e65b3fba</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/252/kb-1027-user-does-not-have-rights-to-perform-this-operation-error-thrown-when-running-a-process#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Parmida Borhani on 3/2/2020 4:58:22 AM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;One of the following symptoms is observed:&lt;/p&gt;
&lt;p&gt;1. A process has failed to run. The application server log reports that the user does not have the required permissions/rights:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;INFO  [stdout] (Appian Work Item - XXXXX - ProcessExecXX : ExpressionGroupRequest) PrivilegeException[null=&amp;gt;null]: User Does Not Have Rights to Perform this Operation 
&lt;/code&gt;&lt;/pre&gt;
2. An email with an attachment fails to start a process. The following error is found in the application server log:&lt;/div&gt;
&lt;pre class="row content_container"&gt;YYYY-MM-DD HH:mm:ss [Appian EmailHandlerBean - 97] ERROR com.appiancorp.messaging.MessagePublisherServiceImpl - Could not process received email&lt;br /&gt;com.appiancorp.security.authz.AuthorizationException: The user [xxxxx] does not have sufficient privileges to perform the requested action because they are not in any role. (APNX-1-4188-001)&lt;/pre&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;There are two possible reasons for this error:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The process fails because the user was deactivated. When a user is deactivated, it no longer has any permissions to run a process.&lt;/li&gt;
&lt;li&gt;The user belongs to a group which has no access or permissions on the process model. For instance, a user cannot execute a sub-process activity it does not have at least initiator privileges on the sub-process model.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;Check the permissions of the process initiator to ensure they have sufficient permissions to start the process. Check the status of the process designer to make sure the user has not been deactivated.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If the initiator does not have the correct permissions, add the user to the required group(s). If the process is still failing, temporarily add this user to a new group and then remove it. Remember to verify that the permissions granted to new group match those required by the process model.&lt;/p&gt;
&lt;p&gt;If the process designer was deactivated, either reactivate the user or rebpulish the model using an active user account with the correct permissions. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; To prevent this issue from occurring in the future, &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Process_Model_Security.html" rel="noopener noreferrer" target="_blank"&gt;configure the process model&lt;/a&gt; to run as the Process Designer. To access this setting:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open the process model as process designer which was paused.&lt;/li&gt;
&lt;li&gt;Double-click on the node which gave the error.&lt;/li&gt;
&lt;li&gt;Open the Assignment tab.&lt;/li&gt;
&lt;li&gt;Select the option Run as whoever designed this process model.&lt;/li&gt;
&lt;/ol&gt;
&lt;pre class="row content_container"&gt;When the process runs as the Process Designer, Appian recommends that process models be imported using a service account of type System Administrator that will never be deactivated.&lt;/pre&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: March 2020&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: process models, application design&lt;/div&gt;
</description></item><item><title>KB-1027 "User Does Not Have Rights to Perform this Operation" error thrown when running a process</title><link>https://community.appian.com/support/w/kb/252/kb-1027-user-does-not-have-rights-to-perform-this-operation-error-thrown-when-running-a-process/revision/1</link><pubDate>Tue, 14 Feb 2017 12:42:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:15a9c258-80bf-42de-9391-dc25e65b3fba</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/252/kb-1027-user-does-not-have-rights-to-perform-this-operation-error-thrown-when-running-a-process#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Nick Vigilante on 2/14/2017 12:42:46 PM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;A process has failed to run. The application server log will show that the user does not have the required permissions/rights:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;INFO  [stdout] (Appian Work Item - 60305 - ProcessExec02 : ExpressionGroupRequest) PrivilegeException[null=&amp;gt;null]: User Does Not Have Rights to Perform this Operation 
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;There are two possible reasons for this error:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The process fails because the user was deactivated. When a user is deactivated, it no longer has any permissions to run a process.&lt;/li&gt;
&lt;li&gt;The user belongs to a group which has no access or permissions on the process model. For instance, a user cannot execute a sub-process activity it does not have at least initiator privileges on the sub-process model.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;To resume the failed nodes, check the permissions of the group the user belongs to, or if the user was deactivated, it needs to be reactivated.&lt;/p&gt;
&lt;p&gt;If the process is still failing, temporarily add this user to a new group and then remove it. Remember to verify that the permissions granted to new group match those required by the process model.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; To prevent this issue from occurring in the future, &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Process_Model_Security.html"&gt;configure the process model&lt;/a&gt; to run as the Process Designer. To access this setting:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open the process model as process designer which was paused.&lt;/li&gt;
&lt;li&gt;Double-click on the node which gave the error.&lt;/li&gt;
&lt;li&gt;Open the Assignment tab.&lt;/li&gt;
&lt;li&gt;Select the option Run as whoever designed this process model.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;February 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: process models, application design&lt;/div&gt;
</description></item></channel></rss>