Dear all,

Thanks for your kind assistance.

Regards,
Anton

--- In Axapta-Knowledge-Village@yahoogroups.com, "r_ssh" 
<ramamurthy.sant...@...> wrote:
>
> Hi Anton,
> 
>         TTS level '1' usually leaves your Ax session in an unusable state 
> that you can't close properly.
> 
> Solution:
> Open the AOT and run this job:
> static void resetTTS(Args _args)
> {
>     while (appl.ttsLevel() > 0)
>         ttsAbort;
> }
> 
> It simply rolls back any pending transactions until the TTS level is back at 
> zero. Hope this resove your issue.
> 
> Thanks
> Santosh.R
> 
> 
> --- In Axapta-Knowledge-Village@yahoogroups.com, "anton_tjiptadi" 
> <anton_tjiptadi@> wrote:
> >
> > Hi all,
> > 
> > Can someone help me to fix this error? It happened when I open a dialog 
> > after some routine in my code.
> > 
> > An unbalanced X++ TTSBEGIN/TTSCOMMIT pair has been detected.
> > 
> > a) Cause of this includes too many/few TTSBEGIN or TTSCOMMIT.
> > 
> > b) Return calls within TTSBEGIN/TTSCOMMIT.
> > 
> > c) User interaction within TTSBEGIN/TTSCOMMIT pairs.
> > 
> > 
> > 
> > The current TTS level is `1'.
> > 
> > Any help/sudgestion will be appreciated. thanks
> > 
> > Regards,
> > Anton
> >
>


Reply via email to