Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

External URLs

14 views
Skip to first unread message

Konstantine

unread,
Apr 22, 2008, 5:14:02 PM4/22/08
to
When I'm trying to set up external URLs for Exchange 2007 services, I get
this error:

[PS] C:\Documents and
Settings\Administrator.VANCOUVER>Set-OABVirtualDirectory -identity
"MAILBOX\OAB (Default Web Site)" -externalurl https://site.domain.com/OAB
-RequireSSL:$true

WARNING: An unexpected error has occurred and a Watson dump is being
generated:
The network path was not found.
Set-OabVirtualDirectory : The network path was not found.
At line:1 char:24
+ Set-OABVirtualDirectory <<<< -identity "MAILBOX\OAB (Default Web Site)"
-ext
ernalurl https://site.domain.com/OAB -RequireSSL:$true

"site.domain.com" is Outlook Anywhere listener in ISA 2006, which is in DNS
and resolvable from Exchange box.
I get the same error when I try to set external URL in Management Console,
too.
What can be the problem?

a@tleederbyshired.0.tc.0.m Lee Derbyshire [MVP]

unread,
Apr 22, 2008, 6:01:11 PM4/22/08
to
"Konstantine" <Konst...@discussions.microsoft.com> wrote in message
news:E0E061F8-58FD-47D9...@microsoft.com...

Try a Get-OabVirtualDirectory to confirm the list of the identities you are
allowed to use. Or even try piping it from the Get command;

Get-OabVirtualDirectory | Set-OabVirtualDirectory etc...............

Lee.

--
_______________________________________

Outlook Web Access for PDA, OWA For WAP:
www.leederbyshire.com
________________________________________


Konstantine

unread,
Apr 22, 2008, 10:53:00 PM4/22/08
to
Well, even if I try GUID as identity, it still doesn't work:

[PS] C:\Documents and
Settings\Administrator.VANCOUVER>Get-WebServicesVirtualDirectory


Name : EWS (Default Web Site)
InternalAuthenticationMethods : {Ntlm}
ExternalAuthenticationMethods : {Ntlm}
BasicAuthentication : False
DigestAuthentication : False
WindowsAuthentication : True
MetabasePath :
IIS://mailbox.stockgroup.local/W3SVC/1/ROOT/EWS
Path : D:\Program Files\Microsoft\Exchange
Server\Clie
ntAccess\exchweb\EWS
Server : MAILBOX
InternalUrl :
https://mailbox.stockgroup.local/EWS/Exchange.a
smx
ExternalUrl :
AdminDisplayName :
ExchangeVersion : 0.1 (8.0.535.0)
DistinguishedName : CN=EWS (Default Web
Site),CN=HTTP,CN=Protocols,
CN=MAILBOX,CN=Servers,CN=Exchange
Administrativ
e Group (FYDIBOHF23SPDLT),CN=Administrative
Gro
ups,CN=Stockgroup Media Inc,CN=Microsoft
Exchan

ge,CN=Services,CN=Configuration,DC=stockgroup,D
C=local
Identity : MAILBOX\EWS (Default Web Site)
Guid : 7006cd6f-b2b9-4eea-8e9b-779b3e3e4f38
ObjectCategory :
stockgroup.local/Configuration/Schema/ms-Exch-W
eb-Services-Virtual-Directory
ObjectClass : {top, msExchVirtualDirectory,
msExchWebServices
VirtualDirectory}
WhenChanged : 6/20/2007 10:01:15 AM
WhenCreated : 6/20/2007 10:01:08 AM
OriginatingServer : dc1.stockgroup.local
IsValid : True

And then:

[PS] C:\Documents and
Settings\Administrator.VANCOUVER>Set-WebServicesVirtualDirectory -Identity
7006cd6f-b2b9-4eea-8e9b-779b3e3e4f38 -ExternalUrl
https://site.domain.com/EWS/Exchange.asmx

WARNING: An unexpected error has occurred and a Watson dump is being
generated:

The network address is invalid.
Set-WebServicesVirtualDirectory : The network address is invalid.
At line:1 char:32
+ Set-WebServicesVirtualDirectory <<<< -Identity
7006cd6f-b2b9-4eea-8e9b-779b3e3e4f38 -ExternalUrl
https://site.domain.com/EWS/Exchange.asmx

I wonder, is it a problem with active directory?

a@tleederbyshired.0.tc.0.m Lee Derbyshire [MVP]

unread,
Apr 23, 2008, 4:56:06 AM4/23/08
to
Have you installed SP1? If so, you can try and configure this in the
console, instead of the shell. Might make a difference.

"Konstantine" <Konst...@discussions.microsoft.com> wrote in message

news:62F552C6-0D4F-4C57...@microsoft.com...

0 new messages