My server is running, but I can't connect to it.
access find te server but can't connect.
I can locally make an access project
What did I wrong?
(I'm a beginner)
hi,
korsakow wrote:
> My server is running, but I can't connect to it.
> access find te server but can't connect.
> I can locally make an access project
> What did I wrong?
> (I'm a beginner)
what kind of authentication are you using when connecting to the instance?
can you show the connection string and the instance name?
perhapes you are specifying an invalid name, eg only the computer name for a
named instance that requires the full two part name made up by the
computername\instancename
or you are using an unaccepted authentication mode, eg SQL Server
authenticated connection providing username and password where MSDE, by
default on WinNT platforms only accept trusted WinNT authenticated
connections...
if you did not specify the SECURITYMODE=SQL at install time only WinNT
authenticated connections are viable, and you have to manually change a
registry key to modify it as exposed in
http://support.microsoft.com/default...b;en-us;285097
what kind of exception is raised?
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz/DbaMgr.shtmhttp://italy.mvps.org
DbaMgr2k ver 0.10.0 - DbaMgr ver 0.56.0
(my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual
interface)
-- remove DMO to reply
No comments:
Post a Comment