<?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; EnterpriseOne &#8211; SQLs</title>
	<atom:link href="http://www.e1tips.com/index.php/category/enterpriseone-sql/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>Add Record To OCM &#8211; F986101</title>
		<link>http://www.e1tips.com/index.php/2009/03/31/add-record-to-ocm-f986101/</link>
		<comments>http://www.e1tips.com/index.php/2009/03/31/add-record-to-ocm-f986101/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 13:57:28 +0000</pubDate>
		<dc:creator>Stewart Schatz</dc:creator>
				<category><![CDATA[EnterpriseOne - SQLs]]></category>
		<category><![CDATA[OCM]]></category>
		<category><![CDATA[Object Configuration Management]]></category>
		<category><![CDATA[enterpriseone]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.e1tips.com/e1wp/index.php/2009/03/31/add-record-to-ocm-f986101/</guid>
		<description><![CDATA[The other day, I had a need to insert many records into the OCM (F986101).&#160; So I set out to create a quick SQL statement that would serve that purpose.&#160; Below is what I came up with: INSERT INTO SY811/F986101 VALUES('DV811',0,'OBJECTNAME','LOCAL','','*PUBLIC', '*ALL','P','','H95','AV','SQL','BSFN', 'USERNAME','','','',0,'',0,'','','','') .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, "Courier New", [...]]]></description>
		<wfw:commentRss>http://www.e1tips.com/index.php/2009/03/31/add-record-to-ocm-f986101/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access To Environments</title>
		<link>http://www.e1tips.com/index.php/2009/03/16/access-to-environments/</link>
		<comments>http://www.e1tips.com/index.php/2009/03/16/access-to-environments/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 19:36:05 +0000</pubDate>
		<dc:creator>Stewart Schatz</dc:creator>
				<category><![CDATA[EnterpriseOne - SQLs]]></category>
		<category><![CDATA[EnterpriseOne - Security]]></category>
		<category><![CDATA[enterpriseone]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.e1tips.com/e1wp/index.php/2009/03/16/access-to-environments/</guid>
		<description><![CDATA[To find out what users or groups have access to a certain environment run the following SQL: select * from sy811/f0093 where llll='&#60;enviornment&#62;' To find out what environments a user or group has access to run the following SQL: select * from sy811/f0093 where lluser='&#60;userid&#62;' .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, [...]]]></description>
		<wfw:commentRss>http://www.e1tips.com/index.php/2009/03/16/access-to-environments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clean Up Your Web-Only Versions</title>
		<link>http://www.e1tips.com/index.php/2009/01/06/clean-up-your-web-only-versions/</link>
		<comments>http://www.e1tips.com/index.php/2009/01/06/clean-up-your-web-only-versions/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 16:47:20 +0000</pubDate>
		<dc:creator>Stewart Schatz</dc:creator>
				<category><![CDATA[EnterpriseOne - SQLs]]></category>
		<category><![CDATA[IBM i/System i/iSeries/AS400]]></category>
		<category><![CDATA[enterpriseone]]></category>
		<category><![CDATA[as/400]]></category>
		<category><![CDATA[central objects]]></category>
		<category><![CDATA[e1]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[iseries]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[system i]]></category>
		<category><![CDATA[version]]></category>
		<category><![CDATA[versions]]></category>

		<guid isPermaLink="false">http://www.e1tips.com/e1wp/index.php/2009/01/06/clean-up-your-web-only-versions/</guid>
		<description><![CDATA[We have been having some issues lately where users create web-only versions and expect to use them after a full package has been built and deployed. We have processes in place for them to submit new versions to our development teams, but sometimes things dont happen the way they are designed. Anyway, I was doing [...]]]></description>
		<wfw:commentRss>http://www.e1tips.com/index.php/2009/01/06/clean-up-your-web-only-versions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick EnterpriseOne Version Security Solution</title>
		<link>http://www.e1tips.com/index.php/2008/10/01/quick-enterpriseone-version-security-solution/</link>
		<comments>http://www.e1tips.com/index.php/2008/10/01/quick-enterpriseone-version-security-solution/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 21:35:33 +0000</pubDate>
		<dc:creator>Stewart Schatz</dc:creator>
				<category><![CDATA[EnterpriseOne - SQLs]]></category>
		<category><![CDATA[EnterpriseOne - Security]]></category>
		<category><![CDATA[batch version]]></category>
		<category><![CDATA[e1]]></category>
		<category><![CDATA[enterpriseone]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[version]]></category>

		<guid isPermaLink="false">http://www.e1tips.com/e1wp/index.php/2008/10/01/quick-enterpriseone-version-security-solution/</guid>
		<description><![CDATA[Whether you are trying to change the processing options of an interactive version or a batch version.&#160; Sometimes you can run into issues where the application indicates that you do not have authority to change the version like the example to the left. To quickly get around this error, we can use SQL to change [...]]]></description>
		<wfw:commentRss>http://www.e1tips.com/index.php/2008/10/01/quick-enterpriseone-version-security-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time To Change Your Password</title>
		<link>http://www.e1tips.com/index.php/2008/09/29/time-to-change-your-password/</link>
		<comments>http://www.e1tips.com/index.php/2008/09/29/time-to-change-your-password/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 14:45:42 +0000</pubDate>
		<dc:creator>Stewart Schatz</dc:creator>
				<category><![CDATA[EnterpriseOne - SQLs]]></category>
		<category><![CDATA[EnterpriseOne - Security]]></category>
		<category><![CDATA[e1]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.e1tips.com/e1wp/index.php/2008/09/29/time-to-change-your-password/</guid>
		<description><![CDATA[We have our passwords set to expire every 90 days. Sometimes there are user IDs that you don&#8217;t want to change but don&#8217;t really want them to show up on the audit report as not having an expiration period. Here is a SQL statement that can help you: UPDATE SY811/F98OWSEC SET SCSECLST=&#60;numeric date&#62; WHERE SCUSER='&#60;UserID&#62;' [...]]]></description>
		<wfw:commentRss>http://www.e1tips.com/index.php/2008/09/29/time-to-change-your-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cleaning Up The Effects Of Deleting User Overrides In EnterpriseOne</title>
		<link>http://www.e1tips.com/index.php/2008/08/04/cleaning-up-the-effects-of-deleting-user-overrides-in-enterpriseone/</link>
		<comments>http://www.e1tips.com/index.php/2008/08/04/cleaning-up-the-effects-of-deleting-user-overrides-in-enterpriseone/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 18:45:44 +0000</pubDate>
		<dc:creator>Stewart Schatz</dc:creator>
				<category><![CDATA[EnterpriseOne - SQLs]]></category>
		<category><![CDATA[e1]]></category>
		<category><![CDATA[enterpriseone]]></category>
		<category><![CDATA[omw]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.e1tips.com/e1wp/index.php/2008/08/04/cleaning-up-the-effects-of-deleting-user-overrides-in-enterpriseone/</guid>
		<description><![CDATA[Over a year ago, I wrote about how to delete User Overrides in EnterpriseOne. Well, I had to use that process the other day and felt I should probably publish a fix to an unfortunate effects of using the User Overrides application. What are these effects?&#160; Well, when you delete a User Override, it is [...]]]></description>
		<wfw:commentRss>http://www.e1tips.com/index.php/2008/08/04/cleaning-up-the-effects-of-deleting-user-overrides-in-enterpriseone/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>EnterpriseOne 8.12 Functionality with Version 8.11 SP1</title>
		<link>http://www.e1tips.com/index.php/2008/07/08/enterpriseone-812-functionality-with-version-811-sp1/</link>
		<comments>http://www.e1tips.com/index.php/2008/07/08/enterpriseone-812-functionality-with-version-811-sp1/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 21:30:38 +0000</pubDate>
		<dc:creator>Stewart Schatz</dc:creator>
				<category><![CDATA[EnterpriseOne - JAS (Java Application Server)]]></category>
		<category><![CDATA[EnterpriseOne - SQLs]]></category>
		<category><![CDATA[IBM i/System i/iSeries/AS400]]></category>
		<category><![CDATA[enterpriseone]]></category>
		<category><![CDATA[jas]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[ube]]></category>
		<category><![CDATA[version]]></category>
		<category><![CDATA[versions]]></category>

		<guid isPermaLink="false">http://www.e1tips.com/e1wp/index.php/2008/07/08/enterpriseone-812-functionality-with-version-811-sp1/</guid>
		<description><![CDATA[Background: In developing the Employee Self-Service user interface without using the portal, the development team had a need to be able to print out an employee&#8217;s paystub and have it emailed to them.&#160; The email portion of the process is handled by Optio but before it gets to the Optio server, it needs to be [...]]]></description>
		<wfw:commentRss>http://www.e1tips.com/index.php/2008/07/08/enterpriseone-812-functionality-with-version-811-sp1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Escape From SQL</title>
		<link>http://www.e1tips.com/index.php/2008/05/12/escape-from-sql/</link>
		<comments>http://www.e1tips.com/index.php/2008/05/12/escape-from-sql/#comments</comments>
		<pubDate>Mon, 12 May 2008 14:01:58 +0000</pubDate>
		<dc:creator>Stewart Schatz</dc:creator>
				<category><![CDATA[EnterpriseOne - SQLs]]></category>
		<category><![CDATA[as/400]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[system i]]></category>

		<guid isPermaLink="false">http://www.e1tips.com/e1wp/index.php/2008/05/12/escape-from-sql/</guid>
		<description><![CDATA[The other day, one of my coworkers was presented a question from our development team: How can I use SQL to look for a &#34;%&#34; in a column? Well, the first guess is to use something like: SELECT * FROM MYLIB/MYFILE WHERE MYCOL LIKE '%%%' or SELECT * FROM MYLIB/MYFILE WHERE MYCOL LIKE '%\%%' Well, [...]]]></description>
		<wfw:commentRss>http://www.e1tips.com/index.php/2008/05/12/escape-from-sql/feed/</wfw:commentRss>
		<slash:comments>2</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 02:40:48 -->