Hi All,
we are getting JDBC begin transaction failed: in the process model when one record going to store in database.
and another process model we are getting -Unable to write to or delete from the source due to system error.Error Details: Failed to update database "TN_Transaction" because the database is read-only.
note : both error happening at same time.
could you please someone help me on which scenario we wil get this error.
thanks!
Discussion posts and replies are publicly visible
suresh ,It could be due to connectivity issues with the database, incorrect credentials, or database settings that restrict write operations, probably when database is being backed up or during maintenance periods. check with your admin if you have been given 'write' access. check if you have appropriate permissions to write to the "TN_Transaction" database.