Skip to main content
Solved

Can I schedule to run a batch file (FME Desktop) from a SQL Server Agent job on another server?

  • December 11, 2017
  • 2 replies
  • 47 views

Best answer by fmelizard

Hi @thaonguyen, although I have not personally tried this, I would be wary of the credentials you are using to log into the database. If you are reading/writing SQL Server in your workspace, ensure that you're not using Windows Authentication when you go to try and run it with SQL Server Agent.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

fmelizard
Safer
Forum|alt.badge.img+21
  • Safer
  • Best Answer
  • December 11, 2017

Hi @thaonguyen, although I have not personally tried this, I would be wary of the credentials you are using to log into the database. If you are reading/writing SQL Server in your workspace, ensure that you're not using Windows Authentication when you go to try and run it with SQL Server Agent.


  • Author
  • December 13, 2017

Thank you.