Product: TIBCO Spotfire®
Parse error when providing configuration block as part of the Web Player analysis URL with the following message: "Error message: Not a well-formed configuration block. Parse error:"
When providing an incorrect configuration block as part of the Web Player analysis URL, the following error message is thrown:
Error message: Not a well-formed configuration block. Parse error: Line 1: A recognition error occurred.
In case the configuration block has the missing semi-colon (;) that is to be appended at the end of the URL, it throws the error message mentioned above. URL that is likely to cause the above error: http://spotfire.cloud.tibco.com/spotfire/wp/OpenAnalysis?file=Baseball&configurationBlock=SetFilter(columnName = "League", values = {"AL"}) To fix, append the semi-colon to the same as is shown below http://spotfire.cloud.tibco.com/spotfire/wp/OpenAnalysis?file=Baseball&configurationBlock=SetFilter(columnName = "League", values = {"AL"});
https://community.tibco.com/wiki/create-configuration-block-tibco-spotfire
Comments
0 comments
Article is closed for comments.