473,385 Members | 1,546 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

MS Access Connection Window in ADP

I select the server name.
I select the database on the server.
I select the option: Use Windows NT Integrated Security.
tada...It works fine. Test connection sings.

Instead, I select: Use a specific user name and password.
I enter my user name
I enter my password.
bonggggg..."Test connection failed because of an error in initializing
provider. Login failed for user "myname".
I enter my user name and password a couple dozen times to make sure I
didn't typo it.
bonggggg...

What's up with that?
lq
Nov 12 '05 #1
5 1183
RE/
I select the server name.
I select the database on the server.
I select the option: Use Windows NT Integrated Security.
tada...It works fine. Test connection sings.

Instead, I select: Use a specific user name and password.
I enter my user name
I enter my password.
bonggggg..."Test connection failed because of an error in initializing
provider. Login failed for user "myname".
I enter my user name and password a couple dozen times to make sure I
didn't typo it.
bonggggg...

What's up with that?
lq


Are you running a firewall like Norton's?
That's what nailed my for a few days until somebody finally suggested
that I check to see if the firewall was intercepting the logon request.

Something about another entity that's not named SQL Server but works on it's
behalf...
--
PeteCresswell
Nov 12 '05 #2
"Lauren Quantrell" <la*************@hotmail.com> wrote in message
news:47*************************@posting.google.co m...
I select the server name.
I select the database on the server.
I select the option: Use Windows NT Integrated Security.
tada...It works fine. Test connection sings.

Instead, I select: Use a specific user name and password.
I enter my user name
I enter my password.
bonggggg..."Test connection failed because of an error in initializing
provider. Login failed for user "myname".
I enter my user name and password a couple dozen times to make sure I
didn't typo it.
bonggggg...

What's up with that?
lq


The server may have been set up to only allow Windows authentication, which
should make the installation more secure. If you have access to Enterprise
Manager and sufficient privellages you can right-click the server and edit
the SQL Server registration properties.

But you should have a sensible reason to allow Mixed Mode Authentication.

Nov 12 '05 #3

"Eric Kant" <er**@kant.com> wrote in message
news:c5**********@hercules.btinternet.com...
"Lauren Quantrell" <la*************@hotmail.com> wrote in message
news:47*************************@posting.google.co m...
I select the server name.
I select the database on the server.
I select the option: Use Windows NT Integrated Security.
tada...It works fine. Test connection sings.

Instead, I select: Use a specific user name and password.
I enter my user name
I enter my password.
bonggggg..."Test connection failed because of an error in initializing
provider. Login failed for user "myname".
I enter my user name and password a couple dozen times to make sure I
didn't typo it.
bonggggg...

What's up with that?
lq
The server may have been set up to only allow Windows authentication,

which should make the installation more secure. If you have access to Enterprise Manager and sufficient privellages you can right-click the server and edit
the SQL Server registration properties.

But you should have a sensible reason to allow Mixed Mode Authentication.


Unreserved apology for the horrendous misspelling of "privileges ".

Erik
Nov 12 '05 #4
Erik,
I checked and it's set up to accept SQL Server and Windows Authentication.
lq
"Eric Kant" <er**@kant.com> wrote in message news:<c5**********@hercules.btinternet.com>...
"Lauren Quantrell" <la*************@hotmail.com> wrote in message
news:47*************************@posting.google.co m...
I select the server name.
I select the database on the server.
I select the option: Use Windows NT Integrated Security.
tada...It works fine. Test connection sings.

Instead, I select: Use a specific user name and password.
I enter my user name
I enter my password.
bonggggg..."Test connection failed because of an error in initializing
provider. Login failed for user "myname".
I enter my user name and password a couple dozen times to make sure I
didn't typo it.
bonggggg...

What's up with that?
lq


The server may have been set up to only allow Windows authentication, which
should make the installation more secure. If you have access to Enterprise
Manager and sufficient privellages you can right-click the server and edit
the SQL Server registration properties.

But you should have a sensible reason to allow Mixed Mode Authentication.

Nov 12 '05 #5

"Lauren Quantrell" <la*************@hotmail.com> wrote in message
news:47**************************@posting.google.c om...
Erik,
I checked and it's set up to accept SQL Server and Windows Authentication.
lq


And can you see that login using Enterprise Manager (look under
security>logins)? If so, you should be able to start Enterprise Manager
with that login and password and if that login has permissions for the
database in question it should be able to read tables or run stored
procedures.

Fletcher
Nov 12 '05 #6

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

Similar topics

6
by: Peter Frost | last post by:
Please help I don't know if this is possible but what I would really like to do is to use On Error Goto to capture the code that is being executed when an error occurs. Any help would be much...
6
by: Terry Bell | last post by:
We've had a very large A97 app running fine for the last seven years. I've just converted to SQL Server backend, which is being tested, but meanwhile the JET based version, running under terminal...
56
by: Raphi | last post by:
Hi, I've been using an Access application I wrote for an office with the front-end stored on all computers and the back-end on one of them serving as an Access file server. Now we're moving...
14
by: amessimon | last post by:
Hi Having problems using an access database where i seem to create a locked file on making a connection. I think ive covered all the basics like properly closing the connection etc.... Are...
6
by: jonefer | last post by:
I have two versions of a 'Downtime Application that will run in the event that the mainframe goes down 1) SQL Server ASP.NET app (accessed outside the mainframe network) 2) MS Access Version of...
2
by: Kevin Frey | last post by:
Hello, I've been reading that ASP.NET serialises (ie. processes one at a time) HTTP requests if two simultaneous requests need to access the same session state. It also makes note that ASP.NET...
1
by: garry.oxnard | last post by:
Can anyone help me to solve a problem which involves switching from Access to Excel (then back to Access) programatically please? I have an Excel template which, on open, also opens an Access...
18
by: surfrat_ | last post by:
Hi, I am having the following problems in getting Microsoft Visual Studio 2005 Professional to link to an Access .mdb database. Please help me to sort this out. Problem 1: The Microsoft...
7
by: RichT | last post by:
I have just installed on my PC Access 2003 - currently SP2. I have also installed an Ingres ODBC set of drivers which work fine using a VB5 program that I wrote and execute on the same PC. I am...
9
by: =?Utf-8?B?RnJpdHo=?= | last post by:
Hi all, I am having the following problems in getting Microsoft Visual Studio 2005 Professional to link to an Access .mdb database. Please help me to sort this out. Problem 1: ======= The...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

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.