есть машина под ХР на нее поставил БД написаную на клипере.
в базу входит но приредактировании выдает ошибку
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 errorsDBFNTX 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. Red Flag SubmittedThank you for helping keep Tek-Tips Forums free from inappropriate posts. |
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:
- Talk 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
-
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
-
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
-
Thanks a lot Jos
its working
-
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-
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
-
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-
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
-
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
-
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
-
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)
-
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