<?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-2307 Engine disconnect "Unable to append transaction *** for &lt;engine&gt; to the transaction log"</title><link>https://community.appian.com/support/w/kb/3511/kb-2307-engine-disconnect-unable-to-append-transaction-for-engine-to-the-transaction-log</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-2307 Engine disconnect "Unable to append transaction *** for &lt;engine&gt; to the transaction log"</title><link>https://community.appian.com/support/w/kb/3511/kb-2307-engine-disconnect-unable-to-append-transaction-for-engine-to-the-transaction-log</link><pubDate>Tue, 21 May 2024 17:16:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fdb2847e-ba7b-484a-917c-ce35e22e7b72</guid><dc:creator>Ryan Good</dc:creator><comments>https://community.appian.com/support/w/kb/3511/kb-2307-engine-disconnect-unable-to-append-transaction-for-engine-to-the-transaction-log#comments</comments><description>Current Revision posted to Appian Knowledge Base by Ryan Good on 5/21/2024 5:16:30 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Engines disconnect with the following exception inside the &lt;strong&gt;service_manager.log&lt;/strong&gt;&lt;/span&gt;:&lt;/p&gt;
&lt;pre&gt;YYYY-MM-DD HH:MM:SS,mmm [TransactionLogHandler-&amp;lt;engine&amp;gt;-99-1] ERROR com.appian.komodo.translog.TransactionLogHandler - Unable to append transaction ######### for &amp;lt;engine&amp;gt; to the transaction log [EngineRequest{updateFlag=true, functionName=performEngineWork, params=null, credentials=null, localeId=, timeZoneId=, timestampInteger=-#########, timestampDouble=-#########, randomInteger=#########, isForMigration=false, transactionId=0, interfaceName=PROCESS, shard=null, engineTopologyName=null, apiVersion=9, correlationId=[-34, -106, 76, -8, -64, 5, 64, 101, -120, -27, -120, -66, 84, -39, -18, 9]}]&lt;br /&gt;com.appian.komodo.translog.TransactionSequenceException: ######### is not the next transaction id in the sequence after #########&lt;br /&gt; at com.appian.komodo.log.KafkaTransactionLogService.append(KafkaTransactionLogService.java:187) ~[core-1.236.29.jar:1.236.29]&lt;br /&gt; at com.appian.komodo.translog.TransactionLogHandler.persistRequestToLog(TransactionLogHandler.java:201) ~[core-1.236.29.jar:1.236.29]&lt;br /&gt; at com.appian.komodo.translog.TransactionLogHandler.lambda$channelRead$0(TransactionLogHandler.java:180) ~[core-1.236.29.jar:1.236.29]&lt;br /&gt; at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_252]&lt;br /&gt; at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_252]&lt;br /&gt; at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_252]&lt;br /&gt; at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_252]&lt;br /&gt; at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.46.Final.jar:4.1.46.Final]&lt;br /&gt; at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]&lt;br /&gt;YYYY-MM-DD HH:MM:SS,mmm [TransactionLogHandler-execution01-99-1] ERROR com.appian.komodo.translog.TransactionLogHandler - Writing failed inflight request to .l file&lt;br /&gt;YYYY-MM-DD HH:MM:SS,mmm [KomodoEventBus-58103] ERROR com.appian.komodo.engine.connection.KProcessManager - Terminal engine fault received for &amp;lt;engine&amp;gt;. Killing K process. [event received: TransactionAppendFailedEvent{createdInstant=YYYY-MM-DDTHH:MM:SS.mmmZ, engineId=execution01, transactionId=#########}]&lt;br /&gt;YYYY-MM-DD HH:MM:SS,mmm [KomodoEventBus-58149] ERROR com.appian.komodo.engine.EngineSupervisor - Received terminal engine fault: TransactionAppendFailedEvent{createdInstant=2020-07-17T16:42:59.611Z, engineId=&amp;lt;engine&amp;gt;, transactionId=#########}&lt;/pre&gt;
&lt;p&gt;The engine is able to recover in a few minutes:&lt;/p&gt;
&lt;pre&gt;YYYY-MM-DD HH:MM:SS,mmm [KomodoEventBus-58212] INFO com.appian.komodo.engine.status.EngineStatusMonitor - &amp;lt;engine&amp;gt; is now EngineStateAndMode{engineState=RUNNING, mode=PRIMARY}&lt;/pre&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Another process is accessing the log files which the K engine is trying to write to. On Windows, another process having the file open will completely prevent K from writing to the file. This can force the&amp;nbsp;engine into a bad state and cause the above error.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;Disable any other processes from accessing the files which the K engines write to. In particular, customers using Windows have seen this issue when running some sort of file scanner (often an antivirus or security tool) which scans Appian files. For more information, please refer to the relevant&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/latest/Post-Install_Configurations.html#exclude-files-from-antivirus-scanning"&gt;documentation&lt;/a&gt;.&lt;/p&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: May 2024&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: engines, infrastructure&lt;/div&gt;
</description></item><item><title>[DRAFT SP-4956] KB-XXXX Engine disconnect "Unable to append transaction *** for &lt;engine&gt; to the transaction log"</title><link>https://community.appian.com/support/w/kb/3511/kb-2307-engine-disconnect-unable-to-append-transaction-for-engine-to-the-transaction-log/revision/9</link><pubDate>Fri, 03 May 2024 20:53:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fdb2847e-ba7b-484a-917c-ce35e22e7b72</guid><dc:creator>Ryan Good</dc:creator><comments>https://community.appian.com/support/w/kb/3511/kb-2307-engine-disconnect-unable-to-append-transaction-for-engine-to-the-transaction-log#comments</comments><description>Revision 9 posted to Appian Knowledge Base by Ryan Good on 5/3/2024 8:53:29 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Engines disconnect with the following exception inside the &lt;strong&gt;service_manager.log&lt;/strong&gt;&lt;/span&gt;:&lt;/p&gt;
&lt;pre&gt;YYYY-MM-DD HH:MM:SS,mmm [TransactionLogHandler-&amp;lt;engine&amp;gt;-99-1] ERROR com.appian.komodo.translog.TransactionLogHandler - Unable to append transaction ######### for &amp;lt;engine&amp;gt; to the transaction log [EngineRequest{updateFlag=true, functionName=performEngineWork, params=null, credentials=null, localeId=, timeZoneId=, timestampInteger=-#########, timestampDouble=-#########, randomInteger=#########, isForMigration=false, transactionId=0, interfaceName=PROCESS, shard=null, engineTopologyName=null, apiVersion=9, correlationId=[-34, -106, 76, -8, -64, 5, 64, 101, -120, -27, -120, -66, 84, -39, -18, 9]}]&lt;br /&gt;com.appian.komodo.translog.TransactionSequenceException: ######### is not the next transaction id in the sequence after #########&lt;br /&gt; at com.appian.komodo.log.KafkaTransactionLogService.append(KafkaTransactionLogService.java:187) ~[core-1.236.29.jar:1.236.29]&lt;br /&gt; at com.appian.komodo.translog.TransactionLogHandler.persistRequestToLog(TransactionLogHandler.java:201) ~[core-1.236.29.jar:1.236.29]&lt;br /&gt; at com.appian.komodo.translog.TransactionLogHandler.lambda$channelRead$0(TransactionLogHandler.java:180) ~[core-1.236.29.jar:1.236.29]&lt;br /&gt; at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_252]&lt;br /&gt; at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_252]&lt;br /&gt; at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_252]&lt;br /&gt; at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_252]&lt;br /&gt; at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.46.Final.jar:4.1.46.Final]&lt;br /&gt; at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]&lt;br /&gt;YYYY-MM-DD HH:MM:SS,mmm [TransactionLogHandler-execution01-99-1] ERROR com.appian.komodo.translog.TransactionLogHandler - Writing failed inflight request to .l file&lt;br /&gt;YYYY-MM-DD HH:MM:SS,mmm [KomodoEventBus-58103] ERROR com.appian.komodo.engine.connection.KProcessManager - Terminal engine fault received for &amp;lt;engine&amp;gt;. Killing K process. [event received: TransactionAppendFailedEvent{createdInstant=YYYY-MM-DDTHH:MM:SS.mmmZ, engineId=execution01, transactionId=#########}]&lt;br /&gt;YYYY-MM-DD HH:MM:SS,mmm [KomodoEventBus-58149] ERROR com.appian.komodo.engine.EngineSupervisor - Received terminal engine fault: TransactionAppendFailedEvent{createdInstant=2020-07-17T16:42:59.611Z, engineId=&amp;lt;engine&amp;gt;, transactionId=#########}&lt;/pre&gt;
&lt;p&gt;The engine is able to recover in a few minutes:&lt;/p&gt;
&lt;pre&gt;YYYY-MM-DD HH:MM:SS,mmm [KomodoEventBus-58212] INFO com.appian.komodo.engine.status.EngineStatusMonitor - &amp;lt;engine&amp;gt; is now EngineStateAndMode{engineState=RUNNING, mode=PRIMARY}&lt;/pre&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Another process is accessing the log files which the K engine is trying to write to. On Windows, another process having the file open will completely prevent K from writing to the file. This can force the&amp;nbsp;engine into a bad state and cause the above error.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;Disable any other processes from accessing the files which the K engines write to. In particular, customers using Windows have seen this issue when running some sort of file scanner (often an antivirus or security tool) which scans Appian files. For more information, please refer to the relevant&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/latest/Post-Install_Configurations.html#exclude-files-from-antivirus-scanning"&gt;documentation&lt;/a&gt;.&lt;/p&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: May 2024&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: engines, infrastructure&lt;/div&gt;
</description></item><item><title>[DRAFT SP-4956] KB-XXXX Engine disconnect "Unable to append transaction *** for &lt;engine&gt; to the transaction log"</title><link>https://community.appian.com/support/w/kb/3511/kb-2307-engine-disconnect-unable-to-append-transaction-for-engine-to-the-transaction-log/revision/8</link><pubDate>Tue, 16 Apr 2024 21:03:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fdb2847e-ba7b-484a-917c-ce35e22e7b72</guid><dc:creator>pauline.delacruz</dc:creator><comments>https://community.appian.com/support/w/kb/3511/kb-2307-engine-disconnect-unable-to-append-transaction-for-engine-to-the-transaction-log#comments</comments><description>Revision 8 posted to Appian Knowledge Base by pauline.delacruz on 4/16/2024 9:03:01 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Engines disconnect with the following exception inside the &lt;strong&gt;service_manager.log&lt;/strong&gt;&lt;/span&gt;:&lt;/p&gt;
&lt;pre&gt;YYYY-MM-DD HH:MM:SS,mmm [TransactionLogHandler-&amp;lt;engine&amp;gt;-99-1] ERROR com.appian.komodo.translog.TransactionLogHandler - Unable to append transaction ######### for &amp;lt;engine&amp;gt; to the transaction log [EngineRequest{updateFlag=true, functionName=performEngineWork, params=null, credentials=null, localeId=, timeZoneId=, timestampInteger=-#########, timestampDouble=-#########, randomInteger=#########, isForMigration=false, transactionId=0, interfaceName=PROCESS, shard=null, engineTopologyName=null, apiVersion=9, correlationId=[-34, -106, 76, -8, -64, 5, 64, 101, -120, -27, -120, -66, 84, -39, -18, 9]}]&lt;br /&gt;com.appian.komodo.translog.TransactionSequenceException: ######### is not the next transaction id in the sequence after #########&lt;br /&gt; at com.appian.komodo.log.KafkaTransactionLogService.append(KafkaTransactionLogService.java:187) ~[core-1.236.29.jar:1.236.29]&lt;br /&gt; at com.appian.komodo.translog.TransactionLogHandler.persistRequestToLog(TransactionLogHandler.java:201) ~[core-1.236.29.jar:1.236.29]&lt;br /&gt; at com.appian.komodo.translog.TransactionLogHandler.lambda$channelRead$0(TransactionLogHandler.java:180) ~[core-1.236.29.jar:1.236.29]&lt;br /&gt; at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_252]&lt;br /&gt; at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_252]&lt;br /&gt; at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_252]&lt;br /&gt; at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_252]&lt;br /&gt; at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.46.Final.jar:4.1.46.Final]&lt;br /&gt; at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]&lt;br /&gt;YYYY-MM-DD HH:MM:SS,mmm [TransactionLogHandler-execution01-99-1] ERROR com.appian.komodo.translog.TransactionLogHandler - Writing failed inflight request to .l file&lt;br /&gt;YYYY-MM-DD HH:MM:SS,mmm [KomodoEventBus-58103] ERROR com.appian.komodo.engine.connection.KProcessManager - Terminal engine fault received for &amp;lt;engine&amp;gt;. Killing K process. [event received: TransactionAppendFailedEvent{createdInstant=YYYY-MM-DDTHH:MM:SS.mmmZ, engineId=execution01, transactionId=#########}]&lt;br /&gt;YYYY-MM-DD HH:MM:SS,mmm [KomodoEventBus-58149] ERROR com.appian.komodo.engine.EngineSupervisor - Received terminal engine fault: TransactionAppendFailedEvent{createdInstant=2020-07-17T16:42:59.611Z, engineId=&amp;lt;engine&amp;gt;, transactionId=#########}&lt;/pre&gt;
&lt;p&gt;The engine is able to recover in a few minutes:&lt;/p&gt;
&lt;pre&gt;YYYY-MM-DD HH:MM:SS,mmm [KomodoEventBus-58212] INFO com.appian.komodo.engine.status.EngineStatusMonitor - &amp;lt;engine&amp;gt; is now EngineStateAndMode{engineState=RUNNING, mode=PRIMARY}&lt;/pre&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Another process is accessing the log files which the K engine is trying to write to. On Windows, a different process having the file open will prevent K from writing to the file, which puts the engine into a bad state causing this error.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;Disable any other processes from accessing the files which the K engines write to. In particular, customers using Windows have seen this issue when running some sort of file scanner (often an antivirus or security tool) which scans Appian files. For more information, please refer to the &lt;a href="https://docs.appian.com/suite/help/latest/Post-Install_Configurations.html#exclude-files-from-antivirus-scanning"&gt;documentation&lt;/a&gt;.&lt;/p&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;April 2024&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: engines, infrastructure&lt;/div&gt;
</description></item><item><title>[DRAFT SP-4956] KB-XXXX Engine disconnect "Unable to append transaction *** for &lt;engine&gt; to the transaction log"</title><link>https://community.appian.com/support/w/kb/3511/kb-2307-engine-disconnect-unable-to-append-transaction-for-engine-to-the-transaction-log/revision/7</link><pubDate>Fri, 05 Apr 2024 15:10:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fdb2847e-ba7b-484a-917c-ce35e22e7b72</guid><dc:creator>pauline.delacruz</dc:creator><comments>https://community.appian.com/support/w/kb/3511/kb-2307-engine-disconnect-unable-to-append-transaction-for-engine-to-the-transaction-log#comments</comments><description>Revision 7 posted to Appian Knowledge Base by pauline.delacruz on 4/5/2024 3:10:45 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Engines disconnect with the following exception inside the &lt;strong&gt;service_manager.log&lt;/strong&gt;&lt;/span&gt;:&lt;/p&gt;
&lt;pre&gt;YYYY-MM-DD HH:MM:SS,mmm [TransactionLogHandler-&amp;lt;engine&amp;gt;-99-1] ERROR com.appian.komodo.translog.TransactionLogHandler - Unable to append transaction ######### for &amp;lt;engine&amp;gt; to the transaction log [EngineRequest{updateFlag=true, functionName=performEngineWork, params=null, credentials=null, localeId=, timeZoneId=, timestampInteger=-456218220, timestampDouble=-5280.303480879629, randomInteger=1886317636, isForMigration=false, transactionId=0, interfaceName=PROCESS, shard=null, engineTopologyName=null, apiVersion=9, correlationId=[-34, -106, 76, -8, -64, 5, 64, 101, -120, -27, -120, -66, 84, -39, -18, 9]}]&lt;br /&gt;com.appian.komodo.translog.TransactionSequenceException: ######### is not the next transaction id in the sequence after #########&lt;br /&gt; at com.appian.komodo.log.KafkaTransactionLogService.append(KafkaTransactionLogService.java:187) ~[core-1.236.29.jar:1.236.29]&lt;br /&gt; at com.appian.komodo.translog.TransactionLogHandler.persistRequestToLog(TransactionLogHandler.java:201) ~[core-1.236.29.jar:1.236.29]&lt;br /&gt; at com.appian.komodo.translog.TransactionLogHandler.lambda$channelRead$0(TransactionLogHandler.java:180) ~[core-1.236.29.jar:1.236.29]&lt;br /&gt; at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_252]&lt;br /&gt; at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_252]&lt;br /&gt; at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_252]&lt;br /&gt; at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_252]&lt;br /&gt; at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.46.Final.jar:4.1.46.Final]&lt;br /&gt; at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]&lt;br /&gt;YYYY-MM-DD HH:MM:SS,mmm [TransactionLogHandler-execution01-99-1] ERROR com.appian.komodo.translog.TransactionLogHandler - Writing failed inflight request to .l file&lt;br /&gt;YYYY-MM-DD HH:MM:SS,mmm [KomodoEventBus-58103] ERROR com.appian.komodo.engine.connection.KProcessManager - Terminal engine fault received for &amp;lt;engine&amp;gt;. Killing K process. [event received: TransactionAppendFailedEvent{createdInstant=YYYY-MM-DDTHH:MM:SS.mmmZ, engineId=execution01, transactionId=#########}]&lt;br /&gt;YYYY-MM-DD HH:MM:SS,mmm [KomodoEventBus-58149] ERROR com.appian.komodo.engine.EngineSupervisor - Received terminal engine fault: TransactionAppendFailedEvent{createdInstant=2020-07-17T16:42:59.611Z, engineId=&amp;lt;engine&amp;gt;, transactionId=#########}&lt;/pre&gt;
&lt;p&gt;The engine is able to recover in a few minutes:&lt;/p&gt;
&lt;pre&gt;YYYY-MM-DD HH:MM:SS,mmm [KomodoEventBus-58212] INFO com.appian.komodo.engine.status.EngineStatusMonitor - &amp;lt;engine&amp;gt; is now EngineStateAndMode{engineState=RUNNING, mode=PRIMARY}&lt;/pre&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Another process is accessing the log files which the K engine is trying to write to. On Windows, a different process having the file open will prevent K from writing to the file, which puts the engine into a bad state causing this error.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;In order to prevent this from happening, disable any other processes from accessing the files which the K engines write to. In particular, customers using Windows have seen this issue when running some sort of file scanner (often an antivirus or security tool) which scans Appian files. For more information, please refer to the &lt;a href="https://docs.appian.com/suite/help/latest/Post-Install_Configurations.html#exclude-files-from-antivirus-scanning"&gt;documentation&lt;/a&gt;.&lt;/p&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;April 2024&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: engines, infrastructure&lt;/div&gt;
</description></item><item><title>[DRAFT SP-4956] KB-XXXX Engine disconnect "Unable to append transaction *** for &lt;engine&gt; to the transaction log"</title><link>https://community.appian.com/support/w/kb/3511/kb-2307-engine-disconnect-unable-to-append-transaction-for-engine-to-the-transaction-log/revision/6</link><pubDate>Fri, 05 Apr 2024 15:09:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fdb2847e-ba7b-484a-917c-ce35e22e7b72</guid><dc:creator>pauline.delacruz</dc:creator><comments>https://community.appian.com/support/w/kb/3511/kb-2307-engine-disconnect-unable-to-append-transaction-for-engine-to-the-transaction-log#comments</comments><description>Revision 6 posted to Appian Knowledge Base by pauline.delacruz on 4/5/2024 3:09:52 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Engines disconnect with the following exception inside the &lt;strong&gt;service_manager.log&lt;/strong&gt;&lt;/span&gt;:&lt;/p&gt;
&lt;pre&gt;YYYY-MM-DD HH:MM:SS,mmm [TransactionLogHandler-&amp;lt;engine&amp;gt;-99-1] ERROR com.appian.komodo.translog.TransactionLogHandler - Unable to append transaction ######### for &amp;lt;engine&amp;gt; to the transaction log [EngineRequest{updateFlag=true, functionName=performEngineWork, params=null, credentials=null, localeId=, timeZoneId=, timestampInteger=-456218220, timestampDouble=-5280.303480879629, randomInteger=1886317636, isForMigration=false, transactionId=0, interfaceName=PROCESS, shard=null, engineTopologyName=null, apiVersion=9, correlationId=[-34, -106, 76, -8, -64, 5, 64, 101, -120, -27, -120, -66, 84, -39, -18, 9]}]&lt;br /&gt;com.appian.komodo.translog.TransactionSequenceException: ######### is not the next transaction id in the sequence after #########&lt;br /&gt; at com.appian.komodo.log.KafkaTransactionLogService.append(KafkaTransactionLogService.java:187) ~[core-1.236.29.jar:1.236.29]&lt;br /&gt; at com.appian.komodo.translog.TransactionLogHandler.persistRequestToLog(TransactionLogHandler.java:201) ~[core-1.236.29.jar:1.236.29]&lt;br /&gt; at com.appian.komodo.translog.TransactionLogHandler.lambda$channelRead$0(TransactionLogHandler.java:180) ~[core-1.236.29.jar:1.236.29]&lt;br /&gt; at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_252]&lt;br /&gt; at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_252]&lt;br /&gt; at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_252]&lt;br /&gt; at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_252]&lt;br /&gt; at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.46.Final.jar:4.1.46.Final]&lt;br /&gt; at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]&lt;br /&gt;YYYY-MM-DD HH:MM:SS,mmm [TransactionLogHandler-execution01-99-1] ERROR com.appian.komodo.translog.TransactionLogHandler - Writing failed inflight request to .l file&lt;br /&gt;YYYY-MM-DD HH:MM:SS,mmm [KomodoEventBus-58103] ERROR com.appian.komodo.engine.connection.KProcessManager - Terminal engine fault received for &amp;lt;engine&amp;gt;. Killing K process. [event received: TransactionAppendFailedEvent{createdInstant=YYYY-MM-DDTHH:MM:SS.mmmZ, engineId=execution01, transactionId=#########}]&lt;br /&gt;YYYY-MM-DD HH:MM:SS,mmm [KomodoEventBus-58149] ERROR com.appian.komodo.engine.EngineSupervisor - Received terminal engine fault: TransactionAppendFailedEvent{createdInstant=2020-07-17T16:42:59.611Z, engineId=&amp;lt;engine&amp;gt;, transactionId=#########}&lt;/pre&gt;
&lt;p&gt;The engine is able to recover in a few minutes:&lt;/p&gt;
&lt;pre&gt;YYYY-MM-DD HH:MM:SS,mmm [KomodoEventBus-58212] INFO com.appian.komodo.engine.status.EngineStatusMonitor - &amp;lt;engine&amp;gt; is now EngineStateAndMode{engineState=RUNNING, mode=PRIMARY}&lt;/pre&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This error is caused by another process accessing the log files which the K engine is trying to write to. On Windows, a different process having the file open will prevent K from writing to the file, which puts the engine into a bad state causing this error.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;In order to prevent this from happening, disable any other processes from accessing the files which the K engines write to. In particular, customers using Windows have seen this issue when running some sort of file scanner (often an antivirus or security tool) which scans Appian files. For more information, please refer to the &lt;a href="https://docs.appian.com/suite/help/latest/Post-Install_Configurations.html#exclude-files-from-antivirus-scanning"&gt;documentation&lt;/a&gt;.&lt;/p&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;April 2024&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: engines, infrastructure&lt;/div&gt;
</description></item><item><title>[DRAFT SP-4956] KB-XXXX Engine disconnect "Unable to append transaction *** for &lt;engine&gt; to the transaction log"</title><link>https://community.appian.com/support/w/kb/3511/kb-2307-engine-disconnect-unable-to-append-transaction-for-engine-to-the-transaction-log/revision/5</link><pubDate>Fri, 29 Mar 2024 20:51:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fdb2847e-ba7b-484a-917c-ce35e22e7b72</guid><dc:creator>pauline.delacruz</dc:creator><comments>https://community.appian.com/support/w/kb/3511/kb-2307-engine-disconnect-unable-to-append-transaction-for-engine-to-the-transaction-log#comments</comments><description>Revision 5 posted to Appian Knowledge Base by pauline.delacruz on 3/29/2024 8:51:34 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This section is required for this template. All symptoms of the issue, including relevant screenshots and log lines, should be included here.&amp;nbsp;The symptoms should be as descriptive as possible.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Following is the main exception:&lt;/p&gt;
&lt;pre&gt;2020-07-17 16:42:59,442 [TransactionLogHandler-execution01-99-1] ERROR com.appian.komodo.translog.TransactionLogHandler - Unable to append transaction 35259884 for execution01 to the transaction log [EngineRequest{updateFlag=true, functionName=performEngineWork, params=null, credentials=null, localeId=, timeZoneId=, timestampInteger=-456218220, timestampDouble=-5280.303480879629, randomInteger=1886317636, isForMigration=false, transactionId=0, interfaceName=PROCESS, shard=null, engineTopologyName=null, apiVersion=9, correlationId=[-34, -106, 76, -8, -64, 5, 64, 101, -120, -27, -120, -66, 84, -39, -18, 9]}]&lt;br /&gt;com.appian.komodo.translog.TransactionSequenceException: 35259884 is not the next transaction id in the sequence after 35259882&lt;br /&gt; at com.appian.komodo.log.KafkaTransactionLogService.append(KafkaTransactionLogService.java:187) ~[core-1.236.29.jar:1.236.29]&lt;br /&gt; at com.appian.komodo.translog.TransactionLogHandler.persistRequestToLog(TransactionLogHandler.java:201) ~[core-1.236.29.jar:1.236.29]&lt;br /&gt; at com.appian.komodo.translog.TransactionLogHandler.lambda$channelRead$0(TransactionLogHandler.java:180) ~[core-1.236.29.jar:1.236.29]&lt;br /&gt; at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_252]&lt;br /&gt; at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_252]&lt;br /&gt; at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_252]&lt;br /&gt; at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_252]&lt;br /&gt; at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.46.Final.jar:4.1.46.Final]&lt;br /&gt; at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]&lt;br /&gt;2020-07-17 16:42:59,447 [TransactionLogHandler-execution01-99-1] ERROR com.appian.komodo.translog.TransactionLogHandler - Writing failed inflight request to .l file&lt;br /&gt;2020-07-17 16:42:59,615 [KomodoEventBus-58103] ERROR com.appian.komodo.engine.connection.KProcessManager - Terminal engine fault received for execution01. Killing K process. [event received: TransactionAppendFailedEvent{createdInstant=2020-07-17T16:42:59.611Z, engineId=execution01, transactionId=35259884}]&lt;br /&gt;2020-07-17 16:42:59,615 [KomodoEventBus-58149] ERROR com.appian.komodo.engine.EngineSupervisor - Received terminal engine fault: TransactionAppendFailedEvent{createdInstant=2020-07-17T16:42:59.611Z, engineId=execution01, transactionId=35259884}&lt;/pre&gt;
&lt;p&gt;Engine is able to recover in a few minutes:&lt;/p&gt;
&lt;pre&gt;2020-07-17 16:45:12,148 [KomodoEventBus-58212] INFO com.appian.komodo.engine.status.EngineStatusMonitor - execution01 is now EngineStateAndMode{engineState=RUNNING, mode=PRIMARY}&lt;/pre&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This error is caused by another process accessing the log files which the K engine is trying to write. On Windows a different process having the file open will prevent K from writing to the file which puts the engine into a bad state causing this error.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;In order to prevent this from happening, disable any other processes from accessing the files which the K engines write to. In particular, customers using Windows have seen this issue when running some sort of file scanner (often an antivirus or security tool) which scans Appian files. For more information, please refer to the &lt;a href="https://docs.appian.com/suite/help/latest/Post-Install_Configurations.html#exclude-files-from-antivirus-scanning"&gt;documentation&lt;/a&gt;.&lt;/p&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: March 2024&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: engines, infrastructure&lt;/div&gt;
</description></item><item><title>[DRAFT SP-4956] KB-XXXX Engine disconnect "Unable to append transaction *** for &lt;engine&gt; to the transaction log"</title><link>https://community.appian.com/support/w/kb/3511/kb-2307-engine-disconnect-unable-to-append-transaction-for-engine-to-the-transaction-log/revision/4</link><pubDate>Fri, 29 Mar 2024 20:50:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fdb2847e-ba7b-484a-917c-ce35e22e7b72</guid><dc:creator>pauline.delacruz</dc:creator><comments>https://community.appian.com/support/w/kb/3511/kb-2307-engine-disconnect-unable-to-append-transaction-for-engine-to-the-transaction-log#comments</comments><description>Revision 4 posted to Appian Knowledge Base by pauline.delacruz on 3/29/2024 8:50:18 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This section is required for this template. All symptoms of the issue, including relevant screenshots and log lines, should be included here.&amp;nbsp;The symptoms should be as descriptive as possible.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This error is caused by another process accessing the log files which the K engine is trying to write. On Windows a different process having the file open will prevent K from writing to the file which puts the engine into a bad state causing this error.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;In order to prevent this from happening, disable any other processes from accessing the files which the K engines write to. In particular, customers using Windows have seen this issue when running some sort of file scanner (often an antivirus or security tool) which scans Appian files. For more information, please refer to the &lt;a href="https://docs.appian.com/suite/help/latest/Post-Install_Configurations.html#exclude-files-from-antivirus-scanning"&gt;documentation&lt;/a&gt;.&lt;/p&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: March 2024&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: engines, infrastructure&lt;/div&gt;
</description></item><item><title>[DRAFT SP-4956] Engine disconnect "Unable to append transaction *** for execution01 to the transaction log"</title><link>https://community.appian.com/support/w/kb/3511/kb-2307-engine-disconnect-unable-to-append-transaction-for-engine-to-the-transaction-log/revision/3</link><pubDate>Tue, 26 Mar 2024 18:40:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fdb2847e-ba7b-484a-917c-ce35e22e7b72</guid><dc:creator>pauline.delacruz</dc:creator><comments>https://community.appian.com/support/w/kb/3511/kb-2307-engine-disconnect-unable-to-append-transaction-for-engine-to-the-transaction-log#comments</comments><description>Revision 3 posted to Appian Knowledge Base by pauline.delacruz on 3/26/2024 6:40:15 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This section is required for this template. All symptoms of the issue, including relevant screenshots and log lines, should be included here.&amp;nbsp;The symptoms should be as descriptive as possible.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This error is caused by another process accessing the log files which the K engine is trying to write. On Windows a different process having the file open will prevent K from writing to the file which puts the engine into a bad state causing this error. In order to prevent this from happening the customer can disable any other processes from accessing the files which the K engines write to. In particular other Windows customers have seen this issue when running some sort of file scanner (often an antivirus or security tool) which scans Appian files.&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;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: March 2024&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: engines, infrastructure&lt;/div&gt;
</description></item><item><title>[DRAFT SP-4956] Engine disconnect "Unable to append transaction *** for execution01 to the transaction log"</title><link>https://community.appian.com/support/w/kb/3511/kb-2307-engine-disconnect-unable-to-append-transaction-for-engine-to-the-transaction-log/revision/2</link><pubDate>Tue, 26 Mar 2024 18:39:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fdb2847e-ba7b-484a-917c-ce35e22e7b72</guid><dc:creator>pauline.delacruz</dc:creator><comments>https://community.appian.com/support/w/kb/3511/kb-2307-engine-disconnect-unable-to-append-transaction-for-engine-to-the-transaction-log#comments</comments><description>Revision 2 posted to Appian Knowledge Base by pauline.delacruz on 3/26/2024 6:39:58 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This section is required for this template. All symptoms of the issue, including relevant screenshots and log lines, should be included here.&amp;nbsp;The symptoms should be as descriptive as possible.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This error is caused by another process accessing the log files which the K engine is trying to write. On Windows a different process having the file open will prevent K from writing to the file which puts the engine into a bad state causing this error. In order to prevent this from happening the customer can disable any other processes from accessing the files which the K engines write to. In particular other Windows customers have seen this issue when running some sort of file scanner (often an antivirus or security tool) which scans Appian files.&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;&lt;/span&gt;&lt;/h2&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: March 2024&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>[DRAFT SP-4956] Engine disconnect "Unable to append transaction *** for execution01 to the transaction log"</title><link>https://community.appian.com/support/w/kb/3511/kb-2307-engine-disconnect-unable-to-append-transaction-for-engine-to-the-transaction-log/revision/1</link><pubDate>Tue, 26 Mar 2024 18:37:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fdb2847e-ba7b-484a-917c-ce35e22e7b72</guid><dc:creator>pauline.delacruz</dc:creator><comments>https://community.appian.com/support/w/kb/3511/kb-2307-engine-disconnect-unable-to-append-transaction-for-engine-to-the-transaction-log#comments</comments><description>Revision 1 posted to Appian Knowledge Base by pauline.delacruz on 3/26/2024 6:37:49 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This section is required for this template. All symptoms of the issue, including relevant screenshots and log lines, should be included here.&amp;nbsp;The symptoms should be as descriptive as possible.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&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>