Enter the key words to find the related topics

Unbalance X++ TTSBegin/TTSCommit has been dectected in AX 2012


Run this in Job.


static void TheAxaptaResetTTS(Args _args)
{
while (appl.ttsLevel() > 0)
{
info(strfmt("Level %1 aborted",appl.ttsLevel()));
ttsAbort;
}
}