Ошибка dbfntx 1003

Перейти к контенту

есть машина под ХР на нее поставил БД написаную на клипере.

в базу входит но приредактировании выдает ошибку

DOS error 4 и error DBFNTX/1003

В папке «%windir%/system32» находишь файл config.nt и добавляешь в нем строчку «files=150» (или изменяешь, если она там уже присутствует), такие же действия проводишь с файлом autoexec.nt (о находится в той же папке), только в нем добавляешь строчку «set clipper=f150»

INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Contact US

Thanks. We have received your request and will respond promptly.

Log In

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips Forums!

  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It’s Free!

*Tek-Tips’s functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

DBFNTX 1020 and 1003 errors

DBFNTX 1020 and 1003 errors

(OP)

5 Nov 11 00:02

thread288-1600081: DBCMD error 2001 and DBFNTX error 1020

I’m back with index opening issues similar to my previous dbf opening issues. Using a net_use function like the one Jock showed me last time gets my dbf’s open reliably now. Thanks for that help. But I’ve had increasing problems recently with crashes related to index files not opening.  Tracking my error messages I find DBFNTX 1003 index open error in respone to a «set index to <ntx>» command, followed by DBFNTX 1020 workarea not indexed error in response to the following «Seek…» command.
So does Jock or anyone else have a function they use to test for successful opening of index files?  Or is there another way to fix this? Thanks.

Red Flag Submitted

Thank you for helping keep Tek-Tips Forums free from inappropriate posts.
The Tek-Tips staff will check this out and take appropriate action.

Join Tek-Tips® Today!

Join your peers on the Internet’s largest technical computer professional community.
It’s easy to join and it’s free.

Here’s Why Members Love Tek-Tips Forums:

  • Tek-Tips ForumsTalk To Other Members
  • Notification Of Responses To Questions
  • Favorite Forums One Click Access
  • Keyword Search Of All Posts, And More…

Register now while it’s still free!

Already a member? Close this window and log in.

Join Us             Close

Philip Howes

unread,

May 6, 1999, 11:00:00 AM5/6/99

to

I know this may be silly, but I have inherited an accounting app running in
clipper 5 — and it works just fine. Running on Windows NT Server with
Windows 95/98 client workstations.

My problem is that I have modified one program and now I get an open error
every time I run this program — DBFNTX/1003 — Dos Error 4. This is a too
many files open error. Right now i am only running on a standalone win95
workstation but it also occurs over the network. I have tried changing the
files setting in the config.sys, tried running in DOS mode only, but nothing
seems to help.

I am not a real expert at clipper so ….. I need help. Please?

Thanks in advance

Phil

Joseph Cusatis

unread,

May 7, 1999, 11:00:00 AM5/7/99

to

Set a DOS environment variable as follows:
set clipper=f:99
Clipper is running out of file handles. This can also be addressed at link time,
depending on your linker.

Joe

Joseph Cusatis

unread,

May 7, 1999, 11:00:00 AM5/7/99

to

Sorry, I meant:
set clipper=f99
No colon. and 99 can be any number equal to the most files the app will open at a
time.

Pep Camps i Costa

unread,

May 7, 1999, 11:00:00 AM5/7/99

to

Phil, you must execute the command set clipper=F100 before call the clipper
program. This command, puts the environment var clipper at F100 or the same
value that you put in config.sys. You can write it in the AUTOEXEC.BAT if
you want.

Hopping that solves your problem.

Pep Camps i Costa
PepC…@ATI.es
Barcelona Catalonia

noum…@gmail.com

unread,

Nov 23, 2014, 7:54:19 AM11/23/14

to

pospro

DBFNTX/1001 код DOS-ошибки: 4


Проблема такова: основная dos-программа прекрасно запускается, но стоит только обратиться к базе данных как прога выдает ошибку- DBFNTX/1001 Ошибка открытия: clients.dbf (код DOS-ошибки: 4) Программа запускается из-под винды 98, пробовал также непосредственно из MS-DOS, всё-равно ошибка вылетает, и приложение закрывается… Атрибуты файлов БД проверял, всё в порядке.Пути прописаны правильно, и файлы БД существуют! Пробовал изменять файл конфигурации Config.sys, а именно строку FILES=XX (это всё что я нашёл в интернете по исправлению данного глюка), но всё напрасно! Может кто сталкивался с данной проблемой, помогите пожалуйста! Зарание благодарен!

