473,794 Members | 2,738 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Linux

A client has moved a back-end data file to a Linux machine instead of
Windows. It now will only let one user log in at a time and gives some
sort of "admin file not found" error.

My first thought was permissions to create the LDB file but they swear
this is correct.
(read/write access for MDB & MDW files, read/write/create access in
folder)

Anyone come across a similar problem?
--
regards,

Bradley
Nov 13 '05 #1
57 3709
The problem is that the file locking mechanism used by Jet is not available
on the Linux box -- so no multiuser is available.
--
MichKa [MS]
NLS Collation/Locale/Keyboard Development
Globalization Infrastructure and Font Technologies

This posting is provided "AS IS" with
no warranties, and confers no rights.
"B.r.a.d.l. e.y" <br*****@comcen .REMOVETHIScom. au> wrote in message
news:40******** **@news.melbour ne.pipenetworks .com...
A client has moved a back-end data file to a Linux machine instead of
Windows. It now will only let one user log in at a time and gives some
sort of "admin file not found" error.

My first thought was permissions to create the LDB file but they swear
this is correct.
(read/write access for MDB & MDW files, read/write/create access in
folder)

Anyone come across a similar problem?
--
regards,

Bradley

Nov 13 '05 #2

"Michael (michka) Kaplan [MS]" <mi*****@online .microsoft.com> wrote in
message news:40******@n ews.microsoft.c om...
The problem is that the file locking mechanism used by Jet is not available

MichKa, where can I find documentation on the Jet file locking? I sure
would like to learn more about how that works.

Randy Harris
on the Linux box -- so no multiuser is available.
--
MichKa [MS]
NLS Collation/Locale/Keyboard Development
Globalization Infrastructure and Font Technologies

Nov 13 '05 #3
See the Kevin Collins article "Understand ing Micosoft Jet Locking":

http://www.microsoft.com/accessdev/articles/jetlock.htm

Kevin definitely knows more about Jet and SQL Server (Windows CE edition)
locking than almost anyone else on the planet....

He is as long time MS employee (currently a Senior Program Manager) who just
recently celbrated his 10th year at MS. Back when he used to regularly speak
at Advisor conferences, he would constantly leak secret information about
Jet that he was probably not supposed to, the point where they started
making all of his talks covered by non-disclosure agreements to keep people
from blabbing later on.

Even though he was not always the most engaging speaker from a personality
standpoint, he routinely got high ratings and everyone was on the edge of
their seats hoping for the next bit of revealing information.... I have
always been a huge fan of his talks and tried to model that "talking to
colleagues about cool stuff they want to know" style because I figured it
would protect me from boring people if I ever slipped into that sort of
thing. :-)
--
MichKa [MS]
NLS Collation/Locale/Keyboard Development
Globalization Infrastructure and Font Technologies

This posting is provided "AS IS" with
no warranties, and confers no rights.
"Randy Harris" <ra***@SpamFree .com> wrote in message
news:yS******** *************@n ewssvr28.news.p rodigy.com...

"Michael (michka) Kaplan [MS]" <mi*****@online .microsoft.com> wrote in
message news:40******@n ews.microsoft.c om...
The problem is that the file locking mechanism used by Jet is not

available

MichKa, where can I find documentation on the Jet file locking? I sure
would like to learn more about how that works.

Randy Harris
on the Linux box -- so no multiuser is available.


--
MichKa [MS]
NLS Collation/Locale/Keyboard Development
Globalization Infrastructure and Font Technologies


Nov 13 '05 #4
"B.r.a.d.l. e.y" <br*****@comcen .REMOVETHIScom. au> schrieb im Newsbeitrag
news:40******** **@news.melbour ne.pipenetworks .com...
A client has moved a back-end data file to a Linux machine instead of
Windows. It now will only let one user log in at a time and gives some
sort of "admin file not found" error.

My first thought was permissions to create the LDB file but they swear
this is correct.
(read/write access for MDB & MDW files, read/write/create access in
folder)


It works as follows:

-Use Samba >2.2.7 and copy the backend to this share
-Read/write-permisssion for the users
-Install the frontend on every pc an connect the tables
-Read the doc readme2k.txt in the samba-share of the linux-box

Peter
Nov 13 '05 #5
"B.r.a.d.l. e.y" <br*****@comcen .REMOVETHIScom. au> wrote:
A client has moved a back-end data file to a Linux machine instead of
Windows. It now will only let one user log in at a time and gives some
sort of "admin file not found" error.

My first thought was permissions to create the LDB file but they swear
this is correct.
(read/write access for MDB & MDW files, read/write/create access in
folder)


I know nothing about Linux/Samba but is there also delete rights you can set?

As a followup to Peter's comment what version of Samba do you have installed?

Please post back what worked and what didn't so we'll all know for the future.

Thanks, Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 13 '05 #6
I had been lead to believe that the newer SAMBA 2.0 emulates all the necessary
Windows networking features to allow successful sharing of Access files. I
haven't tried it myself, though.

On Sun, 6 Jun 2004 07:17:25 -0700, "Michael \(michka\) Kaplan [MS]"
<mi*****@online .microsoft.com> wrote:
The problem is that the file locking mechanism used by Jet is not available
on the Linux box -- so no multiuser is available.


Nov 13 '05 #7
Hmmm.... interesting. Now all one needs is a scenario where it makes sense
to use it? :-)
--
MichKa [MS]
NLS Collation/Locale/Keyboard Development
Globalization Infrastructure and Font Technologies

This posting is provided "AS IS" with
no warranties, and confers no rights.
"Steve Jorgensen" <no****@nospam. nospam> wrote in message
news:qo******** *************** *********@4ax.c om...
I had been lead to believe that the newer SAMBA 2.0 emulates all the necessary Windows networking features to allow successful sharing of Access files. I haven't tried it myself, though.

