problem with form with timer running on terminal client

DoomhammerDoomhammer Member Posts: 211
Our customer has not job scheduler and he wanted to run some processes in regular intervals.
I created form with timer on it and on timer, it runs report which exports some data to Excel.
On local computer and on terminal session, this works fine. but there is problem - when user closes terminal session window (without logging off), the process stops. after new reconnecting to terminal session, the process runs again. so no exports are done, when terminal client is disconnected.

Does anybody know solution for this prob? Except buying of Navision Job Scheduler, this is the last option :oops:

thanks in advance
Martin Bokůvka, AxiomProvis

Comments

  • einsTeIn.NETeinsTeIn.NET Member Posts: 1,050
    Maybe the terminal server sets disconnected sessions to idle... :?:

    Anyway, you can create a single instance codeunit with Navision Timer and run your report by NAS.
    "Money is likewise the greatest chance and the greatest scourge of mankind."
  • DoomhammerDoomhammer Member Posts: 211
    customer does not have app server :oops:
    Martin Bokůvka, AxiomProvis
Sign In or Register to comment.