__________________
Америка, Америка — это красиво, но Россия вот где есть СИЛА!!!

  • Summary

  • Files

  • Reviews

  • Support

  • Discussion

Menu


  • Create Topic

  • Stats Graph

Forums

  • xBase/Clipper
    30

  • General
    418

  • FoxPro(X)
    19

  • DataPerfect
    11

  • Printing
    48

  • Advanced
    9

  • OS X
    2

  • Forum Moved to vDos.Info
    0

Help

  • Formatting Help

Error DBFNTX/1001 Open error: abc.DBF (DOS Error 4)


Created:

2016-08-20

Updated:

2017-12-07

  • Samson Ashtamkar

    Hi

    I have Error DBFNTX/1001 Open error: abc.DBF (DOS Error 4)

    In dos i have to use Files=230 in config.sys but vdos does not allow it so how can i do make it working.

    Thanks

    • Jos Schaars

      vDos always supplies the maximum of 255 global DOS file handles.
      Could it be that you’re using a Clipper compiled program?
      If so, add SET CLIPPER=F:100 before starting the program to autoexec.txt and see if that helps.

      Jos

  • Samson Ashtamkar

    Thanks a lot Jos

    its working

  • Dariusz

    Hi
    But if it still doesn’t work ?
    I’m quite sure that it is Clipper compiled program and I’ve added propperly SET CLIPPER=F:100 before starting (autoexec.txt or/and in bat before exe). What is more perverse ;) the same application at the same configuration on the some computers works, but on the other ones doesn’t :(
    Could you help ?
    Regards, Darius

    • Jos Schaars

      If you copy the vDos directory (vDos.exe, autoexec.txt and config.txt) of a working configuration to another PC, that one is guaranteed to work. Given of course the same Clipper startup and data is used.

      If the vDos files are the same, it would have to be the Clipper startup, that’s done locally?

      Jos

  • Dariusz

    After some hours of fight ;) it’s a bit different matter then I wrote before. There’ re not exactly the same app on every PC, it’s the same producer ones, every compiled in clipper, but different exe file…

    So, now the problem is that some clipper’s apps doesn’t «see» phrase SET CLIPPER=F180 added to autoexec.txt on every computer.

    Could you help ?
    Thanks a lot, in advance, Darius

    • Jos Schaars

      Those executables perform the same functionality, so you can exchange a “bad” with a “good” one?

      Else I would need a test environment from you in which SET CLIPPER=F80 isn’t accepted, and DOS Error 4 is generated.

      Jos

  • octaviochango

    hi jos, i’ve been running vdos for more than 2 years now; it has been a blessing for the app i support; as of one year ago, i’ve had installed vdos on several win-10 x64 pc’s, and have been working fine up yo yesterday, in some instances of the app i’m gettin a vdos — exception (image included), please guide my efforts to solve this matter; i’ve been unable to do so

  • octaviochango

    i can’t seem to include the image, sorry;it reads exactly like this:

    vDos — Exception

    (X) PSP file table (JFT) is messed up

    (ok button)

    i installed a fresh copy of vdos.exe oct/19/2014 19:40, and the event in error re-ocurred

    some help would be very appreciatted

  • octaviochango

    Thumbnail

  • octaviochango

    i think that a limitation in the net resource in the form of space or quantity of files, may cause this problem; this came to my attention when i tryed to copy a file component of the application in the same «disk» and it gave an error message stating that «there was no space available» (immage included)

    Thumbnail

  • Jos Schaars

    If I understand correctly, you used, and still use version 2014.10.19. Until yesterday no problems, and then out of the blue this exception.

    What if you use the latest 2017.08.01 version?

    Jos

INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Contact US

Thanks. We have received your request and will respond promptly.

Log In

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips Forums!

  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It’s Free!

*Tek-Tips’s functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

DBFNTX 1020 and 1003 errors

DBFNTX 1020 and 1003 errors

(OP)


thread288-1600081: DBCMD error 2001 and DBFNTX error 1020

