Sign Up |  Live StatsLive Stats    Articles 35,345| Comments 159,788| Members 17,820, Newest waheguruhelpme| Online 215
Home Contact
 (Forgotten?): 
    Sikhism

   
                                                                     Your Banner Here!    

Read Only or Already in Use

Our Donation Goal : Why Donate? : Donate Today! : Donate Anonymously (ਗੁਪਤ) : Our Family of Supporters
Goal this month: 400 USD, Received: 35 USD (9%)
Please Donate...
Related Topics...
Thread Thread Starter Forum Replies Last Post
Please read …. Humble_Gursevak Hard Talk 1 13-Mar-2006 17:35 PM
Record(s) cannot be read; no read permissions on 'table'. after splitting database Krazy Katt Information Technology 2 07-Nov-2005 11:25 AM
Read Only AnnCoates Information Technology 4 29-Oct-2005 12:35 PM


Tags
read, already
Reply Post New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!
  #1 (permalink)  
Old 28-Jul-2006, 08:17 AM
Lamar's Avatar Lamar
Guest
 
Posts: n/a
   
   
Read Only or Already in Use

  Donate Today!   Email to Friend  Tell a Friend   Show Printable Version  Print   Contact sikhphilosophy.net Administraion for any Suggestions, Ideas, Feedback.  Feedback  

Register to Remove Advertisements

I created a database housed on a server. More than one staff at a time can
use the database. We just got a new employee. When he tries to open a
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/11010-read-only-or-already-in-use.html
database on his computer, if is in use by someone else, then he gets this
message "Could't use....File Already in Use". If no one is using the DB
then he can open it but gets a read only message.

He is only one with this problem. Does anyone have any suggestions? Thanks.

Lamar

*








 
Do share your immediate thoughts or reactions on this issue? We value your views! Login Now! or Sign Up Today! to share your views with us.. Gurfateh!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 28-Jul-2006, 08:17 AM
Douglas J. Steele's Avatar Douglas J. Steele
Guest
 
Posts: n/a
   
   
Re: Read Only or Already in Use

Odds are he doesn't have the necessary permissions on the folder where the
MDB file exists. He needs Read, Write, eXecute and Delete privileges. This
is because the first user into the MDB creates a locking file (.LDB) in the
folder, subsequent users update that file, and the last user out of the MDB
deletes the file.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"Lamar" wrote in message
news:3F60476D-4C58-4ECB-85B9-024E4C6B8F83@microsoft.com...
>
> I created a database housed on a server. More than one staff at a time
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11010
> can
> use the database. We just got a new employee. When he tries to open a
> database on his computer, if is in use by someone else, then he gets this
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11010
> message "Could't use....File Already in Use". If no one is using the DB
> then he can open it but gets a read only message.
>
> He is only one with this problem. Does anyone have any suggestions?
> Thanks.
>
> Lamar



Reply With Quote
  #3 (permalink)  
Old 28-Jul-2006, 08:17 AM
'69 Camaro's Avatar '69 Camaro
Guest
 
Posts: n/a
   
   
Re: Read Only or Already in Use

Hi, Lamar.

> When he tries to open a
> database on his computer, if is in use by someone else, then he gets this
> message "Could't use....File Already in Use".


Either he's trying to open the file exclusively, or the first user to open
the database doesn't have "Create" permissions to create a locking database
file so that others can share the database file. This is a split database,
isn't it, with only the back end on the server that the users are sharing,
not the front end? Multiple users should not be sharing a single database
file from across the network.

> If no one is using the DB
> then he can open it but gets a read only message.


Either he's opening it "read-only," or he doesn't have "Modify" permissions
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11010
on the MDB file, nor on the directory where the MDB file is located.

For more information on sharing a multiuser database successfully, please
see the following Web page for a link to the article, "Multiuser Databases":

http://www.Access.QBuilt.com/html/Articles.html

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
http://www.Access.QBuilt.com/html/ex...ributors2.html for contact
info.


"Lamar" wrote in message
news:3F60476D-4C58-4ECB-85B9-024E4C6B8F83@microsoft.com...
>
> I created a database housed on a server. More than one staff at a time
> can
> use the database. We just got a new employee. When he tries to open a
> database on his computer, if is in use by someone else, then he gets this
> message "Could't use....File Already in Use". If no one is using the DB
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11010
> then he can open it but gets a read only message.
>
> He is only one with this problem. Does anyone have any suggestions?
> Thanks.
>
> Lamar



Reply With Quote
  #4 (permalink)  
Old 28-Jul-2006, 08:17 AM
Joseph Meehan's Avatar Joseph Meehan
Guest
 
Posts: n/a
   
   
Re: Read Only or Already in Use

  Donate Today!  
