After successfully parsing the data source template followed by the setup of the data source in Information Designer, the created Information Link may fail with the error message: Method Connection.prepareStatement is not yet implemented. And the following stack trace is observed in the server logs.
ERROR 2020-03-27T10:44:08,821+0000 [*pool-14-thread-1, admin123, #2, #35*] ws.dat.AbstractOperator: Start job failed.
com.spotfire.ws.dat.OperatorException: com.spotfire.ws.im.IMException: Failed to execute query: Method Connection.prepareStatement is not yet implemented
at com.spotfire.ws.im.ds.sql.SQLDataSource.doStart(SQLDataSource.java:285) ~[spotfire-server-is.jar:?]
at com.spotfire.ws.dat.AbstractOperator.start(AbstractOperator.java:144) ~[spotfire-server-is.jar:?]
Caused by: com.spotfire.ws.im.IMException: Failed to execute query: Method Connection.prepareStatement is not yet implemented
... 12 more
Caused by: com.facebook.presto.jdbc.NotImplementedException: Method Connection.prepareStatement is not yet implemented
at com.facebook.presto.jdbc.PrestoConnection.prepareStatement(PrestoConnection.java:119) ~[presto-jdbc-0.204.jar:0.204]