I am using Connection Pooling to connect with SQL Server 2008.
With JNDI Name using XA connection to get access across DB server. Now my all query execute properly except query which use OPENROWSET.
Now this OPENROWSET runes fine with normal connection but while executing with XA connection it gives an exception :
The operation could not be performed because OLE DB provider "SQLNCLI10" for linked server "(null)" was unable to begin a distributed transaction.
Can any one help me for this issue? If you don't understand please replay, I'll explain more.