Lamar wrote:
> I created a database housed on a server. More than one staff at a
> time can use the database. We just got a new employee. When he
> tries to open a database on his computer, if is in use by someone
> else, then he gets this message "Could't use....File Already in Use".
> If no one is using the DB then he can open it but gets a read only
> message.
>
> He is only one with this problem. Does anyone have any suggestions?
> Thanks.
>
> Lamar


I agree with the others that it is likely a permissions issue, but I
strongly suggest that unless it is already split, that you split that
database so most of the data is in the back end located on the server and
each user has a file on their own machine (front end) with reports queries
etc. You will find that Access will function faster and with far less
likelihood of problems.

What parts of the database will be on the "server" and will be called
the Back end database from now on and which parts will be on each user's
machine and will be called the front ends. The back end should hold all
data that is shared and may be changed by the users. It should also contain
all or most data that more than one user will need access to and may be
changed by you from time to time. Most other data that does not change or
that will only be used by that particular user should be on the Back end
databases on the users machines.

For example you may have all the sales made by a unit on the back end
along with the price list. The sales may been to be shared by everyone so
they all know what has been done or pending. The price list may not be a
field they will change, but you may need to change to assure everyone has
the same current price available.

Each individual machine may have something about your company like
addresses that does not change or even product descriptions etc. You may
want each user to be able to store personal information about customers like
their kids names or shared information about sports teams or you may want to
put this on the server so everyone will have this information.

This is an art form and a science to get this part of the planning
designed and will be an ongoing job and should include the users in the
planning.

Access works best if it does not need to move a lot of information over
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11010
the LAN which means static data is best kept on the front end databases.
Also kept on the front end machines will be most forms, reports queries etc.
This will allow the whole system to work faster and in some cases allow for
customization of some forms reports etc.

This may seem like a lot of work and off the point of the question you
were asking, but it is very important that this part of the job be done
first and right.

You may also want to look into user level security to protect the
database and data before you finish.

I suggest you start by reading
http://support.microsoft.com/default.aspx?scid=kb;[LN];207793

Access security is a great feature, but it is, by nature a complex product
with a very steep learning curve. Properly used it offers very safe
versatile protection and control. However a simple mistake can easily lock
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11010
you out of your database, which might require the paid services of a
professional to help you get back in.

Practice on some copies to make sure you know what you are doing.

Splitting a database can be a big job, but done right everyone will
thank you and wonder how they did their jobs without it.

Note: back ups become more important here. If you LAN does not support
automatic backups you should provide a method of backing up the data, even
if that means you do it manually.


--
Joseph Meehan

Dia duit




Reply With Quote
   Click Here to Donate Now!

Support Us!
Become a Promoter!
Gurfateh ji, you can become a SPN Promoter by Donating as little as $10 each month. With limited resources & high operational costs, your donations make it possible for us to deliver a quality website and spread the teachings of the Sri Guru Granth Sahib Ji, to serve & uplift humanity. Every contribution counts. Donate Generously. Gurfateh!
ReplyPost New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!

Bookmarks


(View-All Members who have read this thread : 0
There are no names to display.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Tools Search
Search:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

» Gurbani Jukebox
Listen to Gurbani while surfing SPN!
» Active Discussions
sikhism Who is "Mohan"?
Today 06:52 AM
21 Replies, 319 Views
sikhism need urgent advice.......
Today 06:46 AM
6 Replies, 72 Views
sikhism ਨਾਮਾ
Today 06:37 AM
2 Replies, 45 Views
sikhism Sikh Diamonds Video...
Today 04:23 AM
6 Replies, 112 Views
sikhism Are Creator and Creation...
Today 01:30 AM
44 Replies, 2,833 Views
sikhism Herman Hesse,...
Today 00:54 AM
13 Replies, 225 Views
sikhism On a Scale of Most...
Yesterday 21:42 PM
30 Replies, 1,277 Views
sikhism I became victim by...
Yesterday 19:50 PM
0 Replies, 39 Views
sikhism How important is Matha...
By Ishna
Yesterday 19:05 PM
58 Replies, 1,026 Views
sikhism Sikh Books downloads
Yesterday 15:39 PM
2 Replies, 62 Views
sikhism Salok Sheikh Farid ji...
Yesterday 09:35 AM
0 Replies, 43 Views
sikhism In Punjab, three farmers...
Yesterday 05:36 AM
0 Replies, 45 Views
sikhism Supernatural Sikhs, what...
Yesterday 03:45 AM
19 Replies, 408 Views
sikhism Sukhmani Sahib Astpadi...
26-May-2012 22:57 PM
0 Replies, 46 Views
Do You Think You Are...
26-May-2012 09:59 AM
94 Replies, 8,258 Views
» Books You Should Read...
Powered by vBadvanced CMPS v3.2.2

All times are GMT +6.5. The time now is 07:11 AM.
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.5.2 Copyright © 2004-12, All Rights Reserved. Sikh Philosophy Network


Page generated in 0.41404 seconds with 30 queries