Upgrading SQL Server for HCL Docs
Learn how to upgrade the SQL server for HCL Docs.
Procedure
- Log in to the Windows server with SQL Server Administrator account.
- Create the directory C:\install\DocsApp_2.0.0. Copy and extract the DOCS_INSTALLPKG_FILENAME.zip file, for example, CNNCTNS_DOCS_2.0.0_WINLNX_ML.zip to it.
- Open a command line, and change directories to the setupDB directory, for example, cd C:\install\DocsApp_2.0.0\SetupDB\sqlserver.
- Ensure that the SQL server is started.
- Update the database schema by running the command:
updateDBSchema.bat
.