473,624 Members | 2,458 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

MSDE Authentication


Does anyone know how to make the MSDE do
SQL authentication ? It appears to authenticate
using Windows at all times.

Thanks,

Anthony
Nov 18 '05 #1
4 1559
Hi Anthony,

I think you can set the password as you install an instance of MSDE. See
step 2 here:

http://www.asp.net/msde/default.aspx?tabindex=0&tabid=1

There are also some MSDE Managers around that you might want to investigate:

http://www.gotdotnet.com/Community/U...5-df189406c0ac

"Anthony P. Mancini" <ap*@e-mancini.com> wrote in message
news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..

Does anyone know how to make the MSDE do
SQL authentication ? It appears to authenticate
using Windows at all times.

Thanks,

Anthony


Nov 18 '05 #2
Ken,

Thanks for the reply. Is this post in the wrong newsgroup ? I figured
since I was working with .NET logging into the backend that this was the
place to post the question. The MSDE is already installed which is why
I'm having the authentication issue in the first place. The 'SecurityMode'
parameter looks like a command line setting to be used before the setup
is started. Can I use this as a startup parameter for the service ?

Also, with respect to your suggestion of third party MSDE managers;
hopefully you're not implying it isn't possible to change the authentication
mode of a Microsoft desktop software package using Windows. (?)

Anthony

"Ken Cox [Microsoft MVP]" <BA************ @sympatico.ca> wrote in message
news:ue******** ******@tk2msftn gp13.phx.gbl...
Hi Anthony,

I think you can set the password as you install an instance of MSDE. See
step 2 here:

http://www.asp.net/msde/default.aspx?tabindex=0&tabid=1

There are also some MSDE Managers around that you might want to investigate:
http://www.gotdotnet.com/Community/U...5-df189406c0ac
"Anthony P. Mancini" <ap*@e-mancini.com> wrote in message
news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..

Does anyone know how to make the MSDE do
SQL authentication ? It appears to authenticate
using Windows at all times.

Thanks,

Anthony

Nov 18 '05 #3
Hi Anthony,

Yes, you'd probably get better answers in a SQL Server group.

That said, you need to do some tweaks to change modes and establish a
password. See the section titled Enable Mixed Mode Authentication After
Installation in this article:

HOW TO: Connect to Microsoft Desktop Engine

http://support.microsoft.com/?kbid=319930

Out of the box, most MSDE configuration has to be done with the command line
osql tool:

http://msdn.microsoft.com/library/de..._osql_1wxl.asp

There's also tutorial here on changing the MSDE login mode:

http://gnonug.xocomp.net/Support/FAQ/595.aspx

FIX: If You Change Windows Security to Windows/SQL Security the SA Password
is Blank

http://support.microsoft.com/default...b;EN-US;274773

"Anthony P. Mancini" <ap*@e-mancini.com> wrote in message
news:OH******** ******@TK2MSFTN GP12.phx.gbl...
Ken,

Thanks for the reply. Is this post in the wrong newsgroup ? I figured
since I was working with .NET logging into the backend that this was the
place to post the question. The MSDE is already installed which is why
I'm having the authentication issue in the first place. The
'SecurityMode'
parameter looks like a command line setting to be used before the setup
is started. Can I use this as a startup parameter for the service ?

Also, with respect to your suggestion of third party MSDE managers;
hopefully you're not implying it isn't possible to change the
authentication
mode of a Microsoft desktop software package using Windows. (?)

Anthony

"Ken Cox [Microsoft MVP]" <BA************ @sympatico.ca> wrote in message
news:ue******** ******@tk2msftn gp13.phx.gbl...
Hi Anthony,

I think you can set the password as you install an instance of MSDE. See
step 2 here:

http://www.asp.net/msde/default.aspx?tabindex=0&tabid=1

There are also some MSDE Managers around that you might want to

investigate:

http://www.gotdotnet.com/Community/U...5-df189406c0ac

"Anthony P. Mancini" <ap*@e-mancini.com> wrote in message
news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..
>
> Does anyone know how to make the MSDE do
> SQL authentication ? It appears to authenticate
> using Windows at all times.
>
> Thanks,
>
> Anthony
>
>



Nov 18 '05 #4
Ken,

Thanks for the response. The KB article you referenced had a registry
setting that could be modified to change MSDE's authentication mode.
Anyway, I'm using Enterprise Manager as the MSDE client tool which
was my reasoning for thinking this was a no brainer. It looks like some
of the admin level functions in EM don't necessarily function the same
way in MSDE, the database object stuff seems to work fine.

Thanks

Anthony

"Ken Cox [Microsoft MVP]" <BA************ @sympatico.ca> wrote in message
news:OW******** ********@TK2MSF TNGP12.phx.gbl. ..
Hi Anthony,

Yes, you'd probably get better answers in a SQL Server group.

That said, you need to do some tweaks to change modes and establish a
password. See the section titled Enable Mixed Mode Authentication After
Installation in this article:

HOW TO: Connect to Microsoft Desktop Engine

http://support.microsoft.com/?kbid=319930

Out of the box, most MSDE configuration has to be done with the command line osql tool:

