Showing posts with label failure. Show all posts
Showing posts with label failure. Show all posts

Monday, March 26, 2012

net send failure

Hi,
I am trying to net send to my desktop but somehow it cannot.
SQL server's OS is windows 2000 server wif SQL Sp3a and my desktop is
Windows XP sp1.
can someone kindly advise ?
tks & rdgs
Please check to see if "Messager" service is enabled on your desktop.
"maxzsim" <maxzsim@.discussions.microsoft.com> glsD:D7491F7D-39A8-4726-B0BC-393B11CA17F8@.microsoft.com...
> Hi,
> I am trying to net send to my desktop but somehow it cannot.
> SQL server's OS is windows 2000 server wif SQL Sp3a and my desktop is
> Windows XP sp1.
> can someone kindly advise ?
> tks & rdgs
>

Net Send Failure

On a Windows 2000 Server in MYDomain I can do the following
successfully:

Net Send JoeUser "test"

However on a Windows Server 2003 (Standard Edition) in MyDomain I get:

An error occurred while sending a message to JoeUser.
The message alias could not be found on the network.
More help is available by typing NET HELPMSG 2273.

If I enter: net send /DOMAIN:MyDomain joeuser "test"
net send comes back with:

The message was successfully sent to domain MyDomain

BUT... no popups are received.

Is there something common to a Windows Server 2003 server that I need
to configure to get this to work?

How does this relate to SQL Server 2000? I figure that if I can get it
to work via a command prompt that it will work for notification as well
-- which at this point it doesn't.

Thanks for any help.

RBollingerIn article <1114705456.439354.148620@.o13g2000cwo.googlegroups. com>, "robboll" <robboll@.hotmail.com> wrote:
>On a Windows 2000 Server in MYDomain I can do the following
>successfully:
>Net Send JoeUser "test"
>However on a Windows Server 2003 (Standard Edition) in MyDomain I get:
>An error occurred while sending a message to JoeUser.
>The message alias could not be found on the network.
>More help is available by typing NET HELPMSG 2273.

Most likely the messenger service is not enabled by default in Windows 2003.
This is a good thing; there is no authentication with the messenger service,
so that anyone at all can send those "popup" messages to you claiming to be
anyone they want. I rejoiced when I saw SP2 for XP turned that service off.

If you have to use this, you'll need to enable the messager service. It's
probably set to "disabled", so you'll need a reboot once you've set it to
"automatic" for it to start.

>How does this relate to SQL Server 2000? I figure that if I can get it
>to work via a command prompt that it will work for notification as well
>-- which at this point it doesn't.

Hmm. I think the same logic would apply to fixing an SQL server that doesn't
boot because the hard-drive failed; that too would prevent you from using SQL.

But I figured I'd be nice and answer it, anyway :)|||Enabling the "Messenger" service under the Services Applet corrected
the problem. No reboot was necessary. Yes it seems that a lot of the
services previously available by default in previous OS' are locked
down in Windows Server 2003.

It's people like you who make the newsgroups my first source for
finding solutions.

Thank you!

RBollinger

John C. Ring, Jr. wrote:
> In article <1114705456.439354.148620@.o13g2000cwo.googlegroups. com>,
"robboll" <robboll@.hotmail.com> wrote:
> >On a Windows 2000 Server in MYDomain I can do the following
> >successfully:
> >Net Send JoeUser "test"
> >However on a Windows Server 2003 (Standard Edition) in MyDomain I
get:
> >An error occurred while sending a message to JoeUser.
> >The message alias could not be found on the network.
> >More help is available by typing NET HELPMSG 2273.
> Most likely the messenger service is not enabled by default in
Windows 2003.
> This is a good thing; there is no authentication with the messenger
service,
> so that anyone at all can send those "popup" messages to you claiming
to be
> anyone they want. I rejoiced when I saw SP2 for XP turned that
service off.
> If you have to use this, you'll need to enable the messager service.
It's
> probably set to "disabled", so you'll need a reboot once you've set
it to
> "automatic" for it to start.
> >How does this relate to SQL Server 2000? I figure that if I can get
it
> >to work via a command prompt that it will work for notification as
well
> >-- which at this point it doesn't.
> Hmm. I think the same logic would apply to fixing an SQL server that
doesn't
> boot because the hard-drive failed; that too would prevent you from
using SQL.
> But I figured I'd be nice and answer it, anyway :)

