Differences

This shows you the differences between two versions of the page.

Link to this comparison view

control_5.1_-_setting_up_multiple_databases [2019/01/30 09:22]
127.0.0.1 external edit
control_5.1_-_setting_up_multiple_databases [2019/02/07 10:49]
kcifreo
Line 1: Line 1:
-======  ======+======   ======
  
 +**OptionFileName** (new Startup Option to be placed in SSLIP_Options.txt or Control_options.txt)
  
- +   * With the new CHAPI / SSLIP config, each database a customer wants will need its own instance of SSLIP. One CHAPI service can handle multiple SSLIPS. 
-OptionFileName (new Startup Option to be placed in SSLIP_Options.txt or Control_options.txt) +  * This __does not__  mean you’ll need one copy of SSLIP.exe for each database, or that you’ll need separate folders for the extra SSLIPs.
-  ===With the new CHAPI / SSLIP config, each database a customer wants will need its own instance of SSLIP. One CHAPI service can handle multiple SSLIPS.===  +
-  * This __does not__ mean you’ll need one copy of SSLIP.exe for each database, or that you’ll need separate folders for the extra SSLIPs.+
   * Multiple SSLIPs can be run off of one copy of the SSLIP.exe file by using the Command Line Parameter OptionFileName to point the SSLIP at various different Options files, which each contain a different Port Offset.   * Multiple SSLIPs can be run off of one copy of the SSLIP.exe file by using the Command Line Parameter OptionFileName to point the SSLIP at various different Options files, which each contain a different Port Offset.
-    * Example: Create a shortcut to SSLIP.exe. In the shortcut’s ‘Target’ field, add the following to the end: +      * Example: Create a shortcut to SSLIP.exe. In the shortcut’s ‘Target’ field, add the following to the end: 
-      * (insert one space)-OptionFileName:OtherOptions.txt +        * (insert one space)-OptionFileName:OtherOptions.txt 
-        * This shortcut will now start a SSLIP that ignores Control_Options.txt and SSLIP_Options.txt and instead looks to OtherOptions.txt for its parameters. As long as OtherOptions.txt contains a Port offset that no other Options files are using, this SSLIP will not affect any others.+          * This shortcut will now start a SSLIP that ignores Control_Options.txt and SSLIP_Options.txt and instead looks to OtherOptions.txt for its parameters. As long as OtherOptions.txt contains a Port offset that no other Options files are using, this SSLIP will not affect any others.
   * To connect Control to these new SSLIPs, create shortcuts to Control.exe that contain the exact same OptionFileName value.   * To connect Control to these new SSLIPs, create shortcuts to Control.exe that contain the exact same OptionFileName value.
-    * Much like we used to match the PortOffset values in the SSLIP_Options and Control_Options files, now we will also match the OptionFileName values in the Target fields of Control shortcuts and SSLIP shortcuts. +      * Much like we used to match the PortOffset values in the SSLIP_Options and Control_Options files, now we will also match the OptionFileName values in the Target fields of Control shortcuts and SSLIP shortcuts.
- +
- +
- +
-DatabaseName +
  
 +**DatabaseName**
  
 The DatabaseName option can be included in an Options file in order to direct the SSLIP.exe using that option file to choose that database from any available as its default connection. The DatabaseName option can be included in an Options file in order to direct the SSLIP.exe using that option file to choose that database from any available as its default connection.
- 
- 
  
 __*NOTE: This is NOT the name of the database in SQL Server.*__ __*NOTE: This is NOT the name of the database in SQL Server.*__
 +__*NOTE: If spaces are placed immediately to either side of the =, the option will not work.__
  
- 
- 
-__*NOTE: If spaces are placed immediately to either side of the =, the option will not work.__ 
   * Example: DatabaseName=Old Store Data   * Example: DatabaseName=Old Store Data
- 
- 
  
 The above example would direct the SSLIP to use Old Store Data as its default database. The above example would direct the SSLIP to use Old Store Data as its default database.
- 
-