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.
Agent failed to register with the server six times. Time elapsed for last registration attempt was 1ms.
Error message: Exception: EndpointNotFoundException
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.