ฉันกำลังทำงานกับแพ็คเกจที่ต้องใช้ธุรกรรม แต่ขณะนี้ฉันได้รับข้อผิดพลาดต่อไปนี้:
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.
นี่คือสิ่งที่ฉันรู้จนถึงตอนนี้:
- แพ็คเกจปี 2012
- ฉันกำลังทำงานในการปรับใช้แพคเกจ
- กระบวนการ TransactionOption ตั้งค่าเป็นสิ่งที่จำเป็น
- ทำงานกับอินสแตนซ์ 2008 R2
- ฉันสามารถสร้างธุรกรรมแบบกระจายได้ด้วยตนเองบนอินสแตนซ์และการอ้างอิงไปยังตัวแสดงเหตุการณ์ MSDTC กำลังทำงานอยู่
- MSDTC มีการตั้งค่าดังต่อไปนี้
ทุกคนสามารถชี้ไปในทิศทางเพื่อค้นหาข้อมูลเพิ่มเติมได้
แก้ไข:หนึ่งในขั้นตอนที่ฉันอ่านได้กล่าวเพื่อรัน DTC บนเครื่องโลคัลที่รันแพ็คเกจรวมถึงเซิร์ฟเวอร์ที่เก็บอินสแตนซ์ เมื่อฉันทำฉันได้รับข้อผิดพลาดใหม่:
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.
ด้วยส่วนที่สำคัญคือThe transaction manager has disabled its support for remote/network transactions.
ฉันไม่มีอะไรในสิทธิ์หรือไม่ หมายเหตุ: Allow Remote Clients
ยังได้รับการตรวจสอบ
ฉันเคยเห็น MSDTC ping ที่กล่าวถึง (รวมถึงความคิดเห็นด้านล่าง) แต่เมื่อฉันดูมันฉันไม่แน่ใจว่าจะทำอย่างไรกับมัน