Skip to main content
Solved

Is there any way to keep myself logged in to the FME server? It logs me out after a particular time period. Will the automation keep running even if I log out? I don't want my automation to be stopped in any condition.

  • June 2, 2022
  • 2 replies
  • 19 views

rishi1804
Contributor
Forum|alt.badge.img+4

@safesoftware safesoftware​ @keziaatsafe​ 

Best answer by redgeographics

There is, as far as I know, no way to make sure your login session does not time out (perhaps there is an option in the config files).

 

However, you don't need to be logged in in order for an automation to work. That's the beauty of them, they'll work as long as they are enabled and the server is up and running, regardless of whether or not the user that made them is actually logged in.

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

redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3704 replies
  • Best Answer
  • June 2, 2022

There is, as far as I know, no way to make sure your login session does not time out (perhaps there is an option in the config files).

 

However, you don't need to be logged in in order for an automation to work. That's the beauty of them, they'll work as long as they are enabled and the server is up and running, regardless of whether or not the user that made them is actually logged in.


rishi1804
Contributor
Forum|alt.badge.img+4
  • Author
  • Contributor
  • 32 replies
  • June 2, 2022

Thanks @Hans van der Maarel​ I was concerned about the automation. Actually, I have two servers and one of them never logs me out but the other one is logging me out every day. It's okay if it doesn't affect the automation.