Home > Forum > Rules, JS, SQL > SDK Executions in 2024 Error - Plugin changed transaction nesting count.

SDK Executions in 2024 Error - Plugin changed transaction nesting count.
0

Hi,

I have a problem with 2024.1.1.114 and SDK execution. I created an SDK to connect to the SAP and download data from the chosen contractor. The SDK was working from version 2022 to 2023 with some updates to c# code - after updating Webcon and SDK to 2024 i received the error:

ERROR -> Plugin changed transaction nesting count. Please contact administrator.

Interestingly, when I connect the VS debugger to the portal, the error does not occur and the SDK downloads data to the form.

Does anyone have an idea what might be wrong?

In reply to: Maksymilian Stachowiak

Hi Damian, have you read through changes in the SDK for 2024?

There were some changes, also on setting field values etc. - those functions should be awaited right now:

https://developer.webcon.com/2024/resources/Migration-document_2024.1.pdf

Hi, I had time to read all the changes and try to adjust my code.

I did not find any changes from the changelog affected my code. It was working in 2023 but it not working in 2024/2025...

I tried the rewrite methods for async type etc. but with no success.