<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Using the Designer SDK to Ease Migrations</title>
	<atom:link href="http://www.dagira.com/2008/03/06/using-the-designer-sdk-to-ease-migrations/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dagira.com/2008/03/06/using-the-designer-sdk-to-ease-migrations/</link>
	<description>...you are in a twisty maze of passageways, all different...</description>
	<lastBuildDate>Mon, 06 Sep 2010 13:36:59 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dave Rathbun</title>
		<link>http://www.dagira.com/2008/03/06/using-the-designer-sdk-to-ease-migrations/comment-page-1/#comment-948</link>
		<dc:creator>Dave Rathbun</dc:creator>
		<pubDate>Tue, 15 Dec 2009 14:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/2008/03/06/using-the-designer-sdk-to-ease-migrations/#comment-948</guid>
		<description>Tables referenced only in derived table definitions do not have to exist in the universe schema. It&#039;s not the same as with an alias, where you have to include the source table in order to be able to reference it via an alias.</description>
		<content:encoded><![CDATA[<p>Tables referenced only in derived table definitions do not have to exist in the universe schema. It&#8217;s not the same as with an alias, where you have to include the source table in order to be able to reference it via an alias.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fusion</title>
		<link>http://www.dagira.com/2008/03/06/using-the-designer-sdk-to-ease-migrations/comment-page-1/#comment-947</link>
		<dc:creator>Fusion</dc:creator>
		<pubDate>Mon, 14 Dec 2009 20:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/2008/03/06/using-the-designer-sdk-to-ease-migrations/#comment-947</guid>
		<description>Hi Dave,
Is it necessary to include tables that is referenced by a derived table in the universe schema?
I have tables a, b, and c that is being used in derived table SQL FROM clause.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Dave,<br />
Is it necessary to include tables that is referenced by a derived table in the universe schema?<br />
I have tables a, b, and c that is being used in derived table SQL FROM clause.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fusion</title>
		<link>http://www.dagira.com/2008/03/06/using-the-designer-sdk-to-ease-migrations/comment-page-1/#comment-939</link>
		<dc:creator>Fusion</dc:creator>
		<pubDate>Fri, 11 Dec 2009 21:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/2008/03/06/using-the-designer-sdk-to-ease-migrations/#comment-939</guid>
		<description>Thanks Dave</description>
		<content:encoded><![CDATA[<p>Thanks Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Rathbun</title>
		<link>http://www.dagira.com/2008/03/06/using-the-designer-sdk-to-ease-migrations/comment-page-1/#comment-937</link>
		<dc:creator>Dave Rathbun</dc:creator>
		<pubDate>Fri, 11 Dec 2009 20:31:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/2008/03/06/using-the-designer-sdk-to-ease-migrations/#comment-937</guid>
		<description>Yes, we change the connection first, that way when the schema name is updated in the derived tables it passes the parse, and the structure is present. Without doing that the columns of the derived table don&#039;t exist. Thanks for pointing that out.</description>
		<content:encoded><![CDATA[<p>Yes, we change the connection first, that way when the schema name is updated in the derived tables it passes the parse, and the structure is present. Without doing that the columns of the derived table don&#8217;t exist. Thanks for pointing that out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fusion</title>
		<link>http://www.dagira.com/2008/03/06/using-the-designer-sdk-to-ease-migrations/comment-page-1/#comment-936</link>
		<dc:creator>Fusion</dc:creator>
		<pubDate>Fri, 11 Dec 2009 19:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/2008/03/06/using-the-designer-sdk-to-ease-migrations/#comment-936</guid>
		<description>Hi Dave,
Great solution. I could change the schema name using the VBA macro but I ran into some issues.
I am using version XI 3.1 SP2. My derived table uses subquery but the tables specified in the sub-query are not joined to any of the tables in the designer.

When I run the VBA macro you&#039;ve provided, it changes the schema name. Perfect!
But the problem I am running into is when I run the integrity check after opening the designer, it does not recognize the join with the derived table. If I open up the join and parse the join, it is okay. The integrity check does not result in error.

I had to change the universe parameter to point it to the production database before I run the integrity check.</description>
		<content:encoded><![CDATA[<p>Hi Dave,<br />
Great solution. I could change the schema name using the VBA macro but I ran into some issues.<br />
I am using version XI 3.1 SP2. My derived table uses subquery but the tables specified in the sub-query are not joined to any of the tables in the designer.</p>
<p>When I run the VBA macro you&#8217;ve provided, it changes the schema name. Perfect!<br />
But the problem I am running into is when I run the integrity check after opening the designer, it does not recognize the join with the derived table. If I open up the join and parse the join, it is okay. The integrity check does not result in error.</p>
<p>I had to change the universe parameter to point it to the production database before I run the integrity check.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Rathbun</title>
		<link>http://www.dagira.com/2008/03/06/using-the-designer-sdk-to-ease-migrations/comment-page-1/#comment-762</link>
		<dc:creator>Dave Rathbun</dc:creator>
		<pubDate>Tue, 15 Sep 2009 20:52:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/2008/03/06/using-the-designer-sdk-to-ease-migrations/#comment-762</guid>
		<description>Hi, André, and welcome to my blog. This script doesn&#039;t do anything to manipulate objects in the universe. If you have a question unrelated to the blog post, I ask that you please post it on &lt;a href=&quot;http://busobj.forumtopics.com&quot; rel=&quot;nofollow&quot;&gt;BOB&lt;/a&gt; where you will get more attention. Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, André, and welcome to my blog. This script doesn&#8217;t do anything to manipulate objects in the universe. If you have a question unrelated to the blog post, I ask that you please post it on <a href="http://busobj.forumtopics.com" rel="nofollow">BOB</a> where you will get more attention. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: André</title>
		<link>http://www.dagira.com/2008/03/06/using-the-designer-sdk-to-ease-migrations/comment-page-1/#comment-760</link>
		<dc:creator>André</dc:creator>
		<pubDate>Tue, 15 Sep 2009 14:00:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/2008/03/06/using-the-designer-sdk-to-ease-migrations/#comment-760</guid>
		<description>Hi, I need to copy one dimension from one class to another class in my universe. The &quot;Add&quot; method in the Class Object doesn&#039;t work (it expectates a String as Name).

Any help would be appreciate.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi, I need to copy one dimension from one class to another class in my universe. The &#8220;Add&#8221; method in the Class Object doesn&#8217;t work (it expectates a String as Name).</p>
<p>Any help would be appreciate.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CS</title>
		<link>http://www.dagira.com/2008/03/06/using-the-designer-sdk-to-ease-migrations/comment-page-1/#comment-624</link>
		<dc:creator>CS</dc:creator>
		<pubDate>Tue, 21 Jul 2009 02:22:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/2008/03/06/using-the-designer-sdk-to-ease-migrations/#comment-624</guid>
		<description>:-(
Anyways, Thanks a lot for the response. It explains why the code doesn&#039;t change restriction SQL.</description>
		<content:encoded><![CDATA[<p> <img src='http://www.dagira.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /><br />
Anyways, Thanks a lot for the response. It explains why the code doesn&#8217;t change restriction SQL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Rathbun</title>
		<link>http://www.dagira.com/2008/03/06/using-the-designer-sdk-to-ease-migrations/comment-page-1/#comment-623</link>
		<dc:creator>Dave Rathbun</dc:creator>
		<pubDate>Tue, 21 Jul 2009 00:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/2008/03/06/using-the-designer-sdk-to-ease-migrations/#comment-623</guid>
		<description>Ah. That clarifies and complicates things. :) Access restrictions are not stored in the universe, they are stored directly in the repository database. As such, they&#039;re not exposed to the SDK in the same way. I&#039;m not sure they&#039;re even available for manipulation at all.</description>
		<content:encoded><![CDATA[<p>Ah. That clarifies and complicates things. <img src='http://www.dagira.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Access restrictions are not stored in the universe, they are stored directly in the repository database. As such, they&#8217;re not exposed to the SDK in the same way. I&#8217;m not sure they&#8217;re even available for manipulation at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CS</title>
		<link>http://www.dagira.com/2008/03/06/using-the-designer-sdk-to-ease-migrations/comment-page-1/#comment-622</link>
		<dc:creator>CS</dc:creator>
		<pubDate>Mon, 20 Jul 2009 23:07:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/2008/03/06/using-the-designer-sdk-to-ease-migrations/#comment-622</guid>
		<description>Sorry for the confusion. I meant to say is.... I have data/row level security which is implemented through access restrictions. These restrictions have a condition to restrict the rows. Whenever I change owner name in universe, I observed that none of the restrictions inherit the owner name change. I have as many as 51 such restrictions and time consuming to change owner name manually.

If you can suggest something, it will be a great help.

Thanks much.

CS.</description>
		<content:encoded><![CDATA[<p>Sorry for the confusion. I meant to say is&#8230;. I have data/row level security which is implemented through access restrictions. These restrictions have a condition to restrict the rows. Whenever I change owner name in universe, I observed that none of the restrictions inherit the owner name change. I have as many as 51 such restrictions and time consuming to change owner name manually.</p>
<p>If you can suggest something, it will be a great help.</p>
<p>Thanks much.</p>
<p>CS.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
