<?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"
	>
<channel>
	<title>Comments on: Tip: WebSphere Process Server - Do not delete the &#8216;tranlog&#8217; on a production server</title>
	<atom:link href="http://blog.danzrobok.com/2008/06/17/tip-websphere-process-server-do-not-delete-the-tranlog-on-a-production-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.danzrobok.com/2008/06/17/tip-websphere-process-server-do-not-delete-the-tranlog-on-a-production-server/</link>
	<description>Business Integration and SOA with an IBM WebSphere slant</description>
	<pubDate>Fri, 09 Jan 2009 23:44:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: dan</title>
		<link>http://blog.danzrobok.com/2008/06/17/tip-websphere-process-server-do-not-delete-the-tranlog-on-a-production-server/#comment-390</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Mon, 23 Jun 2008 17:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.danzrobok.com/2008/06/17/tip-websphere-process-server-do-not-delete-the-tranlog-on-a-production-server/#comment-390</guid>
		<description>Strangely enough, I have a production server with 0 in-doubt transactions that keeps trying to contact an external transaction agent (Oracle) every 5 minutes and fails.</description>
		<content:encoded><![CDATA[<p>Strangely enough, I have a production server with 0 in-doubt transactions that keeps trying to contact an external transaction agent (Oracle) every 5 minutes and fails.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Currie</title>
		<link>http://blog.danzrobok.com/2008/06/17/tip-websphere-process-server-do-not-delete-the-tranlog-on-a-production-server/#comment-387</link>
		<dc:creator>David Currie</dc:creator>
		<pubDate>Mon, 23 Jun 2008 17:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.danzrobok.com/2008/06/17/tip-websphere-process-server-do-not-delete-the-tranlog-on-a-production-server/#comment-387</guid>
		<description>Phani - typically the transaction manager is retrying periodically because it can't contact the resource manager in question. If you know it is never going to succeed (the database no longer exists for example) then you can review and complete the indoubt transactions on the runtime tab of the transaction service in the administrative console.

Regards,
David</description>
		<content:encoded><![CDATA[<p>Phani - typically the transaction manager is retrying periodically because it can&#8217;t contact the resource manager in question. If you know it is never going to succeed (the database no longer exists for example) then you can review and complete the indoubt transactions on the runtime tab of the transaction service in the administrative console.</p>
<p>Regards,<br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phani</title>
		<link>http://blog.danzrobok.com/2008/06/17/tip-websphere-process-server-do-not-delete-the-tranlog-on-a-production-server/#comment-379</link>
		<dc:creator>Phani</dc:creator>
		<pubDate>Thu, 19 Jun 2008 19:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.danzrobok.com/2008/06/17/tip-websphere-process-server-do-not-delete-the-tranlog-on-a-production-server/#comment-379</guid>
		<description>Thanks for the reply. I will make note of the server -recovery.</description>
		<content:encoded><![CDATA[<p>Thanks for the reply. I will make note of the server -recovery.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://blog.danzrobok.com/2008/06/17/tip-websphere-process-server-do-not-delete-the-tranlog-on-a-production-server/#comment-378</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Thu, 19 Jun 2008 18:42:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.danzrobok.com/2008/06/17/tip-websphere-process-server-do-not-delete-the-tranlog-on-a-production-server/#comment-378</guid>
		<description>Thats a great point. 

I am actually working with IBM resources to bring a server back that crashed and has the standard tranlog issues. 

Basically, it boils down to start the server with -recovery which I described in a later post. This gives the admin the chance to manually roll-back or commit transactions.

As an aside, we are experiencing issues with Oracle and recovery that I'm waiting for the issue on in order to blog it, but I would say doing the step above resulted in 98% of the transactions being cleared out of the log.</description>
		<content:encoded><![CDATA[<p>Thats a great point. </p>
<p>I am actually working with IBM resources to bring a server back that crashed and has the standard tranlog issues. </p>
<p>Basically, it boils down to start the server with -recovery which I described in a later post. This gives the admin the chance to manually roll-back or commit transactions.</p>
<p>As an aside, we are experiencing issues with Oracle and recovery that I&#8217;m waiting for the issue on in order to blog it, but I would say doing the step above resulted in 98% of the transactions being cleared out of the log.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phani</title>
		<link>http://blog.danzrobok.com/2008/06/17/tip-websphere-process-server-do-not-delete-the-tranlog-on-a-production-server/#comment-377</link>
		<dc:creator>Phani</dc:creator>
		<pubDate>Thu, 19 Jun 2008 15:53:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.danzrobok.com/2008/06/17/tip-websphere-process-server-do-not-delete-the-tranlog-on-a-production-server/#comment-377</guid>
		<description>Dan - Though it is not a good practice to remove transaction logs in Prod, I see it becomes unavoidable sometimes. This happens in cases where by some times the server spews out XA transction recovery exceptions periodically. Can you please give some insight or a link on how to recover these transactions without taking the hard route.
Thanks
Phani</description>
		<content:encoded><![CDATA[<p>Dan - Though it is not a good practice to remove transaction logs in Prod, I see it becomes unavoidable sometimes. This happens in cases where by some times the server spews out XA transction recovery exceptions periodically. Can you please give some insight or a link on how to recover these transactions without taking the hard route.<br />
Thanks<br />
Phani</p>
]]></content:encoded>
	</item>
</channel>
</rss>
