Site Studio Publisher- Error Connecting To database-java.sql.sqlexception no suitable driver
Hi all,
Im attempting to install Site Studio Publisher on my VM on a SQL Server Db and getting stuck on some errors.
I've referenced the driver and checked it against the reference in the ucm config.cfg file.
It doesn't execute and just outputs the error: Problem setting up connection pool.
Because of that I tried reverting back to the standard reference below:
<driver jdbcURL="jtds:sqlserver://LOCALHOST:1433;DatabaseName=UCM_CP01;SelectMethod="cursor" driver="com.microsoft.jdbc.sqlserver.SQLServerDriver"/>
So all in all my cns.sqlserver.config file now looks like
<!----Configuration File For MS SQL SERVER--><syndicator>
<database type="mssql">
Im attempting to install Site Studio Publisher on my VM on a SQL Server Db and getting stuck on some errors.
I've referenced the driver and checked it against the reference in the ucm config.cfg file.
It doesn't execute and just outputs the error: Problem setting up connection pool.
Because of that I tried reverting back to the standard reference below:
<driver jdbcURL="jtds:sqlserver://LOCALHOST:1433;DatabaseName=UCM_CP01;SelectMethod="cursor" driver="com.microsoft.jdbc.sqlserver.SQLServerDriver"/>
So all in all my cns.sqlserver.config file now looks like
<!----Configuration File For MS SQL SERVER--><syndicator>
<database type="mssql">
0