NAV 2013 Issue

nvermanverma Member Posts: 396
I just started playing around with NAV 2013 and I am noticing something weird.

Lets say I open RTC and then in the development environment, I go and make some modification to a table. If I try to execute the table, nothing happens. I must close the RTC session and then if i try to execute the table, it opens up. Same thing happens with codeunits aswell.

Any idea how to fix this. Its getting rather annoying close the RTC session every time I want to run something. Am I missing something?

Comments

  • Marije_BrummelMarije_Brummel Member, Moderators Design Patterns Posts: 4,262
    The change listener is probaly mallfunctioning. Have you investigated that?
  • nvermanverma Member Posts: 396
    Whats change listener?? :shock:

    Never heard of it.
  • vaprogvaprog Member Posts: 1,140
    Hi nverma

    The change listener is a component that hooks to your SQL server to watch for object changes and informs the middle tier service about the change.

    I am hesitant do believe the change listener causes your issue.

    Did you properly install NAV 2013 (not just copy)? Does a dynamicsnav: URL launch the right client?

    There was some trouble with incorrectly registered assemblies. Check out the following blog post:
    Installing Microsoft Dynamics NAV 2013 R2 side-by-side with Microsoft Dynamics NAV 2013

    I can't find a reference to it, but I read that with newer builds of NAV 2013 (R2) the dev environment tries to locate the right RTC in it's own directory. So, copying the files of the dev environment to the RTC install folder, and launching from there, might help.
Sign In or Register to comment.