CardDav Error 600

Discussion forum for Enterprise Edition.
Post Reply
Matth
Posts: 133
Joined: Fri Nov 08, 2002 8:34 am
Location: Hong Kong

CardDav Error 600

Post by Matth »

I am having troubles with an Android client that tries to sync contacts. It keeps getting the below error message.

The .VCF file does exist. The debug log is as below.

What else could I try to get this working?

Code: Select all

10/29/21 18:40:02	{2232} User username@domain.com granted F access to resource SF:domain.com/username/Contacts
10/29/21 18:40:02	{2232} Received AutoDiscover Request.
Headers:
/dav/addressbooks/user/username@domain.com/Contacts/4C86A519BD2B490EA695B27A6F3015C1.VCF
Data:
10/29/21 18:40:02	{2232} AutoDiscover request parse failure.10/29/21 18:40:02	{2232} Sending AutoDiscover Response:
<Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/mobilesync/responseschema/2006">
<Response>
<Error><ErrorCode>600</ErrorCode>
</Error></Response>
</Autodiscover>10/29/21 18:40:02	{2232} (Debug) [0] end of conversation
When I try to access the URL in a browser then I get the response below:

https://autodiscover.domain.com:8443/dav/addressbooks/user/username@domain.com/Contacts/4FEC7146F69645BAB3B55A07CD7300F5.VCF

Code: Select all

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Autodiscover>
<Response>
<Error>
<ErrorCode>600</ErrorCode>
</Error>
</Response>
</Autodiscover>

MailEnable-Ian
Site Admin
Posts: 9738
Joined: Mon Mar 22, 2004 4:44 am
Location: Melbourne, Victoria, Australia

Re: CardDav Error 600

Post by MailEnable-Ian »

Hi,

Have you enabled the option to Publish the CalDAV/CardDAV service to IIS?

https://www.mailenable.com/documentation/10.0/Enterprise/Synhronization_-_CalDAV.html
Regards,

Ian Margarone
MailEnable Support

Matth
Posts: 133
Joined: Fri Nov 08, 2002 8:34 am
Location: Hong Kong

Re: CardDav Error 600

Post by Matth »

Yes, I did have selected that option.

MailEnable-Ian
Site Admin
Posts: 9738
Joined: Mon Mar 22, 2004 4:44 am
Location: Melbourne, Victoria, Australia

Re: CardDav Error 600

Post by MailEnable-Ian »

Hi,

Can you try http://IP address:port/dav/addressbooks/user/username@domain.com/Contacts/4FEC7146F69645BAB3B55A07CD7300F5.VCF
Regards,

Ian Margarone
MailEnable Support

Matth
Posts: 133
Joined: Fri Nov 08, 2002 8:34 am
Location: Hong Kong

Re: CardDav Error 600

Post by Matth »

Hmm, it somehow is working now.

Post Reply