Microsoft KB Archive/254911: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - """ to """)
 
Line 54: Line 54:
SQL string to reproduce the problem:<br />
SQL string to reproduce the problem:<br />


<pre class="codesample">Select * from scope ('deep traversal of &quot;file://./backofficestorage/%userdnsdomain%/Public Folders/&quot;')
<pre class="codesample">Select * from scope ('deep traversal of "file://./backofficestorage/%userdnsdomain%/Public Folders/"')
                 </pre>
                 </pre>


Line 62: Line 62:
== CAUSE ==
== CAUSE ==


Deep traversal is not supported on the &quot;classic&quot; MAPI public folder tree.
Deep traversal is not supported on the "classic" MAPI public folder tree.


</div>
</div>

Latest revision as of 13:52, 21 July 2020

Knowledge Base


XCLN: Deep Traversal Search Not Supported on MAPI Public Folder Tree

Article ID: 254911

Article Last Modified on 2/22/2007



APPLIES TO

  • Microsoft Exchange 2000 Server Standard Edition
  • Collaboration Data Objects for Exchange 2000



This article was previously published under Q254911


SYMPTOMS

When you attempt to do deep traversal search on the MAPI public folder tree, it causes a run-time error.

SQL string to reproduce the problem:

Select * from scope ('deep traversal of "file://./backofficestorage/%userdnsdomain%/Public Folders/"')
                

CAUSE

Deep traversal is not supported on the "classic" MAPI public folder tree.

RESOLUTION

If you are designing an application that requires deep traversal, you need to create a new application public folder tree that MAPI clients can't see. Deep traversal is supported in any non-MAPI top-level hierarchy.


Additional query words: exch2kp2w CDOEX

Keywords: kbprb KB254911