RE: Remote stored procedure
From: Joseph Sack (JosephSack_at_discussions.microsoft.com)
Date: 12/21/04
- Next message: Joseph Sack: "RE: Restore Fails with SQL-DMO (ODBC SQLState HYT00) Timeout Expired"
- Previous message: Adam Machanic: "Re: intra-query parallelism"
- In reply to: nivek: "Remote stored procedure"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 21 Dec 2004 08:23:03 -0800
Hi Nivek,
Are you running on Windows 2003? If so, the following link may apply to you:
http://support.microsoft.com/default.aspx?scid=kb;en-us;329332
"The problem occurs because Microsoft Distributed Transaction Coordinator
(MS DTC) is not configured for network access. By default, the network access
settings of MS DTC are disabled on new installations of SQL Server 2000 on
computers running Windows Server 2003, Enterprise Edition. "
Best Regards,
Joe Sack
Author of "SQL Server 2000 Fast Answers..."
http://www.JoeSack.com
"nivek" wrote:
> I am trying to run a stored procedure on a remote server and insert the
> output into a table on the local machine.
>
> The two servers are linked and I am using the code as follows
>
> BEGIN DISTRIBUTED TRAN
> insert into ServerA.Database.dbo.drv_total
> exec ServerB.master.dbo.xp_fixeddrives
>
> COMMIT TRAN
>
> The MSDTC is started on both machines.
>
> I am getting this error:
>
> Server: Msg 7391, Level 16, State 1, Line 2
> 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. ]
>
>
> Any thoughts?
>
>
> TIA,
> nivek
>
>
>
- Next message: Joseph Sack: "RE: Restore Fails with SQL-DMO (ODBC SQLState HYT00) Timeout Expired"
- Previous message: Adam Machanic: "Re: intra-query parallelism"
- In reply to: nivek: "Remote stored procedure"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|