Re: 5 access 2000 users and 1 AccessXP user
- From: "Brendhan" <Brendhan@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 9 Jan 2006 05:32:02 -0800
Thanks Allen. I will review these issues and get back to you.
--
BZ
"Allen Browne" wrote:
> I think David is on the right track with his guess. Sounds like you have a
> reference to a library that is not present on the WinXP machines, not
> registered, or not the expected version.
>
> Remove any references you don't need from your mdb.
> If you are not sure which references you need, see:
> http://allenbrowne.com/ser-38.html
> Open the mdb on one of the XP clients, and see if the references are okay,
> or if some of them are marked "MISSING".
>
> Once you have that sorted out, create another mde (assuming you removed some
> references), and it should work.
>
> If the WinXP users are logged in limited users (not local computer
> administrators), that could also cause the problem.
>
> --
> Allen Browne - Microsoft MVP. Perth, Western Australia.
> Tips for Access users - http://allenbrowne.com/tips.html
> Reply to group, rather than allenbrowne at mvps dot org.
>
> "Brendhan" <Brendhan@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:83869EC5-0927-49FE-84AE-4BE82FD334B7@xxxxxxxxxxxxxxxx
> > David and Allen:
> >
> > Yes, I do have both the MDB (on a file server running Win2K server) and
> > the
> > MDE (runs on my clients). I have fixed the problem for an XP Client that
> > is
> > still running Office 2000. The remaining problem is for an XP Client
> > running
> > Office 2003.
> >
> > I should also mention that, before the XP Client running Office 2000 was
> > fixed, the MDE icon showed a yellow-colored lock on the top right corner.
> > After the fix, the lock turned blue and the thing worked great. On the XP
> > client running Office 2003, the lock is still yellow despite trying the
> > fix
> > that worked on the other machine.
> >
> > Here is what happens when I try to invoke the application:
> > Access 2003 opens and immediately says "There is no object in this
> > control".
> > After hitting OK, I get what is the user login screen for my specific
> > application and I type my normal username and password to get in. Once I
> > hit
> > OK after typing the username and password, the program will go no further
> > (I
> > never get in). Instead, I get "The expression On Load you entered as the
> > event property setting produced the following error: Object or class does
> > not support the set of events".
> >
> > This is where I am right now.
> >
> > Would it help if I zipped up both the mdb and the mde and shipped to you
> > via
> > e-mail?
> >
> > BZ
> > Access opens
> > --
> > BZ
> >
> >
> > "david@epsomdotcomdotau" wrote:
> >
> >> "All kinds of errors" usually indicates a "references" problem.
> >> It is very difficult to debug and fix a "references" problem
> >> when you only have an MDE. Do you have a copy of the
> >> MDB?
> >>
> >> (david)
> >>
> >> "Brendhan" <Brendhan@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> >> news:2981DA56-95FA-4636-9C44-D8A594EFA2F7@xxxxxxxxxxxxxxxx
> >> > Allen:
> >> >
> >> > Making the user an administrator on the local machine worked for the
> >> > case
> >> > where I upgraded a win2K box to winXP and kept Office 2000 untouched
> >> > (the
> >> > Access database in question is in Access 2000). Thank you very much.
> >> >
> >> > However, for the case where I brought in a new, out of the box, PC with
> >> Win
> >> > XP and Office 2003 pre-loaded, I cannot get the front end to open once
> >> > I
> >> copy
> >> > it to th PC (it is an mde file). I get all kinds of errors (not
> >> > read-only
> >> > errors like the win2K box). The back end is on a server running win2K
> >> server.
> >> >
> >> > Can you help regarding this remaining problem by giving me any other
> >> > suggestions? I am very happy to have the problem solved on the win2K
> >> > box
> >> so
> >> > we can at least use our application.
> >> > --
> >> > BZ - Essex, Massachusetts, USA
> >> >
> >> >
> >> > "Allen Browne" wrote:
> >> >
> >> > > Suggestions:
> >> > >
> >> > > 1. Using Windows Explorer, locate the front end mdb file on the
> >> workstation.
> >> > > Right-click and choose Properties. Make sure the Read-Only check box
> >> > > is
> >> > > unchecked. If you see an Unblock button, click that. (Typically where
> >> the
> >> > > file was received by email.)
> >> > >
> >> > > 2. Go to Tools | Options on each of the Access workstations, and set:
> >> > > Advanced | Default Open Mode to "Shared".
> >> > > General | Name AutoCorrect boxes to unchecked.
> >> > >
> >> > > 3. Make sure Sandbox mode is disabled:
> >> > > http://support.microsoft.com/kb/239482/en-us
> >> > >
> >> > > 4. Check the permissions of the folder where the workstations are
> >> connected
> >> > > to. They need read, write, and delete permissions. (I have one client
> >> whose
> >> > > "server" has multiple hierarchial shares on the drive, and if they
> >> choose
> >> > > the wrong one (a top-level read-only) instead of the lower-level
> >> > > write-enabled share, they get this problem.)
> >> > >
> >> > > 5. Make sure the users are logged in as local-computer administrators
> >> (not
> >> > > limited users.)
> >> > >
> >> > > 6. Make sure all users have Service Pack 8 for JET 4. Locate the file
> >> > > msjet40.dll. Right-click and choose Properties. On the Version tab,
> >> > > you
> >> > > should see 40.8xxx.0. The xxx digits don't matter, but if you don't
> >> > > see
> >> the
> >> > > 8, download from:
> >> > > http://support.microsoft.com/kb/239114
> >> > >
> >> > > 7. If the problem still persists, the "read-only" message can occur
> >> because
> >> > > *one* of the workstations has opened the data exclusively.
> >> > >
> >> > > --
> >> > > Allen Browne - Microsoft MVP. Perth, Western Australia.
> >> > > Tips for Access users - http://allenbrowne.com/tips.html
> >> > > Reply to group, rather than allenbrowne at mvps dot org.
> >> > >
> >> > > "Brendhan" <Brendhan@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> >> > > news:DB274A77-FAD4-4524-B45B-FE2528A5FEAE@xxxxxxxxxxxxxxxx
> >> > > > Anna:
> >> > > >
> >> > > > I have a question that perhaps you or someone else in the group can
> >> > > > answer.
> >> > > > I, too, have a split database with the backend on a server. I
> >> recently
> >> > > > started upgrading my win2K clients to XP and the server is still
> >> running
> >> > > > win2K Server. I tried to open the database using Access 2000 on
> >> > > > one
> >> of
> >> > > > the
> >> > > > clients that I upgraded to XP and I get a message indicating that
> >> > > > the
> >> > > > database is read only (which isn't true) and, although I can see
> >> > > > the
> >> data,
> >> > > > the program won't let me change anything.
> >> > > >
> >> > > > Also, I have some brand-new XP clients that came with Access 2003
> >> > > > pre-loaded. These can't even open the database - even as read
> >> > > > only.
> >> The
> >> > > > problem obviously has something to do with a Windows 2000 server
> >> > > > and a
> >> win
> >> > > > XP
> >> > > > client with respect to Access 2000.
> >> > > >
> >> > > > Can anyone help?
> >> > > > --
> >> > > > BZ
> >> > >
> >> > >
> >> > >
> >>
> >>
> >>
>
>
>
.
- Follow-Ups:
- Re: 5 access 2000 users and 1 AccessXP user
- From: Brendhan
- Re: 5 access 2000 users and 1 AccessXP user
- References:
- RE: 5 access 2000 users and 1 AccessXP user
- From: Brendhan
- Re: 5 access 2000 users and 1 AccessXP user
- From: Allen Browne
- Re: 5 access 2000 users and 1 AccessXP user
- From: Brendhan
- Re: 5 access 2000 users and 1 AccessXP user
- From: david
- Re: 5 access 2000 users and 1 AccessXP user
- From: Brendhan
- Re: 5 access 2000 users and 1 AccessXP user
- From: Allen Browne
- RE: 5 access 2000 users and 1 AccessXP user
- Prev by Date: Re: Access 97 AND Access 2000
- Next by Date: Re: merry christmas
- Previous by thread: Re: 5 access 2000 users and 1 AccessXP user
- Next by thread: Re: 5 access 2000 users and 1 AccessXP user
- Index(es):
Loading