Re: SQL error



It will work. How to address your situation depends on what
operating systems are involved. By default, some of the OSes
won't allow network transactions even if MSDTS is running on
both computers and even if no firewall is involved. Just
taking a guess, maybe the following applies and addresses
your issue:
You may receive a 7391 error message in SQL Server 2000 when
you run a distributed transaction against a linked server
after you install Windows Server 2003 or Windows XP Service
Pack 2
http://support.microsoft.com/?id=839279

-Sue

On Fri, 1 Sep 2006 08:24:02 -0700, Simon
<Simon@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

I am attempting to run a stored procedure which inserts data on a remote
server but I`m getting the following

Server: Msg 7391, Level 16, State 1, Procedure ETrackerExportRoutine, Line 38
The operation could not be performed because the OLE DB provider 'SQLOLEDB'
was unable to begin a distributed transaction.
[OLE/DB provider returned message: New transaction cannot enlist in the
specified transaction coordinator. ]
OLE DB error trace [OLE/DB Provider 'SQLOLEDB'
ITransactionJoin::JoinTransaction returned 0x8004d00a].


MSDTC is clearly stopping the insert running inside a transaction. I am
running this on a SQL2000 standard edition box. Is there anyway to make this
work?

Si

.



Relevant Pages

  • Re: Help with Master/Detail UI in ADPs
    ... Yes I would plan on dropping DAO use in adps. ... The link about recordsets is quite informative. ... is more native to the way the ADP will access the SQL Server data. ... very tight control of the transaction, ...
    (microsoft.public.access.adp.sqlserver)
  • Re: New transaction cannot enlist in the specified transaction coordinator
    ... > my sp is attempting to query a linked server. ... > the linked-server is designated in the sp via ip address ... > was unable to begin a distributed transaction. ... > [OLE/DB provider returned message: New transaction cannot enlist in the ...
    (microsoft.public.sqlserver.programming)
  • Re: Help with Master/Detail UI in ADPs
    ... I would look into dropping all DAO code in favor of ADO. ... is more native to the way the ADP will access the SQL Server data. ... very tight control of the transaction, ... bind it to the Detail subform. ...
    (microsoft.public.access.adp.sqlserver)
  • [3/3] POHMELFS: core files.
    ... new file mode 100644 ... Each transaction contains all information needed to process given command ... +system and put data where it belongs (like page or inode cache). ... are asynchronous and are sent to the server during system writeback. ...
    (Linux-Kernel)
  • Re: Using MARS with JDBC Driver
    ... > was blocked on the SELECT by another transaction that was blocked on the ... You mentioned something about server side cursor not scaling the way you ... > deadlocks. ... > may occur after acquiring an UPDATE lock, because we know that we have ...
    (microsoft.public.sqlserver.jdbcdriver)

Loading