Recommendations

SQL Server

  • Compatibility mode should be set to 150
  • Spaces tables must be changed as suggested in Windows installation step 9
  • Run SQL server with birstuser / birst@123birst@123. Please use the encrypted values of these credentials as given in the SQL Server examples.

Opensearch

  • Use the Openseach installation in this Windows document and follow the process of disable security
  • In the opensearch.yml, add the line “plugins.security.disabled: true”
  • In order to start opensearch from the top level of installation, run opensearch-windows-install.bat

Repo Server

  • Permissions should be given to the user who is running the services on Windows Appliance.

MongoDB

  • Use 27017 and 37017 ports for two instances needed for caching and Repo.
    • If using different ports please change application.properties accordingly.
    • The simplest command to start MongoDB for example is: 'C:\Program Files\MongoDB\Server\6.0\bin\mongod.exe' --dbpath C:\data\db2 --bind_ip_all --port 37017