NS Outlook Synchronization Handler hangs Navision

IsitarIsitar Member Posts: 29
Hello everyone

Version: Navision 5.0 SP1 (5.0 SP1)

The Problem occours in codeunit 397.
I went through the code with the debugger and it get's stuck on this line:
IF (NOT OApplication.Logon(TRUE,'','',FALSE,FALSE)) THEN BEGIN

Full Code:
IF (NOT OApplication.Logon(TRUE,'','',FALSE,FALSE)) THEN BEGIN
  OApplication.Logoff;
  MailSent := FALSE;
  EXIT
END;

Does anybody have any clue what it could be?
It appears on every client but not everytime, just randomly.

Thanks for your help.
Greetings from Switzerland
Sign In or Register to comment.