2 Intern

 • 

724 Posts

April 18th, 2006 12:00

Well, I did have a lot of problems working with MSDTC and EMC AutoStart, and I still don't know what should be a good approach to solve this kind of problem. I opened a case sometime ago related to problems with MSDTC, you can try to take a look at that and see if there's anything that could help you:

http://softwaresupport.emc.com/support/cases/dmCaseView.asp?id=513920

I think the case is available to other users to see, if don't, please let me know...

4 Operator

 • 

14.4K Posts

April 18th, 2006 13:00

http://softwaresupport.emc.com/support/cases/dmCaseView.asp?id=513920

I think the case is available to other users to see,
if don't, please let me know...

Nope. Only owners (individual or individuals within same company) can see their own cases.

2 Intern

 • 

724 Posts

April 18th, 2006 13:00

I know it does not make any sense, but I was able to solve my problem regarding MSDTC excluding sacn and resacn scripts from the startup and shutdown sequences.

EMC was not able to tell me why it worked, but said that we had to use it this way at our own risk, and make all the tests on our own. AFAIK, everything is working fine without those scripts.

You can try that, maybe it works, maybe not... :)

3 Posts

April 18th, 2006 13:00

If I run the SQL query using server name it works.
If I run the SQL query using server name and MSDTC it works.
If I run the SQL query and Legato "node alias" it works.

If I run the SQL query and Legato "node alias" and MSDTC is does NOT work.

Here is my startup sequence:

BeginResources
IP address (vip)
Node Alias
CloseResources
StartupSacn
MSDTC
SQL2000
SQL2000Agent

Here is my shutdown sequence:

SQL2000Agent
SQL2000
MSDTC
StartupResacn
BeginResources
Node Alias
IP Address (vip)
CloseResources

2 Intern

 • 

724 Posts

April 18th, 2006 13:00

I did hope that it would be available as a "Support Note" when you did search in the KB...

Anyway, does this error happen only on one node? If you failover to another one, you get the same error?

Did you tried to run SQL and MSDTC without AutoStart to see if it works? What do you have in your startup and shutdown sequences?

3 Posts

April 18th, 2006 14:00

I removed the RestartSacn and RestartResacn scripts and it still does not work. I am testing using this simple SQL select query.

BEGIN distributed TRANSACTION
select * from [servername].pubs.dbo.authors
COMMIT TRAN

Note: [servername] = Legato node alias

1 Rookie

 • 

4 Posts

December 1st, 2006 07:00

Alex,
If you would like to dicuss this problem, we have a config that worked for us with DTC. I can be reached at twood@stsgi.com
No Events found!

Top