Georgi Koemdzhiev Posted December 13, 2019 Share Posted December 13, 2019 Hello, a while ago my team found an exception that occurs every time the user selects a lot of data points in a Map Chart (our marking limit was set to a really high number - 2million). That throws an exception that we saw in the Monitoring section of the Spotfire Amin panel: The incoming request has too many parameters. The server supports a maximum of 2100 parametersI was searching only and found that this is because of a limitation of the database we are using - SQL database. I also found that there is a way to tell Spotfire to split the query into multiple batches when the query parameters contain more than 2100 parameters. According to a page on Google Groups we need to set the "Statement Parameter Limit" in the jdbc producer to a value < 2100. The problem is, I don't know where I am supposed to make that change. Am I supposed to change a config file on the Spotfire Server If that is the case, where I can find that config file Thanks in advance! Link to comment Share on other sites More sharing options...
Seema Krishnani Posted December 16, 2019 Share Posted December 16, 2019 Hello Georgi, Can you please confirm if you see the issue with the JDBC Data source as a similar issue was fixed for external connections in 10.3 HF 007 https://community.spotfire.com/wiki/list-hotfixes-tibco-spotfire-clients-analyst-web-player-consumerbusiness-author-and-automation#toc-5 TSDC-5806 - SQL Server connector: Marking more than 2100 items sometimes gives an external error Link to comment Share on other sites More sharing options...
Georgi Koemdzhiev Posted December 16, 2019 Author Share Posted December 16, 2019 Hi Seema! Thank you for your answer. At the moment, my team is running Spotfire 10.0.1. We will be upgrading to 10.3 soon. At that point I will be able to test if the issue is still there. Link to comment Share on other sites More sharing options...
Georgi Koemdzhiev Posted December 17, 2019 Author Share Posted December 17, 2019 Sheema, I installed Spotfire 10.3.3 locally and I was able to test it. It does, throw the same error as the aboveThe incoming request has too many parameters. The server supports a maximum of 2100 parameters Is there anything I can do to "batch" the SQL query into smaller chunks if it exceeds 2100 Link to comment Share on other sites More sharing options...
Seema Krishnani Posted December 18, 2019 Share Posted December 18, 2019 Please raise a ticket with the TIBCO Support teamhttps://support.tibco.com/s/ Link to comment Share on other sites More sharing options...
Georgi Koemdzhiev Posted December 18, 2019 Author Share Posted December 18, 2019 Thanks, will do 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