Continua CI service error

Hi Team,

I am new to Continua CI. I installed Continua Ci Server and Agent and tried to access site using url http://localhost:8080/
But i am getting following error:
Could not initialise database: An error occured executing the following sql: UPDATE core_publisher SET name = CONCAT(‘Default-’, name) The error was ‘CONCAT’ is not a recognized built-in function name. Check the eventlog for more info.

Please help me with this.
Thanks

I checked Event viewer error mentioned is:

Agent failed to register with the server six times. Time elapsed for last registration attempt was 1ms.
Error message: Exception: EndpointNotFoundException

Thanks

Hi Mina,

The service has failed while creating the database structure. Which database connection are you using? I see that the CONCAT function is supported only from SQL Server 2012 onward - which means we should not have used it as we still support earlier versions. We will provide an update to this on Monday.

Hi Mina,

We’ve uploaded a new version 1.9.0.182 which includes a fix for this issue.