Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If there is a connection with SQL Server, then starting from version 7.4.16.XX you can change the connection parameters for direct reports by inserting the following line:
SQLServerLink = "Provider = SQLNCLI10.1; Initial Catalog = RK7BASE; Data Source = 10-RK7 \ SQLEXPRESS"
If necessary, you can make different INI files.

ExecSQLRepOnServ = 1 ; execute direct reports via the report server! In version 7.4.21.XX!

[NETKERN]

PROTOCOLS = tcpsoc.dll ; network driver

[TCPSOC]

PORT = 3637 ; a port number for external connections

LISTEN = 0 ; not to wait for connections from others

[TCPDNS] ; here the network names of the RK7 serverscan be explicitly specified 

T_REFSERVER = 127.0.0.1: 3639 ; the name and IP address of the reference server for connecting to it. If the reference server is installed on another computer, add its name and IP address, for example, T_REPSERVER_01 = 198.154.196.149: 3639

[UPDATE]

NoUpdate = "1" ; not to update this module and its dependent objects (dll, etc.)

[CustomSettings] ; to select a server by CTRL + ALT + S

CustomServer00 = T_REFSERVER

CustomServer01 = T_REPSERVER_01

Backup settings

Warning
Backup parameters are not specified in rk7srv.ini.

...