Skip to main content
January 22, 2021
Question

executestoredprocedure smart service getting error and after re-starting the node it is working

  • January 22, 2021
  • 3 replies
  • 0 views

Hi all,

I am getting below error when i call executestoredprocedure smart service , when I manually opened the process in monitoring mode and restarts the node, it is working.

Kindly let me know the possible reasons and solution.

Thanks in advance.

 

3 replies

csteward
January 22, 2021

This may be related to your SQL code - can you confirm if executing a light weight, test stored procedure produces the same result?

January 28, 2021

Thanks for your reply Chris,

Yes , getting same issue even after testing with light weight SP.

csteward
January 28, 2021

If you execute the procedure directly via a database query (outside of Appian, if available), are any errors received or does it always fire successfully?  It is odd to me that a 111212 error is received on the first run but executes successfully on the following run.

One note is that the executeStoredProcedure service does attempt to block writes to the DB, it is intended for reads only.  Can you also confirm if your test procedure is attempting a SELECT and not an INSERT?