|
Posted by dhalb on December 19, 2005, 3:10 pm
Please log in for more thread options
I have a VB6 app that uses MTS/COM+ for transaction processing
surrounding SQL 2000 database updates (using ADO). The app was working
fine on Windows 2000 Advanced Server until SP4 was applied to the
server. Now the app fails on the first call to SQL Server inside the
transaction context. The SQL Server instance is on the same server
machine as the VB6 app.
I have verified that MSDTC is started.
I have added the domain administrator group to the Default Access
Permissions in DCOMCNFG.
The DTCTester tool completes successfully
RPC port 135 is open
The application runs successfully on a Windows 2000 Server with SP4.
Is there something different about Windows 2000 Advanced Server SP4 vs.
Windows 2000 Server SP4 or Windows 2000 Advanced Server w/out SP4?
Thank you.
|