Hi,
This is a nasty problem in that it isn't clearly reported so it has been going on for a while without us noticing.
MBPM is on SQL Server. I have a user action which, on completion, should insert a record into an Oracle 11g database. I've got my connection set up and use it for select queries with no problem. I've got my valid insert statement and checked that it works outside of Metastorm.
When the user action is run it appears to complete successfully. The user thinks that the folder has been closed (it is the last action in the process). However, the action has not been committed; it has rolled-back and the user will later find the folder still sitting at the previous stage on their ToDo list.
Digging into the log reveals the following error message:
Has anyone come across this at all? Any suggestions on how to resolve it? I've unticked the 'Enable query timeout' option in the Oracle ODBC driver but this has made no difference.
Thanks,
Rick.
This is a nasty problem in that it isn't clearly reported so it has been going on for a while without us noticing.
MBPM is on SQL Server. I have a user action which, on completion, should insert a record into an Oracle 11g database. I've got my connection set up and use it for select queries with no problem. I've got my valid insert statement and checked that it works outside of Metastorm.
When the user action is run it appears to complete successfully. The user thinks that the folder has been closed (it is the last action in the process). However, the action has not been committed; it has rolled-back and the user will later find the folder still sitting at the previous stage on their ToDo list.
Digging into the log reveals the following error message:
Code:
Description:Transaction was aborted due to query timeout
Has anyone come across this at all? Any suggestions on how to resolve it? I've unticked the 'Enable query timeout' option in the Oracle ODBC driver but this has made no difference.
Thanks,
Rick.
Forum: Metastorm BPM 9 Designer