473,379 Members | 1,255 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,379 software developers and data experts.

Application-defined or object-defined error in Access 2000

Students at the school where I work are getting the error
"Application-defined or object-defined error." when trying to document
their Access databases. If you open the documenter window, select a
table and click OK, it works. If you click options and then click OK
the above error message comes up. When logged in as administrator, the
error does not happen. I assume that it is therefore a permissions problem.

I have used google, and an American college has had the same problem in
one of their classrooms, and it was attributed to Access not having been
installed properly. In google groups I found one post from 2 years ago,
but it never got answered. Can anyone help me please?
--
-Luke-
If cars had advanced at the same rate as Micr0$oft technology, they'd be
flying by now.
But who wants a car that crashes 8 times a day?
Registered Linux User #345134
Nov 13 '05 #1
6 4724
Anyone?

--
-Luke-
If cars had advanced at the same rate as Micr0$oft technology, they'd be
flying by now.
But who wants a car that crashes 8 times a day?
Registered Linux User #345134
Nov 13 '05 #2
Since, as you say, the problem goes away if you have Administrative
permissions, you are probably correct that it is a permissions problem. Try
giving everyone Full Control of the Microsoft Office folder and subfolders
in Program Files. Also, do a search of the hard drive to see where the
wizards are installed and do the same for that folder.

--
Wayne Morgan
MS Access MVP
"beav At wn DOT com DOT au" <"beav At wn DOT com DOT au"> wrote in message
news:40********@quokka.wn.com.au...
Students at the school where I work are getting the error
"Application-defined or object-defined error." when trying to document
their Access databases. If you open the documenter window, select a
table and click OK, it works. If you click options and then click OK
the above error message comes up. When logged in as administrator, the
error does not happen. I assume that it is therefore a permissions problem.
I have used google, and an American college has had the same problem in
one of their classrooms, and it was attributed to Access not having been
installed properly. In google groups I found one post from 2 years ago,
but it never got answered. Can anyone help me please?
--
-Luke-
If cars had advanced at the same rate as Micr0$oft technology, they'd be
flying by now.
But who wants a car that crashes 8 times a day?
Registered Linux User #345134

Nov 13 '05 #3
Wayne Morgan wrote:
Since, as you say, the problem goes away if you have Administrative
permissions, you are probably correct that it is a permissions problem. Try
giving everyone Full Control of the Microsoft Office folder and subfolders
in Program Files. Also, do a search of the hard drive to see where the
wizards are installed and do the same for that folder.

I tried changing permissions on the Office folder, and it didn't help.
I wasn't aware that the wizards are kept somewhere else. Where would I
look for them? (ie what names/file extensions?)

--
-Luke-
If cars had advanced at the same rate as Micr0$oft technology, they'd be
flying by now.
But who wants a car that crashes 8 times a day?
Registered Linux User #345134
Nov 13 '05 #4
Wayne Morgan wrote:
Since, as you say, the problem goes away if you have Administrative
permissions, you are probably correct that it is a permissions problem. Try
giving everyone Full Control of the Microsoft Office folder and subfolders
in Program Files. Also, do a search of the hard drive to see where the
wizards are installed and do the same for that folder.

Update: I have done the above, and the problem still exists. I then
did it as Admin, and it worked, so I searched for all files, and sorted
by last modified, and provided full access to all those files that were
modified at the time that I used the documenter. Still no luck. It
must therefore be permissions to access. Shame you can't sort by last
accessed...
--
-Luke-
If cars had advanced at the same rate as Micr0$oft technology, they'd be
flying by now.
But who wants a car that crashes 8 times a day?
Registered Linux User #345134
Nov 13 '05 #5
The wizards have an mdz extension. I found them in my computer under
C:\Program Files\Microsoft Offce\Templates\1033, so if you adjusted the
permissions on the Microsoft Office folder and its subfolders, then this
will have already been done.

My next guess would be the folder that the documenter is using to output its
file or using for temporary storage as it builds its file. I don't know
where this is though. It could also be registry keys that they don't have
permission for.

--
Wayne Morgan
MS Access MVP
"beav At wn DOT com DOT au" <"beav At wn DOT com DOT au"> wrote in message
news:40********@quokka.wn.com.au...
Wayne Morgan wrote:
Since, as you say, the problem goes away if you have Administrative
permissions, you are probably correct that it is a permissions problem. Try giving everyone Full Control of the Microsoft Office folder and subfolders in Program Files. Also, do a search of the hard drive to see where the
wizards are installed and do the same for that folder.

Update: I have done the above, and the problem still exists. I then
did it as Admin, and it worked, so I searched for all files, and sorted
by last modified, and provided full access to all those files that were
modified at the time that I used the documenter. Still no luck. It
must therefore be permissions to access. Shame you can't sort by last
accessed...
--
-Luke-
If cars had advanced at the same rate as Micr0$oft technology, they'd be
flying by now.
But who wants a car that crashes 8 times a day?
Registered Linux User #345134

Nov 13 '05 #6
Wayne Morgan wrote:
The wizards have an mdz extension. I found them in my computer under
C:\Program Files\Microsoft Offce\Templates\1033, so if you adjusted the
permissions on the Microsoft Office folder and its subfolders, then this
will have already been done.

My next guess would be the folder that the documenter is using to output its
file or using for temporary storage as it builds its file. I don't know
where this is though. It could also be registry keys that they don't have
permission for.

That seems to be it. What a pain. We have decided to give the students
local Admin permissions on the computers they are using for the duration
of the class. Let's hope they don't do anything stupid...

%$@# Microsoft...

--
-Luke-
If cars had advanced at the same rate as Micr0$oft technology, they'd be
flying by now.
But who wants a car that crashes 8 times a day?
Registered Linux User #345134
Nov 13 '05 #7

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

Similar topics

8
by: BMM | last post by:
Hi. I have a dumb question. Is a database an application? And, in the context of a data-driven web-enabled application, is the database still an application? I have a project lead who says it is....
3
by: Wayfarer | last post by:
Hi, I'm trying to set up a simple application-scoped counter in global.asa to display on my webpages. When I call Application("VisitorCount") on another page as shown: <% response.write...
5
by: Matt | last post by:
I think this is the basic concept in ASP server-side development. My boss told me web application is NOT client-server application. I argued with him because browser is the client, and the server...
3
by: Amit Dedhia | last post by:
Hi I am developing a Dot net application (involving image processing) on a uni processor. It works well on my machine. I then take all my code on a multi processor, build and run the application...
8
by: nickdu | last post by:
I'm trying to isolate "applications" into their own application domain within a single process. I've quoted applications because it's a logical representation of an application. Basically it...
6
by: orekin | last post by:
Hi There I have been trying to come to grips with Application.Run(), Application.Exit() and the Message Pump and I would really appreciate some feedback on the following questions .. There are...
3
by: Carl Johansen | last post by:
I have a big ASP website (used by several thousand car dealers) that is a collection of lots of small and medium-sized applications. Now I want to start adding ASP.NET applications to it. I have...
20
by: Peter Oliphant | last post by:
How does one launch multiple forms in an application? Using Photoshop as an example, this application seems to be composed of many 'disjoint' forms. Yet, they all seem somewhat 'active' in...
3
by: Ray Booysen | last post by:
In our application, we merge documents for our clients. The directory structure is as follows: webroot ->bin ->Documents ->Company -> Company X
5
by: IUnknown | last post by:
Ok, we are all aware of the situation where modifying the folder structure (adding files, folders, deleting files, etc) will result in ASP.NET triggering a recompilation/restart of the application....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
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: 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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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...

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.