all groups > sql server replication > february 2006 >
You're in the

sql server replication

group:

UPDATABLE TRANSACCIONAL



UPDATABLE TRANSACCIONAL Jose Fernandez
2/25/2006 4:33:44 PM
sql server replication: Hello.

I have a new issue...

I created a publication. It's a Updatable Transaccional Inmediate Updating
replication.

My C.S.I. is:

I have 4 workstation with a localhost web application (subscribers). I have
1 server (Publisher). When I try to enter some data on the subscriber it
comes out the error MSDTC on server "XXX" is unavailable (XXX is the name of
the subscriber).

What should I do about it?

Thanks in advance



Re: UPDATABLE TRANSACCIONAL Hilary Cotter
2/26/2006 1:13:55 PM
Is the publisher online and accessible? If not you will get this error. I
would use queued or merge over immediate updating unless you know your link
will always be up.

--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.

This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com



[quoted text, click to view]

Re: UPDATABLE TRANSACCIONAL Jose Fernandez
2/27/2006 12:17:24 PM
Well... I was looking on internet.

I found that I had to do some work on Administratives Tools (Components
Services) like activate MSDTC. I read some documentation about it. But i
keep getting error. Now is a different one.

he 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. ] OLE DB error trace [OLE/DB Provider 'SQLOLEDB'
ITransactionJoin::JoinTransaction returned 0x8004d00a].

I found this article... http://support.microsoft.com/?kbid=839279

I made it all... Nothing. Still getting the same error


[quoted text, click to view]

Re: UPDATABLE TRANSACCIONAL Jose Fernandez
2/27/2006 6:50:35 PM
Well...

i made a new publication. Queue updatable one.

Now, everything was going ok until a delete statement was thrown.

here is the error

Category:COMMAND
Source: Failed Command
Number:
Message: {CALL sp_MSdel_deportes ('ESN', '', 'Esquí Náutico', 'Water Ski',
1, 1, 1, 1, 1, 1, 0, {D7A8B11C-E1BE-412C-9D12-747A73F63D3A})}

Category:SQLSERVER
Source: PPCUBAN
Number: 547
Message: DELETE statement conflicted with COLUMN REFERENCE constraint
'FK_eventos_deportes'. The conflict occurred in database 'historia', table
'eventos', column 'sigDeporte'.

I can't find what to do to solve this issue and continue replicating. It
just stopped.

Any suggestion?


[quoted text, click to view]

AddThis Social Bookmark Button