Hi,
I am trying to evaluate the SBS suite product. I have SBS 2003 R2 installed. The installation of the Management server went without a hitch and there are no errors in the log. The services all appear to be running. The problem is that I cannot log in to the Management Console. I get the error ‘The Reqeusted address is not valid in its context’. I am using the default user ‘Administrator’ with default password ‘admin’. There is no firewall running on the server and I don’t have ISA installed.
I’ve tried installing in my lab at home and it worked fine so I’m not sure what is different.
Hi Vik,
That worked Thank you very much ! Out of interest, why did I have to do this ? It worked fine in my lab. The only difference is I am not running R2 in the lab - is there a subtle difference at the networking level ?
Anyway, I am a happy camper and can now get on with the evaluation.
It may be because the reverse DNS lookup didn’t quite work (e.g. the .local suffix is invalid).
This is how the “detect servers” function works: it sends a UDP broadcast packet on the network, and waits for any responses. Whenever a server responds, the console gets its IP address. It then uses reverse DNS lookup to translate the IP address to a DNS name. This step doesn’t always work, though.
Have you tried using the host name without the domain specification? (e.g. “server” instead of “server.local”).
Obviously, the solution I proposed in the previous post (“localhost”) is not ideal as it only works if you run the console on the server itself (which is not really a normal situation - normally, the console is installed on your workstation).
Hi Vlk,
Yes, I tried the name without the domain but that did not work either. Actually, in this scenario the console probably will run on the server and I will access via VNC / Remote Desktop so it’s not really a problem. I will try installing a console on a workstation in the domain to see if it will work and let you know.
Yes, I tried the name without the domain but that did not work either.
Strange… one more question - does the server have more than one NIC? Maybe the AMS listener is binding to the other adapter (if there’s more than one).
Also, try using the IP address of the server. It should work, too.
Strange indeed. So the DNS name does not work but the IP address does?
And you can e.g. “ping” the server using the DNS name, right? (i.e. it resolves OK)
Hi Vlk,
Yes, I just checked and I can ping both the netbios name and full dns name from the server and also from the workstations on the network. It’s very odd. It’s a very ‘standard’ SBS installation - pretty much default out of the box.