I'm running one form with OnTimer property set to 60000 and I'm calling one codeunit on OnTimer trigger.
Sometimes Navision client hangs up or shuts down. I already increase dbms cache and object cache and this problem still the same.
Anyone know how Navision handle stack memory and how can I release it or increase it?
José Inácio Tira Picos
Consulting Services
SystemHouse - Consultoria e Sistemas
j.tirapicos@systemhouse.pt0
Comments
if not flag then begin
flag := true;
codeunit calling
flag := false;
end;
I already tried, but its not enough.
Consulting Services
SystemHouse - Consultoria e Sistemas
j.tirapicos@systemhouse.pt
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
RIS Plus, LLC
You can set the "SingleInstance"-property of the codeunit to "yes". This helps when you use NAS, but I don't know if you do. (You should, because the first NAS-service is for free, and it is much more stable than a Navision Client).
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog