Hi Guys,
I created a custom ITIM Agent to manage accounts in a database ( the database type is CACHE). I am using a JDBC connector. Everything seems to be working fine but when I execute a few modify requests on the same account one after another, the first goes fine but all the rest fail. The ODBC driver returns an error: locking conflict.
It looks like the database locks the record for certain period of time. I set up the JDBC connector to execute commit after every operation - same result. I set up the connector to initialize and close every time it's used - same result. I am thinking of forcing commit with a script. So I tried thisConnector.commiy(); in a hook but I get an exception. Any suggestions will be appreciated!!
Thanks,
Rado