Hi Everyone ,
I am getting an error in write to record node in the process model.
we had relationship between two records, the table name of the parent record was modified and it was throwing an error in Process model.
telling: table does not exist "The table name(old table name) " ,later the parent record was removed from application ,and the relationship is also removed.
Even now I am getting the same error.
when I am not even referring that record ,I am getting an error saying the older table name does not exist ,the table name is modified and record is removed ,why am I facing the error still?
Pls let me know the solution
Discussion posts and replies are publicly visible
I think it is obvious that Appian still tries to write to that table. To identify the root cause, you will probably have to investigate deeper, and share more details allowing us to support.
Hi Stefan Helzle
Thank you for the reply.
actually I am using only one write to record in the Process Model ,that too in this write to record I am using a different record ,
the table which is coming in that error is not the one which is referred in the record
this is My PM
Thanks for sharing this, but I am afraid to say that we need way more details to get any insights. Records source config, snippets of the tomcat stdout log file, table names ...
Hi Stefan Helzle issue is solved.
I had a trigger in the DB which was writing the data to that table,we were supposed to delete this trigger but we did not do that. now it's resolved.
In the trigger we were referring the old name of table ,this was causing error.