From: Edita on
we created the certificate internally...
maybe we could remove all certificates and start over....

"Ed Crowley [MVP]" wrote:

> Okay, what you did is correct for external authentication, except that I've
> heard that it's best to include webmail.ourpublicdomain.rs as the first SAN
> (-DomainName) in the list. But I'm not sure that not doing would be causing
> you the problems you're seeing.
>
> Is this certificate one that you requested from a public certificate
> authority or did you generate it internally?
>
> The InternalNLBBypassURL is only required for multiple-site situations to
> help users get to the correct site as their mailbox server. See this:
> http://msdn.microsoft.com/en-us/library/bb856576.aspx. The way yours is
> configured doesn't appear to me to be a problem even in that case.
>
>
> --
> Ed Crowley MVP
> "There are seldom good technological solutions to behavioral problems."
> ..
>
> "Edita" <Edita(a)discussions.microsoft.com> wrote in message
> news:F167789D-56F4-432D-9583-C6AC8609B0B5(a)microsoft.com...
> > this is the command we used:
> >
> > New-ExchangeCertificate -GenerateRequest -Path
> > c:\webmail_ourpublicdomain_rs.csr -KeySize 1024 -SubjectName "c=RS,
> > s=Serbia,
> > l=Belgrade, o=Test, ou=It, cn=webmail.ourpublicdomain.rs" -DomainName
> > srvhub,
> > srvhub.test.com, autodiscover.test.com -PrivateKeyExportable $True
> >
> > and as you can see srvhub.test.com is not the name we used. we used the
> > name
> > which we want to use as a link for owa.
> >
> > "Ed Crowley [MVP]" wrote:
> >
> >> Can you post the PowerShell command you used to request the certificate?
> >> Does the certificate have the name srvhub.test.com as its subject name
> >> and/or as a SAN?
> >> --
> >> Ed Crowley MVP
> >> "There are seldom good technological solutions to behavioral problems."
> >> ..
> >>
> >> "Edita" <Edita(a)discussions.microsoft.com> wrote in message
> >> news:94ED1736-FFE0-436F-831C-E951C73508A7(a)microsoft.com...
> >> > yes we did. is there some advanced logging option which we can use to
> >> > troubleshoot this problem because all the logs are clear for now and
> >> > everything looks ok and we are still getting the same error message
> >> >
> >> > "Ed Crowley [MVP]" wrote:
> >> >
> >> >> Did you use the Exchange 2007 PowerShell commands to request, import
> >> >> and
> >> >> enable the certificates?
> >> >> --
> >> >> Ed Crowley MVP
> >> >> "There are seldom good technological solutions to behavioral
> >> >> problems."
> >> >> ..
> >> >>
> >> >> "Edita" <Edita(a)discussions.microsoft.com> wrote in message
> >> >> news:6ADABB3F-CEB6-4FD7-87EF-1A1745456E3A(a)microsoft.com...
> >> >> > test.com is my email domain and i have this problem inside my lan
> >> >> > (did't
> >> >> > try
> >> >> > from external). i have created autodiscover.test.com in my dns. I
> >> >> > think(not
> >> >> > sure though) that this is a certificate issue, because after initial
> >> >> > exchange
> >> >> > deployment out of office was functional but while we tried to
> >> >> > configure
> >> >> > owa
> >> >> > we created a few certificates because we couldnt make it on first
> >> >> > attempt
> >> >> > and
> >> >> > after that oof stopped working
> >> >> >
> >> >> > "Ed Crowley [MVP]" wrote:
> >> >> >
> >> >> >> Is test.com your e-mail domain? Is this problem happening both
> >> >> >> inside
> >> >> >> and
> >> >> >> outside your local area network? Do you have a DNS entry for
> >> >> >> autodiscover.test.com (if test.com is your e-mail domain)?
> >> >> >> --
> >> >> >> Ed Crowley MVP
> >> >> >> "There are seldom good technological solutions to behavioral
> >> >> >> problems."
> >> >> >> ..
> >> >> >>
> >> >> >> "Edita" <Edita(a)discussions.microsoft.com> wrote in message
> >> >> >> news:DB5CD1AB-993C-4B6D-A73A-F04D333B4E33(a)microsoft.com...
> >> >> >> > Authentication settings for EWS virtual directory are: Basic -
> >> >> >> > Enabled
> >> >> >> > and
> >> >> >> > Windows - Enabled:
> >> >> >> >
> >> >> >> > here is the result of the Get-WebServicesVirtualDirectory |
> >> >> >> > Format-List
> >> >> >> > command:
> >> >> >> >
> >> >> >> > InternalNLBBypassUrl : https://srvhub/EWS/Exchange.asmx
> >> >> >> > Name : EWS (Default Web Site)
> >> >> >> > InternalAuthenticationMethods : {Basic, Ntlm, WindowsIntegrated}
> >> >> >> > ExternalAuthenticationMethods : {Basic, Ntlm, WindowsIntegrated}
> >> >> >> > BasicAuthentication : True
> >> >> >> > DigestAuthentication : False
> >> >> >> > WindowsAuthentication : True
> >> >> >> > MetabasePath :
> >> >> >> > IIS://SrvHub.test.COM/W3SVC/1/ROOT/EWS
> >> >> >> > Path :
> >> >> >> > D:\Exchange\ClientAccess\exchweb\EWS
> >> >> >> > Server : SRVHUB
> >> >> >> > InternalUrl :
> >> >> >> > https://srvhub.test.com/EWS/Exchange.asmx
> >> >> >> > ExternalUrl :
> >> >> >> > AdminDisplayName :
> >> >> >> > ExchangeVersion : 0.1 (8.0.535.0)
> >> >> >> > DistinguishedName : CN=EWS (Default Web
> >> >> >> > Site),CN=HTTP,CN=Protocols,CN=SRVHUB,CN=Servers,CN=Exchange
> >> >> >> > Administrative
> >> >> >> > Group (FYDIBOHF23SPDLT),CN=Administrative
> >> >> >> > Groups,CN=Exchange,CN=Microsoft
> >> >> >> > Exchange,CN=Services,CN=Configuration,DC=HVBYU,DC=com
> >> >> >> > Identity : SRVHUB\EWS (Default Web Site)
> >> >> >> > Guid :
> >> >> >> > 5ab1241f-2537-42da-ac10-6fa90d02a9d9
> >> >> >> > ObjectCategory :
> >> >> >> > TEST.com/Configuration/Schema/ms-Exch-Web-Services-Virtual-Directory
> >> >> >> > ObjectClass : {top, msExchVirtualDirectory,
> >> >> >> > msExchWebServicesVirtualDirectory}
> >> >> >> > WhenChanged : 8/28/2009 12:16:57 PM
> >> >> >> > WhenCreated : 7/29/2009 8:01:10 PM
> >> >> >> > OriginatingServer : SRVDCXXX.HVBYU.COM
> >> >> >> > IsValid : True
> >> >> >> >
> >> >> >> > I noticed that InternalNLBBypassUrl and InternalUrl don't match.
> >> >> >> > could
> >> >> >> > that
> >> >> >> > be an issue?
> >> >> >> >
> >> >> >> >
> >> >> >> >
> >> >> >> > "Ed Crowley [MVP]" wrote:
> >> >> >> >
> >> >> >> >> In IIS manager, check the EWS virtual directory's authentication
> >> >> >> >> settings,
> >> >> >> >> and also check the settings when you run:
> >> >> >> >>
> >> >> >> >> Get-WebServicesVirtualDirectory | Format-List
> >> >> >> >> --
> >> >> >> >> Ed Crowley MVP
> >> >> >> >> "There are seldom good technological solutions to behavioral
> >> >> >> >> problems."
> >> >> >> >> ..
> >> >> >> >>
> >> >> >> >> "Edita" <Edita(a)discussions.microsoft.com> wrote in message
> >> >> >> >> news:95640382-2B15-4D8B-B2CB-0BDF1DEB8E46(a)microsoft.com...
> >> >> >> >> > Hi!
> >> >> >> >> >
> >> >> >> >> > After introducing Exchange 2007 into Exchange2003 environment
> >> >> >> >> > i
> >> >> >> >> > have
> >> >> >> >> > noticed
> >> >> >> >> > that users of outlook 2007 cannot use OOF. Error which appears
> >> >> >> >> > is:
> >> >> >> >> > "Your
> >> >> >> >> > Out
> >> >> >> >> > of Office settings cannot be displayed, because the server
> >> >> >> >> > currently
> >> >> >> >> > unavailable. Try again later. „After some searching i found
> >> >> >> >> > that
> >> >> >> >> > my
> >> >> >> >> > autodiscover service wasn't working so i managed to fix that
> >> >> >> >> > and
> >> >> >> >> > now
> >> >> >> >> > all
> >> >> >> >> > my
> >> >> >> >> > logs are clear (autodiscover succeeded) but i am still getting
> >> >> >> >> > the
> >> >> >> >> > same
> >> >> >> >> > error
> >> >> >> >> > message.
> >> >> >> >> >
> >> >> >> >> > this is XML from testautoconfiguration:
> >> >> >> >> > <?xml version="1.0" encoding="utf-8"?>
> >> >> >> >> > <Autodiscover
> >> >> >> >> > xmlns="http://schemas.microsoft.com/exchange/autodiscover/responseschema/2006">
> >> >> >> >> > <Response
> >> >> >> >> > xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a">
> >> >> >> >> > <User>
> >> >> >> >> > <DisplayName>TEST USER</DisplayName>
> >> >> >> >> > <LegacyDN>/o=CREDITANSTALT/ou=YU/cn=RECIPIENTS/cn=TEST
> >> >> >> >> > USER</LegacyDN>
> >> >> >> >> >
> >> >> >> >> > <DeploymentId>d1b9f6c6-a55b-4f68-b708-d8f7cb0fa7a3</DeploymentId>
> >> >> >> >> > </User>
> >> >> >> >> > <Account>
> >> >> >> >> > <AccountType>email</AccountType>
> >> >> >> >> > <Action>settings</Action>
> >> >> >> >> > <Protocol>
> >> >> >> >> > <Type>EXCH</Type>
> >> >> >> >> > <Server>CMS.TEST.COM</Server>
> >> >> >> >> > <ServerDN>/o=Creditanstalt/ou=Exchange Administrative
> >> >> >> >> > Group
> >> >> >> >> > (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=CMS</ServerDN>
> >> >> >> >> > <ServerVersion>720180F0</ServerVersion>
> >> >> >> >> > <MdbDN>/o=Creditanstalt/ou=Exchange Administrative
> >> >> >> >> > Group
> >> >> >> >> > (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=CMS/cn=Microsoft
> >> >> >> >> > Private
> >> >> >> >> > MDB</MdbDN>
> >> >> >> >> > <PublicFolderServer>ex.TEST.COM</PublicFolderServer>
> >> >> >> >> > <AD>Srvdctest.TEST.COM</AD>
> >> >> >> >> >
> >> >> >> >> > <ASUrl>https://srvhub.test.com/EWS/Exchange.asmx</ASUrl>
> >> >> >> >> >
> >> >> >> >> > <EwsUrl>https://srvhub.test.com/EWS/Exchange.asmx</EwsUrl>
> >> >> >> >> >
> >> >> >> >> > <OOFUrl>https://srvhub.test.com/EWS/Exchange.asmx</OOFUrl>
> >> >> >> >> >
> >> >> >> >> > <UMUrl>https://srvhub.test.com/UnifiedMessaging/Service.asmx</UMUrl>
> >> >> >> >> > </Protocol>
> >> >> >> >> > <Protocol>
> >> >> >> >> > <Type>WEB</Type>
> >> >> >> >> > <External>
> >> >> >> >> > <OWAUrl
> >> >> >> >> > AuthenticationMethod="Fba">https://webmail.testgroup.rs/owa</OWAUrl>
> >> >> >> >> > </External>
> >> >> >> >> > <Internal>
> >> >> >> >> > <OWAUrl AuthenticationMethod="Basic, Ntlm,
> >> >> >> >> > WindowsIntegrated">https://srvhub.test.com/owa</OWAUrl>
> >> >> >> >> > <Protocol>
> >> >> >> >> > <Type>EXCH</Type>
> >> >> >> >> >
> >> >> >> >> > <ASUrl>https://srvhub.test.com/EWS/Exchange.asmx</ASUrl>
> >> >> >> >> > </Protocol>
> >> >> >> >> > </Internal>
> >> >> >> >> > </Protocol>
> >> >> >> >> > </Account>
> >> >> >> >> > </Response>
> >> >> >> >> > </Autodiscover>
> >> >> >> >> >
> >> >> >> >> > and this is a part from olkdisc.log:
> >> >> >> >> >
> >> >> >> >> > 9092 239930406 08/28/09 09:33:33 Autodiscover to
> >> >> >> >> > https://srvhub.test.com/autodiscover/autodiscover.xml
> >> >> >> >> > succeeded
> >> >> >> >> > (0x00000000)
> >> >> >> >> > 10084 239939296 08/28/09 09:33:42 Starting AD lookup for
> >> >> >> >> > e-mail
> >> >> >> >> > address
> >> >> >> >> > 10084 239939578 08/28/09 09:33:43 AD lookup for e-mail address
> >> >> >> >> > succeeded
> >> >> >> >> > (0x00000000)
> >> >> >> >> > 9252 239946531 08/28/09 09:33:50 Attempting URL
> >> >> >> >> > https://srvhub.test.com/autodiscover/autodiscover.xml found
> >> >> >> >> > through
> >> >> >> >> > SCP
> >> >> >> >> > 9252 239946531 08/28/09 09:33:50 Autodiscover to
> >> >> >> >> > https://srvhub.test.com/autodiscover/autodiscover.xml starting
> >> >> >> >> > 9252 239946546 08/28/09 09:33:50 Autodiscover XML Received
> >> >> >> >> > ---BEGIN XML---
> >> >> >> >> > <?xml version="1.0" encoding="utf-8"?>
> >> >> >> >> > <Autodiscover
> >> >> >> >> > xmlns="http://schemas.microsoft.com/exchange/autodiscover/responseschema/2006">
> >> >> >> >> > <Response
> >> >> >> >> > xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a">
> >> >> >> >> > <User>
> >> >> >> >> > <DisplayName>TEST USER</DisplayName>
> >> >> >> >> > <LegacyDN>/o=CREDITANSTALT/ou=YU/cn=RECIPIENTS/cn=TEST
> >> >> >> >> > USER</LegacyDN>
> >> >> >> >> >
> >> >> >> >> > <DeploymentId>d1b9f6c6-a55b-4f68-b708-d8f7cb0fa7a3</DeploymentId>
> >> >> >> >> > </User>
> >> >> >> >> > <Account>
> >> >> >> >> > <AccountType>email</AccountType>
> >> >> >> >> > <Action>settings</Action>
> >> >> >> >> > <Protocol>
> >> >> >> >> > <Type>EXCH</Type>
> >> >> >> >> > <Server>CMS.TEST.COM</Server>
> >> >> >> >> > <ServerDN>/o=Creditanstalt/ou=Exchange Administrative
> >> >> >> >> > Group
> >> >> >> >> > (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=CMS</ServerDN>
> >> >> >> >> > <ServerVersion>720180F0</ServerVersion>
> >> >> >> >> > <MdbDN>/o=Creditanstalt/ou=Exchange Administrative
> >> >> >> >> > Group
> >> >> >> >> > (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=CMS/cn=Microsoft
> >> >> >> >> > Private
> >> >> >> >> > MDB</MdbDN>
> >> >> >> >> > <PublicFolderServer>ex.TEST.COM</PublicFolderServer>
> >> >> >> >> > <AD>Srvdctest.TEST.COM</AD>
> >> >> >> >> >
> >> >> >> >> > <ASUrl>https://srvhub.test.com/EWS/Exchange.asmx</ASUrl>
> >> >> >> >> >
> >> >> >> >> > <EwsUrl>https://srvhub.test.com/EWS/Exchange.asmx</EwsUrl>
> >> >> >> >> >
> >> >> >> >> > <OOFUrl>https://srvhub.test.com/EWS/Exchange.asmx</OOFUrl>
> >> >> >> >> >
From: Ed Crowley [MVP] on
Okay, if you created the certificate internally and you are using it
internally, the -SubjectName should be your internal name. Is the internal
CA an enterprise CA? That is, does AD push out the root certificate
automatically? If not, consider either creating a new CA that is an
enterprise CA (it's really convenient that way), or ensure that the root
certificate for the CA is manually installed on client machines.
--
Ed Crowley MVP
"There are seldom good technological solutions to behavioral problems."
..

"Edita" <Edita(a)discussions.microsoft.com> wrote in message
news:A905CFC2-80D0-4C9A-AD52-D01E957915AE(a)microsoft.com...
> we created the certificate internally...
> maybe we could remove all certificates and start over....
>
> "Ed Crowley [MVP]" wrote:
>
>> Okay, what you did is correct for external authentication, except that
>> I've
>> heard that it's best to include webmail.ourpublicdomain.rs as the first
>> SAN
>> (-DomainName) in the list. But I'm not sure that not doing would be
>> causing
>> you the problems you're seeing.
>>
>> Is this certificate one that you requested from a public certificate
>> authority or did you generate it internally?
>>
>> The InternalNLBBypassURL is only required for multiple-site situations to
>> help users get to the correct site as their mailbox server. See this:
>> http://msdn.microsoft.com/en-us/library/bb856576.aspx. The way yours is
>> configured doesn't appear to me to be a problem even in that case.
>>
>>
>> --
>> Ed Crowley MVP
>> "There are seldom good technological solutions to behavioral problems."
>> ..
>>
>> "Edita" <Edita(a)discussions.microsoft.com> wrote in message
>> news:F167789D-56F4-432D-9583-C6AC8609B0B5(a)microsoft.com...
>> > this is the command we used:
>> >
>> > New-ExchangeCertificate -GenerateRequest -Path
>> > c:\webmail_ourpublicdomain_rs.csr -KeySize 1024 -SubjectName "c=RS,
>> > s=Serbia,
>> > l=Belgrade, o=Test, ou=It, cn=webmail.ourpublicdomain.rs" -DomainName
>> > srvhub,
>> > srvhub.test.com, autodiscover.test.com -PrivateKeyExportable $True
>> >
>> > and as you can see srvhub.test.com is not the name we used. we used the
>> > name
>> > which we want to use as a link for owa.
>> >
>> > "Ed Crowley [MVP]" wrote:
>> >
>> >> Can you post the PowerShell command you used to request the
>> >> certificate?
>> >> Does the certificate have the name srvhub.test.com as its subject name
>> >> and/or as a SAN?
>> >> --
>> >> Ed Crowley MVP
>> >> "There are seldom good technological solutions to behavioral
>> >> problems."
>> >> ..
>> >>
>> >> "Edita" <Edita(a)discussions.microsoft.com> wrote in message
>> >> news:94ED1736-FFE0-436F-831C-E951C73508A7(a)microsoft.com...
>> >> > yes we did. is there some advanced logging option which we can use
>> >> > to
>> >> > troubleshoot this problem because all the logs are clear for now and
>> >> > everything looks ok and we are still getting the same error message
>> >> >
>> >> > "Ed Crowley [MVP]" wrote:
>> >> >
>> >> >> Did you use the Exchange 2007 PowerShell commands to request,
>> >> >> import
>> >> >> and
>> >> >> enable the certificates?
>> >> >> --
>> >> >> Ed Crowley MVP
>> >> >> "There are seldom good technological solutions to behavioral
>> >> >> problems."
>> >> >> ..
>> >> >>
>> >> >> "Edita" <Edita(a)discussions.microsoft.com> wrote in message
>> >> >> news:6ADABB3F-CEB6-4FD7-87EF-1A1745456E3A(a)microsoft.com...
>> >> >> > test.com is my email domain and i have this problem inside my lan
>> >> >> > (did't
>> >> >> > try
>> >> >> > from external). i have created autodiscover.test.com in my dns. I
>> >> >> > think(not
>> >> >> > sure though) that this is a certificate issue, because after
>> >> >> > initial
>> >> >> > exchange
>> >> >> > deployment out of office was functional but while we tried to
>> >> >> > configure
>> >> >> > owa
>> >> >> > we created a few certificates because we couldnt make it on first
>> >> >> > attempt
>> >> >> > and
>> >> >> > after that oof stopped working
>> >> >> >
>> >> >> > "Ed Crowley [MVP]" wrote:
>> >> >> >
>> >> >> >> Is test.com your e-mail domain? Is this problem happening both
>> >> >> >> inside
>> >> >> >> and
>> >> >> >> outside your local area network? Do you have a DNS entry for
>> >> >> >> autodiscover.test.com (if test.com is your e-mail domain)?
>> >> >> >> --
>> >> >> >> Ed Crowley MVP
>> >> >> >> "There are seldom good technological solutions to behavioral
>> >> >> >> problems."
>> >> >> >> ..
>> >> >> >>
>> >> >> >> "Edita" <Edita(a)discussions.microsoft.com> wrote in message
>> >> >> >> news:DB5CD1AB-993C-4B6D-A73A-F04D333B4E33(a)microsoft.com...
>> >> >> >> > Authentication settings for EWS virtual directory are: Basic -
>> >> >> >> > Enabled
>> >> >> >> > and
>> >> >> >> > Windows - Enabled:
>> >> >> >> >
>> >> >> >> > here is the result of the Get-WebServicesVirtualDirectory |
>> >> >> >> > Format-List
>> >> >> >> > command:
>> >> >> >> >
>> >> >> >> > InternalNLBBypassUrl :
>> >> >> >> > https://srvhub/EWS/Exchange.asmx
>> >> >> >> > Name : EWS (Default Web Site)
>> >> >> >> > InternalAuthenticationMethods : {Basic, Ntlm,
>> >> >> >> > WindowsIntegrated}
>> >> >> >> > ExternalAuthenticationMethods : {Basic, Ntlm,
>> >> >> >> > WindowsIntegrated}
>> >> >> >> > BasicAuthentication : True
>> >> >> >> > DigestAuthentication : False
>> >> >> >> > WindowsAuthentication : True
>> >> >> >> > MetabasePath :
>> >> >> >> > IIS://SrvHub.test.COM/W3SVC/1/ROOT/EWS
>> >> >> >> > Path :
>> >> >> >> > D:\Exchange\ClientAccess\exchweb\EWS
>> >> >> >> > Server : SRVHUB
>> >> >> >> > InternalUrl :
>> >> >> >> > https://srvhub.test.com/EWS/Exchange.asmx
>> >> >> >> > ExternalUrl :
>> >> >> >> > AdminDisplayName :
>> >> >> >> > ExchangeVersion : 0.1 (8.0.535.0)
>> >> >> >> > DistinguishedName : CN=EWS (Default Web
>> >> >> >> > Site),CN=HTTP,CN=Protocols,CN=SRVHUB,CN=Servers,CN=Exchange
>> >> >> >> > Administrative
>> >> >> >> > Group (FYDIBOHF23SPDLT),CN=Administrative
>> >> >> >> > Groups,CN=Exchange,CN=Microsoft
>> >> >> >> > Exchange,CN=Services,CN=Configuration,DC=HVBYU,DC=com
>> >> >> >> > Identity : SRVHUB\EWS (Default Web Site)
>> >> >> >> > Guid :
>> >> >> >> > 5ab1241f-2537-42da-ac10-6fa90d02a9d9
>> >> >> >> > ObjectCategory :
>> >> >> >> > TEST.com/Configuration/Schema/ms-Exch-Web-Services-Virtual-Directory
>> >> >> >> > ObjectClass : {top, msExchVirtualDirectory,
>> >> >> >> > msExchWebServicesVirtualDirectory}
>> >> >> >> > WhenChanged : 8/28/2009 12:16:57 PM
>> >> >> >> > WhenCreated : 7/29/2009 8:01:10 PM
>> >> >> >> > OriginatingServer : SRVDCXXX.HVBYU.COM
>> >> >> >> > IsValid : True
>> >> >> >> >
>> >> >> >> > I noticed that InternalNLBBypassUrl and InternalUrl don't
>> >> >> >> > match.
>> >> >> >> > could
>> >> >> >> > that
>> >> >> >> > be an issue?
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > "Ed Crowley [MVP]" wrote:
>> >> >> >> >
>> >> >> >> >> In IIS manager, check the EWS virtual directory's
>> >> >> >> >> authentication
>> >> >> >> >> settings,
>> >> >> >> >> and also check the settings when you run:
>> >> >> >> >>
>> >> >> >> >> Get-WebServicesVirtualDirectory | Format-List
>> >> >> >> >> --
>> >> >> >> >> Ed Crowley MVP
>> >> >> >> >> "There are seldom good technological solutions to behavioral
>> >> >> >> >> problems."
>> >> >> >> >> ..
>> >> >> >> >>
>> >> >> >> >> "Edita" <Edita(a)discussions.microsoft.com> wrote in message
>> >> >> >> >> news:95640382-2B15-4D8B-B2CB-0BDF1DEB8E46(a)microsoft.com...
>> >> >> >> >> > Hi!
>> >> >> >> >> >
>> >> >> >> >> > After introducing Exchange 2007 into Exchange2003
>> >> >> >> >> > environment
>> >> >> >> >> > i
>> >> >> >> >> > have
>> >> >> >> >> > noticed
>> >> >> >> >> > that users of outlook 2007 cannot use OOF. Error which
>> >> >> >> >> > appears
>> >> >> >> >> > is:
>> >> >> >> >> > "Your
>> >> >> >> >> > Out
>> >> >> >> >> > of Office settings cannot be displayed, because the server
>> >> >> >> >> > currently
>> >> >> >> >> > unavailable. Try again later. „After some searching i found
>> >> >> >> >> > that
>> >> >> >> >> > my
>> >> >> >> >> > autodiscover service wasn't working so i managed to fix
>> >> >> >> >> > that
>> >> >> >> >> > and
>> >> >> >> >> > now
>> >> >> >> >> > all
>> >> >> >> >> > my
>> >> >> >> >> > logs are clear (autodiscover succeeded) but i am still
>> >> >> >> >> > getting
>> >> >> >> >> > the
>> >> >> >> >> > same
>> >> >> >> >> > error
>> >> >> >> >> > message.
>> >> >> >> >> >
>> >> >> >> >> > this is XML from testautoconfiguration:
>> >> >> >> >> > <?xml version="1.0" encoding="utf-8"?>
>> >> >> >> >> > <Autodiscover
>> >> >> >> >> > xmlns="http://schemas.microsoft.com/exchange/autodiscover/responseschema/2006">
>> >> >> >> >> > <Response
>> >> >> >> >> > xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a">
>> >> >> >> >> > <User>
>> >> >> >> >> > <DisplayName>TEST USER</DisplayName>
>> >> >> >> >> > <LegacyDN>/o=CREDITANSTALT/ou=YU/cn=RECIPIENTS/cn=TEST
>> >> >> >> >> > USER</LegacyDN>
>> >> >> >> >> >
>> >> >> >> >> > <DeploymentId>d1b9f6c6-a55b-4f68-b708-d8f7cb0fa7a3</DeploymentId>
>> >> >> >> >> > </User>
>> >> >> >> >> > <Account>
>> >> >> >> >> > <AccountType>email</AccountType>
>> >> >> >> >> > <Action>settings</Action>
>> >> >> >> >> > <Protocol>
>> >> >> >> >> > <Type>EXCH</Type>
>> >> >> >> >> > <Server>CMS.TEST.COM</Server>
>> >> >> >> >> > <ServerDN>/o=Creditanstalt/ou=Exchange
>> >> >> >> >> > Administrative
>> >> >> >> >> > Group
>> >> >> >> >> > (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=CMS</ServerDN>
>> >> >> >> >> > <ServerVersion>720180F0</ServerVersion>
>> >> >> >> >> > <MdbDN>/o=Creditanstalt/ou=Exchange Administrative
>> >> >> >> >> > Group
>> >> >> >> >> > (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=CMS/cn=Microsoft
>> >> >> >> >> > Private
>> >> >> >> >> > MDB</MdbDN>
>> >> >> >> >> > <PublicFolderServer>ex.TEST.COM</PublicFolderServer>
>> >> >> >> >> > <AD>Srvdctest.TEST.COM</AD>
>> >> >> >> >> >
>> >> >> >> >> > <ASUrl>https://srvhub.test.com/EWS/Exchange.asmx</ASUrl>
>> >> >> >> >> >
>> >> >> >> >> > <EwsUrl>https://srvhub.test.com/EWS/Exchange.asmx</EwsUrl>
>> >> >> >> >> >
>> >> >> >> >> > <OOFUrl>https://srvhub.test.com/EWS/Exchange.asmx</OOFUrl>
>> >> >> >> >> >
>> >> >> >> >> > <UMUrl>https://srvhub.test.com/UnifiedMessaging/Service.asmx</UMUrl>
>> >> >> >> >> > </Protocol>
>> >> >> >> >> > <Protocol>
>> >> >> >> >> > <Type>WEB</Type>
>> >> >> >> >> > <External>
>> >> >> >> >> > <OWAUrl
>> >> >> >> >> > AuthenticationMethod="Fba">https://webmail.testgroup.rs/owa</OWAUrl>
>> >> >> >> >> > </External>
>> >> >> >> >> > <Internal>
>> >> >> >> >> > <OWAUrl AuthenticationMethod="Basic, Ntlm,
>> >> >> >> >> > WindowsIntegrated">https://srvhub.test.com/owa</OWAUrl>
>> >> >> >> >> > <Protocol>
>> >> >> >> >> > <Type>EXCH</Type>
>> >> >> >> >> >
>> >> >> >> >> > <ASUrl>https://srvhub.test.com/EWS/Exchange.asmx</ASUrl>
>> >> >> >> >> > </Protocol>
>> >> >> >> >> > </Internal>
>> >> >> >> >> > </Protocol>
>> >> >> >> >> > </Account>
>> >> >> >> >> > </Response>
>> >> >> >> >> > </Autodiscover>
>> >> >> >> >> >
>> >> >> >> >> > and this is a part from olkdisc.log:
>> >> >> >> >> >
>> >> >> >> >> > 9092 239930406 08/28/09 09:33:33 Autodiscover to
>> >> >> >> >> > https://srvhub.test.com/autodiscover/autodiscover.xml
>> >> >> >> >> > succeeded
>> >> >> >> >> > (0x00000000)
>> >> >> >> >> > 10084 239939296 08/28/09 09:33:42 Starting AD lookup for
>> >> >> >> >> > e-mail
>> >> >> >> >> > address
>> >> >> >> >> > 10084 239939578 08/28/09 09:33:43 AD lookup for e-mail
>> >> >> >> >> > address
>> >> >> >> >> > succeeded
>> >> >> >> >> > (0x00000000)
>> >> >> >> >> > 9252 239946531 08/28/09 09:33:50 Attempting URL
>> >> >> >> >> > https://srvhub.test.com/autodiscover/autodiscover.xml found
>> >> >> >> >> > through
>> >> >> >> >> > SCP
>> >> >> >> >> > 9252 239946531 08/28/09 09:33:50 Autodiscover to
>> >> >> >> >> > https://srvhub.test.com/autodiscover/autodiscover.xml
>> >> >> >> >> > starting
>> >> >> >> >> > 9252 239946546 08/28/09 09:33:50 Autodiscover XML Received
>> >> >> >> >> > ---BEGIN XML---
>> >> >> >> >> > <?xml version="1.0" encoding="utf-8"?>
>> >> >> >> >> > <Autodiscover
>> >> >> >> >> > xmlns="http://schemas.microsoft.com/exchange/autodiscover/responseschema/2006">
>> >> >> >> >> > <Response
>> >> >> >> >> > xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a">
>> >> >> >> >> > <User>
>> >> >> >> >> > <DisplayName>TEST USER</DisplayName>
>> >> >> >> >> > <LegacyDN>/o=CREDITANSTALT/ou=YU/cn=RECIPIENTS/cn=TEST
>> >> >> >> >> > USER</LegacyDN>
>> >> >> >> >> >
>> >> >> >> >> > <DeploymentId>d1b9f6c6-a55b-4f68-b708-d8f7cb0fa7a3</DeploymentId>
>> >> >> >> >> > </User>
>> >> >> >> >> > <Account>
>> >> >> >> >> > <AccountType>email</AccountType>
>> >> >> >> >> > <Action>settings</Action>
>> >> >> >> >> > <Protocol>
>> >> >> >> >> > <Type>EXCH</Type>
>> >> >> >> >> > <Server>CMS.TEST.COM</Server>
>> >> >> >> >> > <ServerDN>/o=Creditanstalt/ou=Exchange
>> >> >> >> >> > Administrative
>> >> >> >> >> > Group
>> >> >> >> >> > (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=CMS</ServerDN>
>> >> >> >> >> > <ServerVersion>720180F0</ServerVersion>
>> >> >> >> >> > <MdbDN>/o=Creditanstalt/ou=Exchange Administrative
>> >> >> >> >> > Group
>> >> >> >> >> > (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=CMS/cn=Microsoft
>> >> >> >> >> > Private
>> >> >> >> >> > MDB</MdbDN>
>> >> >> >> >> > <PublicFolderServer>ex.TEST.COM</PublicFolderServer>
>> >> >> >> >> > <AD>Srvdctest.TEST.COM</AD>
>> >> >> >> >> >
>> >> >> >> >> > <ASUrl>https://srvhub.test.com/EWS/Exchange.asmx</ASUrl>
>> >> >> >> >> >
>> >> >> >> >> > <EwsUrl>https://srvhub.test.com/EWS/Exchange.asmx</EwsUrl>
>> >> >> >> >> >
>> >> >> >> >> > <OOFUrl>https://srvhub.test.com/EWS/Exchange.asmx</OOFUrl>
>> >> >> >> >> >