I am facing an issue while installing DB components from Linux command line for SQL server.
Using the below command:
./dbConfigurator.sh -a create -d sqlserver –pr MwS -v latest -l jdbc:wm:sqlserver://:1433;databaseName=;integratedSecurity=true; authenticationScheme=NativeAuthentication -u -p
Below is the error message:
Database Connection error: [SoftwareAG][SQLServer JDBC Driver]Kerberos Authentication is not supported by this SQLServer. The driver attempted Kerberos authentication because the AuthenticationMethod connect option was “auto” and no username/password was specified.
I have installed only the Database Component Configurator at this stage, and plan to install products once create the DB components.