Getting Error "Excel Not Found" while running the job queue

i have created a program for GL Data extraction and through job queue it should be automatically Email to user . While running the job queue i am getting error "Excel Not Found".
I also tried by changing the Path to Network location but still its not working

Comments

  • Developer101Developer101 Member Posts: 528
    What is your code? Is this working if you run the job not using job queue?
    United Kingdom
  • Pooja_786Pooja_786 Member Posts: 20
    Yes i created a Code unit. And if i am running the code directly from development environment then program is creating excel and sending mail to user but when i am trying with same code unit through job Queue it's throwing error"Excel not Found".
  • Developer101Developer101 Member Posts: 528
    There is different running codeunit on client and running a codeunit from a job queue. Job queue runs on server level so make sure that codeunit can access on server level.
    United Kingdom
Sign In or Register to comment.