473,418 Members | 2,099 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,418 software developers and data experts.

Shared access database "Object Invalid or No Longer Set"

I have recently posted a new access database and its oracle tables onto a shared folder for various users. It is a search database and me and a few other users are able to pull from the file and use it perfectly. But, when other users pull from the shared folder they suffer from dragging performance and then the fields within the forms error to "#Name?" and an "Object Invalid or No Longer Set" error button comes up.

Seeing as though we are all using the same database, I have tried to make sure the users with the error are using the correct, updated copy of the database. I have tried running an oracle driver update to make sure they have the correct mapping. I created this file on XP and it's access 2003. The users also have access 03. I feel like it shouldn't be a coding issue seeing as though the database itself works on some computers and not on others. I'm leaning towards a Microsoft Jet database situation? I don't believe it is a memory situation either, as that might explain the slow performance on some users databases, but not the errors. I am hoping to see if anyone has an idea as to why the database works perfectly on some computers and errors out after a couple searches on others. Thanks!
Aug 31 '07 #1
3 4110
I have recently posted a new access database and its oracle tables onto a shared folder for various users. It is a search database and me and a few other users are able to pull from the file and use it perfectly. But, when other users pull from the shared folder they suffer from dragging performance and then the fields within the forms error to "#Name?" and an "Object Invalid or No Longer Set" error button comes up.

Seeing as though we are all using the same database, I have tried to make sure the users with the error are using the correct, updated copy of the database. I have tried running an oracle driver update to make sure they have the correct mapping. I created this file on XP and it's access 2003. The users also have access 03. I feel like it shouldn't be a coding issue seeing as though the database itself works on some computers and not on others. I'm leaning towards a Microsoft Jet database situation? I don't believe it is a memory situation either, as that might explain the slow performance on some users databases, but not the errors. I am hoping to see if anyone has an idea as to why the database works perfectly on some computers and errors out after a couple searches on others. Thanks!
This might be a shot in the dark, but have your tried reparing?
Also, how big is the mdb. anything over 1GB makes problems. Try shrinking the mdb in that case.
Aug 31 '07 #2
JConsulting
603 Expert 512MB
I have recently posted a new access database and its oracle tables onto a shared folder for various users. It is a search database and me and a few other users are able to pull from the file and use it perfectly. But, when other users pull from the shared folder they suffer from dragging performance and then the fields within the forms error to "#Name?" and an "Object Invalid or No Longer Set" error button comes up.

Seeing as though we are all using the same database, I have tried to make sure the users with the error are using the correct, updated copy of the database. I have tried running an oracle driver update to make sure they have the correct mapping. I created this file on XP and it's access 2003. The users also have access 03. I feel like it shouldn't be a coding issue seeing as though the database itself works on some computers and not on others. I'm leaning towards a Microsoft Jet database situation? I don't believe it is a memory situation either, as that might explain the slow performance on some users databases, but not the errors. I am hoping to see if anyone has an idea as to why the database works perfectly on some computers and errors out after a couple searches on others. Thanks!
This could very well be a permissions issue also. It could be something as abstract as the user's virus protection. It could be a timeout issue. Without knowing more about your database design, this one is very difficult to try to offer any kind of concrete and intelligent diagnisos.
J
Sep 1 '07 #3
Jim Doherty
897 Expert 512MB
I have recently posted a new access database and its oracle tables onto a shared folder for various users. It is a search database and me and a few other users are able to pull from the file and use it perfectly. But, when other users pull from the shared folder they suffer from dragging performance and then the fields within the forms error to "#Name?" and an "Object Invalid or No Longer Set" error button comes up.

Seeing as though we are all using the same database, I have tried to make sure the users with the error are using the correct, updated copy of the database. I have tried running an oracle driver update to make sure they have the correct mapping. I created this file on XP and it's access 2003. The users also have access 03. I feel like it shouldn't be a coding issue seeing as though the database itself works on some computers and not on others. I'm leaning towards a Microsoft Jet database situation? I don't believe it is a memory situation either, as that might explain the slow performance on some users databases, but not the errors. I am hoping to see if anyone has an idea as to why the database works perfectly on some computers and errors out after a couple searches on others. Thanks!

Are they sharing the SAME database ie the one file on a standard pc acting as a server, or is it a proper server.? How many concurrent users are there?

My advice FWIW is give each user their own copy db working directly of their client machine and deal with any mdb distribution issues via logon batch file (if authenticating against a domain) or whatever other method suits you.

They can then deal with compaction of their own frontend database copies, have their own particularised features if necessary, you then have the advantage of isolating any future connectivity issues per seat rather than having no start point at all and maybe not knowing where to start with issues such as this merely because everyone accesses the one MDB file across a busy network.

To test this out you might want to try running the db from the problematic client pc's.you are using the oracle driver which if so you'd have to ensure this odbc driver was also obviously on the problem pc etc etc. The extra effort may sound painful but it is necessary to isolate and resolve the problem. On certain occasions ie mega busy network, slow NIC cards and so on ended up using CITRIX to resolve it.

Wishing you luck

Jim
Sep 1 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Pro Grammer | last post by:
Hello, all, I am not sure if this is the right place to ask, but could you kindly tell me how to "load" a shared object (like libx.so) into python, so that the methods in the .so can be used? That...
7
by: Ryan Park | last post by:
Hi, //SITUATION I got a panel control that hold a certain position on a form. Every controls or UIs are on this panel. At certain situation, I called dispose() method of this panel control...
7
by: deko | last post by:
I'm getting intermittent "Object Invalid or No Longer Set" errors in my Access 2002 mdb. What causes these errors? Has anyone dealt with this before? I can't trace it because it's not easy...
3
by: Paul | last post by:
I have an Access 2000 database with a form that is giving me some major headaches. When you open the form, it displays all records and allows editing, but has AllowAdditions set to False so that...
3
by: Marco Castro | last post by:
I have a picture stored in an ole field in one of my access databases. Im trying to put that picture into a picture box in one of my vb.net programs. Unfortunately I keep on getting a type cast...
7
by: Carsten H. Pedersen | last post by:
Hello I want to create a kind of shared object. I have created a class, Counter, which you can then import. Through the Counter class, i would like to have access to a shared object. Lets say...
5
by: dk9 | last post by:
I want to use Access Object Model from .NET to open access database files and change/add/delete Tables, Views, etc and to repair/compact Databases. MSDN is lacking this kind of information. ...
3
by: Michel Couche | last post by:
Hello, I have an ASP.Net application that uses the Wizard control to build a newsletter. There are three steps in the wizard. The customer's specific design data are loaded from a database in...
0
by: =?Utf-8?B?SkhhbGV5?= | last post by:
Our system is: IIS Server: dual Intel Xeon 2.80 GHz, 4 GB Ram Windows Server 2003 SP2 IIS 6.0 SQL Server: dual Intel Xeon 2.80 GHz, 4 GB Ram (separate server) Windows Server 2003 SP2 SQL...
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
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,...
0
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...

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.