Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

what measns "internal error 19" ?? , please help me

258 views
Skip to first unread message

Mika Saukkonen

unread,
Aug 3, 2000, 3:00:00 AM8/3/00
to
what the hell means "internal error 19" and there was some text about
dbunlock()-function, please help me and fast

T: Mika Saukkonen


uri

unread,
Aug 3, 2000, 3:00:00 AM8/3/00
to

Internal Error 19 NTX File Corrupted

This occurs when an index buffer is found to be corrupted when
attempting to update an index page and the index is non-UNIQUE.

Yura Venik

"Mika Saukkonen" <mi...@lukiolaistenkirjakauppa.fi> wrote in message
news:39891039...@lukiolaistenkirjakauppa.fi...

Dave Pearson

unread,
Aug 3, 2000, 3:00:00 AM8/3/00
to
On Thu, 03 Aug 2000 06:26:49 GMT, Mika Saukkonen <mi...@lukiolaistenkirjakauppa.fi> wrote:

> what the hell means "internal error 19" and there was some text about
> dbunlock()-function, please help me and fast

According to the internal error Norton Guide:

,----


| 19 NTX File Corrupted
|
| This occurs when an index buffer is found to be corrupted when
| attempting to update an index page and the index is non-UNIQUE.

`----

--
Take a look in Hagbard's World: | w3ng - The WWW Norton Guide reader.
http://www.hagbard.demon.co.uk/ | eg - Norton Guide reader for Linux.
http://www.acemake.com/hagbard/ | weg - Norton Guide reader for Windows.
Free software, including........| dgscan - DGROUP scanner for Clipper.

Donald R. Keating

unread,
Aug 3, 2000, 3:00:00 AM8/3/00
to
Mika,

Rebuilding index file(s) will usually fix this.

Suggest you use index on or dbcreateindex(), not reindex or
dbreindex().

As additional precaution, probably overkill, I always ferase() the
index file(s) then, rebuild them.

HTH.

CU,

>don<
Donald R. Keating, CLU
DBS Company - Columbia, SC
803-731-0328 (Phone/FAX)

"Mika Saukkonen" <mi...@lukiolaistenkirjakauppa.fi> wrote in message
news:39891039...@lukiolaistenkirjakauppa.fi...

> what the hell means "internal error 19" and there was some text
about
> dbunlock()-function, please help me and fast
>

> T: Mika Saukkonen
>

Ross McKenzie

unread,
Aug 3, 2000, 3:00:00 AM8/3/00
to
On Thu, 3 Aug 2000 07:05:16 -0400, "Donald R. Keating"
<Do...@dbscompany.com> wrote:

>Mika,
>
>Rebuilding index file(s) will usually fix this.
>
>Suggest you use index on or dbcreateindex(), not reindex or
>dbreindex().
>
>As additional precaution, probably overkill, I always ferase() the
>index file(s) then, rebuild them.
>
>HTH.
>
>CU,
>
>>don<
>Donald R. Keating, CLU

...and as a cautionary comment, copy the original index files into a
separate sub directory, just in case the application does not have an
automatic "recreation of missing indexes" routine. Too late if you
delete them and then find the application refuses to start because of
a missing index...been there and still swearing at the original
"programmer".

Regards,


Ross McKenzie
ValuSoft
(affordable source recovery available)
(Fix1900 utility available)
(custom hardware interfaces)
www.irvis.nl

Jules Alberts

unread,
Aug 3, 2000, 3:00:00 AM8/3/00
to
On Thu, 03 Aug 2000 12:09:58 GMT, Ross McKenzie <ro...@ESandS.com> wrote:
>On Thu, 3 Aug 2000 07:05:16 -0400, "Donald R. Keating"
><Do...@dbscompany.com> wrote:
>
>>Mika,
>>
>>Rebuilding index file(s) will usually fix this.
>>
>>Suggest you use index on or dbcreateindex(), not reindex or
>>dbreindex().
>>
>>As additional precaution, probably overkill, I always ferase() the
>>index file(s) then, rebuild them.
>>
>>HTH.
>>
>>CU,
>>
>>>don<
>>Donald R. Keating, CLU
>
>...and as a cautionary comment, copy the original index files into a
>separate sub directory, just in case the application does not have an
>automatic "recreation of missing indexes" routine. Too late if you
>delete them and then find the application refuses to start because of
>a missing index...been there and still swearing at the original
>"programmer".
>
>Regards,

something else to consider is physical disk damage. close the dbf,
rename (_not_ delete) the index file (to .old or whatever) and create
them again. this way they will be guaranteed te reside on another
place. may sound farfetched, but i needed it once a long time ago. i
guess you can write a book about tactics like these.

--
Jules Alberts
jul...@arbodienst-limburg.nl

Gilbertopb

unread,
Aug 3, 2000, 3:00:00 AM8/3/00
to
In the Computer Associates site you find a file with the internal
errors listed. There is in the dowloads section for clipper 5.x

Also, if you have the source, is better the program first delete de
index file before re-create the index. Avoid re-index.
Gilberto Strapazon
Brasil


* Sent from Novell Discussion Forums http://novell.remarq.com The Internet's Discussion Network *
The fastest and easiest way to search and participate in Usenet - Free!


Gilbertopb

unread,
Aug 3, 2000, 3:00:00 AM8/3/00
to
In article <39891039...@lukiolaistenkirjakauppa.fi>, Mika

Saukkonen <mi...@lukiolaistenkirjakauppa.fi> wrote:
> what the hell means "internal error 19" and there was some text
> about
> dbunlock()-function, please help me and fast
> T: Mika Saukkonen

It's me again

1)Dbunlock() is the same unlock function.

2)I have a question if you have some other file problems, liked
corrupted files. I have many problems with loss of data, beginning with
some stations with bad conections in the network, and others, that
cause files to be corrupted.

3) Also, verify if the programs allways open all the index files when
update key fields.

Greetings

Stephen Quinn

unread,
Aug 3, 2000, 3:00:00 AM8/3/00
to
Mika

19 NTX File Corrupted

This occurs when an index buffer is found to be corrupted when
attempting to update an index page and the index is non-UNIQUE.

--
HTH
Steve Quinn
The only cure for insomnia is to get more sleep.
Everybody lies, but it doesn't matter since nobody listens.
I wished the buck stopped here, as I could use a few.


"Mika Saukkonen" <mi...@lukiolaistenkirjakauppa.fi> wrote in message
news:39891039...@lukiolaistenkirjakauppa.fi...

0 new messages