Robert van Reij Posted May 19, 2021 Share Posted May 19, 2021 Below is the error: The remote server returned an error: (400) Bad Request . at Spotfire.Dxp.Framework.HttpClient.NativeWebResponse..ctor(NativeHttpClient httpClient, NativeWebRequest request) at Spotfire.Dxp.Framework.HttpClient.WinINet.WinINetWebRequest.GetResponseCore() at Spotfire.Dxp.Framework.HttpClient.NativeWebRequest.GetResponse() at Spotfire.Dxp.Data.SPlus.ArtifactManager.Uploadstream.Send(Byte[] data, Boolean closing) at Spotfire.Dxp.Data.SPlus.ArtifactManager.Uploadstream.Close() at Spotfire.Dxp.Data.DataFunctions.Executors.RemoteFunctionClient.PrepareInputArtifact(InputParameter argument, DataRowReader value, String argTypeStr) at Spotfire.Dxp.Data.DataFunctions.Executors.AbstractFunctionClient.c__DisplayClass38_0.b__0() at Spotfire.Dxp.Framework.ApplicationModel.Progress.ExecuteSubtask(String title, ProgressOperation operation) at Spotfire.Dxp.Data.DataFunctions.Executors.AbstractFunctionClient.BeforeExecute() at Spotfire.Dxp.Data.DataFunctions.Executors.AbstractFunctionClient.d__35.MoveNext() at Spotfire.Dxp.Data.DataFunctions.Executors.SPlusFunctionExecutor.d__11.MoveNext() at Spotfire.Dxp.Data.DataFunctions.DataFunctionExecutorService.d__8.MoveNext() Link to comment Share on other sites More sharing options...
Raghav Rajaram Posted May 25, 2021 Share Posted May 25, 2021 Do you get this error only with dashboards executing R scripts Do you have a TERR instance running on the server - Raghav Link to comment Share on other sites More sharing options...
Dmitry Surovtsev Posted May 27, 2021 Share Posted May 27, 2021 I had this issue recently. It was solved by removing all spaces from the data function packages definition string. Leave only semicolons to delimit your R libraries. Java doesn't like spaces. 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