<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.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>DFSR Does Not Replicate Temporary Files</title><link>http://blogs.technet.com/askds/archive/2008/11/11/dfsr-does-not-replicate-temporary-files.aspx</link><description>If you notice that DFS Replication (DFSR) is not replicating certain files, one simple reason is that the temporary attribute is set on them. By design, DFSR does not replicate files if they have the temporary attribute set on them, and it cannot be configured</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Secure Citrix Systems  &amp;raquo; Blog Archive   &amp;raquo; Ask the Directory Services Team : DFSR Does Not Replicate &amp;#8230;</title><link>http://blogs.technet.com/askds/archive/2008/11/11/dfsr-does-not-replicate-temporary-files.aspx#3151105</link><pubDate>Tue, 11 Nov 2008 19:45:52 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3151105</guid><dc:creator>Secure Citrix Systems  &amp;raquo; Blog Archive   &amp;raquo; Ask the Directory Services Team : DFSR Does Not Replicate &amp;#8230;</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.safewordfordforcitrix.com/ask-the-directory-services-team-dfsr-does-not-replicate"&gt;http://www.safewordfordforcitrix.com/ask-the-directory-services-team-dfsr-does-not-replicate&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: DFSR Does Not Replicate Temporary Files</title><link>http://blogs.technet.com/askds/archive/2008/11/11/dfsr-does-not-replicate-temporary-files.aspx#3201054</link><pubDate>Thu, 12 Feb 2009 05:06:41 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3201054</guid><dc:creator>jfitzell</dc:creator><description>&lt;p&gt;Thanks for this very helpful article. &amp;nbsp;For some reason our file server has ~100 non-temporary files that have this temporary flag set.&lt;/p&gt;
&lt;p&gt;To find them all, to check prior to updating the flags, I modified your powershell script to:&lt;/p&gt;
&lt;p&gt;Get-childitem D:\Data -recurse | ForEach-Object -process {if(($_.attributes -band 0x100) -eq 0x100) {write-output $_}}&lt;/p&gt;
</description></item><item><title>re: DFSR Does Not Replicate Temporary Files</title><link>http://blogs.technet.com/askds/archive/2008/11/11/dfsr-does-not-replicate-temporary-files.aspx#3253499</link><pubDate>Thu, 11 Jun 2009 15:50:03 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3253499</guid><dc:creator>hockeman</dc:creator><description>&lt;p&gt;Hey Ned! &amp;nbsp;For some reason I have 365 or so files that just will not replicate. &amp;nbsp;I've ran the Get-Childitem-... command on the replicated folder and the files are still stuck. &amp;nbsp;Can you provide some sort of guidance on why those files may be stuck? &amp;nbsp;They are anything from xls files to dwg files etc (Very diverse set of files in different directories.). &amp;nbsp;Any help would be appreciated!&lt;/p&gt;
</description></item><item><title>re: DFSR Does Not Replicate Temporary Files</title><link>http://blogs.technet.com/askds/archive/2008/11/11/dfsr-does-not-replicate-temporary-files.aspx#3253523</link><pubDate>Thu, 11 Jun 2009 16:55:42 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3253523</guid><dc:creator>NedPyle</dc:creator><description>&lt;p&gt;You will likely need to examine the debug logs to see why. On a server where one of those files won't replicate out, examine the dfsr debug log in c:\windows\debug for one of those files and paste in what it says for attributes or errors regardin that file. I can take a quick look.&lt;/p&gt;
</description></item><item><title>re: DFSR Does Not Replicate Temporary Files</title><link>http://blogs.technet.com/askds/archive/2008/11/11/dfsr-does-not-replicate-temporary-files.aspx#3253532</link><pubDate>Thu, 11 Jun 2009 17:27:08 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3253532</guid><dc:creator>hockeman</dc:creator><description>&lt;p&gt;Hey Ned! &amp;nbsp;I've attached the information in the latest log file that I have related to one of the many files that aren’t copying. &amp;nbsp;Without posting TON's of information... I've selected what I thought may be of help to you in the log. &amp;nbsp;Thanks a bunch Ned!&lt;/p&gt;
&lt;p&gt;Here is the information about one of the files:&lt;/p&gt;
&lt;p&gt;+	present &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;/p&gt;
&lt;p&gt;+	nameConflict &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;/p&gt;
&lt;p&gt;+	attributes &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x2020&lt;/p&gt;
&lt;p&gt;+	ghostedHeader &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&lt;/p&gt;
&lt;p&gt;+	data &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;/p&gt;
&lt;p&gt;+	gvsn &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{BEDA9BFB-254E-4A8A-B3C6-168D8E5A0034}-v5736678&lt;/p&gt;
&lt;p&gt;+	uid &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {BEDA9BFB-254E-4A8A-B3C6-168D8E5A0034}-v5524452&lt;/p&gt;
&lt;p&gt;+	parent &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{BEDA9BFB-254E-4A8A-B3C6-168D8E5A0034}-v5524410&lt;/p&gt;
&lt;p&gt;+	fence &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 16010101 00:00:00.000 &lt;/p&gt;
&lt;p&gt;+	clockDecrementedInDirtyShutdown 0&lt;/p&gt;
&lt;p&gt;+	clock &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 20090610 15:49:50.494 GMT (0x1c9e9e316ba87bb)&lt;/p&gt;
&lt;p&gt;+	createTime &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;20080703 13:28:14.290 GMT&lt;/p&gt;
&lt;p&gt;+	csId &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{107C5A9A-3267-4DFA-9CFE-7E9834BD3A80}&lt;/p&gt;
&lt;p&gt;+	hash &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;00000000-00000000-00000000-00000000&lt;/p&gt;
&lt;p&gt;+	similarity &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;00000000-00000000-00000000-00000000&lt;/p&gt;
&lt;p&gt;+	name &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Spooner Invoice 08-1638-1--LINDA LANE----DOTTIE LYNN-- FORTWORTH DANNENBAUM.pdf&lt;/p&gt;
&lt;p&gt;Here is some information in the same log file that may be a problem:&lt;/p&gt;
&lt;p&gt;20090611 08:28:57.689 4172 MEET &amp;nbsp;4092 Meet::GetParent -&amp;gt; BLOCKED Could not find parent. parentUid:{BEDA9BFB-254E-4A8A-B3C6-168D8E5A0034}-v5524410 updateName:4278-32 Invoice 05.pdf uid:{BEDA9BFB-254E-4A8A-B3C6-168D8E5A0034}-v5524450 gvsn:{BEDA9BFB-254E-4A8A-B3C6-168D8E5A0034}-v5736676 connId:{D9434105-3BF1-4C8F-AD54-4E0D5C0511C2} csName:FTWDATA csId:{107C5A9A-3267-4DFA-9CFE-7E9834BD3A80}&lt;/p&gt;
&lt;p&gt;20090611 08:28:57.689 2748 MEET &amp;nbsp;1207 Meet::Install Retries:0 updateName:Spooner Invoice 08-1638-1--LINDA LANE----DOTTIE LYNN-- FORTWORTH DANNENBAUM.pdf uid:{BEDA9BFB-254E-4A8A-B3C6-168D8E5A0034}-v5524452 gvsn:{BEDA9BFB-254E-4A8A-B3C6-168D8E5A0034}-v5736678 connId:{D9434105-3BF1-4C8F-AD54-4E0D5C0511C2} csName:FTWDATA updateType:remote&lt;/p&gt;
</description></item><item><title>re: DFSR Does Not Replicate Temporary Files</title><link>http://blogs.technet.com/askds/archive/2008/11/11/dfsr-does-not-replicate-temporary-files.aspx#3253534</link><pubDate>Thu, 11 Jun 2009 17:29:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3253534</guid><dc:creator>hockeman</dc:creator><description>&lt;p&gt;Hey Ned! &amp;nbsp;I've attached the information in the latest log file that I have related to one of the many files that aren’t copying. &amp;nbsp;Without posting TON's of information... I've selected what I thought may be of help to you in the log. &amp;nbsp;Thanks a bunch Ned!&lt;/p&gt;
&lt;p&gt;+	[Error:9027(0x2343) Meet::DownloadSelfInjectedUpdate meet.cpp:6055 4304 C A failure was reported by the remote partner]&lt;/p&gt;
&lt;p&gt;+	[Error:9027(0x2343) Meet::Download meet.cpp:2052 4304 C A failure was reported by the remote partner]&lt;/p&gt;
&lt;p&gt;+	[Error:9027(0x2343) InConnection::RdcGet inconnection.cpp:5751 4304 C A failure was reported by the remote partner]&lt;/p&gt;
&lt;p&gt;+	[Error:9027(0x2343) DownstreamTransport::RdcGet downstreamtransport.cpp:5201 4304 C A failure was reported by the remote partner]&lt;/p&gt;
&lt;p&gt;+	[Error:9027(0x2343) RpcFinalizeContext downstreamtransport.cpp:1096 4304 C A failure was reported by the remote partner]&lt;/p&gt;
&lt;p&gt;+	[Error:9027(0x2343) DownstreamTransport::RdcGet downstreamtransport.cpp:5124 4304 C A failure was reported by the remote partner]&lt;/p&gt;
&lt;p&gt;+	[Error:9024(0x2340) DownstreamTransport::RdcGet downstreamtransport.cpp:5124 4304 C The file meta data is not synchronized with the file system]&lt;/p&gt;
&lt;p&gt;20090611 08:29:05.724 2748 MEET &amp;nbsp;1207 Meet::Install Retries:0 updateName:4278-32 Invoice 03.pdf uid:{BEDA9BFB-254E-4A8A-B3C6-168D8E5A0034}-v5524448 gvsn:{BEDA9BFB-254E-4A8A-B3C6-168D8E5A0034}-v5736674 connId:{D9434105-3BF1-4C8F-AD54-4E0D5C0511C2} csName:FTWDATA updateType:remote&lt;/p&gt;
&lt;p&gt;20090611 08:29:05.724 5956 MEET &amp;nbsp;1207 Meet::Install Retries:0 updateName:4278-32 Invoice 05.pdf uid:{BEDA9BFB-254E-4A8A-B3C6-168D8E5A0034}-v5524450 gvsn:{BEDA9BFB-254E-4A8A-B3C6-168D8E5A0034}-v5736676 connId:{D9434105-3BF1-4C8F-AD54-4E0D5C0511C2} csName:FTWDATA updateType:remote&lt;/p&gt;
&lt;p&gt;20090611 08:29:05.724 4564 MEET &amp;nbsp;1207 Meet::Install Retries:0 updateName:4278-32 Invoice 07.pdf uid:{BEDA9BFB-254E-4A8A-B3C6-168D8E5A0034}-v5524451 gvsn:{BEDA9BFB-254E-4A8A-B3C6-168D8E5A0034}-v5736677 connId:{D9434105-3BF1-4C8F-AD54-4E0D5C0511C2} csName:FTWDATA updateType:remote&lt;/p&gt;
&lt;p&gt;20090611 08:29:05.724 4304 MEET &amp;nbsp;1207 Meet::Install Retries:0 updateName:Spooner Invoice 08-1638-1--LINDA LANE----DOTTIE LYNN-- FORTWORTH DANNENBAUM.pdf uid:{BEDA9BFB-254E-4A8A-B3C6-168D8E5A0034}-v5524452 gvsn:{BEDA9BFB-254E-4A8A-B3C6-168D8E5A0034}-v5736678 connId:{D9434105-3BF1-4C8F-AD54-4E0D5C0511C2} csName:FTWDATA updateType:remote&lt;/p&gt;
&lt;p&gt;20090611 08:29:05.724 2748 MEET &amp;nbsp;4092 Meet::GetParent -&amp;gt; BLOCKED Could not find parent. parentUid:{BEDA9BFB-254E-4A8A-B3C6-168D8E5A0034}-v5524410 updateName:4278-32 Invoice 03.pdf uid:{BEDA9BFB-254E-4A8A-B3C6-168D8E5A0034}-v5524448 gvsn:{BEDA9BFB-254E-4A8A-B3C6-168D8E5A0034}-v5736674 connId:{D9434105-3BF1-4C8F-AD54-4E0D5C0511C2} csName:FTWDATA csId:{107C5A9A-3267-4DFA-9CFE-7E9834BD3A80}&lt;/p&gt;
&lt;p&gt;20090611 08:29:05.724 5956 MEET &amp;nbsp;4092 Meet::GetParent -&amp;gt; BLOCKED Could not find parent. parentUid:{BEDA9BFB-254E-4A8A-B3C6-168D8E5A0034}-v5524410 updateName:4278-32 Invoice 05.pdf uid:{BEDA9BFB-254E-4A8A-B3C6-168D8E5A0034}-v5524450 gvsn:{BEDA9BFB-254E-4A8A-B3C6-168D8E5A0034}-v5736676 connId:{D9434105-3BF1-4C8F-AD54-4E0D5C0511C2} csName:FTWDATA csId:{107C5A9A-3267-4DFA-9CFE-7E9834BD3A80}&lt;/p&gt;
&lt;p&gt;20090611 08:29:05.724 4304 MEET &amp;nbsp;4092 Meet::GetParent -&amp;gt; BLOCKED Could not find parent. parentUid:{BEDA9BFB-254E-4A8A-B3C6-168D8E5A0034}-v5524410 updateName:Spooner Invoice 08-1638-1--LINDA LANE----DOTTIE LYNN-- FORTWORTH DANNENBAUM.pdf uid:{BEDA9BFB-254E-4A8A-B3C6-168D8E5A0034}-v5524452 gvsn:{BEDA9BFB-254E-4A8A-B3C6-168D8E5A0034}-v5736678 connId:{D9434105-3BF1-4C8F-AD54-4E0D5C0511C2} csName:FTWDATA csId:{107C5A9A-3267-4DFA-9CFE-7E9834BD3A80}&lt;/p&gt;
&lt;p&gt;File info from same Log file-&lt;/p&gt;
&lt;p&gt;+	present &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;/p&gt;
&lt;p&gt;+	nameConflict &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;/p&gt;
&lt;p&gt;+	attributes &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x2020&lt;/p&gt;
&lt;p&gt;+	ghostedHeader &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&lt;/p&gt;
&lt;p&gt;+	data &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;/p&gt;
&lt;p&gt;+	gvsn &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{BEDA9BFB-254E-4A8A-B3C6-168D8E5A0034}-v5736678&lt;/p&gt;
&lt;p&gt;+	uid &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {BEDA9BFB-254E-4A8A-B3C6-168D8E5A0034}-v5524452&lt;/p&gt;
&lt;p&gt;+	parent &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{BEDA9BFB-254E-4A8A-B3C6-168D8E5A0034}-v5524410&lt;/p&gt;
&lt;p&gt;+	fence &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 16010101 00:00:00.000 &lt;/p&gt;
&lt;p&gt;+	clockDecrementedInDirtyShutdown 0&lt;/p&gt;
&lt;p&gt;+	clock &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 20090610 15:49:50.494 GMT (0x1c9e9e316ba87bb)&lt;/p&gt;
&lt;p&gt;+	createTime &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;20080703 13:28:14.290 GMT&lt;/p&gt;
&lt;p&gt;+	csId &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{107C5A9A-3267-4DFA-9CFE-7E9834BD3A80}&lt;/p&gt;
&lt;p&gt;+	hash &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;00000000-00000000-00000000-00000000&lt;/p&gt;
&lt;p&gt;+	similarity &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;00000000-00000000-00000000-00000000&lt;/p&gt;
&lt;p&gt;+	name &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Spooner Invoice 08-1638-1--LINDA LANE----DOTTIE LYNN-- FORTWORTH DANNENBAUM.pdf&lt;/p&gt;
</description></item><item><title>re: DFSR Does Not Replicate Temporary Files</title><link>http://blogs.technet.com/askds/archive/2008/11/11/dfsr-does-not-replicate-temporary-files.aspx#3253548</link><pubDate>Thu, 11 Jun 2009 17:50:07 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3253548</guid><dc:creator>NedPyle</dc:creator><description>&lt;p&gt;You have a database issue, where we are missing a PDNT for a folder. You can try the following:&lt;/p&gt;
&lt;p&gt;1. Figure out the parentUID record by searching the debug logs for the GUID and version number referenced in the BLOCKED entry. For example:&lt;/p&gt;
&lt;p&gt;20080208 14:29:20.519 804 MEET 3108 Meet::GetParent -&amp;gt; BLOCKED Could not find parent. parentUid:{2A623A3B-43C2-461E-AB2A-ABD99BE38362}-v11496456 &lt;/p&gt;
&lt;p&gt;{2A623A3B-43C2-461E-AB2A-ABD99BE38362}-v11496456 &amp;lt;- our bad guy&lt;/p&gt;
&lt;p&gt;2. Search the downstream logs for the UID above with entries like:&lt;/p&gt;
&lt;p&gt;20080205 11:52:26.123 4952 MEET 4098 Meet::FindNameRelated -&amp;gt; WAIT Name-related record with fid:0x3000000000CB0 has not been processed by UsnConsumer updateName:Scripts uid:{2A623A3B-43C2-461E-AB2A-ABD99BE38362}-v11496456 gvsn:{2A623A3B-43C2-461E-AB2A-ABD99BE38362}-v11496456 connId:{23FEF6CD-7897-4178-90ED-689A8DD2D75D} csName:MTWS csId:{A2BEC2EF-5E74-4A65-978E-3115F93CBA4E}updateName:Scripts &amp;lt;- the folder that has issues in database&lt;/p&gt;
&lt;p&gt;csName:MTWS &amp;lt;- the repliction group it belongs to&lt;/p&gt;
&lt;p&gt;3. Now we know the folder with an issue.&lt;/p&gt;
&lt;p&gt;4. In the replicated folder, locate this folder (in this case it was SCRIPTS).&lt;/p&gt;
&lt;p&gt;5. Set a trivial ACE on the file (like add Power Users READ) then remove the ACE. All we are doing here is forcing a USN update to the file that cause the correct records to be re-written into the local DFSR database.&lt;/p&gt;
&lt;p&gt;6. Restart the DFSR service on the affected machine - replication should start flowing without issues.&lt;/p&gt;
&lt;p&gt;If this doesn't work, let me know.&lt;/p&gt;
</description></item><item><title>re: DFSR Does Not Replicate Temporary Files</title><link>http://blogs.technet.com/askds/archive/2008/11/11/dfsr-does-not-replicate-temporary-files.aspx#3253581</link><pubDate>Thu, 11 Jun 2009 18:51:14 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3253581</guid><dc:creator>hockeman</dc:creator><description>&lt;p&gt;Do I alter the permissions on the upstream or downstream server? &amp;nbsp;Same question for restarting dfsr. &amp;nbsp;Also, isn’t there a command that you can run that will give you a list of the backlog files and their path? &amp;nbsp;The dfsridag backlog only shows the names of the files. &amp;nbsp;Thanks!&lt;/p&gt;
</description></item><item><title>re: DFSR Does Not Replicate Temporary Files</title><link>http://blogs.technet.com/askds/archive/2008/11/11/dfsr-does-not-replicate-temporary-files.aspx#3253588</link><pubDate>Thu, 11 Jun 2009 19:00:46 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3253588</guid><dc:creator>hockeman</dc:creator><description>&lt;p&gt;1. To ensure that i understand this correctly i've done this- &amp;nbsp;On the updstream server i searched for &amp;quot;BLOCKED&amp;quot; and copied the UID of the problem file's parent-&lt;/p&gt;
&lt;p&gt;20090611 08:23:47.187 2748 MEET &amp;nbsp;4092 Meet::GetParent -&amp;gt; BLOCKED Could not find parent. parentUid:{BEDA9BFB-254E-4A8A-B3C6-168D8E5A0034}-v5730210 updateName:ned3297.dem uid:{BEDA9BFB-254E-4A8A-B3C6-168D8E5A0034}-v5730229 gvsn:{BEDA9BFB-254E-4A8A-B3C6-168D8E5A0034}-v5736815 connId:{D9434105-3BF1-4C8F-AD54-4E0D5C0511C2} csName:FTWDATA csId:{107C5A9A-3267-4DFA-9CFE-7E9834BD3A80}&lt;/p&gt;
&lt;p&gt;Problem ParentUID- :{BEDA9BFB-254E-4A8A-B3C6-168D8E5A0034}-v5730210.&lt;/p&gt;
&lt;p&gt;2. On the downstream server i searched the logs and from the latest log file found the UID and found the following information but was unable to find on any line pretaining to that UID the &amp;quot;Updatename&amp;quot; section. &amp;nbsp;I did find that it appreas that the DFSR database doesnt know the name of the folder and instead is substituting the UID. &amp;nbsp;See below-&lt;/p&gt;
&lt;p&gt;+	present &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;/p&gt;
&lt;p&gt;+	nameConflict &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;/p&gt;
&lt;p&gt;+	attributes &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x0&lt;/p&gt;
&lt;p&gt;+	ghostedHeader &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&lt;/p&gt;
&lt;p&gt;+	data &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;/p&gt;
&lt;p&gt;+	gvsn &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{00000000-0000-0000-0000-000000000000}-v0&lt;/p&gt;
&lt;p&gt;+	uid &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {BEDA9BFB-254E-4A8A-B3C6-168D8E5A0034}-v5730210&lt;/p&gt;
&lt;p&gt;+	parent &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{00000000-0000-0000-0000-000000000000}-v0&lt;/p&gt;
&lt;p&gt;+	fence &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 16010101 00:00:00.000 &lt;/p&gt;
&lt;p&gt;+	clockDecrementedInDirtyShutdown 0&lt;/p&gt;
&lt;p&gt;+	clock &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 16010101 00:00:00.000 GMT (0x0)&lt;/p&gt;
&lt;p&gt;+	createTime &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;16010101 00:00:00.000 GMT&lt;/p&gt;
&lt;p&gt;+	csId &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{107C5A9A-3267-4DFA-9CFE-7E9834BD3A80}&lt;/p&gt;
&lt;p&gt;+	hash &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;00000000-00000000-00000000-00000000&lt;/p&gt;
&lt;p&gt;+	similarity &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;00000000-00000000-00000000-00000000&lt;/p&gt;
&lt;p&gt;+	name &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{BEDA9BFB-254E-4A8A-B3C6-168D8E5A0034}-v5730210&lt;/p&gt;
&lt;p&gt;Thanks in advance!!&lt;/p&gt;
</description></item><item><title>re: DFSR Does Not Replicate Temporary Files</title><link>http://blogs.technet.com/askds/archive/2008/11/11/dfsr-does-not-replicate-temporary-files.aspx#3253595</link><pubDate>Thu, 11 Jun 2009 19:07:27 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3253595</guid><dc:creator>NedPyle</dc:creator><description>&lt;p&gt;Upstream for both. &lt;/p&gt;
&lt;p&gt;You cannot see backlog paths until you get to 2008 R2 using DFSRDIAG, and even then it will be not a full backlog but instead the current queue. &lt;/p&gt;
</description></item></channel></rss>