Better late than never I guess...sorry, I subscribed to the thread, but did not
get an email from the forum. Anyway, yes we use UV exclusively on all of our
sites; however, we do NOT use JDBC to connect...we use Redback and
UOJ(UniObjects for Java). Basically, we had so many issues in CF 5.0 with COM,
and when we went to CFMX the COM issues forced us to write a Java class to
communicate with Redback. Actually, this worked to our advantage, as this class
has been running for almost two years, with absolutely no problems! Back to
your issue...it looks like you are going to have to deal with the record
locking programatically, because it looks like another user(pid=2732) has the
file locked. In this situation, our Pick developers wrote code, such that a
read is attempted "x" times, and if the record is still locked, then they abort
the process, and return control back to the front end(Cold Fusion). I saw
another thread here, that mentioned unchecking the maintain connection in the
administrator, and I would have to agree that this is a good idea.