Skip to main content

Hello,


the very first call of the Dynamic Oracle Service fails with the error ORA-25408: can not safely replay call 


After the first error everything works fine. There is no more useful information in the log file.


Any help would be appreciated.

It seems that the problem was identified!


The target (very first ) activity after the start takes a value from the Oracle DB.  This value was stored just after the process had been created. So looks like there is not enough time to store the value in the DB, before the query from the target activity comes.


As a solution a new intermediate activity with a placeholder was created. After the value is stored in the DB the process must be explicit pushed further to the target activity.


 


Reply