473,811 Members | 3,701 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Connect to back end for non logged on user

FE on workstations/BE on server. W2K to W2K server.

One of these users logs on to her local machine, not the domain (although
the machine is networked and she has permissions). I'm not there now, but my
experience here is that if you try to start on Access app logged onto the
local machine I get empty forms. Until I actually use network neighbourhood
to connect to some file or other on the server, via a logon dialogue.

Anybody know of a way to connect a user to the server/BE on the server
without logging them onto the domain?

Yours, Mike MacSween

Nov 12 '05 #1
2 1268
On Mon, 15 Dec 2003 09:15:57 -0000, "Mike MacSween"
<mi************ ******@btintern et.com> wrote:

What do you have in mind? A procedure to use network resources
without being validated by the server? And then presumably go where
you want to, defeating the entire Windows security infrastructure? No
way, Jose!

-Tom.

FE on workstations/BE on server. W2K to W2K server.

One of these users logs on to her local machine, not the domain (although
the machine is networked and she has permissions). I'm not there now, but my
experience here is that if you try to start on Access app logged onto the
local machine I get empty forms. Until I actually use network neighbourhood
to connect to some file or other on the server, via a logon dialogue.

Anybody know of a way to connect a user to the server/BE on the server
without logging them onto the domain?

Yours, Mike MacSween


Nov 12 '05 #2
"Tom van Stiphout" <to*****@no.spa m.cox.net> wrote in message
news:eh******** *************** *********@4ax.c om...
On Mon, 15 Dec 2003 09:15:57 -0000, "Mike MacSween"
<mi************ ******@btintern et.com> wrote:

What do you have in mind? A procedure to use network resources
without being validated by the server? And then presumably go where
you want to, defeating the entire Windows security infrastructure? No
way, Jose!


Mmm. Perhaps I didn't explain that very well.

Take this scenario. The user boots the workstation and chooses the 'logon to
xxxxx (this machine)'. In other words they aren't logging on to the network
domain. But the BE of the database lives on the server. So when they open
the FE - no records! Here I find that if I navigate to the server from
Explorer first, which will involve a 'enter the user name and password of a
user with rights to blah blah' I can open the FE, with records.

Does that make sense? Maybe not.

The reason? This user appears to 'have to' log on to the local machine
because of some licensing restriction with their accounting software. I
think they'd have to buy another licence if she logged onto the network. But
today she was fairly adamant she _didn't_ want access to the database, so
problem solved.

I agree. I'd rather work within the Windows security infrastructure, the way
it's meant to be.

Cheers, Mike
Nov 12 '05 #3

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

Similar topics

33
106547
by: Savas Ates | last post by:
in asp page im getting this error how can i solve it.. yesterday the codes work but i setup visual studio 6.0 now it doesnt works..
22
3247
by: James Kupernik | last post by:
Hello everyone! I'm hoping someone can shed some light on my ever daunting mysql/php problem. I'm currently trying to get a new server up and running using apache/php/mysql. Everything runs fine, except every so often (very random) mysql will not autenticate the username and password. Once you hit refresh it goes through fine.
10
4380
by: Ed Stevens | last post by:
A tale of woe, and a question . . . Last week my boss said to me "we've installed DB2 Connect on this Solaris box. Make it work." Now, I've barely seen DB2 Connect on Windows, having fumbled thru one install and config, with a lot of handholding from IBM Support. I'm comfortable in unix but have never dealt with DB2 Connect there. (my main job is as an Oracle DBA, and most of my db's are on Solaris or AIX) I've found the install...
1
3561
by: Christian | last post by:
Hi, from a WinForms-app do I connect to a DB using a connectionstring : m_sqlConnection.ConnectionString = " workstation id=\"PC-WIN2000\"; packet size=4096;integrated security=SSPI; data source=\"PC-WIN2000\\SQLSERVERDB\"; persist security info=False; initial catalog=Lotto";
3
4273
by: asemeiks | last post by:
I'm using Access 97, Jet 4.0. the data resides on a Win 2000 domain server. Using .Net 1.1 and IIS 5.0 on a local XPPro computer I am trying connect to a Jet database on the server. If the data source is on the local computer I can connect ok. If it is is on the server I cannot connect and get the following error. 'Error message. "The Microsoft Jet database engine cannot open the file ''. It is already opened exclusively by another...
5
6675
by: rAinDeEr | last post by:
Hi, Y'day one of my friend showed me how to connect to a Oracle database as SYSDBA, DBA etc I have DB2 UDB installed in Linux machine.Right now, I have a user WADI which has got some previliges on the tables. But I dont know how to connect as SYSDBA etc
4
1951
by: traceable1 | last post by:
I have a couple new servers - Windows 2003 R2 - with SQL Server 2000 SP4 installed. They are all Active/Active clustered instances (my first ones). I am trying to create database links to other SQL Server instances, but there are 3 that I cannot connect to. The dblink works if I connect to the instance as "sa", but not as my Windows Authenticated account. We use Active Directory and I am in the Administrator group on all of the...
18
1983
by: rdemyan via AccessMonster.com | last post by:
Here's my plan for creating nightly backups of the production back-end file (the IT staff in their infinite wisdom have prevented use of Windows Scheduler and users do not have administrative rights to Windows). Candace Tripp has an automatic backing up program that I modified for our use. You can schedule a time for the backup to occur. Since Windows task scheduler is not available to us, this means that the auto backup program will...
1
6900
by: Ben Hanson | last post by:
I've scoured Google searching for an answer that seems like it should be easy but apparently isn't...when I open SSMS to connect to a SQL 2005 database and choose Windows authentication, it greys out the User Name box...problem is, the server I need to connect to is in another domain...how on earth are you supposed to specify a different Windows user name to connect with other than the one currently logged into the machine? -Ben
0
9605
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10651
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...
0
10393
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10405
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
10136
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...
0
9208
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5556
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
5697
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3871
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.