 |
|
|
|
| Author |
Message |
jeff
Joined: 05 Aug 2007 Posts: 9
|
Posted: Tue Jun 19, 2007 11:11 am Post subject: access personal contact get 409 Error |
|
|
Hi ALL,
I have created a project to access personal contact by webdav.
However, one of my customer return 409 error,
I have googled it, but I do not know the exactly reason.
Here is my query:
SELECT "DAV:display"
From SCOPE('SHALLOW TRAVERSAL OF
"http://domaim.com:8888/exchange/persion@domail.com/contacts"')
WHERE "DAV:isfolder"=true DESC
How to fix this problem?
Thanks in advanced
Archived from group: microsoft>public>exchange2000>development |
|
| Back to top |
|
 |
Henning Krause [MVP - Exc
Joined: 05 Aug 2007 Posts: 142
|
Posted: Tue Jun 19, 2007 10:44 pm Post subject: Re: access personal contact get 409 Error |
|
|
Hello,
a 409 error typically occurs if the parent folder of the request is not
available. Are you sure the path is correct? Maybe the mailbox has a
different language?
Best regards,
Henning Krause
"jeff" wrote in message @microsoft.com...
> Hi ALL,
>
> I have created a project to access personal contact by webdav.
>
> However, one of my customer return 409 error,
>
> I have googled it, but I do not know the exactly reason.
>
> Here is my query:
>
>
>
>
> SELECT "DAV:display"
> From SCOPE('SHALLOW TRAVERSAL OF
> "http://domaim.com:8888/exchange/persion@domail.com/contacts"')
> WHERE "DAV:isfolder"=true DESC
>
> How to fix this problem?
>
> Thanks in advanced
> |
|
| Back to top |
|
 |
Lee Derbyshire [MVP]
Joined: 05 Aug 2007 Posts: 363
|
Posted: Wed Jun 20, 2007 6:06 pm Post subject: Re: access personal contact get 409 Error |
|
|
"jeff" wrote in message @microsoft.com...
> Hi ALL,
>
> I have created a project to access personal contact by webdav.
>
> However, one of my customer return 409 error,
>
> I have googled it, but I do not know the exactly reason.
>
> Here is my query:
>
>
>
>
> SELECT "DAV:display"
> From SCOPE('SHALLOW TRAVERSAL OF
> "http://domaim.com:8888/exchange/persion@domail.com/contacts"')
> WHERE "DAV:isfolder"=true DESC
>
> How to fix this problem?
>
> Thanks in advanced
I notice that you have :8888 in that query. Is the server definitely
configured to listen on that port?
Lee.
--
______________________________________
Outlook Web Access For PDA , OWA For WAP
www.leederbyshire.com
email a@t leederbyshire d.0.t c.0.m
______________________________________ |
|
| Back to top |
|
 |
jeff
Joined: 05 Aug 2007 Posts: 9
|
Posted: Wed Jun 20, 2007 1:34 pm Post subject: Re: access personal contact get 409 Error |
|
|
Hi Guys,
Thanks for your kind answer.
The thing is that
my customer has an exchange server, but he uses ssl to access his exchange
server.
So I let him create a virtual exchange public folder to point his real
public folder
avoid ssl connection.
if he uses mirrored path to access public folder, it works fine.
So that is why port no: is 8888.
but he can not access personal contact.
Do you guys have any idea?
Thanks
"Lee Derbyshire [MVP]" wrote:
> "jeff" wrote in message
> @microsoft.com...
> > Hi ALL,
> >
> > I have created a project to access personal contact by webdav.
> >
> > However, one of my customer return 409 error,
> >
> > I have googled it, but I do not know the exactly reason.
> >
> > Here is my query:
> >
> >
> >
> >
> > SELECT "DAV:display"
> > From SCOPE('SHALLOW TRAVERSAL OF
> > "http://domaim.com:8888/exchange/persion@domail.com/contacts"')
> > WHERE "DAV:isfolder"=true DESC
> >
> > How to fix this problem?
> >
> > Thanks in advanced
>
> I notice that you have :8888 in that query. Is the server definitely
> configured to listen on that port?
>
> Lee.
>
> --
> ______________________________________
>
> Outlook Web Access For PDA , OWA For WAP
> www.leederbyshire.com
> email a@t leederbyshire d.0.t c.0.m
> ______________________________________
>
>
> |
|
| Back to top |
|
 |
Henning Krause [MVP - Exc
Joined: 05 Aug 2007 Posts: 142
|
Posted: Thu Jun 21, 2007 1:16 am Post subject: Re: access personal contact get 409 Error |
|
|
Hello,
why are you avoiding SSL? It gives your application an extra layer of
security. And I think, most programming languages have an API which supports
SSL.
Albeit from that: Did your client create a virtual directory for a public
folder tree or a mailbox store?
Best regards,
Henning Krause
"jeff" wrote in message @microsoft.com...
>
> Hi Guys,
>
> Thanks for your kind answer.
>
> The thing is that
>
> my customer has an exchange server, but he uses ssl to access his exchange
> server.
>
> So I let him create a virtual exchange public folder to point his real
> public folder
> avoid ssl connection.
>
> if he uses mirrored path to access public folder, it works fine.
> So that is why port no: is 8888.
>
> but he can not access personal contact.
>
> Do you guys have any idea?
>
> Thanks
>
>
>
>
>
>
> "Lee Derbyshire [MVP]" wrote:
>
>> "jeff" wrote in message
>> @microsoft.com...
>> > Hi ALL,
>> >
>> > I have created a project to access personal contact by webdav.
>> >
>> > However, one of my customer return 409 error,
>> >
>> > I have googled it, but I do not know the exactly reason.
>> >
>> > Here is my query:
>> >
>> >
>> >
>> >
>> > SELECT "DAV:display"
>> > From SCOPE('SHALLOW TRAVERSAL OF
>> > "http://domaim.com:8888/exchange/persion@domail.com/contacts"')
>> > WHERE "DAV:isfolder"=true DESC
>> >
>> > How to fix this problem?
>> >
>> > Thanks in advanced
>>
>> I notice that you have :8888 in that query. Is the server definitely
>> configured to listen on that port?
>>
>> Lee.
>>
>> --
>> ______________________________________
>>
>> Outlook Web Access For PDA , OWA For WAP
>> www.leederbyshire.com
>> email a@t leederbyshire d.0.t c.0.m
>> ______________________________________
>>
>>
>> |
|
| Back to top |
|
 |
jeff
Joined: 05 Aug 2007 Posts: 9
|
Posted: Thu Jun 21, 2007 10:13 am Post subject: Re: access personal contact get 409 Error |
|
|
Hi,
Thanks for your hint.
Why I avoid use SSL, My application has supported SSL,
however, I can not go to customer site to debug one by one,
some work, some do not work.
So I create virtual directory for a public folder instead of SSL for some
customer.
I know the reason, customer only creates a virtual public folder tree,
not mailbox store.
Thanks
"Henning Krause [MVP - Exchange]" wrote:
> Hello,
>
> why are you avoiding SSL? It gives your application an extra layer of
> security. And I think, most programming languages have an API which supports
> SSL.
>
> Albeit from that: Did your client create a virtual directory for a public
> folder tree or a mailbox store?
>
> Best regards,
> Henning Krause
>
> "jeff" wrote in message
> @microsoft.com...
> >
> > Hi Guys,
> >
> > Thanks for your kind answer.
> >
> > The thing is that
> >
> > my customer has an exchange server, but he uses ssl to access his exchange
> > server.
> >
> > So I let him create a virtual exchange public folder to point his real
> > public folder
> > avoid ssl connection.
> >
> > if he uses mirrored path to access public folder, it works fine.
> > So that is why port no: is 8888.
> >
> > but he can not access personal contact.
> >
> > Do you guys have any idea?
> >
> > Thanks
> >
> >
> >
> >
> >
> >
> > "Lee Derbyshire [MVP]" wrote:
> >
> >> "jeff" wrote in message
> >> @microsoft.com...
> >> > Hi ALL,
> >> >
> >> > I have created a project to access personal contact by webdav.
> >> >
> >> > However, one of my customer return 409 error,
> >> >
> >> > I have googled it, but I do not know the exactly reason.
> >> >
> >> > Here is my query:
> >> >
> >> >
> >> >
> >> >
> >> > SELECT "DAV:display"
> >> > From SCOPE('SHALLOW TRAVERSAL OF
> >> > "http://domaim.com:8888/exchange/persion@domail.com/contacts"')
> >> > WHERE "DAV:isfolder"=true DESC
> >> >
> >> > How to fix this problem?
> >> >
> >> > Thanks in advanced
> >>
> >> I notice that you have :8888 in that query. Is the server definitely
> >> configured to listen on that port?
> >>
> >> Lee.
> >>
> >> --
> >> ______________________________________
> >>
> >> Outlook Web Access For PDA , OWA For WAP
> >> www.leederbyshire.com
> >> email a@t leederbyshire d.0.t c.0.m
> >> ______________________________________
> >>
> >>
> >>
>
> |
|
| Back to top |
|
 |
Henning Krause [MVP - Exc
Joined: 05 Aug 2007 Posts: 142
|
Posted: Thu Jun 21, 2007 10:54 pm Post subject: Re: access personal contact get 409 Error |
|
|
Hello,
you'll have to publish a mailbox store to access personal data.
Best regards,
Henning Krause
"jeff" wrote in message @microsoft.com...
> Hi,
>
> Thanks for your hint.
>
> Why I avoid use SSL, My application has supported SSL,
> however, I can not go to customer site to debug one by one,
> some work, some do not work.
>
> So I create virtual directory for a public folder instead of SSL for some
> customer.
>
> I know the reason, customer only creates a virtual public folder tree,
> not mailbox store.
>
> Thanks
>
>
>
> "Henning Krause [MVP - Exchange]" wrote:
>
>> Hello,
>>
>> why are you avoiding SSL? It gives your application an extra layer of
>> security. And I think, most programming languages have an API which
>> supports
>> SSL.
>>
>> Albeit from that: Did your client create a virtual directory for a public
>> folder tree or a mailbox store?
>>
>> Best regards,
>> Henning Krause
>>
>> "jeff" wrote in message
>> @microsoft.com...
>> >
>> > Hi Guys,
>> >
>> > Thanks for your kind answer.
>> >
>> > The thing is that
>> >
>> > my customer has an exchange server, but he uses ssl to access his
>> > exchange
>> > server.
>> >
>> > So I let him create a virtual exchange public folder to point his real
>> > public folder
>> > avoid ssl connection.
>> >
>> > if he uses mirrored path to access public folder, it works fine.
>> > So that is why port no: is 8888.
>> >
>> > but he can not access personal contact.
>> >
>> > Do you guys have any idea?
>> >
>> > Thanks
>> >
>> >
>> >
>> >
>> >
>> >
>> > "Lee Derbyshire [MVP]" wrote:
>> >
>> >> "jeff" wrote in message
>> >> @microsoft.com...
>> >> > Hi ALL,
>> >> >
>> >> > I have created a project to access personal contact by webdav.
>> >> >
>> >> > However, one of my customer return 409 error,
>> >> >
>> >> > I have googled it, but I do not know the exactly reason.
>> >> >
>> >> > Here is my query:
>> >> >
>> >> >
>> >> >
>> >> >
>> >> > SELECT "DAV:display"
>> >> > From SCOPE('SHALLOW TRAVERSAL OF
>> >> > "http://domaim.com:8888/exchange/persion@domail.com/contacts"')
>> >> > WHERE "DAV:isfolder"=true DESC
>> >> >
>> >> > How to fix this problem?
>> >> >
>> >> > Thanks in advanced
>> >>
>> >> I notice that you have :8888 in that query. Is the server definitely
>> >> configured to listen on that port?
>> >>
>> >> Lee.
>> >>
>> >> --
>> >> ______________________________________
>> >>
>> >> Outlook Web Access For PDA , OWA For WAP
>> >> www.leederbyshire.com
>> >> email a@t leederbyshire d.0.t c.0.m
>> >> ______________________________________
>> >>
>> >>
>> >>
>>
>>
|
|
| Back to top |
|
 |
|
|
| Related Topics: | Accessing the Private field of a contact/IPerson object I am trying to apply a filter on Contacts of either a private store or Public Folder where I only return items that are not marked private. The code (server-side application) is running under an account that has access to other person's mailbox. The filte
How do you access fields of a task item? I am running some server-side code, to try and access task items from a mailbox store... The code follows the building of a recordset object using the following filter: sSQL = "Select *" sSQL = sSQL & " FROM SCOPE ('deep traversal of """ &
How to access "private" property of an Exchange Item Hi all, I am accessing Exchange 2000 using ADO with EXOLEDB provider and C++. Now I want to issue a WSS query that returns all "non-private" items of a folder, e.g. select * from where = 'urn:c
error 400 bad request Hi there, I have a page which displays all calendar items from exchange 2000 through an ASp.NET page. The code is available here (vb.net example):
There is a naming violation - Creating a contact object Hi Experts... Anyone could help me? I´m getting this error when I try to create a new contact object on AD / Exchange using special characters on Common Name: {"There is a naming violation." } |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|