<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Failed Interactive logons being reported in Windows Security event log on Alteryx Server. in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Failed-Interactive-logons-being-reported-in-Windows-Security/m-p/954975#M11046</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We are having an issue with a large number of failed logons ( event type 4265) being reporting in the Windows Security log on our Windows 2016 Alteryx Server. We have had the issue in previous versions and we just completed upgrade to latest GA&amp;nbsp;V2022.1.1.25127 and the problem continues.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As far as we can tell all Alteryx server functionality is working even though we are receiving these errors, the errors are just causing our Security department concern (and creating additional noise in our Security logs).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. We are running Alteryx server jobs using the "Run as different user" option in the Alteryx Server configuration.&lt;/P&gt;&lt;P&gt;2. We have an Active Directory Service Account "salteryxp01" that is used as the Run As user.&lt;/P&gt;&lt;P&gt;3. We have Alteryx Server configured to perform "Integrated Windows Authentication with Kerberos" that supports the Active Directory user above.&lt;/P&gt;&lt;P&gt;4.&amp;nbsp;&lt;/P&gt;&lt;P&gt;More details about why we think we are seeing the failed logins. FAILED shows Logon type 2 is the Interactive logon type (also know as Log On locally, see this link for more details:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/windows-server/identity/securing-privileged-access/reference-tools-logon-types" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/windows-server/identity/securing-privileged-access/reference-tools-logon-types&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;By our company CIS policy only Administrators are allowed the “Allow log on locally” User Rights Assignment.&lt;/P&gt;&lt;P&gt;To make applications more secure, we setup the Least Privilege Access for the Alteryx application.&amp;nbsp; We followed Alteryx recommendations at the following link: &lt;A href="https://help.alteryx.com/20221/server/configure-required-run-user-permissions" target="_blank" rel="noopener"&gt;https://help.alteryx.com/20221/server/configure-required-run-user-permissions&lt;/A&gt;. The Allow log on locally permission was not specified in Alteryx documentation at the time so it was not granted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is: Is the Alteryx application somehow incorrectly programmed to attempt to request Interactive Logons for the Run as different user" account (and thereby generating the excessive 4625 error messages) when it should really be requesting the appropriate type (batch or other NON Interactive Logon) ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below are 2 examples:&lt;/P&gt;&lt;P&gt;An Example of Failed (Logon Type =2 = Interactive )&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;An Example of Success (Logon Type = 4 = Batch) Security log events.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below here is an Example FAILED 4625 Type Windows Security Log event for Logon Type =2 (Interactive) coming from Alteryx Server ( see&amp;nbsp;Workstation Name: EVALTERYXP01 which is the name of the Alteryx Server computer).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;An account failed to log on.&lt;/P&gt;&lt;P&gt;Subject:&lt;BR /&gt;Security ID: SYSTEM&lt;BR /&gt;Account Name: EVALTERYXP01$&lt;BR /&gt;Account Domain: CORP&lt;BR /&gt;Logon ID: 0x3E7&lt;/P&gt;&lt;P&gt;Logon Type: 2&lt;/P&gt;&lt;P&gt;Account For Which Logon Failed:&lt;BR /&gt;Security ID: NULL SID&lt;BR /&gt;Account Name: salteryxp01&lt;BR /&gt;Account Domain: CORP&lt;/P&gt;&lt;P&gt;Failure Information:&lt;BR /&gt;Failure Reason: The user has not been granted the requested logon type at this machine.&lt;BR /&gt;Status: 0xC000015B&lt;BR /&gt;Sub Status: 0x0&lt;/P&gt;&lt;P&gt;Process Information:&lt;BR /&gt;Caller Process ID: 0x1c04&lt;BR /&gt;Caller Process Name: D:\Program Files\Alteryx\bin\AlteryxService.exe&lt;/P&gt;&lt;P&gt;Network Information:&lt;BR /&gt;Workstation Name: EVALTERYXP01&lt;BR /&gt;Source Network Address: -&lt;BR /&gt;Source Port: -&lt;/P&gt;&lt;P&gt;Detailed Authentication Information:&lt;BR /&gt;Logon Process: Advapi&lt;BR /&gt;Authentication Package: Negotiate&lt;BR /&gt;Transited Services: -&lt;BR /&gt;Package Name (NTLM only): -&lt;BR /&gt;Key Length: 0&lt;/P&gt;&lt;P&gt;This event is generated when a logon request fails. It is generated on the computer where access was attempted.&lt;/P&gt;&lt;P&gt;The Subject fields indicate the account on the local system which requested the logon. This is most commonly a service such as the Server service, or a local process such as Winlogon.exe or Services.exe.&lt;/P&gt;&lt;P&gt;The Logon Type field indicates the kind of logon that was requested. The most common types are 2 (interactive) and 3 (network).&lt;/P&gt;&lt;P&gt;The Process Information fields indicate which account and process on the system requested the logon.&lt;/P&gt;&lt;P&gt;The Network Information fields indicate where a remote logon request originated. Workstation name is not always available and may be left blank in some cases.&lt;/P&gt;&lt;P&gt;The authentication information fields provide detailed information about this specific logon request.&lt;BR /&gt;- Transited services indicate which intermediate services have participated in this logon request.&lt;BR /&gt;- Package name indicates which sub-protocol was used among the NTLM protocols.&lt;BR /&gt;- Key length indicates the length of the generated session key. This will be 0 if no session key was requested.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below Here is an Example of SUCCESSFUL Logon by same salteryxp01 :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;An account was successfully logged on.&lt;/P&gt;&lt;P&gt;Subject:&lt;BR /&gt;Security ID: SYSTEM&lt;BR /&gt;Account Name: EVALTERYXP01$&lt;BR /&gt;Account Domain: CORP&lt;BR /&gt;Logon ID: 0x3E7&lt;/P&gt;&lt;P&gt;Logon Information:&lt;BR /&gt;Logon Type: 4&lt;BR /&gt;Restricted Admin Mode: -&lt;BR /&gt;Virtual Account: No&lt;BR /&gt;Elevated Token: No&lt;/P&gt;&lt;P&gt;Impersonation Level: Impersonation&lt;/P&gt;&lt;P&gt;New Logon:&lt;BR /&gt;Security ID: CORP\SALTERYXP01&lt;BR /&gt;Account Name: salteryxp01&lt;BR /&gt;Account Domain: CORP&lt;BR /&gt;Logon ID: 0x1C579174&lt;BR /&gt;Linked Logon ID: 0x0&lt;BR /&gt;Network Account Name: -&lt;BR /&gt;Network Account Domain: -&lt;BR /&gt;Logon GUID: {c5f8d6a9-58b9-16f3-5a28-f899eaf2f255}&lt;/P&gt;&lt;P&gt;Process Information:&lt;BR /&gt;Process ID: 0x1c04&lt;BR /&gt;Process Name: D:\Program Files\Alteryx\bin\AlteryxService.exe&lt;/P&gt;&lt;P&gt;Network Information:&lt;BR /&gt;Workstation Name: EVALTERYXP01&lt;BR /&gt;Source Network Address: -&lt;BR /&gt;Source Port: -&lt;/P&gt;&lt;P&gt;Detailed Authentication Information:&lt;BR /&gt;Logon Process: Advapi&lt;BR /&gt;Authentication Package: Negotiate&lt;BR /&gt;Transited Services: -&lt;BR /&gt;Package Name (NTLM only): -&lt;BR /&gt;Key Length: 0&lt;/P&gt;&lt;P&gt;This event is generated when a logon session is created. It is generated on the computer that was accessed.&lt;/P&gt;&lt;P&gt;The subject fields indicate the account on the local system which requested the logon. This is most commonly a service such as the Server service, or a local process such as Winlogon.exe or Services.exe.&lt;/P&gt;&lt;P&gt;The logon type field indicates the kind of logon that occurred. The most common types are 2 (interactive) and 3 (network).&lt;/P&gt;&lt;P&gt;The New Logon fields indicate the account for whom the new logon was created, i.e. the account that was logged on.&lt;/P&gt;&lt;P&gt;The network fields indicate where a remote logon request originated. Workstation name is not always available and may be left blank in some cases.&lt;/P&gt;&lt;P&gt;The impersonation level field indicates the extent to which a process in the logon session can impersonate.&lt;/P&gt;&lt;P&gt;The authentication information fields provide detailed information about this specific logon request.&lt;BR /&gt;- Logon GUID is a unique identifier that can be used to correlate this event with a KDC event.&lt;BR /&gt;- Transited services indicate which intermediate services have participated in this logon request.&lt;BR /&gt;- Package name indicates which sub-protocol was used among the NTLM protocols.&lt;BR /&gt;- Key length indicates the length of the generated session key. This will be 0 if no session key was requested.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jeff Kohut&lt;/P&gt;&lt;P&gt;OneMain Financial&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jul 2023 07:50:24 GMT</pubDate>
    <dc:creator>jkohut</dc:creator>
    <dc:date>2023-07-06T07:50:24Z</dc:date>
    <item>
      <title>Failed Interactive logons being reported in Windows Security event log on Alteryx Server.</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Failed-Interactive-logons-being-reported-in-Windows-Security/m-p/954975#M11046</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We are having an issue with a large number of failed logons ( event type 4265) being reporting in the Windows Security log on our Windows 2016 Alteryx Server. We have had the issue in previous versions and we just completed upgrade to latest GA&amp;nbsp;V2022.1.1.25127 and the problem continues.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As far as we can tell all Alteryx server functionality is working even though we are receiving these errors, the errors are just causing our Security department concern (and creating additional noise in our Security logs).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. We are running Alteryx server jobs using the "Run as different user" option in the Alteryx Server configuration.&lt;/P&gt;&lt;P&gt;2. We have an Active Directory Service Account "salteryxp01" that is used as the Run As user.&lt;/P&gt;&lt;P&gt;3. We have Alteryx Server configured to perform "Integrated Windows Authentication with Kerberos" that supports the Active Directory user above.&lt;/P&gt;&lt;P&gt;4.&amp;nbsp;&lt;/P&gt;&lt;P&gt;More details about why we think we are seeing the failed logins. FAILED shows Logon type 2 is the Interactive logon type (also know as Log On locally, see this link for more details:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/windows-server/identity/securing-privileged-access/reference-tools-logon-types" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/windows-server/identity/securing-privileged-access/reference-tools-logon-types&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;By our company CIS policy only Administrators are allowed the “Allow log on locally” User Rights Assignment.&lt;/P&gt;&lt;P&gt;To make applications more secure, we setup the Least Privilege Access for the Alteryx application.&amp;nbsp; We followed Alteryx recommendations at the following link: &lt;A href="https://help.alteryx.com/20221/server/configure-required-run-user-permissions" target="_blank" rel="noopener"&gt;https://help.alteryx.com/20221/server/configure-required-run-user-permissions&lt;/A&gt;. The Allow log on locally permission was not specified in Alteryx documentation at the time so it was not granted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is: Is the Alteryx application somehow incorrectly programmed to attempt to request Interactive Logons for the Run as different user" account (and thereby generating the excessive 4625 error messages) when it should really be requesting the appropriate type (batch or other NON Interactive Logon) ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below are 2 examples:&lt;/P&gt;&lt;P&gt;An Example of Failed (Logon Type =2 = Interactive )&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;An Example of Success (Logon Type = 4 = Batch) Security log events.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below here is an Example FAILED 4625 Type Windows Security Log event for Logon Type =2 (Interactive) coming from Alteryx Server ( see&amp;nbsp;Workstation Name: EVALTERYXP01 which is the name of the Alteryx Server computer).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;An account failed to log on.&lt;/P&gt;&lt;P&gt;Subject:&lt;BR /&gt;Security ID: SYSTEM&lt;BR /&gt;Account Name: EVALTERYXP01$&lt;BR /&gt;Account Domain: CORP&lt;BR /&gt;Logon ID: 0x3E7&lt;/P&gt;&lt;P&gt;Logon Type: 2&lt;/P&gt;&lt;P&gt;Account For Which Logon Failed:&lt;BR /&gt;Security ID: NULL SID&lt;BR /&gt;Account Name: salteryxp01&lt;BR /&gt;Account Domain: CORP&lt;/P&gt;&lt;P&gt;Failure Information:&lt;BR /&gt;Failure Reason: The user has not been granted the requested logon type at this machine.&lt;BR /&gt;Status: 0xC000015B&lt;BR /&gt;Sub Status: 0x0&lt;/P&gt;&lt;P&gt;Process Information:&lt;BR /&gt;Caller Process ID: 0x1c04&lt;BR /&gt;Caller Process Name: D:\Program Files\Alteryx\bin\AlteryxService.exe&lt;/P&gt;&lt;P&gt;Network Information:&lt;BR /&gt;Workstation Name: EVALTERYXP01&lt;BR /&gt;Source Network Address: -&lt;BR /&gt;Source Port: -&lt;/P&gt;&lt;P&gt;Detailed Authentication Information:&lt;BR /&gt;Logon Process: Advapi&lt;BR /&gt;Authentication Package: Negotiate&lt;BR /&gt;Transited Services: -&lt;BR /&gt;Package Name (NTLM only): -&lt;BR /&gt;Key Length: 0&lt;/P&gt;&lt;P&gt;This event is generated when a logon request fails. It is generated on the computer where access was attempted.&lt;/P&gt;&lt;P&gt;The Subject fields indicate the account on the local system which requested the logon. This is most commonly a service such as the Server service, or a local process such as Winlogon.exe or Services.exe.&lt;/P&gt;&lt;P&gt;The Logon Type field indicates the kind of logon that was requested. The most common types are 2 (interactive) and 3 (network).&lt;/P&gt;&lt;P&gt;The Process Information fields indicate which account and process on the system requested the logon.&lt;/P&gt;&lt;P&gt;The Network Information fields indicate where a remote logon request originated. Workstation name is not always available and may be left blank in some cases.&lt;/P&gt;&lt;P&gt;The authentication information fields provide detailed information about this specific logon request.&lt;BR /&gt;- Transited services indicate which intermediate services have participated in this logon request.&lt;BR /&gt;- Package name indicates which sub-protocol was used among the NTLM protocols.&lt;BR /&gt;- Key length indicates the length of the generated session key. This will be 0 if no session key was requested.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below Here is an Example of SUCCESSFUL Logon by same salteryxp01 :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;An account was successfully logged on.&lt;/P&gt;&lt;P&gt;Subject:&lt;BR /&gt;Security ID: SYSTEM&lt;BR /&gt;Account Name: EVALTERYXP01$&lt;BR /&gt;Account Domain: CORP&lt;BR /&gt;Logon ID: 0x3E7&lt;/P&gt;&lt;P&gt;Logon Information:&lt;BR /&gt;Logon Type: 4&lt;BR /&gt;Restricted Admin Mode: -&lt;BR /&gt;Virtual Account: No&lt;BR /&gt;Elevated Token: No&lt;/P&gt;&lt;P&gt;Impersonation Level: Impersonation&lt;/P&gt;&lt;P&gt;New Logon:&lt;BR /&gt;Security ID: CORP\SALTERYXP01&lt;BR /&gt;Account Name: salteryxp01&lt;BR /&gt;Account Domain: CORP&lt;BR /&gt;Logon ID: 0x1C579174&lt;BR /&gt;Linked Logon ID: 0x0&lt;BR /&gt;Network Account Name: -&lt;BR /&gt;Network Account Domain: -&lt;BR /&gt;Logon GUID: {c5f8d6a9-58b9-16f3-5a28-f899eaf2f255}&lt;/P&gt;&lt;P&gt;Process Information:&lt;BR /&gt;Process ID: 0x1c04&lt;BR /&gt;Process Name: D:\Program Files\Alteryx\bin\AlteryxService.exe&lt;/P&gt;&lt;P&gt;Network Information:&lt;BR /&gt;Workstation Name: EVALTERYXP01&lt;BR /&gt;Source Network Address: -&lt;BR /&gt;Source Port: -&lt;/P&gt;&lt;P&gt;Detailed Authentication Information:&lt;BR /&gt;Logon Process: Advapi&lt;BR /&gt;Authentication Package: Negotiate&lt;BR /&gt;Transited Services: -&lt;BR /&gt;Package Name (NTLM only): -&lt;BR /&gt;Key Length: 0&lt;/P&gt;&lt;P&gt;This event is generated when a logon session is created. It is generated on the computer that was accessed.&lt;/P&gt;&lt;P&gt;The subject fields indicate the account on the local system which requested the logon. This is most commonly a service such as the Server service, or a local process such as Winlogon.exe or Services.exe.&lt;/P&gt;&lt;P&gt;The logon type field indicates the kind of logon that occurred. The most common types are 2 (interactive) and 3 (network).&lt;/P&gt;&lt;P&gt;The New Logon fields indicate the account for whom the new logon was created, i.e. the account that was logged on.&lt;/P&gt;&lt;P&gt;The network fields indicate where a remote logon request originated. Workstation name is not always available and may be left blank in some cases.&lt;/P&gt;&lt;P&gt;The impersonation level field indicates the extent to which a process in the logon session can impersonate.&lt;/P&gt;&lt;P&gt;The authentication information fields provide detailed information about this specific logon request.&lt;BR /&gt;- Logon GUID is a unique identifier that can be used to correlate this event with a KDC event.&lt;BR /&gt;- Transited services indicate which intermediate services have participated in this logon request.&lt;BR /&gt;- Package name indicates which sub-protocol was used among the NTLM protocols.&lt;BR /&gt;- Key length indicates the length of the generated session key. This will be 0 if no session key was requested.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jeff Kohut&lt;/P&gt;&lt;P&gt;OneMain Financial&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 07:50:24 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Failed-Interactive-logons-being-reported-in-Windows-Security/m-p/954975#M11046</guid>
      <dc:creator>jkohut</dc:creator>
      <dc:date>2023-07-06T07:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Failed Interactive logons being reported in Windows Security event log on Alteryx Serv</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Failed-Interactive-logons-being-reported-in-Windows-Security/m-p/1069766#M12557</link>
      <description>&lt;P&gt;Did you ever hear back on this? Our security team is also noticing interactive logons for our run as accounts, and is asking if we can turn this off somehow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Adam Belebczuk&lt;/P&gt;&lt;P&gt;Dealer Tire, LLC&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 21:12:07 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Failed-Interactive-logons-being-reported-in-Windows-Security/m-p/1069766#M12557</guid>
      <dc:creator>abelebczuk</dc:creator>
      <dc:date>2023-01-23T21:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Failed Interactive logons being reported in Windows Security event log on Alteryx Serv</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Failed-Interactive-logons-being-reported-in-Windows-Security/m-p/1069777#M12558</link>
      <description>&lt;P&gt;Adam,&lt;/P&gt;&lt;P&gt;I opened a ticket with Alteryx support. We went back and forth for quite some time checking to make sure we had implemented everything according to their instructions (which we had). We debugged many things and I believe it boiled down to their software not 100% working the way they though it did.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In general, Alteryx is functioning correctly, but it is accessing the system in such a way that it still triggers those Event log messages, even thought tasks are running.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I gave them quite a bit of information, so not sure if their Developers are working to incorporate a fix or not.&lt;/P&gt;&lt;P&gt;For now, we explained to security that software is working "as is" and that Security log entries are just a byproduct.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our Security's primary concern was that validate functionality was happening, as we did not see these entries at times when jobs were not running, so they said OK.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Jeff&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 21:19:40 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Failed-Interactive-logons-being-reported-in-Windows-Security/m-p/1069777#M12558</guid>
      <dc:creator>jkohut</dc:creator>
      <dc:date>2023-01-23T21:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Failed Interactive logons being reported in Windows Security event log on Alteryx Serv</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Failed-Interactive-logons-being-reported-in-Windows-Security/m-p/1069781#M12559</link>
      <description>&lt;P&gt;Thanks, Jeff. Just so I make sure I understand, you've only granted log on as a batch job (and not interactive logon) to the run as account, and that works fine for jobs to run, etc., except that the security log shows failed interactive logon attempts, correct? I think this may be workable for us, if that's the case.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 21:28:01 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Failed-Interactive-logons-being-reported-in-Windows-Security/m-p/1069781#M12559</guid>
      <dc:creator>abelebczuk</dc:creator>
      <dc:date>2023-01-23T21:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Failed Interactive logons being reported in Windows Security event log on Alteryx Serv</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Failed-Interactive-logons-being-reported-in-Windows-Security/m-p/1069783#M12560</link>
      <description>&lt;P&gt;I believe that is correct. We did not want to grant "Interactive login" unless absolutely necessary. So, we left "logon as batch" and jobs are working, with the exception of generating the extra msessages in the Security logs.&lt;/P&gt;&lt;P&gt;If you validate all is working, then I suspect you would be in the same position.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Jeff&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 21:34:17 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Failed-Interactive-logons-being-reported-in-Windows-Security/m-p/1069783#M12560</guid>
      <dc:creator>jkohut</dc:creator>
      <dc:date>2023-01-23T21:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Failed Interactive logons being reported in Windows Security event log on Alteryx Serv</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Failed-Interactive-logons-being-reported-in-Windows-Security/m-p/1069788#M12561</link>
      <description>&lt;P&gt;Excellent. Thanks for your help, Jeff.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 21:35:44 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Failed-Interactive-logons-being-reported-in-Windows-Security/m-p/1069788#M12561</guid>
      <dc:creator>abelebczuk</dc:creator>
      <dc:date>2023-01-23T21:35:44Z</dc:date>
    </item>
  </channel>
</rss>

