General E Pist
Problem solved !
Using .\SQLEXPRESS instead of MPLIAM\SQLEXPRESS allowed the Management Studio to connect to the server.
I still do not understand what the problem was.
My 'host' machine is definitely 'MPLIAM'.
If I 'ping MPLIAM' from a Command Line prompt (as I believe I posted before), I receive the response:
Pinging MPLIAM [169.254.101.152] with 32 bytes of data:
Reply from 169.254.101.152: bytes=32 time<1ms TTL=128 Reply from 169.254.101.152: bytes=32 time<1ms TTL=128 Reply from 169.254.101.152: bytes=32 time<1ms TTL=128 Reply from 169.254.101.152: bytes=32 time<1ms TTL=128
Ping statistics for 169.254.101.152: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms
|
|
Further, MSDN provides C++ source code to determine the host machine name and volume. For those interested, see:
http://windowssdk.msdn.microsoft.com/en-us/library/ms738527.aspx
Running that program reveals
MPLIAM
3758647270
the host name and volume number respectively.
When Management Studio did connect (as noted above), the connection text box header has the following information:
Summary
.\SQLEXPRESS (SQL Server 9.0.1399 - MPLIAM\Michael B Pliam) MPLIAM\SQLEXPRESS 5 Items(s)
|
|
Mike, I want to thank you for your patience in helping me to solve this problem. If my tone at times appeared intemperant, it was simply my frustration at being unable to get this program to work. As is usually the case, it was probably my fault that things were awry. I must have changed something without being aware of it. Once things go bad, I have a tendency to start changing everything in sight instead of cautiously exploring the nature of the problem.
Regards