Re: WebDAV Query Throttling



This is the query which is processed for each mailbox:

<?xml version='1.0'?><d:searchrequest xmlns:d='DAV:'><d:sql>SELECT
"ExEntryID" AS ExEntryID, "urn:schemas:httpmail:subject" AS subject,
"urn:schemas:calendar:dtstart" AS dtstart, "urn:schemas:calendar:dtend" AS
dtend, "urn:schemas:calendar:location" AS location,
"http://schemas.microsoft.com/exchange/sensitivity"; AS sensitivity,
"urn:schemas:calendar:busystatus" AS busystatus, "DAV:href" AS DAVHref,
"http://schemas.microsoft.com/exchange/keywords-utf8"; AS Category FROM
Scope('SHALLOW TRAVERSAL OF
"http://exchangeserver/exchange-oma/johndoe/Calendar/";') WHERE (Not
"urn:schemas:calendar:instancetype" = 1) AND ("DAV:contentclass" =
'urn:content-classes:appointment' ) AND ("urn:schemas:calendar:dtstart" &gt;
CAST("2005-02-27T00:00:00Z" AS 'dateTime')) AND
("urn:schemas:calendar:dtstart" &lt; CAST("2006-10-20T23:59:59Z" AS
'dateTime')) ORDER BY "urn:schemas:calendar:dtstart"
ASC</d:sql></d:searchrequest>


Thanks,
Mark


"Michael" <michael@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:uFM%23LMguFHA.1032@xxxxxxxxxxxxxxxxxxxxxxx
> Post the query here.
>
> Michael
> -------------------------------
> If you need WebDAV API for Exchange server,
> use our component WebDAV .NET for Exchange.
> Check out http://www.independentsoft.com
>
>
>
> "Markus Frey" <markusfrey@xxxxxxxxxxxxxxxx> wrote in message
> news:O8G7UyfuFHA.1644@xxxxxxxxxxxxxxxxxxxxxxx
>> Hi,
>>
>> Is it possible to throttle a WebDAV Query to Exchange Server 2003?
>>
>> If querying a lot of calendar items with a Windows Service, the Exchange
>> Server CPU becomes exhausted. It is NOT a problem, if the WebDAV
>> Query needs more time to process, but it is a problem that the server
>> becomes sluggish during that time.
>>
>> I can set the process base-priority, but this obviously doesn't affect
>> the
>> WebDAV Query which is sent to Exchange.
>>
>> Any information is appreciated!
>>
>> Regards,
>> Mark
>>
>>
>>


.



Relevant Pages

  • Re: Full-Text Indexing
    ... Exchange 2003 does not provide this functionality out of the box. ... There is another way to query the Full-Text Index and that is by using ... write a multithreaded application that would execute the appropriate WebDAV ... >> search the ENTIRE index to hit on all messages with certain keywords. ...
    (microsoft.public.exchange.admin)
  • Re: WebDAV vs. MAPI performance
    ... I did some additional load testing on a 2 proc Exchange server. ... harvest regardless of the number of webdav connections we employ. ... MAPI is not supported by Microsoft. ...
    (microsoft.public.exchange.applications)
  • Re: WebDAV disabled!
    ... So, I said webdav is ... When Exchange 2007 is added to domain having Exhange 2003 ... WebDAV service extension is enabled in Exchange Server 2003, ... The Extension named Microsoft Exchange Server is the one that enables ...
    (microsoft.public.exchange.admin)
  • WebDav Connection Problem
    ... Exchange 2000 Front End Back End setup ... The Web Folder has "Integrated Windows Authentication" Set. ... On click of the Button on the page, WebDav throws error of "Access Denied" - ... Attached is the result when run for a single system Exchange Server ...
    (microsoft.public.exchange.applications)
  • WebDav Connection Problem
    ... Exchange 2000 Front End Back End setup ... The Web Folder has "Integrated Windows Authentication" Set. ... On click of the Button on the page, WebDav throws error of "Access Denied" - ... Attached is the result when run for a single system Exchange Server ...
    (microsoft.public.exchange2000.connectivity)

Loading