Hi
We have a Remote file trigger with the below settings (connection is removed). Expiration is 
not enabled:
                                            
                                        
                                            
                                        Last week the remote site had an error rendering the connection unusable a day or so. The trigger responded as follows (according to the VC server log):
- When the connection problem started a retry was perfomed every 30 seconds
 - The connection was tried 61 times totally (the first error and 60 retries I presume) and ended after 30 minutes (60*30 seconds obviously).
 - After the 30 minutes the trigger was inactivated! Here is the final logging:
                          
                              
                          
                          
                          Err	Unhandled exception occured in Remote file Trigger: SFTP component not connected
Err	Trigger error: SFTP component not connected
Debug	Trigger was expired and inactivated
 
Questions:
- Why is the trigger inactivated when no expiry is set? This seems like a non robust architechture: because of external problems we have to enable the trigger again manually! Or am I missing something?
 - Why is the log reporting retries every 30 seconds when reconnect interval is set to 10? This is not a serious problem but still strange.
 
Thank you.
Server: 8.3.4 (I have not created a test case for 8.3.5)