net send failure

Hi,
I am trying to net send to my desktop but somehow it cannot.
SQL server's OS is windows 2000 server wif SQL Sp3a and my desktop is
Windows XP sp1.
can someone kindly advise ?
tks & rdgsPlease check to see if "Messager" service is enabled on your desktop.
"maxzsim" <maxzsim@.discussions.microsoft.com> ¼¶¼g©ó¶l¥ó·s»D:D7491F7D-39A8-4726-B0BC-393B11CA17F8@.microsoft.com...
> Hi,
> I am trying to net send to my desktop but somehow it cannot.
> SQL server's OS is windows 2000 server wif SQL Sp3a and my desktop is
> Windows XP sp1.
> can someone kindly advise ?
> tks & rdgs
>

net send failure

Hi,
I am trying to net send to my desktop but somehow it cannot.
SQL server's OS is Windows 2000 server wif SQL Sp3a and my desktop is
Windows XP sp1.
can someone kindly advise ?
tks & rdgsPlease check to see if "Messager" service is enabled on your desktop.
"maxzsim" <maxzsim@.discussions.microsoft.com> glsD:D7491F7D-39A8-4726-B0BC-393B11C
A17F8@.microsoft.com...
> Hi,
> I am trying to net send to my desktop but somehow it cannot.
> SQL server's OS is Windows 2000 server wif SQL Sp3a and my desktop is
> Windows XP sp1.
> can someone kindly advise ?
> tks & rdgs
>

Saturday, February 25, 2012

need ur help

hi all,
I was wondering how I can enforce some configurations to sql server
2000, like auditing failure logins for example, but without using the
enterprise manager.
I need to implement a tool that will set some configurations
automatically without human intervention, any idea how can i do
so''
thanx for time and helpQuick answer: You can do the configuration changes in Enterprise Manager
while being connected to the instance with SQL Profiler. That way you can
see what EM is doing on the DB and thereby you can reproduce that. But I'm
not sure if EM does everything by T-SQL or if it partly relies in DMO for
configuration. Question to the experts: In that case, would something show
up in the Profiler log?
Best regards
Nils Loeber
<Eng.Rana@.gmail.com> schrieb im Newsbeitrag
news:1154987176.155861.301430@.i42g2000cwa.googlegroups.com...
> hi all,
> I was wondering how I can enforce some configurations to sql server
> 2000, like auditing failure logins for example, but without using the
> enterprise manager.
> I need to implement a tool that will set some configurations
> automatically without human intervention, any idea how can i do
> so''
> thanx for time and help
>|||thanx for the gr8 help Nils.
i also found while searching the web, something called SQL-DMO, do u
think this may help or no
thanx again
[vbcol=seagreen]
>Nils Loeber wrote:
> Quick answer: You can do the configuration changes in Enterprise Manager
> while being connected to the instance with SQL Profiler. That way you can
> see what EM is doing on the DB and thereby you can reproduce that. But I'm
> not sure if EM does everything by T-SQL or if it partly relies in DMO for
> configuration. Question to the experts: In that case, would something show
> up in the Profiler log?
>
> Best regards
> Nils Loeber
>
> <Eng.Rana@.gmail.com> schrieb im Newsbeitrag
> news:1154987176.155861.301430@.i42g2000cwa.googlegroups.com...|||SQL-DMO is what I was referring to as DMO. Depending on what you want to do,
and with which programming language you want to do it, DMO might also be
well suited for the task.
Best regards
Nils Loeber
<Eng.Rana@.gmail.com> schrieb im Newsbeitrag
news:1155025512.608190.203300@.75g2000cwc.googlegroups.com...
> thanx for the gr8 help Nils.
> i also found while searching the web, something called SQL-DMO, do u
> think this may help or no
> thanx again
>
>

