NAVISION 2013 NAVISION TIMER, any alternative?

ALFEGO79ALFEGO79 Member Posts: 10
edited 2013-08-08 in NAV Three Tier
Hi everybody
we are doing a migration from NAV 2009 to Nav 2013 and we found a problem.
we used a NAS to run a codeunit in version 2009 and we control it when it runs with NAV timer:



Now, NAVISION 2013, the library of Navision Timer 1.0'.Timer doesnt exit, Any ideas how to control this codeunit without Navision Timer?any alternatives?

thank very much

Answers

  • DenSterDenSter Member Posts: 8,307
    That's because the timer is a COM object, and COM is no longer supported. Check out codeunit 450 - Job Queue - NAS Start Up, to see how they implemented a timer for the Job Queue (WHILE TRUE DO loop and a SLEEP command). For a demo last year I used a .NET timer object that sometimes worked, but I also had reliability issues with it. I can't find the demo object so you'll have to search for it yourself.
  • ALFEGO79ALFEGO79 Member Posts: 10
    Thank very much!!
  • DenSterDenSter Member Posts: 8,307
    You're welcome, always happy to help :mrgreen:
Sign In or Register to comment.