On Sun, 6 Jun 2004 07:17:25 -0700, "Michael \(michka\) Kaplan [MS]"
<mi*****@online .microsoft.com> wrote:
The problem is that the file locking mechanism used by Jet is not availableon the Linux box -- so no multiuser is available.

Nov 13 '05 #8
Tony Toews wrote:
"B.r.a.d.l. e.y" <br*****@comcen .REMOVETHIScom. au> wrote:
A client has moved a back-end data file to a Linux machine instead of
Windows. It now will only let one user log in at a time and gives
some sort of "admin file not found" error.

My first thought was permissions to create the LDB file but they
swear this is correct.
(read/write access for MDB & MDW files, read/write/create access in
folder)


I know nothing about Linux/Samba but is there also delete rights you
can set?

As a followup to Peter's comment what version of Samba do you have
installed?

Please post back what worked and what didn't so we'll all know for
the future.

Thanks, Tony

Unfortuantely I haven't even seen the Linux machine or know anything
about it... but I will endeavor to finf out!!
--
regards,

Bradley
Nov 13 '05 #9
Hi Michael

"Michael (michka) Kaplan [MS]" <mi*****@online .microsoft.com> schrieb im
Newsbeitrag news:40******** @news.microsoft .com...
See the Kevin Collins article "Understand ing Micosoft Jet Locking":


I do not know so much as Kevin does, for shure-;) but:

I do have an Installation running on Access 97 and Suse 8.1 (Samba
2.2.7) and i do not have any locking problems in this
multiuser-environement (5 User). Whatever...it works in my case...

Peter
Nov 13 '05 #10

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

Similar topics

4
2824
by: Jhuola Hoptire | last post by:
Just installed J2RE 1.4.2 on a Linux server. I am very knew to the POSIX world. I couldn't dig-up much in the docs or via google about the following: 1 - Is there a standard way to make sure users (all, or some) can "reach" java? eg one could presumably create a java.sh or aliases ... Where is the standard Linux directory to put such a script (and why)?
0
2385
by: Eric Raymond | last post by:
When installing the rpms (or the tar file) onto Red Hat Enteprise Linux AS Beta 1 (Taroon), we get the follwing error: Installing all prepared tables /usr/bin/mysql_install_db: line 1: 7690 Segmentation fault /usr/sbin/mysqld --bootstrap --skip-grant-tables --basedir=/ --datadir=/var/lib/mysql --skip-innodb --skip-bdb Installation of grant tables failed The log file simply shows a start and a stop of the server.
6
2330
by: gnu | last post by:
Rationale to use Linux ======================= - I can't afford paying for $199 for the license of an OS that's arguably better thank Linux for each of 10 computers I have. - I want to be free of Microsoft stigma, and of constant lockdown on Microsoft products. The world is better than that. - Linux runs .NET :-) Reverse engineers in less than a year. That's
21
2093
by: Travis 'Bailo' Bickel | last post by:
Lately, I have been having a bear of a time trying to acquire a Linux driver for my S3/ProSavage chipset -- but that quest is now almost at an end as I have located a noble band of people who are pushing the envelop with S3 and Savage chipset drivers! Though my quest might sound like food for trolls to mock Linux -- hear me out. I think I have discovered part of the message of the new Linux economy. Many of us have criticized the...
1
8103
by: srihari | last post by:
Hai, I am trying to install IBM DB2 8.1 on Red Hat linux 8.0. My machine is Intel XEON 64bit. The installation went well except for the creation of tools catalog. When I tried to install the tools catalog as a post installation task I get some java error. $ db2 CREATE TOOLS CATALOG SYSTOOLS USE EXISTING DATABASE TOOLSDB FORCE SQL22209N The DB2 Administration Server encountered an unexpected Java error on host "". I have jdk1.3 already...
0
4547
by: Zorba.GR | last post by:
IBM DB2 Connect Enterprise Edition v8.2, other IBM DB2 (32 bit, 64 bit) (MULTiOS, Windows, Linux, Solaris), IBM iSoft Commerce Suite Server Enterprise v3.2.01, IBM Tivoli Storage Resource Manager Express Edition v1.3.2 Win, IBM Tivoli System Automation v1.2.0 Linux, IBM Tivoli Workload Scheduler Virtualized Data Centers v8.2 , other IBM Tivoli CDs, WEBSPHERE EVERYPLACE MOBILE PORTAL v5.0 - ALTIUM , other IBM WebSphere Business CDs...
5
5683
by: cranium.2003 | last post by:
hi, Here is my code #include <iostream.h> int main() { cout <<"HI"; return 0; } and using following command to compile a C++ program g++ ex1.cpp -o ex1
1
2621
by: rada.lambretha | last post by:
Configuring Linux as a Firewall * Making installation choices * Introducing iptables * Using iptables commands * Simplifying things with firewall GUIs * Adding proxy functionality As Linux gains increasing acceptance in corporate datacenters and
1
11304
Nepomuk
by: Nepomuk | last post by:
You might have heard about Linux, but you don't know what it is? Or you know a few things about it, but they terrify you? Well, then this article is for you. Don't be afraid - Everyone can use Linux! Part 1: What is Linux and why should I use it? Linux is an Operating System (short: OS). OK, so what is an OS? Let me explain: Nearly everybody knows Windows. But what exactly does it actually do? Windows is an example for a OS and one of it's...
0
9671
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9518
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
10212
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...
0
10000
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
9035
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...
1
7538
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
5560
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4112
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
3
2919
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.