<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>PeopleSoft Tipster &#187; Data Mover</title>
	<atom:link href="http://peoplesofttipster.com/category/data-mover/feed/" rel="self" type="application/rss+xml" />
	<link>http://peoplesofttipster.com</link>
	<description>A PeopleSoft Tips and Tricks Blog</description>
	<lastBuildDate>Wed, 25 Jan 2012 23:44:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='peoplesofttipster.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>PeopleSoft Tipster &#187; Data Mover</title>
		<link>http://peoplesofttipster.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://peoplesofttipster.com/osd.xml" title="PeopleSoft Tipster" />
	<atom:link rel='hub' href='http://peoplesofttipster.com/?pushpress=hub'/>
		<item>
		<title>Moving PeopleSoft Config between Environments</title>
		<link>http://peoplesofttipster.com/2007/04/12/moving-peoplesoft-config-between-environments/</link>
		<comments>http://peoplesofttipster.com/2007/04/12/moving-peoplesoft-config-between-environments/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 21:36:22 +0000</pubDate>
		<dc:creator>Tipster</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Data Mover]]></category>
		<category><![CDATA[PeopleSoft]]></category>

		<guid isPermaLink="false">http://peoplesofttipster.com/2007/04/12/moving-peoplesoft-config-between-environments/</guid>
		<description><![CDATA[During PeopleSoft implementations it&#8217;s a fairly common task to need to move Configuration (i.e. setup data) between environments. Larger implementations may even have a separate Config environment which serves as the master for config data, and from where you&#8217;d need to migrate out config into other environments on a regular basis. There are a number [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peoplesofttipster.com&amp;blog=893910&amp;post=15&amp;subd=duncandavies&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>During PeopleSoft implementations it&#8217;s a fairly common task to need to move Configuration (i.e. setup data) between environments.  Larger implementations may even have a separate Config environment which serves as the master for config data, and from where you&#8217;d need to migrate out config into other environments on a regular basis.</p>
<p>There are a number of tools you could use to achieve this, be it data mover, raw SQL or even an SQR or App Engine.  All of these would need to be custom written.  An alternative solution is to use the <strong>Manage Configuration Set</strong> functionality.  It&#8217;s a delivered component (at least on more recent versions of the Application) that lets you choose the modules you wish to export config for, and it builds the DMS files (Data Mover Scripts) for you.<br />
<span id="more-15"></span></p>
<h3>Navigating to the Component</h3>
<p>In HR and Financials (8.9) the navigation is Enterprise Components &gt; Manage Implementations &gt; Manage Configuration Set, the component is EOLT_CONFIG_OPT_GBL.</p>
<p>The Manage Implementations Folder is hidden from portal navigation by default (at least it is in HR) so you won&#8217;t be able to see it. Either go straight to the component using a (modified) version of this URL:</p>
<p><code>http://&lt;vm-name&gt;/psp/&lt;site&gt;/EMPLOYEE/HRMS/c/EOLT_IMPLEMENTATION.EOLT_CONFIG_OPT.GBL</code></p>
<p>or go to PeopleTools &gt; Portal &gt; Structure and Content, drill down into Enterprise Components and edit Manage Implementations to not hide it from portal navigation (checkbox on first page).</p>
<h3>Generating the Data Mover Scripts</h3>
<p>Once you are in the Component, select the areas of PeopleSoft you wish to export. Run the process, then choose to Generate the Data Mover Scripts (from Manage Setup Tasks).</p>
<p>Like most things, the final files are often not perfect &#8211; so they&#8217;ll need some tweaking &#8211; but they do provide a fine start.  We&#8217;ve found that often actual data tables &#8211; rather than just config tables &#8211; are included so if you aren&#8217;t careful you may find extra data is replaced in the target environment that you didn&#8217;t expect, but a run through of the script before running (and a backup) should resolve any issues.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/duncandavies.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/duncandavies.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/duncandavies.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/duncandavies.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/duncandavies.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/duncandavies.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/duncandavies.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/duncandavies.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/duncandavies.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/duncandavies.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/duncandavies.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/duncandavies.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/duncandavies.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/duncandavies.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/duncandavies.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/duncandavies.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peoplesofttipster.com&amp;blog=893910&amp;post=15&amp;subd=duncandavies&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://peoplesofttipster.com/2007/04/12/moving-peoplesoft-config-between-environments/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/42d38fff00428e8b120714d45980af8d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tipster</media:title>
		</media:content>
	</item>
	</channel>
</rss>
