Groups | Blog | Home
all groups > sql server connect > august 2003 >

sql server connect : MSDTC Service not available


Royce Lithgo
8/11/2003 9:29:31 PM
Sorry for all the postings, but I've found something new.
I tried a new DTS package, this one copying data from SQL
Server to SQL Server tables (ie. No Oracle objects
involved). I changed the properties of each step to set
JoinTransactionIfPresent and Rollback Failure to true.
When I run the package I'm still getting the MSDTC error
message:

The Microsoft Distributed Transaction Coordinator (MSDTC
Service) is not available.

The Service is running on the server!! Any ideas? Is it
Gert E.R. Drapers
8/12/2003 8:43:39 AM
Which OS are you running? Windows Server 2003?

Is the MSDTC service running on both the source and the destination SQL
Server and on the server where you execute the DTS package?

Did you do a "NET START MSDTC" ?

GertD@SQLDev.Net

Please reply only to the newsgroups.
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use.
Copyright © SQLDev.Net 1991-2003 All rights reserved.

[quoted text, click to view]

Royce Lithgo
8/12/2003 6:14:32 PM
We're running Windows 2000 Professional. Does Win 2003=20
server make a difference?

There's only one SQL Server!! The MSDTC service is=20
running on that server. That is there server where the=20
DTS package is running.

Didn't do net start msdtc - the service was started=20
through the SQL Server Service Manager. Does net start=20
make a difference?

[quoted text, click to view]
Kevin
8/13/2003 8:02:31 AM
You might try bouncing MSDTC. You might also look at MS03-026, I heard
yesterday that MSDTC may be victimized during an RPC attack.

--
Kevin Connell, MCDBA
--------------------------------------------------
The views expressed here are my own
and not of my employer.
----------------------------------------------------
[quoted text, click to view]
We're running Windows 2000 Professional. Does Win 2003
server make a difference?

There's only one SQL Server!! The MSDTC service is
running on that server. That is there server where the
DTS package is running.

Didn't do net start msdtc - the service was started
through the SQL Server Service Manager. Does net start
make a difference?

[quoted text, click to view]

Gert E.R. Drapers
8/13/2003 12:11:48 PM
On Server 2003, MSDTC is not accepting network transaction out of the box,
you need to turn it on explicitly, same for XA support.

GertD@SQLDev.Net

Please reply only to the newsgroups.
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use.
Copyright © SQLDev.Net 1991-2003 All rights reserved.

[quoted text, click to view]
We're running Windows 2000 Professional. Does Win 2003
server make a difference?

There's only one SQL Server!! The MSDTC service is
running on that server. That is there server where the
DTS package is running.

Didn't do net start msdtc - the service was started
through the SQL Server Service Manager. Does net start
make a difference?

[quoted text, click to view]

AddThis Social Bookmark Button