Using this option, you can change the built-in database server (PostgreSQL) of AD360 to an Microsoft SQL Server or another instance of a PostgreSQL Server (pgSQL).
Note: In order to ensure that bcp.exe's dependencies are installed correctly, Open Command Prompt in <AD360 installation directory>\bin and run bcp.exe /v. If the bcp.exe file's version is displayed it means the dependencies are properly installed.
Use the links below to download the appropriate SQL command line utilities and ODBC driver based on the SQL Server version and CPU architecture of the machine AD360 is installed. The command line utilities include files with the term SQLCMD.
For SQL Server 2012, use the SQL Native Client (sqlncli). For other versions, use the ODBC driver.
Ensure compatibility between the command line utilities and ODBC driver by checking the System Requirements and the compatibility matrix on the respective download pages.
keytool -import -v -trustcacerts -alias myserver -file pathofthecert\certname.cer -keystore "..\lib\security\cacerts" -keypass changeit -storepass changeit -noprompt
where pathofthecert is the location where the certificate has been stored and certname is the certificate name.
The certificate will be added to your Java KeyStore.
Copyright © 2023, ZOHO Corp. All Rights Reserved.