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

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -