Re: Problems Using Laptop As SQL Server - Log On Failed
From: Andrea Montanari (andrea.sqlDMO_at_virgilio.it)
Date: 02/12/04
- Next message: oldduck: "Licensing Questions"
- Previous message: KennyZ: "Problems Using Laptop As SQL Server - Log On Failed"
- In reply to: KennyZ: "Problems Using Laptop As SQL Server - Log On Failed"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 12 Feb 2004 18:34:19 +0100
hi KennyZ,
"KennyZ" <mahonk2000@yahoo.com> ha scritto nel messaggio
news:f80501c3f18a$e9273eb0$a601280a@phx.gbl...
> I loaded the MSDE (SQL Server7) on my laptop (logged in
> as a network user). I restart the computer (not
> connected to the network and no password for windows.
> Just cancel). My SQL Server Service Manager starts
> running. I double click the SQL Query Analyzer and
> choose Windows authentication and local as well as i try
> the name of the laptop as name of the SQL Server. i
> click ok and get the following error.
>
> UNABLE TO CONNECT TO SERVER KOMAZA:(this is the name of
> my laptop)
> Server:Msg 18452, Level 16, State 1
> [Microsoft][ODBC SQL Server Driver][SQL Server]Login
> failed for user '(null)'. Reason: Not associated with a
> trusted SQL Server connection
>
in order to login with a SQL Server authenticated connection instead of
WindowsNT trusted connection, you have to change the authentication mode...
login with a sysadmin trusted login in Enterprise Manager, select the server
node, right-click and open the SQL Server properties... in the Secuity tab
change the authentication setting...
or open regedit and modify a registry key
HKLM\Software\Microsoft\MSSQLServer\MSSQLServer\LoginMode
set the value to 2, which allows both trusted and SQL Server
authenticated connections..
hth
-- Andrea Montanari (Microsoft MVP - SQL Server) http://www.asql.biz/DbaMgr.shtm http://italy.mvps.org DbaMgr2k ver 0.6.0 - DbaMgr ver 0.52.0 (my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual interface) --------- remove DMO to reply MSDE installs by default on WinNT platform with Windows Authentication setting... to
- Next message: oldduck: "Licensing Questions"
- Previous message: KennyZ: "Problems Using Laptop As SQL Server - Log On Failed"
- In reply to: KennyZ: "Problems Using Laptop As SQL Server - Log On Failed"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|