R_keeper 7 can only be connected to MS SQL version 2012 or higher.
By default, SQL Server works in the «Read Commited» mode, which blocks data during request. This may cause problems in multi-user environment. Starting from 2005 version, the «READ COMMITTED using row versioning» mode is supported, where the blocks can only cause problems if different users are recording data in the same place. Reading data is never blocked and never blocks no one.
To enable versioning mode, run the script:
ALTER DATABASE RK7 SET READ_COMMITTED_SNAPSHOT ON; |
See more details in the articles on Row Versioning-based Isolation Levels or Row Versioning-Based Transaction Isolation.
If there is no required server in the list, enter its name manually. It is usually the same as the name of the computer where SQL Server is installed, an IP address may also be used as the name. Then, you should fill in the «User name» and «Password» fields before selecting the base.
The server name is displayed during SQL Server Management Studio launch:!
Note
Data Source = name or IP address of computer where SQL Server is installed. Using server instance is, like 192.168.190.150\SQLEXPRESS, is also possible.
Note
If decision is made to modify "UDB databases" mode from large to small when connection to SQL is set (i. e., restaurant has been working in this mode for quite a while already) and perform manual re-export of cumulative data, Check.udb file size will decrease automatically. Hence, significant part of data will be deleted from this database, and part of data will be lost for export to SQL databse. Therefore, never perform cumulative data export if Small or Medium UDB database mode is used.
Selected UDB database mode does not affect reference info in any way. Reference info is always fully saved on each server and can be re-exported if needed.
UseSQL=1
Reference server has it in [RefServer] section, report server in [Config] section.
Note
If anything needs to be modified in some external DB settings, first stop all report servers that use such setting, and launch them with parameter UseSQL=0, then change settings, then stop the server again, and set value 1 again for UseSQL parameter (UseSQL=1). I. e., all changes in external DB settings shall be made while the server is running with parameter UseSQL=0.
If UDB database mode parameter is being modified from large to small or medium, and further download to SQL is performed, most of cumulative info will be deleted from check.udb base. This is critical if external cumulative DB is not used in SQL.
It is not possible to establish simultaneous connection to SQL Server DB for several RK7 roles using the same SQL DB user. RK7 will not save user info in settings of connection to external DB.
Performance optimization
To save disk space and somewhat improve performance, it is recomended to use "Simple" recovery model
Important
It is strongly recommended to familiarize yourself with different SQL recovery models, differences and specific features thereof. See more detail here: http://msdn.microsoft.com/ru-ru/library/ms191253.aspx.
Upon recovery model change, perfrom log file compression. Menu at DB being used: Tasks -> Shrink -> Files, select file type in the next window: "Log".
Possible issues
Issue 1: In some occasions, export to just created SQL Server 2008 database may not go smooth with selected Native Client provider in accordance with p. 3.1.3.
Solution: Select other Microsoft OLE DB Provider for SQL Server, re-created clean DB, and repeat export.
Issue 2: Direct reports are not generated
Solution: For each role having different viewing rights for different object reports (e. g., one role has viewing rights for one object, another role for several objects), create different users at SQL server for the role to generate direct reports, and configure roles with such users in SQL accordingly. See schematic in the figure below.
Setup of references server Setup of manager station