http://msdn.microsoft.com/library/de..._osql_1wxl.asp
There's also tutorial here on changing the MSDE login mode:

http://gnonug.xocomp.net/Support/FAQ/595.aspx

FIX: If You Change Windows Security to Windows/SQL Security the SA Password is Blank

http://support.microsoft.com/default...b;EN-US;274773

"Anthony P. Mancini" <ap*@e-mancini.com> wrote in message
news:OH******** ******@TK2MSFTN GP12.phx.gbl...
Ken,

Thanks for the reply. Is this post in the wrong newsgroup ? I figured
since I was working with .NET logging into the backend that this was the
place to post the question. The MSDE is already installed which is why
I'm having the authentication issue in the first place. The
'SecurityMode'
parameter looks like a command line setting to be used before the setup
is started. Can I use this as a startup parameter for the service ?

Also, with respect to your suggestion of third party MSDE managers;
hopefully you're not implying it isn't possible to change the
authentication
mode of a Microsoft desktop software package using Windows. (?)

Anthony

"Ken Cox [Microsoft MVP]" <BA************ @sympatico.ca> wrote in message
news:ue******** ******@tk2msftn gp13.phx.gbl...
Hi Anthony,

I think you can set the password as you install an instance of MSDE. See step 2 here:

http://www.asp.net/msde/default.aspx?tabindex=0&tabid=1

There are also some MSDE Managers around that you might want to

investigate:

http://www.gotdotnet.com/Community/U...5-df189406c0ac

"Anthony P. Mancini" <ap*@e-mancini.com> wrote in message
news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..
>
> Does anyone know how to make the MSDE do
> SQL authentication ? It appears to authenticate
> using Windows at all times.
>
> Thanks,
>
> Anthony
>
>


Nov 18 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
3891
by: Lorenzo Bolognini | last post by:
Hi all, I have bought Visual C# .NET 2003 Standard and downloaded the MSDE to use with it. I did install it with it's default options and now i'd like to administer it with Web Data Administrator but it keeps telling me that i should enable SQL Server Authentication. So i tried debugging the question creating an .udl file and trying to test
1
5906
by: dfdfd | last post by:
I have a MSDE database that I am trying to connect to with JDBC. I don't have SQL Server installed. Is this possible? When I try to connect I get the error: java.sql.SQLException: Login failed for user 'sa'. Reason: Not associated with a trusted SQL Server connection. From what I've read on the web it looks like I need to set the security settings to allow
2
2459
by: Marek Powichrowski | last post by:
Hi all, I have the the problem with logging to MSDE using SQL-DMO interface. On the W2K with LoginSecure=TRUE everything is OK (connect is made without any parameters) But when LoginSecure=FALSE (on Win 98) connect( 'instance_name', 'sa', 'sa_password' )
10
3839
by: noname | last post by:
MSDE 2000 Release A installed under windows 2000 pro will not communicate with SQL Server Manager nor MS Access on peer computer. Can someone help? Have set DISABLENETWORKPROTOCOLS=0 at install time. Install log shows installation successful.. Control Panel> Admin Tools> Services section shows SQL server instance running.
0
1062
by: mkoleno346 | last post by:
If I want to change autentication modes for an instance of MSDE that I already installed, what is the best way to go about this? I don't think you can change authentication modes using any of the SQL command line utilities. I read a Microsoft article explaining that the way to go about this was to change the LoginMode registry key for my particular instance. I am hesitant to go about changing authentication using this approach, because...
0
1016
by: kaps | last post by:
Hi, I have Installed MSDE 2000 on Windows 98 SE box After REBOOT MSDE service is running. I am not able to connect to the MSDE in WIndows Authentication mode while using Login ( sa ) / password the connectivity is done. My GUI uses the MSDE connection in "Windows Authentication Mode" which is working fine with the 2K/XP but not with 98SE/ME. The MSDE Readme.txt says that on 98 / ME the default Connectivity mode is "Windows...
0
1297
by: Lou Arnold | last post by:
Why isn't a database created on the MSDE?? Network: Two Win2K Pro machines connected as peers. (No domains.) MS Access is on X, MSDE2000A is on H. MS Access is run under: Windows Administrator. MSDE is set for Windows Authentication only. On using the Microsoft SQL Server Database Wizard to create an Access
1
1573
by: NWx | last post by:
Hi, I'm an old developer, but didn't used SQL Server or MSDE to much before. I have NetSDK instance of MSDE installed on my PC by Net Framework SDK. All quickstart samples access it using trusted connection. However, I want to access it using user / password, but I have no idea what is default username / password to use. Any help is appreciated.
4
1289
by: Fred Nelson | last post by:
Help! I just upgraded MSDE to the latest version on my Windows 2000 server. Everything appears to work fine - the enterprise manager on both the server and on my computer are able to access the new database and I have loaded it with all of its data using the enterprise manager. (Actually I've completed the entire cycle three times!) The catch is that my VB.NET web application is no longer able to access the database! I'm using the...
0
8680
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8336
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8482
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6111
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5565
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4082
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4177
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2610
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1791
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.