Versions Compared

Key

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

...

Data can be loaded either during the aggregates recalculation or during the recalculation of the corresponding cube — the payment cards cube. The validity of card data is verified in specified time intervals. Intervals are configured in IRReportsFSPrj.ini, section FS_AGREGATE, parameter Time_between_update_PDS. Time is specified in hours. If the data validity period has expired, and there are shifts, which have not been recalculated yet, FS attempts to connect to the PDS server and retrieve data.

For To guarantee the correct operationwork, do the following is required:

  1. Ensure access to the PDS server
  2. In the r_keeper manager station, go to Service > Interfaces and configure the corresponding interface, if it has not been configured earlier.
    • In the CscLink.ini section, specify the .INI file name without extension and user name and password for the PDS

...

    • In the DLL Library Files section, select the interface for the required cash server
  1. From FTP, copy the CscLink.dll, Rtcp.dll, RNETBIOS.dll, RNBOPEN.dll libraries into the FS folder (for IA reports) and into the folder containing the executable file of the directories server ftp://ftp.ucs.ru/r-keeper/versions/PERSCARD/CSCLINK/cscl127.7z
  2. For IA reports in IRReportsFSPrj.ini, section [FS_AGREGATE], set Time_between_update_PDS=1.
  3. Configure server connection in CscLink.ini.

CscLink.ini file template:

Code Block
[Settings]

...



CSLinkDLL=RTcp

...



CSLinkGate=1

...





[Rtcp]

...



Client1=RK7CUBERTCP

...



Server1=127.0.0.1

...



Port1=3456

...

With

CSLinkDLL is the dll name used to connect to CardServ

CSLinkGate is the input number

Client1 is the client name

Server1 is the IP address of the PC with CardServ

...





With

CSLinkDLL is the dll name used to connect to CardServ

CSLinkGate is the input number

Client1 is the client name

Server1 is the IP address of the PC with CardServ

Port1 is the CardServ port

Data acquisition from the CRM server

...