How can I message intranet users to refrain from using client apps? - Stack Overflow most recent 30 from stackoverflow.com2009-12-16T07:05:39Zhttp://stackoverflow.com/feeds/question/216331http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/216331/how-can-i-message-intranet-users-to-refrain-from-using-client-apps1How can I message intranet users to refrain from using client apps?ulm2008-10-19T12:04:25Z2008-10-24T00:05:04Z
<p>Our institution has hundreds of Win-XP terminals.
The users do their daily job using client-server type apps.
(Desk-top apps, not web apps.)</p>
<p>In rare occasions, our database server starts behaving erratically,
and
in order to diminish server work-load, we ask users to stop using the app by telephone!</p>
<p>What are your solutions?</p>
<p>(By the way, our users don't use instant messaging.
And they won't view our web-app group-ware while they are busy working.</p>
<p>And we have no access to the source-code of those client-server apps.</p>
<p>The solution should be independent of the app,
amd preferably some OS hack or FOSS.)</p>
<p><hr /></p>
<p><strong>Addendum</strong> : I checked our network and found that all the clients are WindowsXP-SP2 machines,
and that, in XP-SP2, the Messenger service is disabled by default.
(<a href="http://support.microsoft.com/kb/839018" rel="nofollow">http://support.microsoft.com/kb/839018</a>)
Changing settings of hundreds of machines is unthinkable.
So "net send " is out. </p>
<p>What are my options now? </p>
http://stackoverflow.com/questions/216331/how-can-i-message-intranet-users-to-refrain-from-using-client-apps/216335#2163357Answer by Alexander Kojevnikov for How can I message intranet users to refrain from using client apps?Alexander Kojevnikov2008-10-19T12:08:20Z2008-10-19T12:08:20Z<p><a href="http://en.wikipedia.org/wiki/Messenger_Service" rel="nofollow">net send * "This is a message."</a></p>
http://stackoverflow.com/questions/216331/how-can-i-message-intranet-users-to-refrain-from-using-client-apps/216338#2163380Answer by Ross for How can I message intranet users to refrain from using client apps?Ross2008-10-19T12:09:03Z2008-10-19T12:09:03Z<p>At my college the sysadmins have the ability to broadcast messages to all logged-in users in an alert box. I'm pretty sure this is the mesenger service (note: not MSN/Live).</p>
http://stackoverflow.com/questions/216331/how-can-i-message-intranet-users-to-refrain-from-using-client-apps/216366#2163662Answer by tvanfosson for How can I message intranet users to refrain from using client apps?tvanfosson2008-10-19T12:29:52Z2008-10-19T12:29:52Z<p>Beyond the obvious observation that fixing your infrastructure so that the database can support the number of users you have is the real solution, I think the "net send" approach is the fastest way to do this. If you have message pop-ups blocked, you might want to investigate setting up some instant messaging service (if allowed). It can have other advantages that will last beyond your immediate problem. If all of those fail, at least simplify your life by setting up a phone tree so that the number of calls you make is small and people get them quicker. Mailing lists (email) may also work, but delivery is asynchronous and I'm not sure how quickly you need to get the message out.</p>
http://stackoverflow.com/questions/216331/how-can-i-message-intranet-users-to-refrain-from-using-client-apps/221829#2218290Answer by Colin Pickard for How can I message intranet users to refrain from using client apps?Colin Pickard2008-10-21T13:14:44Z2008-10-21T13:14:44Z<p>How do your desktop apps react to their database session being killed?</p>
<p>I know it sounds extreme but if you have any apps that can disconnect gracefully without data loss, you could disconnect just those apps to reduce load.</p>
<p>But as other commenters have pointed out, you should really address the problem with your database server!</p>
http://stackoverflow.com/questions/216331/how-can-i-message-intranet-users-to-refrain-from-using-client-apps/232047#2320471Answer by Leonel Martins for How can I message intranet users to refrain from using client apps?Leonel Martins2008-10-24T00:05:04Z2008-10-24T00:05:04Z<p>I googled for "net send alternative" and I found <a href="http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Server/Windows_2000_Active_Directory/Q_23066315.html" rel="nofollow">this</a> at the expert-exchange.com: </p>
<blockquote>
<p>Hi,</p>
<p>theres quite a few application out
there to use finding teh right one for
you will obviously involve you needing
to scheck them out but for what you
are looking to do you could use</p>
<p><a href="http://www.vitalsoundlab.com/" rel="nofollow">http://www.vitalsoundlab.com/</a></p>
<p>there is free software on here for
network chat and it has system tray
capability. You would be able to
disable other users from editing etc
by employing group policy or permssion
out the executable</p>
</blockquote>
<p>Hope that helps.</p>