Invalid JDBC escape syntax at line position 22 '=' character expected. with Guidewire

96 Views Asked by At

I am trying to use SQL Server Express LocalDB with Guidewire Studio which is basically an adjusted version of IntelliJ (for those of you who know it). I am able to use the database tool to connect to my instance with:

jdbc:jtds:sqlserver://./databaseName;instance=pipeName;namedPipe=true.

jtds driver version is 1.3.1

But when I try to start the server I get:

ERROR Server.Database Error setting connection context: Invalid JDBC escape syntax at line position 22 '=' character expected.

I don't know if it is fixable, but I thought I will put it out there in case someone using Guidewire has run into the same issue.

0

There are 0 best solutions below