.INI file | Section | .INI Setting | Valid values | Default | Description | See also |
SysManager.INI | [Data] | ODBC_ConnectTimeout | Positive integer representing seconds | 15 | Used to set the number of seconds to wait for a connection to the SiriusSQL database before receiving an ODBC timeout error. Note: On first startup of SysManager after a new install, if the setting has not already been set, the setting sets itself to sixty seconds; then, after the initial startup, the setting defaults back to fifteen seconds. | |
SysManager.INI | [Data] | ODBC_DSN=SiriusSQL | Name of any valid SQL Server database | “” (empty string) | ODBC Data Source Name for live database. Data path form: If there is a database specified in the .INI file, it is added to the ODBC DSN in the display (i.e., ODBC_DSN=SiriusServer Database=SiriusSQL_Training would yield SiriusServer - SiriusSQL_Training). | |
SysManager.INI | [Data] | Database | Name of any valid SQL Server database | Same name as the ODBC_DSN name | Name of the SQL Server database. If it is not passed, defaults to the same name as the ODBC_DSN name. | ODBC_DSN |
SysManager.INI | [Data] | Training_ODBC_DSN | Name of any valid SQL Server database | “” (empty string) | ODBC Data Source Name for training database. Training data path form. | |
SysManager.INI | [Data] | Training_Database | Name of any valid SQL Server database | Same name as the Training_ODBC_DSN name | This is the name of the SQL Server training database. If it is not passed, defaults to the same name as the Training_ODBC_DSN name. | Training_ODBC_DSN |
SysManager.INI | [Data] | Archive_ODBC_DSN | Name of any valid SQL Server database | “” (empty string) | ||
SysManager.INI | [Data] | MaintenanceDelay | ||||
SysManager.INI | [Data] | JPGTempPath | Any valid local path | Root of the application directory. Example: C:\ProgramData\Siriusware\SysManager | Specifies a directory to which all Terminal Services users have access for shared JPEGs. Example: JPGTempPath=C:\WINDOWS\TEMP For the following application use JPGTTempPath=%PROGRAMDATA%\Siriusware\APPNAME\JPG • PrintEZ • SysManager • ReportManager • InstructorPayroll • InventPricer • SeeBooks • ResPrint • BatchPrint • ScanWatch | |
SysManager.INI | [Data] | LicensePath | Any valid path | Path to Siriusware.LIC file for the system. | ||
SysManager.INI | [Data] | LayoutPath | Any valid path | Path to Layouts folder on the server. | ||
SysManager.INI | [Data] | LabelPath=.\LABELS\ | Path to the LABELS folder, which is where the .LBT and .LBX Graphic layouts are stored. SysManager > Activities > Edit Mailing Labels looks at this .INI setting to find the location of these layouts for editing. | |||
SysManager.INI | [Prefs] | VerbosityLevel | Integer from 0 - 5 | 0 | Level of logging application’s activities to the Sysmanager_log.txt file. Levels are from 0 to 5 (0=no logging, 5=full logging). Currently, all calls using MySQLexec() and TUpdate() are logged. | |
SysManager.INI | [Prefs] | SQLEXECthreshold | Positive integer representing seconds | 10 | This allows you to set the number of seconds to wait for a query to complete before it logs the call to the LongCallsAndErrors_SysManager_log.txt file. | |
SysManager.INI | [Help] | OnlineHelp | SYSMANAGER.WTD | SYSMANAGER.WTD | Not currently used. | |
SysManager.INI | [Help] | HelpFile | SYSMANAGER.HLP | SYSMANAGER.HLP | Not currently used. | |
SysManager.INI | [CapturePrefs] | CropScale=10 | Cropping scale for photo feature in SysManager. | |||
SysManager.INI | [CapturePrefs] | CaptureType | MCI, TWAIN | MCI | Type of device for photo feature in SysManager. | |
SysManager.INI | [CapturePrefs] | CaptureDevice | Microsoft WDM Image Capture (Win32) | Device source name for photo feature in SysManager. | ||
SysManager.INI | [CapturePrefs] | CropMode | FREE, FIXED | Type of cropping for photo feature in SysManager—specifies whether box size can be altered during cropping. | ||
SysManager.INI | [CapturePrefs] | Def_X=322 | X coordinate for photo feature in SysManager. | |||
SysManager.INI | [CapturePrefs] | Def_Y=242 | Y coordinate for photo feature in SysManager. | |||
SysManager.INI | [System] | QueryTimeout | Positive integer between 60-600 or 0,representing seconds | 600 | This setting is the number of seconds to wait for a query to the SiriusSQL database before timing out with an error message. The valid range is 60 to 600 (one minute to ten minutes). Another valid setting is 0, which instructs SysManager to wait indefinitely. Setting it to 0 is not recommended for normal use but may be useful when performing operations which can take a very long time such as the data archiving process on a very large database. The default value if this QueryTimeout setting is not present in the .INI file is 600. Note: The setting is approximate. Setting it to 60 will not automatically terminate a process at exactly one minute. It could be several minutes before the process ends with a timeout. It will depend on the process and what is going on back and forth between SysManager and the SiriusSQL database. | |
SysManager.INI | [System] | ScreenTop | Integer | 0 | Specifies the top of screen coordinate to determine SysManager’s main window location. If for some reason the window position is lost when it closes (such as SysManager is outside of the screen or much too large to reposition), you can easily revert to the default window position on the next startup by deleting the [System] section from the SysManager.INI file. These values are automatically updated by the application to “remember” your preferred screen coordinates whenever you resize or reposition the application window. The user should not edit these values directly. | ScreenLeft ScreenHeight ScreenWidth |
SysManager.INI | [System] | ScreenLeft | Integer | 0 | Specifies the left side of screen coordinate to determine SysManager’s main window location. If for some reason the window position is lost when it closes (such as SysManager is outside of the screen or much too large to reposition), you can easily revert to the default window position on the next startup by deleting the [System] section from the SysManager.INI file. These values are automatically updated by the application to “remember” your preferred screen coordinates whenever you resize or reposition the application window. The user should not edit these values directly. | ScreenTop ScreenHeight ScreenWidth |
SysManager.INI | [System] | ScreenHeight | Integer | 910 | Specifies the screen height to determine SysManager’s main window size. If for some reason the window position is lost when it closes (such as SysManager is outside of the screen or much too large to reposition), you can easily revert to the default window position on the next startup by deleting the [System] section from the SysManager.INI file. These values are automatically updated by the application to “remember” your preferred screen coordinates whenever you resize or reposition the application window. The user should not edit these values directly. | ScreenTop ScreenLeft ScreenWidth |
SysManager.INI | [System] | ScreenWidth | Integer | 1280 | Specifies the screen width to determine SysManager’s main window size. If for some reason the window position is lost when it closes (such as SysManager is outside of the screen or much too large to reposition), you can easily revert to the default window position on the next startup by deleting the [System] section from the SysManager.INI file. These values are automatically updated by the application to “remember” your preferred screen coordinates whenever you resize or reposition the application window. The user should not edit these values directly. | ScreenTop ScreenLeft ScreenHeight |
SysManager | [Preferences] | QueryTimeout | 0, 60 to 600 representing number of seconds (one minute to ten minutes). | 600 | This setting is the number of seconds to wait for a query to the SiriusSQL database before timing out with an error message. Setting this to 0 instructs SysManager to wait indefinitely. Setting it to 0 is not recommended for normal use but may be useful when performing operations which can take a very long time such as the data archiving process on a very large database. Note: The setting is approximate. Setting it to 60 does not automatically terminate a process at exactly one minute. It could be several minutes before the process ends with a timeout. It depends on the process and what is going on back and forth between SysManager and the SiriusSQL database. | |
SysManager | [Preferences] | RSURL | URL address | http://localhost/ReservedSeating/ | The URL for the web form: http://localhost/ReservedSeating/AdminSelectASeat.aspx? SeatMapID=3, where the http://localhost/ReservedSeating/ portion of the URL needs to be defined in the in the Preferences section of SysManager.INI file. |