473,625 Members | 3,201 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Odd Error Message Follow-up - Attn. Alan Webb, with thanks

Good day -

As you suggested, I got and used the right version of Jetcomp, and I also
tried to run compact and repair a couple of times. I think that the compact
and repair process doesn't fully complete - there's a little progress bar in
the lower left area of the status bar that gets about halfway done, and then
stalls. It doesn't keep me from closing the database, it just stops. So that
seems to be out. Similarly Jetcomp, which seemed to run OK but made no
changes.

So is my next step to rebuild this database by hand? If so, if I export the
content only of the tables, will that avoid moving the "frozen" locks into a
new DB? Evidently the backup I have is also afflicted with this same
problem - I must have made a copy before I realized what was going on.

Thanks again.
Steve E.


"Alan Webb" <kn*****@hotmai l.com> wrote in message
news:xV******** *********@news. uswest.net...
Serious Practitioner,
Sounds like Access crashed with locks on some of the objects. The message
you got typically occurs when some code is interrupted because a variable
name or some other important bit has had its definition changed and VBA
can't continue. Ask Access to do a compact & repair and see if that cleans up the locks that were left in the file. There is a utility called jetcomp on the TechNet download site that will sometimes compact & repair jet
databases that seem to be ireperably damaged. And . . . your problem is
yet another reason why frequent backups of critical data & code are crucial.
"Serious_Practi tioner" <Se************ ************@at t.net> wrote in message news:aE******** *************@b gtnsc05-news.ops.worldn et.att.net...
Hello, all -

A few days ago, I posted the following message -

Hello all, and thank you for your help in the recent past.

Got a new error message in the last few days.

While working with different sized tables, in datasheet view, I've
gotten this message -

"THIS ACTION WILL RESET THE CURRENT CODE IN BREAK MODE."

There's a "Yes/No" message box. The choices are -

"To halt the execution of the program so the Module window can be
closed, select 'Yes'."
"To leave the code in the current state, select No".

I get the message when I try to close the datasheet view, either to go to the Design View or to close it altogether. Pressing "Yes" does
nothing. The message box stays open and won't close. Pressing "No"

gets
rid of the message box, but trying again to close the table brings the
message box back.

The only way to close the table is with Ctrl-Alt-Delete, and then
closing MSACCESS.EXE. Reopening the database and the same table

reproduces
the error.

Some of the tables in question are large (6000 records, 18 fields),

some
are small (300 records, 6 fields). I don't have any other forms open, so I don't know what code is being described.

Any thoughts out there? TIA

A reply suggested creating a new database and importing the tables from

the
old to the new. I was in the process of copying and pasting a table called "tblTitleIn fo" from the old to the new database when I discovered that the "new" database thinks that it already has a table by that name, even

though
the title does not appear in the container. It told me that there was
already a table by that name and asked me to confirm my desire to replace the existing copy. I clicked "Yes" and got the following error message -

"The database engine could not lock table 'tblTitleInfo' because it is already in use by another person or process."

Clicking "Help" at that point brings up a blank window with "Microsoft
Access" in the title bar - no help system.

I continued to copy tables, queries, forms and reports until I was done. I closed both the old and new databases, re-opened the new database and
discovered that the forms, queries and reports had been lost. I then tried to re-create the relationships and got the error about not being able to
lock the table 'tblTitleInfo'.

I'm totally befuzzled, and I don't have enough experience to try to sort
this out on my own. I have checked the Knowledge Base and came up with a

fix
for a situation where a certain version of the Vbe6 DLL (I think) was

used.
I do not have that version, thus I didn't try it.

Any thoughts? TIA, again.
Steve E.
(20 years without a beer. Startin' to think I might blow that in the very near future.)




Nov 12 '05 #1
1 1367
I'd probably try writing code using DAO to see if I could connect to it and
loop through all the objects in the file and copying each one to a new file.
Whatever is corrupted will cause an error when your code tries to use it.
If you write the code so that it skips to the next object in your list
you'll perhaps recover at least some of what you lost. Rebuilding by hand
seems like too much work.
Good luck.
"Serious_Practi tioner" <Se************ ************@at t.net> wrote in message
news:jl******** *************@b gtnsc05-news.ops.worldn et.att.net...

So is my next step to rebuild this database by hand? If so, if I export
the
content only of the tables, will that avoid moving the "frozen" locks into
a
new DB? Evidently the backup I have is also afflicted with this same
problem - I must have made a copy before I realized what was going on.

Nov 13 '05 #2

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

Similar topics

15
8549
by: Ajay DSouza | last post by:
When I try to validate my page http://www.ajaydsouza.com/wordpress/wpthemes/ I get this: I got the following unexpected response when trying to retrieve <http://www.ajaydsouza.com/wordpress/wpthemes/>: 404 Not Found
10
5753
by: DataBard007 | last post by:
Hello Access Gurus: I use Win98SE and Access97. I just built a simple Access97 application which holds all contact information for my personal contacts, such as first name, last name, address, city, state, etc. When the user wants to search for a particular record, he does two things: 1. On the form is a text box on which he enters the text he is searching for.
0
1416
by: Tim Sharrock | last post by:
We have hit an internal compiler error when processing a very long array initialiser (for a lookup table). Most of the compiler versions we tried compiled the code successfully, but very slowly (one person reported hours, but I have not seen that personally), but one failed: Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86 Copyright (C) Microsoft Corporation 1984-2002. All rights reserved. slow.c
18
28737
by: Microsoft | last post by:
When I try this in my code I alwas get an errormessage: "Object reference not set to an instance of an object" Dim g As System.Drawing.Graphics g.DrawString("Test", New Font("Arial", 12, FontStyle.Bold), Brushes.Black, 0, 0) Why is this? Marc
1
2750
by: PaulieS | last post by:
Hi all. Am migrating a customer from IIS5 on W2K server to IIS6 on W2K3. Zipped all the websites and unzipped them to the identical locations on new server. Used IISMT to migrate metabase. Got this error when I tried to run a very basic page... code:
10
3709
by: Rider | last post by:
Hi, simple(?) question about asp.net configuration.. I've installed ASP.NET 2.0 QuickStart Sample successfully. But, When I'm first start application the follow message shown. ========= Server Error in '/QuickStartv20' Application. -------------------------------------------------------------------------------- Configuration Error Description: An error occurred during the processing of a configuration file
4
651
by: Stan Sainte-Rose | last post by:
Hi, I've just installed vs2005 and I have some problems to handle errors from my old asp pages. Before, IIS 6 told me on which line the error occurs, and right now I only get an 500 error page. Any help ? Stan
2
1195
by: NEWS | last post by:
Hi, I am getting this error when users increases in my application .pls help how to tune this i am using .Net 2003 error is Server Error in '/webpdms' Application. --------------------------------------------------------------------------------
3
1196
by: Smith | last post by:
Hi I've installed my web app on windows 2003 and when I run the application I got the follow error: "Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\inspeccion\2b77adf5\e651f5c7" is denied. " Other applications works ok in the same machine. Framework 1.1 Regards
2
4328
by: =?Utf-8?B?eWtmZmM=?= | last post by:
I try to experiment deploying my Vb.net application by following the basic steps but encounter this error. I follow every step and every display agrees with what the tutorial says and the IDE responds with "Build successful". When I started the setup.exe file in the debug folder with the same machine that develops my test application, all run as expected until the it gives out the error message: Error reading from file...
0
8253
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
8692
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8497
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
7182
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
6116
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
5570
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4089
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2621
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
1
1802
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.