Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A new read-only property was added to the Configuration class. The property specifies whether a warning message is logged when a transactions is promoted to a distributed transaction. The default value is true.
You can change the logging behavior by setting LogDTCPromotions value in the eConnect configuration file. The following example shows how to specify the LogDTCPromotions value:
<appSettings> <add key="LogDTCPromotions" value="false" /> </appSettings>