knowledgecenter-breadcrum

Knowledge Center

21 May, 2022

[SOLVED] System. Exception: You cannot start a transaction with a different isolation level than is already set on the current transaction.

Posted on 21 May, 2022 by Admin, Posted in Dataverse Dynamics 365

[SOLVED] System. Exception: You cannot start a transaction with a different isolation level than is already set on the current transaction. Blogs

[SOLVED] System.Exception: You cannot start a transaction with a different isolation level than is already set on the current transaction.

Introduction

I faced an error while publishing customisation of an entity using plugin which is “System.Exception: You cannot start a transaction with a different isolation level than is already set on the current transaction“. I tried to search about it, and I found that most people encountered this issue while creating custom entity and custom attribute in it.

Solution

As you can see the error details says that we cannot start a two transaction with different isolation level at time. So, I decided to change plugin execution mode from synchronous to asynchronous so we can avoid starting two transaction at a time.

I hope this will help some of you.

Thank you.

Comment

This is a Required Field

Loading

Recent Updates

Blogs
07 Sep, 2023

Optimizing Storage with SubscriptionTrackingDeletedObject Cleanup

What is SubscriptionTrackingDeletedObject? The "SubscriptionTrackingDeletedObject" table is linked to the "DeletionService," which handles two types of cleanup: organization-wide and record-specific.…

READ MORE
Blogs
05 Sep, 2023

How to create real-time customer journeys in Dynamics 365 Marketing

Introduction: This blog will show how to create real-time customer journeys in Dynamics 365 Marketing. Customer journeys can be either…

READ MORE
Blogs
30 Aug, 2023

D365 CUSTOMER SERVICE: CUSTOMER 360 COMPONENT

Introduction: In Dynamics 365 (D365) Customer Service, the 'Customer 360' Component provides a comprehensive view of information and enables users…

READ MORE