...
- Specify the corporation code in the parameters.
- Specify the Corporation code from the license system to the Enterprise code parameter. To do that, go to Options > Parameters > Installation and enter the number in the Integer field.
- The Object code from the license system should be specified in the restaurant properties.
To do that, go to Service > Stations and Devices and select the required restaurant. - Enter your object code in the Code field.
- Confirm and save the changes.
- Specify the Corporation code from the license system to the Enterprise code parameter. To do that, go to Options > Parameters > Installation and enter the number in the Integer field.
- Enter Settings > OLAP reports > Reporting servers.
- Select the References server, expand the «License information» properties group.
- Select the protection key. The key can be either virtual or physical. The Guardant driver is necessary for licensing with the physical keys.
Starting from versions version 7.06.05.399, a virtual protection key is used by default. !Generate license request (rightIf you want to use a virtual key, it should be generated:- Select the required references server and field in the Handles restaurant field in the Basic section
- Save the changes
- In the License information section left-click on the Protection Key Actual Number field.
- Press the
5. Generate a license request. Right-click on the server
...
> Actions
...
> Generate License Request.
6. Generate the requested license
...
in the license system. The objects shall
...
have a master license with RKeeper 7 Reporting server
...
software type.
7. Enter it into the License key field
...
.
8. Save changes.
References server licensing with virtual key
Fill the Servers restaurant in the Handles restaurant field (mandatory). This must be a restaurant other than the Head office.
Find more details on this type of licensing in Licensing system description article.
If your r_keeper version is below 7.06.05.399, specify the following parameter in rk7srv.ini prior to before virtual key generation:
Code Block |
---|
[REFSERVER] |
...
UseNetChecking=1 |
And restart the References server.Launch
Launch
Before the server is launched, perform the following:
1. Modify RK7SRV.ini file: in the [Refserver] section, specify the server name (Server) and add the UseSql parameter if not any:
Code Block |
---|
Server = RK7SRV_3001 ; References server network ID |
...
UseSql |
...
= 0 ; since there is no connection to external database yet |
See more detail details on other rk7srv.ini file parameters below.
2. Run the server.
This application can be launched either as a separate service, or as an application.
Important: the The first launch shall always be performed as an application. To do that, create the refsrv.exe shortcut and insert the /desktop parameter in the Target field.
(with /desktop parameter). Also, make sure to perform the launch as administrator.Note:
Info |
---|
The default application config file is rk7srv.ini. If References server needs to be launched with |
...
another INI file, use the following command: "refsrv.exe /ininame: newname.ini /desktop". |
After the server is launched as an application, the icon will appear in Wndows task bar.
Depending on the task being performed, the server icon can have be of three colors:
- green green - normal server operation;
- yellow yellow - data processing (loading, editing, cubes re-calculation, etc.), the server is loaded;
- red red - the server is stopped.
Double-click on the icon will to open the Server information window.
To install the server as a service, just double click -click the Refsrv.exe file, and follow dialog instructions, or launch the server with /install parameter. After the service is installed, it needs to be launched.
Note that r_keeper _ 7 services should be launched from the account with administrator rights.
Using of password policy
Starting with versions 7.7.0 and 7.6.5.483 the new Use password policy parameter is added.
This parameter may be set in 2 places:
- in the refsrv.ini file of the references server
- in the manager station. In this case the setting from the INI file prevails over the value in the manager station.!
Setup of connection to external DB
To have possibility to view cube reports in manager station, setup of connection to external SQL DB is necessary, as described in Setup of connection to MS SQL article
...