Baohua Wang Posted October 18, 2019 Posted October 18, 2019 The spotfire configurationBlock worked before but logged configurationBlock syntax error after 7.11 upgrading. The cause most likely was that the semicolon ending the configurationBlock "%3B"was converted to ";" instead kept as URL code "%3B" in wp/render.InURL ";" is reserved as parameter separator.Thus the wp/render URL missed ";" as part of configurationBlock value and had syntax error. In this error case, my property value was still assigned but ondemand table was not loaded. my original URL was (...&configurationBlock=inputENTrequestID%3D%22IC09067%22%3B ) as following http://spotfire-app.monsanto.com/spotfire/wp/render/sxqiRwZSEMEr5GdIt7/a... The wp redirected URL was (...configurationBlock=inputENTrequestID%3D%22IC09067%22; ) as following http://spotfire-app.monsanto.com/spotfire/wp/render/sxqiRwZSEMEr5GdIt7/a...
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