Versions Compared

Key

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

...

1.4. You need to place all files from the distribution kit to the RK7 folder ..\WIN\ (or the folder containing wincash.bat and midserv.exe) on the backup reserve PC.

1.5. This utility uses RK7 cash server backup functions so that the server could keep on working if there are some problems with the main PC. Thus, if you configure data backup from a cash server to another PC, both will be available provided that the license key is set for one of them.

...

2.1.2. Settings description:

2.1.2.1. «Menu0» is the application text button, displayed by default. 

2.1.2.2. «Menu1» is the second application text button to be displayed (backup reserve cash server).

2.1.2.3 «timeout» is the time interval (in seconds) for the Switcher display until the default application is launched.

...

Code Block
SET BackupPath=C:\backup

SET MidbasePath=C:\UCS\MIDBASE

SET SecINIPath=C:\UCS\CASH\SecINI

SET MainINIPath=C:\UCS\CASH\MainINI

SET RK7Path=C:\UCS\CASH

@echo off

switcher.exe

if errorlevel 1 goto l1

if errorlevel 2 goto l2

copy "%MainINIPath%\wincash.ini" "%RK7Path%"

Wincash.bat


goto end



:l1

FOR /F "delims=|" %%I IN ('DIR "%BackupPath%\Work*.UDB" /B /O:D') DO SET NewestFile=%%I

copy "%BackupPath%\%NewestFile%" "%MidbasePath%\work.udb"

copy "%SecINIPath%\wincash.ini" "%RK7Path%"

WinCS.bat


goto end

2.2.2. Settings description:

2.2.2.1. «BackupPath» is the RK7 folder used to store backup copies of the cash server (work.udb).

...

2.2.2.5. «RK7Path» is the default \WIN\ folder, where the functional wincash.bat and midserv.exe are located, and wincash.ini is copied to.

2.2.2.1. "BackupPath" – это папка в РК7 для хранения бэкапов кассового сервера work.udb

2.2.2.2. "MidbasePath" - это папка с бэкапом кассового сервера прописанная в его файле rkeeper.ini.

2.2.2.3. "MainINIPath" – это специальная папка, в которой лежит wincash.ini для режима нормального запуска системы (кнопка "Menu0").

2.2.2.4. "SecINIPath" – это специальная папка, в которой лежит wincash.ini для режима резервного  запуска системы (кнопка "Menu1").

...

.2

...

.

...

3. WinCS.bat


2.3.1. File sample

Code Block
REM WinCash update and start

SET PRELOADPATH=.\PRELOAD

if /%1 == / goto defini

SET CASHINIPATH=%1

goto now_run

:defini

SET CASHINIPATH=.\wincash.ini

:now_run

start Midserv.exe /desktop

ping 127.0.0.1 -n 10

preload.exe %CASHINIPATH%

for %%c in (%PRELOADPATH%\*.dll) do del /F %%~nc.bak

for %%c in (%PRELOADPATH%\*.dll) do ren %%~nc.dll *.bak

xcopy %PRELOADPATH% .\ /S /C /R /Y

rmdir %PRELOADPATH% /S /Q

start doscash.exe %CASHINIPATH%

2.3.2. Settings description

This file launches the backup reserve cash server with the cash station when the «Menu1» button is clicked.

Instruction

3.1.

...

Reserve r_keeper 7 cash server

3.1.1. Configure the cash server backup copying into the backup reserve PC folder in accordance with 2.2.2.1.

3.1.2. You should periodically perform a correct backup since the script selects the latest work.udb copy to launch the cash server on the backup reserve PC.

3.2. wincash.ini file

3.2.1. Two different wincash.ini files should be configured for the normal cash station launch on the backup reserve PC (connected to the main PC cash server, «Menu0» mode), and for the backup reserve cash station launch (connected to the backup reserve cash server on the backup reserve PC, «Menu1» mode).

3.2.2. Since one cash server can be used in both modes, you can use a single wincash.ini file without configuring the [TCPDNS] section.

3.2.3. If you do not use the cash station on the backup PC reserve PC in normal mode, simplify this scheme at your own discretion.

...

3.3.3. Transfer the Guardant key to the backup reserve PC before the required mode is launched at the cash server.

3.3.4. When the functionality of the PC running the main cash server is finally restored, copy the cash server files from the backup reserve PC (and restore your specific settings, if required).

3.3.5. Do not launch the cash server on the main PC without having copied work.udb to the backup PCreserve PC! Do not perform certain order operations on the backup reserve PC, if you launched the backup mode by mistake! Keep in mind that the cash server database should be synchronized timely and launched for a single object only!

3.3. Операции

3.3.1. Для использования «Переключателя» необходимо запустить Switcher.bat (вместо обычного  wincash.bat).

3.3.2. Когда утилита запустилась, нажмите одну из кнопок режима, начнутся обработки и продолжатся запущенные с кассовой станцией RK7 (упомянутые в п.3.3.3.).

3.3.3. Переставьте ключ Guardant на резервный ПК перед стартом соответствующего режима на кассовом сервере.

3.3.4. Когда сломанный ПК с главным кассовым сервером наконец-то восстановлен, скопируйте файлы кассового сервера с резервного ПК (и восстановите ваши специфические настройки, если необходимо).

...

!