I’m back with index opening issues similar to my previous dbf opening issues. Using a net_use function like the one Jock showed me last time gets my dbf’s open reliably now. Thanks for that help. But I’ve had increasing problems recently with crashes related to index files not opening.  Tracking my error messages I find DBFNTX 1003 index open error in respone to a «set index to <ntx>» command, followed by DBFNTX 1020 workarea not indexed error in response to the following «Seek…» command.
So does Jock or anyone else have a function they use to test for successful opening of index files?  Or is there another way to fix this? Thanks.

Red Flag Submitted

Thank you for helping keep Tek-Tips Forums free from inappropriate posts.
The Tek-Tips staff will check this out and take appropriate action.

Join Tek-Tips® Today!

Join your peers on the Internet’s largest technical computer professional community.
It’s easy to join and it’s free.

Here’s Why Members Love Tek-Tips Forums:

  • Tek-Tips ForumsTalk To Other Members
  • Notification Of Responses To Questions
  • Favorite Forums One Click Access
  • Keyword Search Of All Posts, And More…

Register now while it’s still free!

Already a member? Close this window and log in.

Join Us             Close

есть машина под ХР на нее поставил БД написаную на клипере.

в базу входит но приредактировании выдает ошибку

DOS error 4 и error DBFNTX/1003

В папке «%windir%/system32» находишь файл config.nt и добавляешь в нем строчку «files=150» (или изменяешь, если она там уже присутствует), такие же действия проводишь с файлом autoexec.nt (о находится в той же папке), только в нем добавляешь строчку «set clipper=f150»

DBFNTX/1001 код DOS-ошибки: 4


Проблема такова: основная dos-программа прекрасно запускается, но стоит только обратиться к базе данных как прога выдает ошибку- DBFNTX/1001 Ошибка открытия: clients.dbf (код DOS-ошибки: 4) Программа запускается из-под винды 98, пробовал также непосредственно из MS-DOS, всё-равно ошибка вылетает, и приложение закрывается… Атрибуты файлов БД проверял, всё в порядке.Пути прописаны правильно, и файлы БД существуют! Пробовал изменять файл конфигурации Config.sys, а именно строку FILES=XX (это всё что я нашёл в интернете по исправлению данного глюка), но всё напрасно! Может кто сталкивался с данной проблемой, помогите пожалуйста! Зарание благодарен!

__________________
Америка, Америка — это красиво, но Россия вот где есть СИЛА!!!

  • оффициальное руководство http://support.kaspersky.ru/9290 скрипт запускается через утилиту PSexec psexec.exe @c:comp.txt -c kavmove.b…

  • Решение: Панель управленияУчетные записи пользователейПочта  Показать Конфигурации Скопировать «Outlook» в новую конфигураци…

  • Скрипт не мой, я его лишь чуть-чуть подредактировал под свои нужды. p.s. если у пользователя не настроен Outlook — будет ошибка скрипта

  • Ошибка в консоли Exchange 2010   Службе WS-Management не удается обработать запрос. Квота загрузки для системы, составляющая 1000 запрос…

  • Досовая программа (написанная видимо на CLIPPER) на XP показывает ошибку «код dos ошибки 4» помогло прописать строчку в windows…

  • psexec Comp -u «domainadmin» -p «P@ssw0rd» cmd /c «msiexec.exe /i «serversoftsetup.msi» /quiet /n…

  • Перестал работать переход по гиперссылкам внутри документа Сброс настроек браузера не дал результатов В окне открытия файла, вместо име…

  • Ошибка VMware Tools: Error in the RPC receive loop: RpcIn: Unable to send Событие об ошибке заполняет лог. Рекомендуется отключить сообщ…

  • За последние X часов было зарегистрировано X подключений к этому контроллеру домена от клиентских компьютеров, чьи IP-адреса не удалось соп…

  • добавить SSL порт( например 9443) из интерфейса TMG нельзя можно использовать сторонние скрипты или плагины установил Bandwidth Splitter…

есть машина под ХР на нее поставил БД написаную на клипере.

в базу входит но приредактировании выдает ошибку

DOS error 4 и error DBFNTX/1003

