Trace Logging???

bosky.vorabosky.vora Member Posts: 2
Does Navision maintain a Trace Log???
Are there any logs maintained by Navision that could be helpful to check when a program or piece of code fails?

Comments

  • WaldoWaldo Member Posts: 3,412
    The NAS logs in event viewer
    When the database server fails, you could also check the event viewer
    You could also use the debugger to see where a piece of code fails

    ... but something says to me you're not looking or that ...
    :-k

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
  • kinekine Member Posts: 12,562
    bosky.vora wrote:
    Does Navision maintain a Trace Log???
    Are there any logs maintained by Navision that could be helpful to check when a program or piece of code fails?

    No, there is no such a automatic log. But you can use debugger to find out where the error was called, you can use Client Monitor to check the communication between NAV and DB, you can use CodeCoverage to find out which code was processed and you can use the Extended Client Monitor to read the informations in much better way (see download section).
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.