need ur help

hi all,
I was wondering how I can enforce some configurations to sql server
2000, like auditing failure logins for example, but without using the
enterprise manager.
I need to implement a tool that will set some configurations
automatically without human intervention, any idea how can i do
so''
thanx for time and helpQuick answer: You can do the configuration changes in Enterprise Manager
while being connected to the instance with SQL Profiler. That way you can
see what EM is doing on the DB and thereby you can reproduce that. But I'm
not sure if EM does everything by T-SQL or if it partly relies in DMO for
configuration. Question to the experts: In that case, would something show
up in the Profiler log?
Best regards
Nils Loeber
<Eng.Rana@.gmail.com> schrieb im Newsbeitrag
news:1154987176.155861.301430@.i42g2000cwa.googlegroups.com...
> hi all,
> I was wondering how I can enforce some configurations to sql server
> 2000, like auditing failure logins for example, but without using the
> enterprise manager.
> I need to implement a tool that will set some configurations
> automatically without human intervention, any idea how can i do
> so''
> thanx for time and help
>|||thanx for the gr8 help Nils.
i also found while searching the web, something called SQL-DMO, do u
think this may help or no
thanx again
>Nils Loeber wrote:
> Quick answer: You can do the configuration changes in Enterprise Manager
> while being connected to the instance with SQL Profiler. That way you can
> see what EM is doing on the DB and thereby you can reproduce that. But I'm
> not sure if EM does everything by T-SQL or if it partly relies in DMO for
> configuration. Question to the experts: In that case, would something show
> up in the Profiler log?
>
> Best regards
> Nils Loeber
>
> <Eng.Rana@.gmail.com> schrieb im Newsbeitrag
> news:1154987176.155861.301430@.i42g2000cwa.googlegroups.com...
> > hi all,
> >
> > I was wondering how I can enforce some configurations to sql server
> > 2000, like auditing failure logins for example, but without using the
> > enterprise manager.
> >
> > I need to implement a tool that will set some configurations
> > automatically without human intervention, any idea how can i do
> > so''
> >
> > thanx for time and help
> >|||SQL-DMO is what I was referring to as DMO. Depending on what you want to do,
and with which programming language you want to do it, DMO might also be
well suited for the task.
Best regards
Nils Loeber
<Eng.Rana@.gmail.com> schrieb im Newsbeitrag
news:1155025512.608190.203300@.75g2000cwc.googlegroups.com...
> thanx for the gr8 help Nils.
> i also found while searching the web, something called SQL-DMO, do u
> think this may help or no
> thanx again
>
>>Nils Loeber wrote:
>> Quick answer: You can do the configuration changes in Enterprise Manager
>> while being connected to the instance with SQL Profiler. That way you can
>> see what EM is doing on the DB and thereby you can reproduce that. But
>> I'm
>> not sure if EM does everything by T-SQL or if it partly relies in DMO for
>> configuration. Question to the experts: In that case, would something
>> show
>> up in the Profiler log?
>>
>> Best regards
>> Nils Loeber
>>
>> <Eng.Rana@.gmail.com> schrieb im Newsbeitrag
>> news:1154987176.155861.301430@.i42g2000cwa.googlegroups.com...
>> > hi all,
>> >
>> > I was wondering how I can enforce some configurations to sql server
>> > 2000, like auditing failure logins for example, but without using the
>> > enterprise manager.
>> >
>> > I need to implement a tool that will set some configurations
>> > automatically without human intervention, any idea how can i do
>> > so''
>> >
>> > thanx for time and help
>> >
>