4.3 Salesware .INI Settings Reference : Other .INI settings table : ReportManager_System.INI settings table
 
ReportManager_System.INI settings table
 
.INI file
Section
.INI Setting
Valid values
Default
Description
See also
ReportManager.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 ReportManager 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.
 
 
ReportManager.INI
[Data]
ODBC_DSN
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).
 
 
ReportManager.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
ReportManager.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.
 
 
ReportManager.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
ReportManager.INI
[Data]
Replication_ODBC_DSN
Name of any valid SQL Server database
“” (empty string)
Used in conjunction with the SysManager > Preferences > Miscellaneous > Manager tab > Force Dual Connections for ReportManager check box. ODBC Data Source Name for replicated database. Data path form: If there is a replication database specified in the .INI file, it is added to the replication ODBC DSN in the display (i.e.,
Replication_ODBC_DSN= SiriusSQL_Replicated
Replication_Database=SiriusSQL_Seminar_r
would yield SiriusSQL_Replicated - SiriusSQL_Seminar_r).
 
Replication_Database
ReportManager.INI
[Data]
Replication_Database
Name of any valid SQL Server database
“” (empty string)
Used in conjunction with the SysManager > Preferences > Miscellaneous > Manager tab > Force Dual Connections for ReportManager check box. Used to specify the replicated database.
 
Replication_ODBC_DSN
ReportManager.INI
[Data]
JPGTempPath
Any valid local path
Root of the application directory.
 
Example: C:\ProgramData\Siriusware\ReportManager
Specifies a directory to which all Terminal Services users have access for shared JPEGs.
 
Example:
JPGTempPath=C:\WINDOWS\TEMP
 
 
ReportManager.INI
[Data]
LayoutPath
Any valid path
 
Path to Layouts folder on the server.
 
 
ReportManager.INI
[Data]
LabelPath=.\LABELS\
 
 
Path to the LABELS folder, which is where the .LBT and .LBX Graphic layouts are stored. These mailing labels are edited from SysManager > Activities > Edit Mailing Labels.
 
 
ReportManager.INI
[Prefs]
QueryTimeout
Integer 0, 60600, representing seconds
600
Controls how long before queries to the SiriusSQL database time out. The valid range is 60 to 600 (one minute to ten minutes). After the specified amount of time has passed, ReportManager times out with an error message. If set to 0, ReportManager waits forever (not recommended).
 
 
ReportManager.INI
[Prefs]
VerbosityLevel
Integer from 0 - 5
0
Level of logging application’s activities to the ReportManager_log.txt file. Levels are from 0 to 5 (0=no logging, 5=full logging). Currently, all calls using MySQLexec() and TUpdate() are logged.
 
 
ReportManager.INI
[Prefs]
SQLEXECthreshold
Positive integer representing seconds.
10
Allows you to set the number of seconds to wait for a query to complete before it logs the call to the LongCallsAndErrors_ReportManager_log.txt file. This log file contains every MySQLexec() call that takes longer than the specified number of seconds and every MySQLexec() call that returns a server side error message.
 
 
ReportManager.INI
[Help]
OnlineHelp
REPORTMANAGER.WTD
REPORTMANAGER.WTD
Not currently used.
 
 
ReportManager.INI
[Help]
HelpFile
REPORTMANAGER.HLP
REPORTMANAGER.HLP
Not currently used.
 
 
ReportManager.INI
[System]
ScreenTop
Integer
0
Specifies the top of screen coordinate to determine ReportManager’s main window location. If for some reason the window position is lost when it closes (such as ReportManager 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 ReportManager.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
ReportManager.INI
[System]
ScreenLeft
Integer
0
Specifies the left side of screen coordinate to determine ReportManager’s main window location. If for some reason the window position is lost when it closes (such as ReportManager 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 ReportManager.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
ReportManager.INI
[System]
ScreenHeight
Integer
912
Specifies the screen height to determine ReportManager’s main window size. If for some reason the window position is lost when it closes (such as ReportManager 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 ReportManager.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
ReportManager.INI
[System]
ScreenWidth
Integer
1280
Specifies the screen width to determine ReportManager’s main window size. If for some reason the window position is lost when it closes (such as ReportManager 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 ReportManager.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