Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Clustering > Environment.MachineName does not return my clustered MSMQ network

Reply
Thread Tools Display Modes

Environment.MachineName does not return my clustered MSMQ network

 
 
aw
Guest
Posts: n/a

 
      02-28-2009
In my clustered MSMQ group, I added a general service resource which is a
COM+ app run as a NT service. "Use Network Name for Computer Name" is ticked.
For a testing purpose, there is only one method with one line:
return Environment.MachineName.ToString();
However, it only returns the local node machine name, not the MSMQ virtual
network name.

Tried to create a separate service and app group for this COM+ service app
with its own ip and network name ("Use Network Name for Computer Name" is
ticked), still the same result. Environment.MachineName always returns local
machine name.

My env. is WIndows server 2008. Two hyper-v virtual nodes.

Does anyone know why? a hyper-v bug?


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
msmq clustered resource configuratin Schulz, Dr. Reinhard Clustering 0 02-17-2009 03:01 AM
Programming for a clustered environment Gordon T Clustering 2 11-19-2008 09:42 PM
SAN maintenance in a clustered environment news.optonline.com Clustering 3 09-20-2008 11:43 AM
Problem installing MSMQ in a W2003 cluster environment. Alberto Rigatti - SED Srl Windows Server 0 03-27-2006 02:07 PM
Install MS Office in clustered environment Prasenjit Banerjee Clustering 1 07-05-2004 10:43 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59