<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Why aren't my Profile objects copied to the Data Warehouse?</title><link>http://blogs.msdn.com/akfaulkner/archive/2006/08/24/719638.aspx</link><description>In Commerce Server 2007, using our profile system to create Users (UserObjects), Addresses and Currency objects that you would like to transfer (via DTS Import) to a site level Data Warehouse, you must remember the following: On all Guid values in a profile,</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Why aren't my Profile objects copied to the Data Warehouse?</title><link>http://blogs.msdn.com/akfaulkner/archive/2006/08/24/719638.aspx#750740</link><pubDate>Tue, 12 Sep 2006 19:06:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:750740</guid><dc:creator>jrmcdona</dc:creator><description>Hello and thanks for the post!&lt;br&gt;&lt;br&gt;&lt;br&gt;In our profiles database under the Addresses table, our u_address_id coumn is an nvarchar(50) and the values in the record looks like this: 017a1da3-b66e-47c7-997f-7a40eaf6bc69&lt;br&gt;&lt;br&gt;1. SHould this be a GUID datatype?&lt;br&gt;2. hOW So this will cause the addresses to not be imported?&lt;br&gt;&lt;br&gt;I am looking the UserObject table and the u_user_id is stored with the brackets and is an nvarchar(50) so I assume this is correct.&lt;br&gt;&lt;br&gt;Thanks!&lt;br&gt;Jordan</description></item><item><title>re: Why aren't my Profile objects copied to the Data Warehouse?</title><link>http://blogs.msdn.com/akfaulkner/archive/2006/08/24/719638.aspx#750749</link><pubDate>Tue, 12 Sep 2006 19:16:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:750749</guid><dc:creator>jrmcdona</dc:creator><description>I meant to ask what is the best means of fixing this? thanks!</description></item><item><title>re: Why aren't my Profile objects copied to the Data Warehouse?</title><link>http://blogs.msdn.com/akfaulkner/archive/2006/08/24/719638.aspx#753060</link><pubDate>Thu, 14 Sep 2006 04:22:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:753060</guid><dc:creator>akfaulkner</dc:creator><description>Hey Jordan,&lt;br&gt;&lt;br&gt;You need to change the Address Id to have brackets around the Guid:&lt;br&gt;&lt;br&gt;{017a1da3-b66e-47c7-997f-7a40eaf6bc69}&lt;br&gt;&lt;br&gt;This is needed to copy these values to the Data Warehouse. &amp;nbsp;A small VB Script would work great to update all the values. &amp;nbsp;You could also do a easy C# program to perform that conversion. &amp;nbsp;&lt;br&gt;&lt;br&gt;Hope this helps!&lt;br&gt;&lt;br&gt;-Alan</description></item></channel></rss>