Question : MSDTC Network Issue

Hi experts,

I just rebuild a Windows Server 2003 box and installed SQL Server 2005 (and SP1 for both).  I'm trying to establish communications between my server and a client's server.  I'm using dtctester.exe and receiving the following results:

(remotely from a networked box)
---------------------------------------------------------------------
C:\dtctester>dtctester dev [username] [password]
Executed: dtctester
DSN:  dev
User Name: [username]
Password: [password]
tablename= #dtc5960
Creating Temp Table for Testing: #dtc5960
Warning: No Columns in Result Set From Executing: 'create table #dtc5960 (ival int)'
Initializing DTC
DtcGetTransactionManager failed: 8004d01b
DtcGetTransactionManager Call Error: Indicates unable to connect to the transact
ion manager, or the transaction manager is unavailable.
---------------------------------------------------------------------

(locally from the SQL Server 2005 box)
---------------------------------------------------------------------
C:\dtctester>dtctester dev [username] [password]
Executed: dtctester
DSN:  dev
User Name: [username]
Password: [password]
tablename= #dtc3119
Creating Temp Table for Testing: #dtc3119
Warning: No Columns in Result Set From Executing: 'create table #dtc3119 (ival int)'
Initializing DTC
Beginning DTC Transaction
Enlisting Connection in Transaction
Executing SQL Statement in DTC Transaction
Inserting into Temp...insert into #dtc3119 values (1)
Warning: No Columns in Result Set From Executing: 'insert into #dtc3119 values (1) '
Verifying Insert into Temp...select * from #dtc3119 (should be 1): 1
Press enter to commit transaction.

Commiting DTC Transaction
Releasing DTC Interface Pointers
Successfully Released pTransaction Pointer.
Disconnecting from Database and Cleaning up Handles
---------------------------------------------------------------------

I've checked the Security Configuration on the MSDTC tab of the "My Computer" section in Component Services, and the following are checked:
- Network DTC Access
- Allow Remote Clients
- Allow Remote Administration
- Allow Inbound
- Allow Outbound
- No Authentication Required
- Enable XA Transactions

I've also confirmed the regedit settings for MSDTC:

AllowOnlySecureRpcCalls = 0
FallbackToUnsecureRPCIfNecessary = 0
ServiceNetworkProtocols = 33
TurnOffRpcSecurity = 1

(Security folder)
DomainControllerState = 0
NetworkDtcAccess = 1
NetworkDtcAccessAdmin = 1
NetworkDtcAccessClients = 1
NetworkDtcAccessInbound = 1
NetworkDtcAccessOutbound = 1
NetworkDtcAccessTip = 0
NetworkDtcAccessTransactions = 1
XaTransactions  = 1

Any idea what's causing this or how to fix?

Thanks!

Answer : MSDTC Network Issue

PAQed with points refunded (500)

Computer101
EE Admin
Random Solutions  
 
programming4us programming4us