Autorun a Dataport

lccjlccj Member Posts: 11
edited 2004-01-10 in Navision Attain
Is it possible to program a Dataport to run based on time schedule or as a batch job.

Thank you
Best Regards

Lcj

Comments

  • nelsonnelson Member Posts: 107
    Yes, use the Job Scheduler in Service Management to run the Dataport on a regular basis.
    Nelson Alberto
  • eromeineromein Member Posts: 589
    Or maybe the NAS (Navision Application Server) would be a solution!
    "Real programmers don't comment their code.
    If it was hard to write, it should be hard to understand."
  • Lars_WestmanLars_Westman Member Posts: 116
    Just that little problem that NAS can't run dataports.

    But anyway. Who want's to run dataports on a regular basis? Unless You have lines wider that 1024 characters it's in my opinion allways better to read the file with MyFile.OPEN and so on. Much better performance and more control.

    Dataports is nice for one-time-imports. Than it's eausy to use a dataport. But for more regular use I don't like them.
Sign In or Register to comment.