SCMSettings.xml - SCMSettings.xml - Brainware - Solution Configuration Manager - Brainware/Solution-Configuration-Manager/25.2/Solution-Configuration-Manager-Installation-Guide/Silent-Installation-Process/SCMSettings.xml - 25.2 - 25.2

Solution Configuration Manager Installation Guide

Platform
Brainware
Product
Solution Configuration Manager
Release
25.2
License
ft:lastPublication
2026-03-19T22:07:50.717227
ft:locale
en-US

Sample SCM Settings XLM file.

<?xml version="1.0" encoding="utf-8"?>
<!-- Keep this xml and the installer (exe file) in same directory and then run command: Brainware_Solution_Configuration_Manager.exe /s SCMSettings.xml -->
<Configuration>
      <InstallPath>C:\inetpub\wwwroot\SCMWeb</InstallPath>
      <SCMConnectionString></SCMConnectionString>
      <SCMDatabaseName>SCM_Config</SCMDatabaseName>
      <SCMImportPath>C:\BrainwareProjects\SCMPackets</SCMImportPath>
      <SCMExportPath>C:\BrainwareProjects\SCMPackets</SCMExportPath>
      <!--Choose one of the following Effective Date Formats: SQL Server=yyyy-MM-dd, Oracle=dd-MMM-yy-->
      <EffectiveDateFormat>yyyy-MM-dd</EffectiveDateFormat>
      <!--Provide hash of an existing certificate, if left blank then a new self signed certificate will be created and used-->
      <CertificateHash></CertificateHash>
      <BICConnectionString></BICConnectionString>
</Configuration>

The following table describes each XML node.

XML Node Options Description
InstallPath Any path Path of the installation directory where the application will be installed. Ideally it should be a folder in your "wwwroot" folder of the base directory of IIS: C:\inetpub\wwwroot\SCMWeb
SCMConnectionString String Value Connection string of SCM database (which will be created)

For SQL: provider=SQLOLEDB.1;data source=Your_Server\Your_Instance_Name;password=Your_Password;user id=Your_User_ID

For Oracle: provider=OraOLEDB.Oracle.1;data source=Your_Server\Your_Instance_Name;password=Your_Password;user id=Your_User_ID

SCMDatabaseName Any path Name of SCM database (which will be created): SCM_Config
SCMImportPath Any path This is SCM packet import path: C:\BrainwareProjects\SCMPackets
SCMExportPath Any path This is SCM packet Export path. Packet import and export path can be same:C:\BrainwareProjects\SCMPackets
EffectiveDateFormat Date format Choose one of the following Effective Date Formats: SQL Server=YYYY-MM-DD, Oracle=DD-MMM-YY
CertificateHash Blank or Thumbprint of any existing certificate
  • Provide an existing hash or thumbprint of a certificate in case you want to reuse an existing certificate.
  • For more information, refer to the Work with the SCM Certificate topic.
  • By default, the CertificateHash field is blank, however it must not be left blank. If it is left blank, the installer will create a new self-signed certificate and use it.
  • Self-signed certificates used for SSL configuration can cause security problems and are used only for testing, KT and internal purpose, and should not be used in any production environment.
BICConnec-tionString String value Brainware database connection string information for SQL and Oracle.
  • For SQL: provider=SQLOLEDB.1;data source=Your_Server\Your_Instance_Name;password=YourPassword;user id=YourUserID;initial catalog=Hyland_BW
  • For Oracle:provider=Oracle.ManagedDataAccess.Client;DATA SOURCE=Your_Server:Port_No/Your_ServiceName;USER ID=YourUserID;PASSWORD=YourPassword