I'm installed my first exchange 2007 server, the install for the Hub transport failed because of a known installation bug but I re-ran it from the command line with the /LegacyRoutingServer switch and it created the connectors between the two. The mail I try to send it stuck in the routing...
The problem seems to have started with our last w2k DC was demoted. Here's the offending section of Code:
Set objDomain = GetObject ("LDAP://mydc/RootDSE")
objADsPath = objDomain.Get("DefaultNamingContext")
Set objDomain = Nothing
Set con = Server.CreateObject("ADODB.Connection")
Set Com =...
I have this sample ASP program that:
1) Binds to an AD user object
2) Displays the property count
3) Displays the property Names with their Values
4) Displays the property Names only
When run from a client browser, it's only able to display a few
property values (telephoneNumber, cn...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.