Bir işlemi kullanması gereken bir paket üzerinde çalışıyorum ama şu anda aşağıdaki hatayı alıyorum:
SSIS package "CATS-Package.dtsx" starting.
Information: 0x4004300A at Data Flow Task, SSIS.Pipeline: Validation phase is beginning.
Information: 0x4001100A at CATS-Package: Starting distributed transaction for this container.
Error: 0xC001401A at CATS-Package: The SSIS Runtime has failed to start the distributed transaction due to error 0x8004D01B "The Transaction Manager is not available.". The DTC transaction failed to start. This could occur because the MSDTC Service is not running.
SSIS package "CATS-Package.dtsx" finished: Failure.
İşte şimdiye kadar bildiğim:
- 2012 paketi
- Paket dağıtımında çalışıyorum
- TransactionOption özelliği Zorunlu olarak ayarlandı
- 2008 R2 örneğine karşı koşma
- Örnekte elle dağıtılmış bir işlem oluşturabilirim ve MSDTC'nin olay görüntüleyicisine göre çalışıyorum.
- MSDTC aşağıdaki ayarlara sahiptir
Herkes ek bilgi bulmak için bir yönü işaret edebilir.
Düzenleme: Okuduğum adımlardan biri, paketi çalıştıran yerel makinede DTC'yi ve örneği tutan sunucuyu çalıştırmayı söyledi. Bunu yaptıktan sonra yeni bir hata aldım:
Information: 0x4001100A at CATS-Package: Starting distributed transaction for this container.
Error: 0xC001402C at CATS-Package, Connection manager "connectionName": The SSIS Runtime has failed to enlist the OLE DB connection in a distributed transaction with error 0x8004D024 "The transaction manager has disabled its support for remote/network transactions.".
Error: 0xC0202009 at CATS-Package, Connection manager "connectionName": SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x8004D024.
Error: 0xC00291EC at Execute SQL Task - Max Product ID, Execute SQL Task: Failed to acquire connection "connectionName". Connection may not be configured correctly or you may not have the right permissions on this connection.
Önemli The transaction manager has disabled its support for remote/network transactions.
olan, izinlerde bir şey mi eksik? Not: Allow Remote Clients
ayrıca kontrol edildi.
Belirtilen MSDTC pingini gördüm (aşağıdaki yorumlar dahil) ama baktığımda onunla ne yapacağımdan emin değilim.