Not able to update database values using the Database Update Tool!!!

Confluence User - 14 Jul, 2022

I have designed a process with a simple rules decision and a Database update tool. The Rules decision will run a simple rule to compare the values of two variables and set the priority values as High or Low respectively. Following this the DB Update tool will set the current value of the Priority Workflow Variable to the DB Column.

After the process is executed though the workflow variables are getting the correct values (verified in monitoring section) the DB Update tool is not setting the value in the database.


Process Diagram:

My Query:

c_priority is the column which needs to be modified and c_TMSRefID is the unique id column to refer to the correct row


process;database;tools

2


15 Jul, 2022
confluenceUser
1
confluenceUser

Hi, what are the error messages in the logs? I believe you might be missing single quotes (') around the hash variables in your query. 

15 Jul, 2022
confluenceUser
confluenceUser

Adding the quotes made my query work. Thank you anders.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print