Hello,
I was using "ExecuteProcess and Wait" to launch a SQLPLUS script from within my template on a remote computer (Putty + ssh + cmd line)
but my job was aborting after 1min - 1min30.
I replaced the Sql script by a simple Sleep increasing progessively the time and I obtained exactly the same result after the same time slice.
My conclusion is that the Wait component is encountering after a while a timeout fatal exception.
So I replaced this component with its nowait cosrespondant "ExecuteProcess", modifying slightly my logic and it woked.
But it can be anyway interesting to use the Wait component.
Question is: is there a way to increase this component internal timeout parameter ?