В папке «%windir%/system32» находишь файл config.nt и добавляешь в нем строчку «files=150» (или изменяешь, если она там уже присутствует), такие же действия проводишь с файлом autoexec.nt (о находится в той же папке), только в нем добавляешь строчку «set clipper=f150»

 
Fixxxer

 
(2002-11-11 16:40)
[0]

Уважаемые мастера. Подскажите пожулуйста что надо сделать чтоб

избежать ошибки DOS error 4, которая выскакивает при запуске базы данных написанной на Clipper-е.

Заранее благодарю.


 
sniknik

 
(2002-11-11 16:56)
[1]

ну тебя занесло это ж по дельфи форум.

DOS error 4 это если правильно помню ошибка открытия файла причем широкая от полного отсутствия до занятости. проверь файл который открываеш.


 
Ученик

 
(2002-11-11 23:13)
[2]

>Fixxxer © (11.11.02 16:40)

Если не ошибаюсь, то

в файле AUTOEXEC.BAT SET CLIPPER=F200

файле CONFIG.SYS FILES=200


  • оффициальное руководство http://support.kaspersky.ru/9290 скрипт запускается через утилиту PSexec psexec.exe @c:comp.txt -c kavmove.b…

  • Решение: Панель управленияУчетные записи пользователейПочта  Показать Конфигурации Скопировать «Outlook» в новую конфигураци…

  • Скрипт не мой, я его лишь чуть-чуть подредактировал под свои нужды. p.s. если у пользователя не настроен Outlook — будет ошибка скрипта

  • Ошибка в консоли Exchange 2010   Службе WS-Management не удается обработать запрос. Квота загрузки для системы, составляющая 1000 запрос…

  • Досовая программа (написанная видимо на CLIPPER) на XP показывает ошибку «код dos ошибки 4» помогло прописать строчку в windows…

  • psexec Comp -u «domainadmin» -p «P@ssw0rd» cmd /c «msiexec.exe /i «serversoftsetup.msi» /quiet /n…

  • Перестал работать переход по гиперссылкам внутри документа Сброс настроек браузера не дал результатов В окне открытия файла, вместо име…

  • Ошибка VMware Tools: Error in the RPC receive loop: RpcIn: Unable to send Событие об ошибке заполняет лог. Рекомендуется отключить сообщ…

  • добавить SSL порт( например 9443) из интерфейса TMG нельзя можно использовать сторонние скрипты или плагины установил Bandwidth Splitter…

  • За последние X часов было зарегистрировано X подключений к этому контроллеру домена от клиентских компьютеров, чьи IP-адреса не удалось соп…

INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Contact US

Thanks. We have received your request and will respond promptly.

Log In

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips Forums!

  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It’s Free!

*Tek-Tips’s functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

(OP)

13 Jun 02 23:38

Hi,

I have an accounting software programmed in Win Xp. To run the software i require the line FILES=200 in the config.sys file. But i could not edit config.sys in Win XP and whenever i run the program it says DOS ERROR 4.

Please help

Red Flag Submitted

Thank you for helping keep Tek-Tips Forums free from inappropriate posts.
The Tek-Tips staff will check this out and take appropriate action.

Join Tek-Tips® Today!

Join your peers on the Internet’s largest technical computer professional community.
It’s easy to join and it’s free.

Here’s Why Members Love Tek-Tips Forums:

  • Tek-Tips ForumsTalk To Other Members
  • Notification Of Responses To Questions
  • Favorite Forums One Click Access
  • Keyword Search Of All Posts, And More…

Register now while it’s still free!

Already a member? Close this window and log in.

