When executing a data function using TIBCO Enterprise Runtime for R (TERR) script you get this error:
The data function execution did not complete in the time allowed
This happens when either of the TERR Service timeout settings are reached while running a job.
See the following documentation on how to change the timeout values:
____________________________________
https://docs.tibco.com/pub/terrsrv/1.17.0/doc/html/TIB_terrsrv_install/_shared/install/topics/engine_timeout.html
Enginetimeout
You can specify the length of time a TERR engine runs to complete a task before failing with a timeout error. You can also specify the length of time for a TERR session to exist.
Configuration property | Default setting | Description |
---|---|---|
engine.execution.timeout |
600 |
The length of time, in seconds, that the TERR service allows the TERR engine to execute a request before stopping the execution with a timeout error. |
engine.session.maxtime |
1800 |
The length of time, in seconds, that the TERR service allows the TERR engine session to exist before killing it.
To disable session pruning, set this value to |
____________________________________
Both of these TERR Service settings can be adjusted using its "custom.properties" file, using the instructions on the following docs page:
Comments
0 comments
Article is closed for comments.