Skip to main content
Hi,

 

   i have run 200 jobs on server. I need to download log files for each job. I can manually go inside each job and download log and save it. But it is very time consuming.

 

 

Is there any way i can use FME Desktop code to download logs per jobId from server?

 

 

Thanks.

 

Subrat
Hi,

 

 

did you try at the FMEServerLogFileRetriever transformer?

 

 

David
Hi,

 

 

did you try at the FMEServerLogFileRetriever transformer?

 

 

David

Thanks for the tip! I was wanting to do a search in a bunch of logs and this allows me to download all as an attribute and perform a search or regex on the logs.


Reply