Knowledge Base

(575) QGuard Windows Service

QGuard is a component of the QMirror/DB Windows Service, responsible for monitoring and ensuring the smooth operation of QMirror/DB Windows Service. It starts automatically when QMirror/DB Windows Service is launched. If QMirror/DB Windows Service becomes unresponsive for more than 10 minutes, QGuard will automatically restart the QMirror/DB Windows Service. To stop QMirror/DB Windows Service permanently, […]

(575) QGuard Windows Service Read More »

(B30) Warning messages

W101 QMirror/DB configuration terminated W103 QMirror/DB license will be expired at the end of this month W104 QMirror/DB command terminated W301 No table is journaling. Mirror threads disabled W302 Index list is empty. Try to build up indexes… W304 AS400 field value dumping (<offset>) <library/file/member/RRN> W305 Failed to build up the replication path. Re-starting QMirror/DB

(B30) Warning messages Read More »

(010) 3 Steps to implement QMirror DB

The QMirror/DB implementation consists of three steps and takes a few minutes to complete. Step I. Configure PC Database (110)(130) Configure PC database Step II. Configure AS400 (200) Create an AS400 user profile for QMirror/DB(210) Check AS400 configuration Step III. Configure QMirror DB(download Configuration Data Sheet ) (300) Install QMirror/DB(310) Install QMirror/DB on Linux(330) Configure

(010) 3 Steps to implement QMirror DB Read More »

(535) Data encryption in the target database

Case studyWhen an employee master file on the AS400 contains sensitive data, you can encrypt it in the target database. Library – EMPLIBRPhysical file – EMPMASTERData fields – F1 – Employee ID F2 – Social security number (character) F3 – Salary (int)Target database – MS SQL Server– Create database keyUSE EMPLIBR;CREATE MASTER KEY ENCRYPTION BY

(535) Data encryption in the target database Read More »

(370) Download journaled physical files without replication

You can download journaled physical files without replication by setting the table as non-journaled. To do this, set column TBREPL to ‘N‘, TBJLIB and TBJNAM to blank in QMirror/DB system table ZAMTBF. E.g. UPDATE QMIRROR.ZAMTBFSET TBREPL=’N’,TBJLIB=”,TBJNAM=”WHERE TBLIB=’LIBR1′ AND TBOBJ=’FILEA’ AND TBMBR=’FILEA’ Previous (360) Start / end AS400 journaling by QMirror/DBNext (380) Upgrade QMirror/DB

(370) Download journaled physical files without replication Read More »

Scroll to Top