java - The operation could not be performed (using a LINKED-SERVER in Hibernate) -
java - The operation could not be performed (using a LINKED-SERVER in Hibernate) -
i'm trying perform update query in database located in remote server through linked server connection. i'm tested , works fine when utilize sgbd.
in web app, have hibernate 3.5 and, when seek utilize execute query, i'm faced next error message:
"the operation not performed because ole db provider "msdasql" linked server "xyz" unable begin distributed transaction"
although, if seek utilize pure jdbc, works fine.
whats hibernate's problem externals access?
java sql-server hibernate linked-server
Comments
Post a Comment