Skip to main content
Question

Download dataset expired

  • October 31, 2013
  • 2 replies
  • 56 views

Forum|alt.badge.img
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 . 
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

  • 22 replies
  • October 31, 2013
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

david_r
Celebrity
  • 8394 replies
  • November 1, 2013
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