Skip to main content
Question

FME Through Task scheduler Using Local service

  • November 25, 2024
  • 0 replies
  • 21 views

ranjeet_singh
Contributor
Forum|alt.badge.img+2

I want to Run FME process through task schedeuler. The fme workspace is reading data through postgresql. I am able to run it through any specified user. I want to run this through LOCAL SERVICE in Task scheduler.But it is showing error. 

My 0objective is the process become independent of user

 

 

Error connecting to PostgreSQL database(host='', port='', dbname='abc', user='', password='***'): 'fe_sendauth: no password supplied

 

Thanks