Hi all,
I'm trying to make a connector to a SQL Server (2008R2) database, but when I test it this error occurs:
java.lang.reflect.InvocationTargetException
org.bonitasoft.engine.bpm.connector.ConnectorExecutionException: org.bonitasoft.engine.core.connector.exception.SConnectorException: org.bonitasoft.engine.core.connector.exception.SConnectorException: org.bonitasoft.engine.connector.exception.SConnectorException: java.util.concurrent.ExecutionException: org.bonitasoft.engine.connector.exception.SConnectorException: org.bonitasoft.engine.connector.ConnectorException: com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host localhost, port 1433 has failed. Error: "Connection refused: connect. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall.".
But firewall is off.
My connection driver is com.microsoft.sqlserver.jdbc.SQLServerDriver
Connection URL is jdbc:sqlserver://localhost/SQLExpress:1433;databaseName=TestLocal7
Your help is appreciated very much!
Thanks, Jeroen.