enable xact coordination parameter

enable xact coordination enables or disables Adaptive Server transaction coordination services. When this parameter is enabled, Adaptive Server ensures that updates to remote Adaptive Server data commit or roll back with the original transaction. See “Using Adaptive Server coordination services” for more information.

To enable transaction coordination, use the command:

sp_configure ’enable xact coordination’, 1

You must restart Adaptive Server for this change to take effect.