<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>E1 Tips &#38; Tricks &#187; eGen</title>
	<atom:link href="http://www.e1tips.com/index.php/category/egen/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.e1tips.com</link>
	<description>A blog about being a CNC Administrator on Oracle EnterpriseOne.</description>
	<lastBuildDate>Fri, 13 Aug 2010 17:24:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Web Only Version Pain</title>
		<link>http://www.e1tips.com/index.php/2010/01/13/web-only-version-pain/</link>
		<comments>http://www.e1tips.com/index.php/2010/01/13/web-only-version-pain/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 18:00:00 +0000</pubDate>
		<dc:creator>Stewart Schatz</dc:creator>
				<category><![CDATA[EnterpriseOne - General]]></category>
		<category><![CDATA[EnterpriseOne - SQLs]]></category>
		<category><![CDATA[eGen]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[e1]]></category>
		<category><![CDATA[version]]></category>
		<category><![CDATA[versions]]></category>
		<category><![CDATA[xe]]></category>

		<guid isPermaLink="false">http://www.e1tips.com/index.php/2010/01/13/web-only-version-pain/</guid>
		<description><![CDATA[We seem to be having an issue with old “web only” versions.&#160; There are times when the “web only” version causes the other version to not egen correctly.&#160; So, below is the SQL that can be used to select the “web only” versions. SELECT count(*) FROM COPD811/F983051 WHERE VRVCC2='1' .csharpcode, .csharpcode pre { font-size: small; [...]]]></description>
		<wfw:commentRss>http://www.e1tips.com/index.php/2010/01/13/web-only-version-pain/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Find EnterpriseOne Web Only Versions</title>
		<link>http://www.e1tips.com/index.php/2009/11/10/how-to-find-enterpriseone-web-only-versions/</link>
		<comments>http://www.e1tips.com/index.php/2009/11/10/how-to-find-enterpriseone-web-only-versions/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 17:38:23 +0000</pubDate>
		<dc:creator>Stewart Schatz</dc:creator>
				<category><![CDATA[Batch Versions]]></category>
		<category><![CDATA[EnterpriseOne - General]]></category>
		<category><![CDATA[EnterpriseOne - SQLs]]></category>
		<category><![CDATA[eGen]]></category>
		<category><![CDATA[enterpriseone]]></category>
		<category><![CDATA[fusion]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[version]]></category>
		<category><![CDATA[versions]]></category>

		<guid isPermaLink="false">http://www.e1tips.com/?p=278</guid>
		<description><![CDATA[Dealing with EnterpriseOne &#8220;Web Only&#8221; versions can be a real pain. They are deleted with each full package deployment and can cause a lot of confusion for the users. In order to find these troublesome quasi-objects you can run the sql below: select * from copy811/f983051 where VRVCC2 =&#8217;1&#8242; Tags: Batch Versions, eGen, enterpriseone, enterpriseone, [...]]]></description>
		<wfw:commentRss>http://www.e1tips.com/index.php/2009/11/10/how-to-find-enterpriseone-web-only-versions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Handy eGen Tweak</title>
		<link>http://www.e1tips.com/index.php/2008/12/31/handy-egen-tweak/</link>
		<comments>http://www.e1tips.com/index.php/2008/12/31/handy-egen-tweak/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 12:00:00 +0000</pubDate>
		<dc:creator>Stewart Schatz</dc:creator>
				<category><![CDATA[EnterpriseOne - JAS (Java Application Server)]]></category>
		<category><![CDATA[JVM]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[eGen]]></category>
		<category><![CDATA[enterpriseone]]></category>
		<category><![CDATA[jde]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[Tools Release]]></category>

		<guid isPermaLink="false">http://www.e1tips.com/e1wp/index.php/2008/12/31/handy-egen-tweak/</guid>
		<description><![CDATA[In order to shorten the time that it takes to run the eGen process, I modify a couple settings in the gen.bat file.&#160; They modify the memory that is used by the JVM. ms128m &#62; ms512m mx512m &#62; mx1024m The full line in the gen.bat looks like the following: %JAVA_PGM% -Xss1m -ms512m -mx1536m -Ddefault_path=%INI_DIR% -classpath [...]]]></description>
		<wfw:commentRss>http://www.e1tips.com/index.php/2008/12/31/handy-egen-tweak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Egen Process JDBJ Gotcha</title>
		<link>http://www.e1tips.com/index.php/2008/12/30/egen-process-jdbj-gotcha/</link>
		<comments>http://www.e1tips.com/index.php/2008/12/30/egen-process-jdbj-gotcha/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 15:25:28 +0000</pubDate>
		<dc:creator>Stewart Schatz</dc:creator>
				<category><![CDATA[EnterpriseOne - JAS (Java Application Server)]]></category>
		<category><![CDATA[IBM i/System i/iSeries/AS400]]></category>
		<category><![CDATA[JDBJ]]></category>
		<category><![CDATA[eGen]]></category>
		<category><![CDATA[enterpriseone]]></category>
		<category><![CDATA[as/400]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[JDBC]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[Tools Release]]></category>
		<category><![CDATA[version]]></category>
		<category><![CDATA[versions]]></category>

		<guid isPermaLink="false">http://www.e1tips.com/e1wp/index.php/2008/12/30/egen-process-jdbj-gotcha/</guid>
		<description><![CDATA[When setting up a workstation to perform the eGen process, once in a while there is a step that I seem to forget.&#160; It has to do with two settings in the JDBJ.INI file that need to be changed from their default values and JDBJ driver files: [JDBj-SPEC DATA SOURCE]  This whole stanza needs [...]]]></description>
		<wfw:commentRss>http://www.e1tips.com/index.php/2008/12/30/egen-process-jdbj-gotcha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/


Served from: www.e1tips.com @ 2010-09-06 03:04:23 -->