Monday, March 12, 2012

Msg 15404

Can someone tell me specifically what the following error means, and then,
if there's more to it, what some of the possibilities are for this error
when executing a SQL command, such as "xp_logininfo [mydomain\myusername]"
from Query Analyzer? That command works on some SQL Servers, and not on
others.
Msg 15404, Level 16, State 19, Procedure xp_logininfo, Line 62
Could not obtain information about Windows NT group/user
'mydomain\myusername', error code 0xea.
Thanks,
Richardlook like at case-sensitivity issue.
--
-oj
"Richard" <napa299@.yahoo.com> wrote in message
news:ehxuveOkGHA.4284@.TK2MSFTNGP05.phx.gbl...
> Can someone tell me specifically what the following error means, and then,
> if there's more to it, what some of the possibilities are for this error
> when executing a SQL command, such as "xp_logininfo [mydomain\myusername]"
> from Query Analyzer? That command works on some SQL Servers, and not on
> others.
> Msg 15404, Level 16, State 19, Procedure xp_logininfo, Line 62
> Could not obtain information about Windows NT group/user
> 'mydomain\myusername', error code 0xea.
> Thanks,
> Richard
>|||Richard wrote:
> Can someone tell me specifically what the following error means, and then,
> if there's more to it, what some of the possibilities are for this error
> when executing a SQL command, such as "xp_logininfo [mydomain\myusername]"
> from Query Analyzer? That command works on some SQL Servers, and not on
> others.
> Msg 15404, Level 16, State 19, Procedure xp_logininfo, Line 62
> Could not obtain information about Windows NT group/user
> 'mydomain\myusername', error code 0xea.
> Thanks,
> Richard
>
Are the servers all configured the same? All in the same domain? All
services running under a domain login?

No comments:

Post a Comment