Hi guru's,
I recently installed ARis 9.8 publisher on a MS SQL 2016 server, but had to be on a MS SQL 2016 clustername.
SQL Servername: sqlserver2016
SQL clustername: NLAppSQL
Does one of you guru's have the Reconfigure command to change this in the config.
thanks
André Vitor Oliveira on
Marcel,
The question is not clear... if you want to change the database URL to Publisher, this is the command:
ACC+ localhost>reconfigure businesspublisher_m +bp.db.url="<new URL>"
The standard URL is as follows:
a) MSSQL server:
jdbc:sqlserver://<FQDN-hostname>:<port>;databaseName=<db-name>[;instance=MSSQLSERVER]
BR
AO