Join Us             Close

  1. June 24th, 2001, 10:30 PM

    #1

    Join Date
    Jun 2001
    Location
    Japan
    Posts
    1

    Dos Error 4 (DBF/NTX 1001 open erro)

    Hi all,
    I appriciate if anyone can help me out.

    I have an clipper program working well in Novell Netware, now i wanted to move this application from Novell to Windows 2000, WHEN I AM PROCESSING SOME REPORTS GIVES ME THE ERROR DBF/NTX 1001 open Error CANT OPEN FILE XXXX.DBF Dos Error 4

    Any one who have an idea kindly help me.


  • оффициальное руководство http://support.kaspersky.ru/9290 скрипт запускается через утилиту PSexec psexec.exe @c:comp.txt -c kavmove.b…

  • Решение: Панель управленияУчетные записи пользователейПочта  Показать Конфигурации Скопировать «Outlook» в новую конфигураци…

  • Скрипт не мой, я его лишь чуть-чуть подредактировал под свои нужды. p.s. если у пользователя не настроен Outlook — будет ошибка скрипта

  • Ошибка в консоли Exchange 2010   Службе WS-Management не удается обработать запрос. Квота загрузки для системы, составляющая 1000 запрос…

  • Досовая программа (написанная видимо на CLIPPER) на XP показывает ошибку «код dos ошибки 4» помогло прописать строчку в windows…

  • psexec \Comp -u «domainadmin» -p «P@ssw0rd» cmd /c «msiexec.exe /i «\serversoftsetup.msi» /quiet /n…

  • Перестал работать переход по гиперссылкам внутри документа Сброс настроек браузера не дал результатов В окне открытия файла, вместо име…

  • Ошибка VMware Tools: Error in the RPC receive loop: RpcIn: Unable to send Событие об ошибке заполняет лог. Рекомендуется отключить сообщ…

  • За последние X часов было зарегистрировано X подключений к этому контроллеру домена от клиентских компьютеров, чьи IP-адреса не удалось соп…

  • добавить SSL порт( например 9443) из интерфейса TMG нельзя можно использовать сторонние скрипты или плагины установил Bandwidth Splitter…

  • оффициальное руководство http://support.kaspersky.ru/9290 скрипт запускается через утилиту PSexec psexec.exe @c:comp.txt -c kavmove.b…

  • Решение: Панель управленияУчетные записи пользователейПочта  Показать Конфигурации Скопировать «Outlook» в новую конфигураци…

  • Скрипт не мой, я его лишь чуть-чуть подредактировал под свои нужды. p.s. если у пользователя не настроен Outlook — будет ошибка скрипта

  • Ошибка в консоли Exchange 2010   Службе WS-Management не удается обработать запрос. Квота загрузки для системы, составляющая 1000 запрос…

  • Досовая программа (написанная видимо на CLIPPER) на XP показывает ошибку «код dos ошибки 4» помогло прописать строчку в windows…

  • psexec Comp -u «domainadmin» -p «P@ssw0rd» cmd /c «msiexec.exe /i «serversoftsetup.msi» /quiet /n…

  • Перестал работать переход по гиперссылкам внутри документа Сброс настроек браузера не дал результатов В окне открытия файла, вместо име…

  • Ошибка VMware Tools: Error in the RPC receive loop: RpcIn: Unable to send Событие об ошибке заполняет лог. Рекомендуется отключить сообщ…

  • добавить SSL порт( например 9443) из интерфейса TMG нельзя можно использовать сторонние скрипты или плагины установил Bandwidth Splitter…

  • За последние X часов было зарегистрировано X подключений к этому контроллеру домена от клиентских компьютеров, чьи IP-адреса не удалось соп…

INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Contact US

Thanks. We have received your request and will respond promptly.

Log In

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips Forums!

  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It’s Free!

*Tek-Tips’s functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

DOS ERROR 4

(OP)

13 Jun 02 23:38

Hi,

I have an accounting software programmed in Win Xp. To run the software i require the line FILES=200 in the config.sys file. But i could not edit config.sys in Win XP and whenever i run the program it says DOS ERROR 4.

Please help

Red Flag Submitted

Thank you for helping keep Tek-Tips Forums free from inappropriate posts.
The Tek-Tips staff will check this out and take appropriate action.

Join Tek-Tips® Today!

Join your peers on the Internet’s largest technical computer professional community.
It’s easy to join and it’s free.

Here’s Why Members Love Tek-Tips Forums:

  • Tek-Tips ForumsTalk To Other Members
  • Notification Of Responses To Questions
  • Favorite Forums One Click Access
  • Keyword Search Of All Posts, And More…

Register now while it’s still free!

Already a member? Close this window and log in.

