<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Clearing the Joural Entries attached for a receiver</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/clearing-the-joural-entries-attached-for-a-receiver/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/clearing-the-joural-entries-attached-for-a-receiver/</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 01:14:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: abigail</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/clearing-the-joural-entries-attached-for-a-receiver/#comment-76651</link>
		<dc:creator>abigail</dc:creator>
		<pubDate>Fri, 30 Apr 2010 13:15:45 +0000</pubDate>
		<guid isPermaLink="false">#comment-76651</guid>
		<description><![CDATA[You can regenerate a new receiver (example: CHGJRN JRN(QUSRDIRDB/QSQJRN) JRNRCV(*GEN).  Dave and delete the old one(s).]]></description>
		<content:encoded><![CDATA[<p>You can regenerate a new receiver (example: CHGJRN JRN(QUSRDIRDB/QSQJRN) JRNRCV(*GEN).  Dave and delete the old one(s).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/clearing-the-joural-entries-attached-for-a-receiver/#comment-76647</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Fri, 30 Apr 2010 07:49:43 +0000</pubDate>
		<guid isPermaLink="false">#comment-76647</guid>
		<description><![CDATA[Once again, You sould
change the jrn to the next receiver
back-up the receiver
delete the receiver

Keep the backup so you can use the receiver in investigations/data corrections.
Phil]]></description>
		<content:encoded><![CDATA[<p>Once again, You sould<br />
change the jrn to the next receiver<br />
back-up the receiver<br />
delete the receiver</p>
<p>Keep the backup so you can use the receiver in investigations/data corrections.<br />
Phil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/clearing-the-joural-entries-attached-for-a-receiver/#comment-76639</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Fri, 30 Apr 2010 01:58:54 +0000</pubDate>
		<guid isPermaLink="false">#comment-76639</guid>
		<description><![CDATA[&lt;i&gt;Is it possible to use the same receiver by clearing the records and with out deleting it?&lt;/i&gt;

No.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>Is it possible to use the same receiver by clearing the records and with out deleting it?</i></p>
<p>No.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/clearing-the-joural-entries-attached-for-a-receiver/#comment-73871</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Wed, 17 Feb 2010 00:59:19 +0000</pubDate>
		<guid isPermaLink="false">#comment-73871</guid>
		<description><![CDATA[&lt;i&gt;Be very carefull in using this command over your production files in a fully integrated system or you will get the data out of sync if you do not get all the records in all the files backed out in the same job that wrote them in the first place.&lt;/i&gt;

In some ways, that would seem to be a problem with an application rather than with using the command. If the tables have proper constraints (e.g., cascading DELETEs, etc.,) and transactions are processed under commitment control, it should be more difficult to use the command wrongly.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>Be very carefull in using this command over your production files in a fully integrated system or you will get the data out of sync if you do not get all the records in all the files backed out in the same job that wrote them in the first place.</i></p>
<p>In some ways, that would seem to be a problem with an application rather than with using the command. If the tables have proper constraints (e.g., cascading DELETEs, etc.,) and transactions are processed under commitment control, it should be more difficult to use the command wrongly.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lovemyi</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/clearing-the-joural-entries-attached-for-a-receiver/#comment-73868</link>
		<dc:creator>lovemyi</dc:creator>
		<pubDate>Tue, 16 Feb 2010 21:00:15 +0000</pubDate>
		<guid isPermaLink="false">#comment-73868</guid>
		<description><![CDATA[Removing Journal changes RMVJRNCHG will back out transactions on the actual file and will just add additional records into the journal receiver saying that it did remove the journal changes previously added to the journal receiver.  Nothing is ever deleted from the journal receiver.  That is the power behind why this is still the greatest machine on the planet. :-)

Be very carefull in using this command over your production files in a fully integrated system or you will get the data out of sync if you do not get all the records in all the files backed out in the same job that wrote them in the first place.

Lovemyi]]></description>
		<content:encoded><![CDATA[<p>Removing Journal changes RMVJRNCHG will back out transactions on the actual file and will just add additional records into the journal receiver saying that it did remove the journal changes previously added to the journal receiver.  Nothing is ever deleted from the journal receiver.  That is the power behind why this is still the greatest machine on the planet. <img src='http://itknowledgeexchange.techtarget.com/itanswers/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Be very carefull in using this command over your production files in a fully integrated system or you will get the data out of sync if you do not get all the records in all the files backed out in the same job that wrote them in the first place.</p>
<p>Lovemyi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harish.kuolkhere</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/clearing-the-joural-entries-attached-for-a-receiver/#comment-73863</link>
		<dc:creator>harish.kuolkhere</dc:creator>
		<pubDate>Tue, 16 Feb 2010 18:35:36 +0000</pubDate>
		<guid isPermaLink="false">#comment-73863</guid>
		<description><![CDATA[The Remove Journaled Changes (RMVJRNCHG) command used to remove the changes
 done on Journaled Object. It is not used to clearing the Entries...!

Pls confirm whether i am correct or not...?]]></description>
		<content:encoded><![CDATA[<p>The Remove Journaled Changes (RMVJRNCHG) command used to remove the changes<br />
 done on Journaled Object. It is not used to clearing the Entries&#8230;!</p>
<p>Pls confirm whether i am correct or not&#8230;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/clearing-the-joural-entries-attached-for-a-receiver/#comment-73784</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Sat, 13 Feb 2010 00:32:40 +0000</pubDate>
		<guid isPermaLink="false">#comment-73784</guid>
		<description><![CDATA[I don&#039;t understand your last message.
RMVJRNCHG is used to back out changes to the data files that are journalled 
This doesn&#039;t sound like what you were trying to do.
Phil]]></description>
		<content:encoded><![CDATA[<p>I don&#8217;t understand your last message.<br />
RMVJRNCHG is used to back out changes to the data files that are journalled<br />
This doesn&#8217;t sound like what you were trying to do.<br />
Phil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kar</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/clearing-the-joural-entries-attached-for-a-receiver/#comment-73766</link>
		<dc:creator>kar</dc:creator>
		<pubDate>Fri, 12 Feb 2010 15:42:42 +0000</pubDate>
		<guid isPermaLink="false">#comment-73766</guid>
		<description><![CDATA[Actually I tried using RMVJRNCHG, but its now worked for me.]]></description>
		<content:encoded><![CDATA[<p>Actually I tried using RMVJRNCHG, but its now worked for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kar</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/clearing-the-joural-entries-attached-for-a-receiver/#comment-73765</link>
		<dc:creator>kar</dc:creator>
		<pubDate>Fri, 12 Feb 2010 15:40:29 +0000</pubDate>
		<guid isPermaLink="false">#comment-73765</guid>
		<description><![CDATA[Is it possible to use the same receiver by clearing the records and with out deleting it?]]></description>
		<content:encoded><![CDATA[<p>Is it possible to use the same receiver by clearing the records and with out deleting it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/8 queries in 0.034 seconds using memcached
Object Caching 385/386 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 02:47:29 -->