no free busy information could be retrieved

J

JS

Hello:

Having an issue with some users...trying to schedule meetings. Some get this
message while others are able to retireve free busy information?

No free busy information could be retrieved

Can anyone shed some light on this.

Thanks
 
G

Guest

I had similar issues, and this fix depends on how you've got it set up.

My issue was that I did not have an Internet MIME type set up to handle .vfb
files.

Here's how my setup goes:

Users publish their IFB info to a web site in Outlook to:
http://mydomain.com/freebusy/FirstLast.vfb

In the contact card on the "Details" tab that same URL is referenced in the
Internet free-busy address field.

I had to launch IIS admin for the server that hosted the
http://mydomian.com/freebusy virtual server, went to HTTP Headers tab and
added a mime type for extension ".vfb" and content type "text/calendar"

Voila! Free/Busy info populated on a remote system for that user.

Before going through the hassle of setting this up, you can test if this is
your problem by doing this:

throw the url to your users .vfb file into an internet browser, if you get a
404 then you need to add the MIME type, if you are prompted to download an
iCalendar file then your MIME type is configured properly and you've got
anothe problem. (more than likely a permissions problem on the ACL for the
file system location where your IFB info is stored or no anonymous access
allowed on the IIS VS)

I think the lack of a MIME entry in IIS is something new to IIS6 (I think
previous versions had it, but not sure) but I do know that Microsoft does not
post this information ANYWHERE, i found it from some obscure site 1:30am one
morning while trying to fix this very same issue.

Hey MVP's how bout a KB article on this?

Hope this helps
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top