Join Us             Close

  1. June 24th, 2001, 10:30 PM

    #1

    Join Date
    Jun 2001
    Location
    Japan
    Posts
    1

    Dos Error 4 (DBF/NTX 1001 open erro)

    Hi all,
    I appriciate if anyone can help me out.

    I have an clipper program working well in Novell Netware, now i wanted to move this application from Novell to Windows 2000, WHEN I AM PROCESSING SOME REPORTS GIVES ME THE ERROR DBF/NTX 1001 open Error CANT OPEN FILE XXXX.DBF Dos Error 4

    Any one who have an idea kindly help me.


DBFNTX/1001 код DOS-ошибки: 4


Проблема такова: основная dos-программа прекрасно запускается, но стоит только обратиться к базе данных как прога выдает ошибку- DBFNTX/1001 Ошибка открытия: clients.dbf (код DOS-ошибки: 4) Программа запускается из-под винды 98, пробовал также непосредственно из MS-DOS, всё-равно ошибка вылетает, и приложение закрывается… Атрибуты файлов БД проверял, всё в порядке.Пути прописаны правильно, и файлы БД существуют! Пробовал изменять файл конфигурации Config.sys, а именно строку FILES=XX (это всё что я нашёл в интернете по исправлению данного глюка), но всё напрасно! Может кто сталкивался с данной проблемой, помогите пожалуйста! Зарание благодарен!

__________________
Америка, Америка — это красиво, но Россия вот где есть СИЛА!!!

Logo
MurCode

  • Форумы
  • Поиск
  • О проекте

Лит

Дата: 07.07.2014 15:41:39

Пожалуйста подскажите
При выполнении проги выдаёт
Ошибка DBFNTX/1003
Ошибка открытия: XX.NTX (DOS — ошибки:4)

в CONFIG.NT FILES=150

ошибка появилась после переустановки винды, ХР было и до переустановки и сейчас

пошагово прога работает до ошибки, открывает и создаёт индексы, а вот на открытии снимается

bat c путями конкретно к библиотекам выполнялся и к папке с начинкой

Dima T

Дата: 07.07.2014 15:55:10

Это точно foxpro? индексы в фоксе CDX или IDX. И ошибки с номером 1003 нет.

Попробуй в CONFIG.NT еще добавить

buffers=60

и FILES попробуй побольше.

Лит

Дата: 08.07.2014 09:17:24

Вопрос снимается.
Программист подключал свои библиотеки, которые при переустановки винды похерились

Philip Howes

unread,

May 6, 1999, 11:00:00 AM5/6/99

to

I know this may be silly, but I have inherited an accounting app running in
clipper 5 — and it works just fine. Running on Windows NT Server with
Windows 95/98 client workstations.

My problem is that I have modified one program and now I get an open error
every time I run this program — DBFNTX/1003 — Dos Error 4. This is a too
many files open error. Right now i am only running on a standalone win95
workstation but it also occurs over the network. I have tried changing the
files setting in the config.sys, tried running in DOS mode only, but nothing
seems to help.

I am not a real expert at clipper so ….. I need help. Please?

Thanks in advance

Phil

Joseph Cusatis

unread,

May 7, 1999, 11:00:00 AM5/7/99

to

Set a DOS environment variable as follows:
set clipper=f:99
Clipper is running out of file handles. This can also be addressed at link time,
depending on your linker.

Joe

Joseph Cusatis

unread,

May 7, 1999, 11:00:00 AM5/7/99

to

Sorry, I meant:
set clipper=f99
No colon. and 99 can be any number equal to the most files the app will open at a
time.

Pep Camps i Costa

unread,

May 7, 1999, 11:00:00 AM5/7/99

to

Phil, you must execute the command set clipper=F100 before call the clipper
program. This command, puts the environment var clipper at F100 or the same
value that you put in config.sys. You can write it in the AUTOEXEC.BAT if
you want.

Hopping that solves your problem.

Pep Camps i Costa
PepC…@ATI.es
Barcelona Catalonia

noum…@gmail.com

unread,

Nov 23, 2014, 7:54:19 AM11/23/14

to

pospro

Понравилась статья? Поделить с друзьями:
  • Ошибка dayz клиентский pbo не является
  • Ошибка dbf на лифте otis
  • Ошибка dbd game security violation detected 00000001
  • Ошибка dbcore dll
  • Ошибка dayz game restart required