Jump to content

On-demand information link produces ERROR: syntax error at or near ","


Chris Pudney

Recommended Posts

We are running Spotfire Server 11.4.1 LTS with Postgres JDBC drivers.

An on-demand information link is producing the following error:

InformationModelServiceException at Spotfire.Dxp.Services:

ailed to execute query: ERROR: syntax error at or near "," Position: 70882 (HRESULT: 80131509)

 

I can see the query in the server's sql.log.It is of the form

SELECT ...

FROM ...

WHERE (.

IN ( )

OR )

OR )

OR ))Note there is no ( after each OR. The correct syntax is

SELECT ...

FROM ...

WHERE (.

IN ( )

OR ( )

OR ( )

OR ( ))Is this a known issue Is there a fix pending or some work-around available

Thanks,

Chris.

Link to comment
Share on other sites

Hello Chris,

 

Looks like your query is filtering a lot of data resulting on a too long query and the on demand parameters might have something to do with it. Did you submit a ticket already I have not seen anything like that and tested on my end but did not get any errors. As a work around you could try limiting the data before loading with a "filter rows" transformation

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...