Broadcasting on a Lan like SQLDMO and SQL Server

M

Mark Hollander

Hi All,

We have written a service that will sit on one or more servers and the
client software that will interface with this service will be installed
on many workstations.

What we are trying to achieve in configuring these clients is to do
something like MSSQL and SQLDMO. The client will do a broadcast of
somesort and the service will respond thus automatically configuring the
client software.

It is possible that the tcp/ip port used on one server may not be used
on another server due to tcp/ip conflicts.

Does anyone have an example as to how we can do this.



Thank You
Mark Hollander
 
O

One Handed Man \( OHM - Terry Burns \)

I have not done this, but I dont think you have any issues of conflicting
port numbers, because these are a further resolution of the machine's
connectivity via its IP address.

--
OHM ( Terry Burns ) * Use the following to email me *

Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int32 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top