Rupa SS Posted June 11, 2015 Share Posted June 11, 2015 HI, While trying to use TERR ( using Data Function) I get following error - Could not execute function call.TIBCO Enterprise Runtime for R returned an error: 'Error in terrUtils::http.get(url, headers, options) : error while making GET request: Timeout was reached (28), Operation timed out after 60014 milliseconds with 0 out of -1 bytes received'. at Spotfire.Dxp.Data.DataFunctions.Executors.LocalFunctionClient.OnExecuting(FunctionClient funcClient) at Spotfire.Dxp.Data.DataFunctions.Executors.AbstractFunctionClient.d__0.MoveNext() at Spotfire.Dxp.Data.DataFunctions.Executors.SPlusFunctionExecutor.d__0.MoveNext() at Spotfire.Dxp.Data.DataFunctions.DataFunctionExecutorService.d__6.MoveNext() Any idea what could cause this error Appreciate any help on this. Link to comment Share on other sites More sharing options...
Joe Roberts Posted October 23, 2015 Share Posted October 23, 2015 Looks like you're calling some function that is trying to download a URL and that request is timing out. Can you shed some light (or script :)) on what your data function is doing Link to comment Share on other sites More sharing options...
Omid Djoudi 3 Posted June 29, 2017 Share Posted June 29, 2017 HI, I have exact same issue. I use a http.get to consume a REST api which takes some time to complete and I want my client to wait until it finishes. How can we change the parameter 60000ms for the timeout value Thanks Error: TIBCO Enterprise Runtime for R returned an error: 'Error in http.get("http://xxxxxxyy : error while making GET request: Timeout was reached (28), Operation timed out after 60014 milliseconds with 0 out of -1 bytes received'. at Spotfire.Dxp.Data.DataFunctions.Executors.LocalFunctionClient.OnExecuting(FunctionClient funcClient) at Spotfire.Dxp.Data.DataFunctions.Executors.AbstractFunctionClient.d__0.MoveNext() at Spotfire.Dxp.Data.DataFunctions.Executors.SPlusFunctionExecutor.d__0.MoveNext() at Spotfire.Dxp.Data.DataFunctions.DataFunctionExecutorService.d__6.MoveNext() Omid Djoudi Link to comment Share on other sites More sharing options...
Jana Rathan Posted August 30, 2020 Share Posted August 30, 2020 Hi, having the same timeout error in cloud SpotFire. The R script is attached below ** It's a working script; tested in Desktop Spotfire, but timing out in Cloud SpotFire library(httr) library(magrittr) library(dplyr) library(jsonlite) res Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now