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 |
|
| BICConnec-tionString | String value | Brainware database connection string information for SQL and
Oracle.
|