Error in write to database node

Hi All,

I'm facing the following issue in write to DB node. Please find the screenshot below.

Extra info - I'm using stored procedure calls before the write to DB node but they don't have anything to do with the table I'm trying to update.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    I have never seen this in Appian, but I have in JAVA apps and since Appian is a J2EE based app... maybe this might help....

    Is it possible that your stored proc has not competed or errored and is keeping the buffer open - hence using the thread that the insert is trying to use. Try removing your stored proc and see if you get the same issue.

Reply
  • 0
    Certified Lead Developer

    I have never seen this in Appian, but I have in JAVA apps and since Appian is a J2EE based app... maybe this might help....

    Is it possible that your stored proc has not competed or errored and is keeping the buffer open - hence using the thread that the insert is trying to use. Try removing your stored proc and see if you get the same issue.

Children
No Data