Hi Everyone,
I have Error: An Unbalanced X++ TTSBEGIN/TTSCOMMIT pair has been detected... TTS level : 2
When running inventory calculation from Inventory >> Periodic >> Closing and Adjusting
i have do some reseraches and i have found the following job to reset the ttslevel;
static void TheAxaptaResetTTS(Args _args)
{
while (appl.ttsLevel() > 0)
{
info(strfmt("Level %1 aborted",appl.ttsLevel()));
ttsAbort;
}
}
but this doesn't resolve my problem
because each time that i try to run "calculate" i get the same error message "TTS LEVEL 2", i have tried to check code related to the calculate function but i didn't found any unbalanced TTSBEGIN/TTSCOMMIT
Any suggestion please?
Thanks.
*This post is locked for comments
I have the same question (0)