72 lines
5.9 KiB
HTML
72 lines
5.9 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="concept" />
|
|
<meta name="DC.Title" content="Retrieve journal entries from a remote journal during the catch-up phase" />
|
|
<meta name="abstract" content="During the catch-up phase, journal entries that have been replicated to the target system can be retrieved from the remote journal." />
|
|
<meta name="description" content="During the catch-up phase, journal entries that have been replicated to the target system can be retrieved from the remote journal." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakirgetinfo.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakiexitjrnentry.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakiactive.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../cl/dspjrn.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../cl/rtvjrne.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../cl/rcvjrne.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../apis/QJORJRNI.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakircvjrnentry.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2004, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2004, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzakirretrievejrn" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>Retrieve journal entries from a remote journal during the catch-up phase</title>
|
|
</head>
|
|
<body id="rzakirretrievejrn"><a name="rzakirretrievejrn"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Retrieve journal entries from a remote journal during the catch-up phase</h1>
|
|
<div><p>During the catch-up phase, journal entries that have been replicated to the target system can be retrieved from the remote journal.</p>
|
|
<p>You can activate and inactivate the remote journal function while concurrently running the following commands to view journal entries on the target system:</p>
|
|
<ul><li>Display Journal (DSPJRN)</li>
|
|
<li>Retrieve Journal Entry (RTVJRNE)</li>
|
|
<li>Receive Journal Entry (RCVJRNE)</li>
|
|
<li>Retrieve Journal Entries (QjoRetrieveJournalEntries) API</li>
|
|
</ul>
|
|
<p>When the remote journal is in the process of being caught-up from the attached journal receiver on the source system, two things can happen with respect to objects and their names in the journal entries.</p>
|
|
<ul><li>If journaling is started for any objects on the source system, the object name that is given on the target system in the start journal entry may be *UNKNOWN.</li>
|
|
<li>If any move or rename operations take place, the last object name that was known before the catch-up phase started is what will be given. The actual new name may not be available until the catch-up
|
|
phase is complete.</li>
|
|
</ul>
|
|
<p>If you are using the DSPJRN or RTVJRNE command, additional informational messages will indicate that this situation occurred. If you are using the RCVJRNE command, additional information is provided
|
|
on the exit program interface to help distinguish these situations as well. If you are using the QjoRetrieveJournalEntries API, additional information is provided in the returned data to help
|
|
distinguish these situations. When necessary, the system attempts to minimize the possibility of showing these inconsistencies by temporarily delaying the processing performed by these commands.</p>
|
|
<p>Once the catch-up phase is completed, these inconsistencies will be resolved, and complete information will again be available.</p>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzakirgetinfo.htm" title="Working with the journal entries in a remote journal is essentially the same as working with the journal entries in a local journal.">Get information about remote journal entries</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="rzakiexitjrnentry.htm" title="Use the parameters in this topic to determine how the exit program will receive journal entries.">Exit program to receive journal entries</a></div>
|
|
<div><a href="rzakiactive.htm" title="Activating a remote journal means starting and then maintaining the replication of journal entries from a source journal to a remote journal. Activating a remote journal always occurs from the source system.">Activate and inactivate remote journals</a></div>
|
|
<div><a href="rzakircvjrnentry.htm" title="You can write a program to receive journal entries as they are written to the journal receiver.">Receive journal entries in an exit program</a></div>
|
|
</div>
|
|
<div class="relref"><strong>Related reference</strong><br />
|
|
<div><a href="../cl/dspjrn.htm">Display Journal (DSPJRN) command</a></div>
|
|
<div><a href="../cl/rtvjrne.htm">Retrieve Journal Entry (RTVJRNE) command</a></div>
|
|
<div><a href="../cl/rcvjrne.htm">Receive Journal Entry (RCVJRNE) command</a></div>
|
|
<div><a href="../apis/QJORJRNI.htm">Retrieve Journal Entries (QjoRetrieveJournalEntries) API</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |