NETSend Issue

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When we send a netsend message from any server it now sends it at least 20
times to the workstations. I have researched and found nothing on it... any
ideas?

Thanks,

Mike
 
a shot in the dark ...

are you sending a broadcast i.e. ( net send * "message" ) or
something more like ( net send name "message" ) ?
is the number of machines you want to receive this message about 20 (i.e.
close to number of duplicate receives) ??

if so then it sounds like each machine is just picking up every instance of
the message that gets broadcast/sent by "net send" then the issue is
adjusting "net send" or receiving machines to pickup only the messages that
were intended for them

HTH
R
 
Back
Top