Question

Download dataset expired

  • 31 October 2013
  • 2 replies
  • 8 views

Badge
The zip file sent by email from download data service , expire after a day from the date of sending the email , how can we conrol this duraction to allow the link to be working for a week . 

2 replies

Hi,

 

 

You can set the lifespan of the results by setting the FME_RESULT_LIFETIME in the configuration-file of each Engine. <FMEServerDir>\\Server\\fmeEngineConfig*.txt

 

The value is in seconds, so 1 week is 604800.

 

 

Thomas
Userlevel 4
Hi,

 

 

for reference, here is the documentation for the FME_RESULT_LIFETIME setting provided by Thomas:

 

 

http://docs.safe.com/fme/2013/html/FME_Server_RefManual/Content/Engines/config_file_layout.htm

 

 

There are other settings there that might be good to know about, too.

 

 

David

 

 

Reply