<?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-2359 Execute Stored Procedure plug-in breaks in 25.3</title><link>https://community.appian.com/support/w/kb/3715/kb-2359-execute-stored-procedure-plug-in-breaks-in-25-3</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-2359 Execute Stored Procedure plug-in breaks in 25.3</title><link>https://community.appian.com/support/w/kb/3715/kb-2359-execute-stored-procedure-plug-in-breaks-in-25-3</link><pubDate>Thu, 13 Nov 2025 06:25:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b6078470-cb8f-4f98-af6c-15fae1052cf1</guid><dc:creator>Maggie Deppe-Walker</dc:creator><comments>https://community.appian.com/support/w/kb/3715/kb-2359-execute-stored-procedure-plug-in-breaks-in-25-3#comments</comments><description>Current Revision posted to Appian Knowledge Base by Maggie Deppe-Walker on 11/13/2025 6:25:26 AM&lt;br /&gt;
&lt;h2 id="mcetoc_1j6tmhqde0"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;&lt;span style="font-weight:400;"&gt;Execute Stored Procedure plug-in &lt;/span&gt;(&lt;code&gt;executestoredprocedure()&lt;/code&gt;)&amp;nbsp;will &lt;span style="font-weight:400;"&gt;not work upon upgrading to Appian version 25.3 and process instances will fail.&amp;nbsp;&lt;strong&gt;&lt;span&gt;This&amp;nbsp;plug-in is deprecated and no longer recommended for use for sites running on Appian 22.1 or later.&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;&lt;span&gt;The following will print in &lt;strong&gt;tomcat-stdOut.log&lt;/strong&gt;:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;span style="font-weight:400;"&gt;[http-nio-8080-exec-8]&lt;/span&gt; &lt;span style="font-weight:400;"&gt;ERROR&lt;/span&gt; &lt;span style="font-weight:400;"&gt;com.appiancorp.ps.function.ExecuteStoredProcedureFunction&lt;/span&gt; &lt;span style="font-weight:400;"&gt;-&lt;/span&gt; &lt;span style="font-weight:400;"&gt;Error&lt;/span&gt; &lt;span style="font-weight:400;"&gt;executing:&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;java.lang.Exception:&lt;/span&gt; &lt;span style="font-weight:400;"&gt;Error&lt;/span&gt; &lt;span style="font-weight:400;"&gt;processing&lt;/span&gt; &lt;span style="font-weight:400;"&gt;results&lt;/span&gt; &lt;span style="font-weight:400;"&gt;in&lt;/span&gt; &lt;span style="font-weight:400;"&gt;procedure *procedure_name*&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;at&lt;/span&gt; &lt;span style="font-weight:400;"&gt;com.appiancorp.ps.function.ExecuteStoredProcedureFunction.getResultSet(ExecuteStoredProcedureFunction.java:425)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;at&lt;/span&gt; &lt;span style="font-weight:400;"&gt;com.appiancorp.ps.function.ExecuteStoredProcedureFunction.getProcedureResultSet(ExecuteStoredProcedureFunction.jav&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;a:353)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;...&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1j6tmjcg11"&gt;Cause&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;MariaDB was upgraded to version 10.11.13 with the 25.3 Appian version upgrade. It is the responsibility of the plugin owners to keep up compatibility with the Appian product, and since this plugin has been deprecated since 22.1, it has not been edited to reflect the changes in 10.11.13.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1j6tmjiu62"&gt;Action&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;Appian recommends switching over to use one of the following supported OOTB stored procedure functions.&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li style="font-weight:400;"&gt;&lt;a href="https://docs.appian.com/suite/help/25.3/fnc_system_a_executestoredprocedureforquery.html"&gt;&lt;span style="font-weight:400;"&gt;a!executeStoredProcedureForQuery&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;a href="https://docs.appian.com/suite/help/25.3/Execute_Stored_Procedure_Smart_Service.html"&gt;&lt;span style="font-weight:400;"&gt;Execute Stored Procedure smart service&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to any customer running&amp;nbsp;Appian 22.1 or later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: November 2025&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, mysql, mariadb, stored procedure&lt;/div&gt;
</description></item><item><title>KB-2357 Execute Stored Procedure plug-in breaks in 25.3</title><link>https://community.appian.com/support/w/kb/3715/kb-2359-execute-stored-procedure-plug-in-breaks-in-25-3/revision/8</link><pubDate>Wed, 12 Nov 2025 16:57:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b6078470-cb8f-4f98-af6c-15fae1052cf1</guid><dc:creator>Kaushal Patel</dc:creator><comments>https://community.appian.com/support/w/kb/3715/kb-2359-execute-stored-procedure-plug-in-breaks-in-25-3#comments</comments><description>Revision 8 posted to Appian Knowledge Base by Kaushal Patel on 11/12/2025 4:57:35 PM&lt;br /&gt;
&lt;h2 id="mcetoc_1j6tmhqde0"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;&lt;span style="font-weight:400;"&gt;Execute Stored Procedure plug-in &lt;/span&gt;(&lt;code&gt;executestoredprocedure()&lt;/code&gt;)&amp;nbsp;will &lt;span style="font-weight:400;"&gt;not work upon upgrading to Appian version 25.3 and process instances will fail.&amp;nbsp;&lt;strong&gt;&lt;span&gt;This&amp;nbsp;plug-in is deprecated and no longer recommended for use for sites running on Appian 22.1 or later.&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;&lt;span&gt;The following will print in &lt;strong&gt;tomcat-stdOut.log&lt;/strong&gt;:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;span style="font-weight:400;"&gt;[http-nio-8080-exec-8]&lt;/span&gt; &lt;span style="font-weight:400;"&gt;ERROR&lt;/span&gt; &lt;span style="font-weight:400;"&gt;com.appiancorp.ps.function.ExecuteStoredProcedureFunction&lt;/span&gt; &lt;span style="font-weight:400;"&gt;-&lt;/span&gt; &lt;span style="font-weight:400;"&gt;Error&lt;/span&gt; &lt;span style="font-weight:400;"&gt;executing:&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;java.lang.Exception:&lt;/span&gt; &lt;span style="font-weight:400;"&gt;Error&lt;/span&gt; &lt;span style="font-weight:400;"&gt;processing&lt;/span&gt; &lt;span style="font-weight:400;"&gt;results&lt;/span&gt; &lt;span style="font-weight:400;"&gt;in&lt;/span&gt; &lt;span style="font-weight:400;"&gt;procedure *procedure_name*&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;at&lt;/span&gt; &lt;span style="font-weight:400;"&gt;com.appiancorp.ps.function.ExecuteStoredProcedureFunction.getResultSet(ExecuteStoredProcedureFunction.java:425)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;at&lt;/span&gt; &lt;span style="font-weight:400;"&gt;com.appiancorp.ps.function.ExecuteStoredProcedureFunction.getProcedureResultSet(ExecuteStoredProcedureFunction.jav&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;a:353)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;...&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1j6tmjcg11"&gt;Cause&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;MariaDB was upgraded to version 10.11.13 with the 25.3 Appian version upgrade. It is the responsibility of the plugin owners to keep up compatibility with the Appian product, and since this plugin has been deprecated since 22.1, it has not been edited to reflect the changes in 10.11.13.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1j6tmjiu62"&gt;Action&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;Appian recommends switching over to use one of the following supported OOTB stored procedure functions.&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li style="font-weight:400;"&gt;&lt;a href="https://docs.appian.com/suite/help/25.3/fnc_system_a_executestoredprocedureforquery.html"&gt;&lt;span style="font-weight:400;"&gt;a!executeStoredProcedureForQuery&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;a href="https://docs.appian.com/suite/help/25.3/Execute_Stored_Procedure_Smart_Service.html"&gt;&lt;span style="font-weight:400;"&gt;Execute Stored Procedure smart service&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to any customer running&amp;nbsp;Appian 22.1 or later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: November 2025&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, mysql, mariadb, stored procedure&lt;/div&gt;
</description></item><item><title>KB-2357 Execute Stored Procedure plug-in breaks in 25.3</title><link>https://community.appian.com/support/w/kb/3715/kb-2359-execute-stored-procedure-plug-in-breaks-in-25-3/revision/7</link><pubDate>Wed, 12 Nov 2025 16:53:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b6078470-cb8f-4f98-af6c-15fae1052cf1</guid><dc:creator>Kaushal Patel</dc:creator><comments>https://community.appian.com/support/w/kb/3715/kb-2359-execute-stored-procedure-plug-in-breaks-in-25-3#comments</comments><description>Revision 7 posted to Appian Knowledge Base by Kaushal Patel on 11/12/2025 4:53:55 PM&lt;br /&gt;
&lt;h2 id="mcetoc_1j6tmhqde0"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;&lt;span style="font-weight:400;"&gt;Execute Stored Procedure plug-in &lt;/span&gt;(&lt;code&gt;executestoredprocedure()&lt;/code&gt;)&amp;nbsp;will &lt;span style="font-weight:400;"&gt;not work upon upgrading to Appian version 25.3 and process instances will fail.&amp;nbsp;&lt;strong&gt;&lt;span&gt;This&amp;nbsp;plug-in is deprecated and no longer recommended for use for sites running on Appian 22.1 or later.&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;&lt;span&gt;The following will print in &lt;strong&gt;tomcat-stdOut.log&lt;/strong&gt;:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;span style="font-weight:400;"&gt;[http-nio-8080-exec-8]&lt;/span&gt; &lt;span style="font-weight:400;"&gt;ERROR&lt;/span&gt; &lt;span style="font-weight:400;"&gt;com.appiancorp.ps.function.ExecuteStoredProcedureFunction&lt;/span&gt; &lt;span style="font-weight:400;"&gt;-&lt;/span&gt; &lt;span style="font-weight:400;"&gt;Error&lt;/span&gt; &lt;span style="font-weight:400;"&gt;executing:&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;java.lang.Exception:&lt;/span&gt; &lt;span style="font-weight:400;"&gt;Error&lt;/span&gt; &lt;span style="font-weight:400;"&gt;processing&lt;/span&gt; &lt;span style="font-weight:400;"&gt;results&lt;/span&gt; &lt;span style="font-weight:400;"&gt;in&lt;/span&gt; &lt;span style="font-weight:400;"&gt;procedure *procedure_name*&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;at&lt;/span&gt; &lt;span style="font-weight:400;"&gt;com.appiancorp.ps.function.ExecuteStoredProcedureFunction.getResultSet(ExecuteStoredProcedureFunction.java:425)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;at&lt;/span&gt; &lt;span style="font-weight:400;"&gt;com.appiancorp.ps.function.ExecuteStoredProcedureFunction.getProcedureResultSet(ExecuteStoredProcedureFunction.jav&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;a:353)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;...&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1j6tmjcg11"&gt;Cause&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;MariaDB was upgraded to version 10.11.13 with the 25.3 Appian version upgrade. It is the responsibility of the plugin owners to keep up compatibility with the Appian product, and since this plugin has been deprecated since 22.1, it has not been edited to reflect the changes in 10.11.13.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1j6tmjiu62"&gt;Action&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;Appian recommends switching over to use one of the following supported OOTB stored procedure functions.&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li style="font-weight:400;"&gt;&lt;a href="https://docs.appian.com/suite/help/25.3/fnc_system_a_executestoredprocedureforquery.html"&gt;&lt;span style="font-weight:400;"&gt;a!executeStoredProcedureForQuery&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;a href="https://docs.appian.com/suite/help/25.3/Execute_Stored_Procedure_Smart_Service.html"&gt;&lt;span style="font-weight:400;"&gt;Execute Stored Procedure smart service&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to any customer running&amp;nbsp;Appian 22.1 or later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: November 2025&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>DRAFT - SUPP-1675</title><link>https://community.appian.com/support/w/kb/3715/kb-2359-execute-stored-procedure-plug-in-breaks-in-25-3/revision/6</link><pubDate>Wed, 12 Nov 2025 16:42:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b6078470-cb8f-4f98-af6c-15fae1052cf1</guid><dc:creator>Kaushal Patel</dc:creator><comments>https://community.appian.com/support/w/kb/3715/kb-2359-execute-stored-procedure-plug-in-breaks-in-25-3#comments</comments><description>Revision 6 posted to Appian Knowledge Base by Kaushal Patel on 11/12/2025 4:42:29 PM&lt;br /&gt;
&lt;h2 id="mcetoc_1j6tmhqde0"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;&lt;span style="font-weight:400;"&gt;Execute Stored Procedure plug-in &lt;/span&gt;(&lt;code&gt;executestoredprocedure()&lt;/code&gt;)&amp;nbsp;will &lt;span style="font-weight:400;"&gt;not work upon upgrading to Appian version 25.3 and process instances will fail.&amp;nbsp;&lt;strong&gt;&lt;span&gt;This&amp;nbsp;plug-in is deprecated and no longer recommended for use for sites running on Appian 22.1 or later.&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;&lt;span&gt;The following will print in &lt;strong&gt;tomcat-stdOut.log&lt;/strong&gt;:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;span style="font-weight:400;"&gt;[http-nio-8080-exec-8]&lt;/span&gt; &lt;span style="font-weight:400;"&gt;ERROR&lt;/span&gt; &lt;span style="font-weight:400;"&gt;com.appiancorp.ps.function.ExecuteStoredProcedureFunction&lt;/span&gt; &lt;span style="font-weight:400;"&gt;-&lt;/span&gt; &lt;span style="font-weight:400;"&gt;Error&lt;/span&gt; &lt;span style="font-weight:400;"&gt;executing:&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;java.lang.Exception:&lt;/span&gt; &lt;span style="font-weight:400;"&gt;Error&lt;/span&gt; &lt;span style="font-weight:400;"&gt;processing&lt;/span&gt; &lt;span style="font-weight:400;"&gt;results&lt;/span&gt; &lt;span style="font-weight:400;"&gt;in&lt;/span&gt; &lt;span style="font-weight:400;"&gt;procedure *procedure_name*&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;at&lt;/span&gt; &lt;span style="font-weight:400;"&gt;com.appiancorp.ps.function.ExecuteStoredProcedureFunction.getResultSet(ExecuteStoredProcedureFunction.java:425)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;at&lt;/span&gt; &lt;span style="font-weight:400;"&gt;com.appiancorp.ps.function.ExecuteStoredProcedureFunction.getProcedureResultSet(ExecuteStoredProcedureFunction.jav&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;a:353)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;...&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1j6tmjcg11"&gt;Cause&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;MariaDB was upgraded to version 10.11.13 with the 25.3 Appian version upgrade. It is the responsibility of the plugin owners to keep up compatibility with the Appian product, and since this plugin has been deprecated since 22.1, it has not been edited to reflect the changes in 10.11.13.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1j6tmjiu62"&gt;Action&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;Appian recommends switching over to use one of the following supported OOTB stored procedure functions.&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li style="font-weight:400;"&gt;&lt;a href="https://docs.appian.com/suite/help/25.3/fnc_system_a_executestoredprocedureforquery.html"&gt;&lt;span style="font-weight:400;"&gt;a!executeStoredProcedureForQuery&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;a href="https://docs.appian.com/suite/help/25.3/Execute_Stored_Procedure_Smart_Service.html"&gt;&lt;span style="font-weight:400;"&gt;Execute Stored Procedure smart service&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to any customer running&amp;nbsp;Appian 22.1 or later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: November 2025&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>DRAFT - SUPP-1675</title><link>https://community.appian.com/support/w/kb/3715/kb-2359-execute-stored-procedure-plug-in-breaks-in-25-3/revision/5</link><pubDate>Wed, 12 Nov 2025 16:32:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b6078470-cb8f-4f98-af6c-15fae1052cf1</guid><dc:creator>Zach Puderbach</dc:creator><comments>https://community.appian.com/support/w/kb/3715/kb-2359-execute-stored-procedure-plug-in-breaks-in-25-3#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Zach Puderbach on 11/12/2025 4:32:12 PM&lt;br /&gt;
&lt;h2 id="mcetoc_1j6tmhqde0"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;&lt;span style="font-weight:400;"&gt;Execute Stored Procedure plug-in &lt;/span&gt;(&lt;code&gt;executestoredprocedure()&lt;/code&gt;)&amp;nbsp;will &lt;span style="font-weight:400;"&gt;not work upon upgrading to Appian version 25.3 and process instances will fail.&amp;nbsp;&lt;strong&gt;&lt;span&gt;This&amp;nbsp;plug-in is deprecated and no longer recommended for use for sites running on Appian 22.1 or later.&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;&lt;span&gt;The following will print in &lt;strong&gt;tomcat-stdOut.log&lt;/strong&gt;:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;span style="font-weight:400;"&gt;[http-nio-8080-exec-8]&lt;/span&gt; &lt;span style="font-weight:400;"&gt;ERROR&lt;/span&gt; &lt;span style="font-weight:400;"&gt;com.appiancorp.ps.function.ExecuteStoredProcedureFunction&lt;/span&gt; &lt;span style="font-weight:400;"&gt;-&lt;/span&gt; &lt;span style="font-weight:400;"&gt;Error&lt;/span&gt; &lt;span style="font-weight:400;"&gt;executing:&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;java.lang.Exception:&lt;/span&gt; &lt;span style="font-weight:400;"&gt;Error&lt;/span&gt; &lt;span style="font-weight:400;"&gt;processing&lt;/span&gt; &lt;span style="font-weight:400;"&gt;results&lt;/span&gt; &lt;span style="font-weight:400;"&gt;in&lt;/span&gt; &lt;span style="font-weight:400;"&gt;procedure *procedure_name*&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;at&lt;/span&gt; &lt;span style="font-weight:400;"&gt;com.appiancorp.ps.function.ExecuteStoredProcedureFunction.getResultSet(ExecuteStoredProcedureFunction.java:425)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;at&lt;/span&gt; &lt;span style="font-weight:400;"&gt;com.appiancorp.ps.function.ExecuteStoredProcedureFunction.getProcedureResultSet(ExecuteStoredProcedureFunction.jav&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;a:353)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;...&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1j6tmjcg11"&gt;Cause&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;MariaDB was upgraded to version 10.11.13 with the 25.3 Appian version upgrade. It is the responsibility of the plugin owners to keep up compatibility with the Appian product, and since this plugin has been deprecated since 22.1, it has not been edited to reflect the changes in 10.11.13.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1j6tmjiu62"&gt;Action&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;Appian recommends switching over to use one of the following supported OOTB stored procedure functions.&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li style="font-weight:400;"&gt;&lt;a href="https://docs.appian.com/suite/help/25.3/fnc_system_a_executestoredprocedureforquery.html"&gt;&lt;span style="font-weight:400;"&gt;a!executeStoredProcedureForQuery&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;a href="https://docs.appian.com/suite/help/25.3/Execute_Stored_Procedure_Smart_Service.html"&gt;&lt;span style="font-weight:400;"&gt;Execute Stored Procedure smart service&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>DRAFT - SUPP-1675</title><link>https://community.appian.com/support/w/kb/3715/kb-2359-execute-stored-procedure-plug-in-breaks-in-25-3/revision/4</link><pubDate>Wed, 12 Nov 2025 16:31:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b6078470-cb8f-4f98-af6c-15fae1052cf1</guid><dc:creator>Zach Puderbach</dc:creator><comments>https://community.appian.com/support/w/kb/3715/kb-2359-execute-stored-procedure-plug-in-breaks-in-25-3#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Zach Puderbach on 11/12/2025 4:31:51 PM&lt;br /&gt;
&lt;h2 id="mcetoc_1j6tmhqde0"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;&lt;span style="font-weight:400;"&gt;Execute Stored Procedure plug-in &lt;/span&gt;(&lt;code&gt;executestoredprocedure()&lt;/code&gt;)&amp;nbsp;will &lt;span style="font-weight:400;"&gt;not work upon upgrading to Appian version 25.3 and process instances will fail.&amp;nbsp;&lt;strong&gt;&lt;span&gt;This&amp;nbsp;plug-in is deprecated and no longer recommended for use for sites running on Appian 22.1 or later.&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;&lt;span&gt;The following will print in &lt;strong&gt;tomcat-stdOut.log&lt;/strong&gt;:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;span style="font-weight:400;"&gt;[http-nio-8080-exec-8]&lt;/span&gt; &lt;span style="font-weight:400;"&gt;ERROR&lt;/span&gt; &lt;span style="font-weight:400;"&gt;com.appiancorp.ps.function.ExecuteStoredProcedureFunction&lt;/span&gt; &lt;span style="font-weight:400;"&gt;-&lt;/span&gt; &lt;span style="font-weight:400;"&gt;Error&lt;/span&gt; &lt;span style="font-weight:400;"&gt;executing:&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;java.lang.Exception:&lt;/span&gt; &lt;span style="font-weight:400;"&gt;Error&lt;/span&gt; &lt;span style="font-weight:400;"&gt;processing&lt;/span&gt; &lt;span style="font-weight:400;"&gt;results&lt;/span&gt; &lt;span style="font-weight:400;"&gt;in&lt;/span&gt; &lt;span style="font-weight:400;"&gt;procedure *procedure_name*&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;at&lt;/span&gt; &lt;span style="font-weight:400;"&gt;com.appiancorp.ps.function.ExecuteStoredProcedureFunction.getResultSet(ExecuteStoredProcedureFunction.java:425)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;at&lt;/span&gt; &lt;span style="font-weight:400;"&gt;com.appiancorp.ps.function.ExecuteStoredProcedureFunction.getProcedureResultSet(ExecuteStoredProcedureFunction.jav&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;a:353)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;...&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1j6tmjcg11"&gt;Cause&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;MariaDB was upgraded to version 10.11.13 with the 25.3 Appian version upgrade. It is the responsibility of the plugin owners to keep up compatibility with the Appian product, and since this plugin has been deprecated since 22.1, it has not been edited to reflect the changes in 10.11.13.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1j6tmjiu62"&gt;Action&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;We recommend switching over to use one of the following supported OOTB stored procedure functions.&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li style="font-weight:400;"&gt;&lt;a href="https://docs.appian.com/suite/help/25.3/fnc_system_a_executestoredprocedureforquery.html"&gt;&lt;span style="font-weight:400;"&gt;a!executeStoredProcedureForQuery&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;a href="https://docs.appian.com/suite/help/25.3/Execute_Stored_Procedure_Smart_Service.html"&gt;&lt;span style="font-weight:400;"&gt;Execute Stored Procedure smart service&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>DRAFT - SUPP-1675</title><link>https://community.appian.com/support/w/kb/3715/kb-2359-execute-stored-procedure-plug-in-breaks-in-25-3/revision/3</link><pubDate>Wed, 12 Nov 2025 16:31:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b6078470-cb8f-4f98-af6c-15fae1052cf1</guid><dc:creator>Zach Puderbach</dc:creator><comments>https://community.appian.com/support/w/kb/3715/kb-2359-execute-stored-procedure-plug-in-breaks-in-25-3#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Zach Puderbach on 11/12/2025 4:31:25 PM&lt;br /&gt;
&lt;h2 id="mcetoc_1j6tmhqde0"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;&lt;span style="font-weight:400;"&gt;Execute Stored Procedure plug-in &lt;/span&gt;(&lt;code&gt;executestoredprocedure()&lt;/code&gt;)&amp;nbsp;will &lt;span style="font-weight:400;"&gt;not work upon upgrading to Appian version 25.3 and process instances will fail.&amp;nbsp;&lt;strong&gt;&lt;span&gt;This&amp;nbsp;plug-in is deprecated and no longer recommended for use for sites running on Appian 22.1 or later.&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;&lt;span&gt;The following will print in &lt;strong&gt;tomcat-stdOut.log&lt;/strong&gt;:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;span style="font-weight:400;"&gt;[http-nio-8080-exec-8]&lt;/span&gt; &lt;span style="font-weight:400;"&gt;ERROR&lt;/span&gt; &lt;span style="font-weight:400;"&gt;com.appiancorp.ps.function.ExecuteStoredProcedureFunction&lt;/span&gt; &lt;span style="font-weight:400;"&gt;-&lt;/span&gt; &lt;span style="font-weight:400;"&gt;Error&lt;/span&gt; &lt;span style="font-weight:400;"&gt;executing:&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;java.lang.Exception:&lt;/span&gt; &lt;span style="font-weight:400;"&gt;Error&lt;/span&gt; &lt;span style="font-weight:400;"&gt;processing&lt;/span&gt; &lt;span style="font-weight:400;"&gt;results&lt;/span&gt; &lt;span style="font-weight:400;"&gt;in&lt;/span&gt; &lt;span style="font-weight:400;"&gt;procedure *procedure_name*&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;at&lt;/span&gt; &lt;span style="font-weight:400;"&gt;com.appiancorp.ps.function.ExecuteStoredProcedureFunction.getResultSet(ExecuteStoredProcedureFunction.java:425)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;at&lt;/span&gt; &lt;span style="font-weight:400;"&gt;com.appiancorp.ps.function.ExecuteStoredProcedureFunction.getProcedureResultSet(ExecuteStoredProcedureFunction.jav&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;a:353)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;...&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1j6tmjcg11"&gt;Cause&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;MariaDB was upgraded to version 10.11.13 with the 25.32 Appian version upgrade. It is the responsibility of the plugin owners to keep up compatibility with the Appian product, and since this plugin has been deprecated since 22.1, it has not been edited to reflect the changes in 10.11.13.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1j6tmjiu62"&gt;Action&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;We recommend switching over to use one of the following supported OOTB stored procedure functions.&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li style="font-weight:400;"&gt;&lt;a href="https://docs.appian.com/suite/help/25.3/fnc_system_a_executestoredprocedureforquery.html"&gt;&lt;span style="font-weight:400;"&gt;a!executeStoredProcedureForQuery&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;a href="https://docs.appian.com/suite/help/25.3/Execute_Stored_Procedure_Smart_Service.html"&gt;&lt;span style="font-weight:400;"&gt;Execute Stored Procedure smart service&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>DRAFT - SUPP-1675</title><link>https://community.appian.com/support/w/kb/3715/kb-2359-execute-stored-procedure-plug-in-breaks-in-25-3/revision/2</link><pubDate>Wed, 08 Oct 2025 21:55:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b6078470-cb8f-4f98-af6c-15fae1052cf1</guid><dc:creator>nuray.ozden</dc:creator><comments>https://community.appian.com/support/w/kb/3715/kb-2359-execute-stored-procedure-plug-in-breaks-in-25-3#comments</comments><description>Revision 2 posted to Appian Knowledge Base by nuray.ozden on 10/8/2025 9:55:46 PM&lt;br /&gt;
&lt;h2 id="mcetoc_1j6tmhqde0"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;&lt;span style="font-weight:400;"&gt;Execute Stored Procedure plug-in &lt;/span&gt;(&lt;code&gt;executestoredprocedure()&lt;/code&gt;)&lt;code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/code&gt;will &lt;span style="font-weight:400;"&gt;not work upon upgrading to Appian version 25.3 and process instances will fail.&amp;nbsp;&lt;strong&gt;&lt;span&gt;This&amp;nbsp;plug-in is deprecated and no longer recommended for use for sites running on Appian 22.1 or later.&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;&lt;span&gt;The following will print in &lt;strong&gt;tomcat-stdOut.log&lt;/strong&gt;:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;span style="font-weight:400;"&gt;[http-nio-8080-exec-8]&lt;/span&gt; &lt;span style="font-weight:400;"&gt;ERROR&lt;/span&gt; &lt;span style="font-weight:400;"&gt;com.appiancorp.ps.function.ExecuteStoredProcedureFunction&lt;/span&gt; &lt;span style="font-weight:400;"&gt;-&lt;/span&gt; &lt;span style="font-weight:400;"&gt;Error&lt;/span&gt; &lt;span style="font-weight:400;"&gt;executing:&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;java.lang.Exception:&lt;/span&gt; &lt;span style="font-weight:400;"&gt;Error&lt;/span&gt; &lt;span style="font-weight:400;"&gt;processing&lt;/span&gt; &lt;span style="font-weight:400;"&gt;results&lt;/span&gt; &lt;span style="font-weight:400;"&gt;in&lt;/span&gt; &lt;span style="font-weight:400;"&gt;procedure *procedure_name*&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;at&lt;/span&gt; &lt;span style="font-weight:400;"&gt;com.appiancorp.ps.function.ExecuteStoredProcedureFunction.getResultSet(ExecuteStoredProcedureFunction.java:425)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;at&lt;/span&gt; &lt;span style="font-weight:400;"&gt;com.appiancorp.ps.function.ExecuteStoredProcedureFunction.getProcedureResultSet(ExecuteStoredProcedureFunction.jav&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;a:353)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;...&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1j6tmjcg11"&gt;Cause&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;MariaDB was upgraded to version 10.11.13 with the 25.32 Appian version upgrade. It is the responsibility of the plugin owners to keep up compatibility with the Appian product, and since this plugin has been deprecated since 22.1, it has not been edited to reflect the changes in 10.11.13.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1j6tmjiu62"&gt;Action&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;We recommend switching over to use one of the following supported OOTB stored procedure functions.&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li style="font-weight:400;"&gt;&lt;a href="https://docs.appian.com/suite/help/25.3/fnc_system_a_executestoredprocedureforquery.html"&gt;&lt;span style="font-weight:400;"&gt;a!executeStoredProcedureForQuery&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;a href="https://docs.appian.com/suite/help/25.3/Execute_Stored_Procedure_Smart_Service.html"&gt;&lt;span style="font-weight:400;"&gt;Execute Stored Procedure smart service&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>DRAFT - SUPP-1675</title><link>https://community.appian.com/support/w/kb/3715/kb-2359-execute-stored-procedure-plug-in-breaks-in-25-3/revision/1</link><pubDate>Wed, 08 Oct 2025 21:53:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b6078470-cb8f-4f98-af6c-15fae1052cf1</guid><dc:creator>nuray.ozden</dc:creator><comments>https://community.appian.com/support/w/kb/3715/kb-2359-execute-stored-procedure-plug-in-breaks-in-25-3#comments</comments><description>Revision 1 posted to Appian Knowledge Base by nuray.ozden on 10/8/2025 9:53:04 PM&lt;br /&gt;
&lt;h2 id="mcetoc_1j6tmhqde0"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;&lt;span style="font-weight:400;"&gt;Execute Stored Procedure plug-in &lt;/span&gt;(&lt;code&gt;executestoredprocedure()&lt;/code&gt;)&lt;code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;will&lt;/code&gt;&lt;span style="font-weight:400;"&gt; not work upon upgrading to Appian version 25.3 and process instances will fail.&amp;nbsp;&lt;strong&gt;&lt;span&gt;This&amp;nbsp;plug-in is deprecated and no longer recommended for use for sites running on Appian 22.1 or later.&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;&lt;span&gt;The following will print in &lt;strong&gt;tomcat-stdOut.log&lt;/strong&gt;:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;span style="font-weight:400;"&gt;[http-nio-8080-exec-8]&lt;/span&gt; &lt;span style="font-weight:400;"&gt;ERROR&lt;/span&gt; &lt;span style="font-weight:400;"&gt;com.appiancorp.ps.function.ExecuteStoredProcedureFunction&lt;/span&gt; &lt;span style="font-weight:400;"&gt;-&lt;/span&gt; &lt;span style="font-weight:400;"&gt;Error&lt;/span&gt; &lt;span style="font-weight:400;"&gt;executing:&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;java.lang.Exception:&lt;/span&gt; &lt;span style="font-weight:400;"&gt;Error&lt;/span&gt; &lt;span style="font-weight:400;"&gt;processing&lt;/span&gt; &lt;span style="font-weight:400;"&gt;results&lt;/span&gt; &lt;span style="font-weight:400;"&gt;in&lt;/span&gt; &lt;span style="font-weight:400;"&gt;procedure *procedure_name*&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;at&lt;/span&gt; &lt;span style="font-weight:400;"&gt;com.appiancorp.ps.function.ExecuteStoredProcedureFunction.getResultSet(ExecuteStoredProcedureFunction.java:425)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;at&lt;/span&gt; &lt;span style="font-weight:400;"&gt;com.appiancorp.ps.function.ExecuteStoredProcedureFunction.getProcedureResultSet(ExecuteStoredProcedureFunction.jav&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;a:353)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;...&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1j6tmjcg11"&gt;Cause&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;MariaDB was upgraded to version 10.11.13 with the 25.32 Appian version upgrade. It is the responsibility of the plugin owners to keep up compatibility with the Appian product, and since this plugin has been deprecated since 22.1, it has not been edited to reflect the changes in 10.11.13.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1j6tmjiu62"&gt;Action&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;We recommend switching over to use one of the following supported OOTB stored procedure functions.&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li style="font-weight:400;"&gt;&lt;a href="https://docs.appian.com/suite/help/25.3/fnc_system_a_executestoredprocedureforquery.html"&gt;&lt;span style="font-weight:400;"&gt;a!executeStoredProcedureForQuery&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;a href="https://docs.appian.com/suite/help/25.3/Execute_Stored_Procedure_Smart_Service.html"&gt;&lt;span style="font-weight:400;"&gt;Execute Stored Procedure smart service&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>