'Executing an exe in SQL job which generates pdf and mail
I've an windows app in server which collects data from db and renders pdf via another third party .exe and mails the pdf.
I scheduled the exe to run on SQL job. Sql job itself is not running ,if I Stat manually it fails on step 1(Called an .exe).
If I the execute exe directly it works fine.
I've similar app which does the same work expect pdf rendering which works via sql job as expected.
I think job fails because of pdf rendering part.
Please share your insights on above issue.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|