Re: TZF - CopyFile routine
"Chris Johnson (USA)" <[email protected]>
| Newsgroups | gmane.comp.lang.delphi.topaz |
|---|---|
| Message-ID | <[email protected]> |
According to the manual, Error 31 is a "general failure", no help there. As for the other error, whether it's 78 or 87, it's a DOS Error code: Hex Dec Description 01 01 Invalid function number 02 02 File not found 03 03 Path not found 04 04 Too many open files (no handles left) 05 05 Access denied 06 06 Invalid handle 07 07 Memory control blocks destroyed 08 08 Insufficient memory 09 09 Invalid memory block address 0A 10 Invalid environment 0B 11 Invalid format 0C 12 Invalid access mode (open mode is invalid) 0D 13 Invalid data 0E 14 Reserved 0F 15 Invalid drive specified 10 16 Attempt to remove current directory 11 17 Not same device 12 18 No more files 13 19 Attempt to write on a write-protected diskette 14 20 Unknown unit 15 21 Drive not ready 16 22 Unknown command 17 23 CRC error 18 24 Bad request structure length 19 25 Seek error 1A 26 Unknown media type 1B 27 Sector not found 1C 28 Printer out of paper 1D 29 Write fault 1E 30 Read fault 1F 31 General failure 20 32 Sharing violation 21 33 Lock violation 22 34 Invalid disk change 23 35 FCB unavailable 24 36 Sharing buffer overflow 25 37 Reserved 26 38 Unable to complete file operation (DOS 4.x) 27-31 39-49 Reserved 32 50 Network request not supported 33 51 Remote computer not listening 34 52 Duplicate name on network 35 53 Network name not found 36 54 Network busy 37 55 Network device no longer exists 38 56 NetBIOS command limit exceeded 39 57 Network adapter error 3A 58 Incorrect network response 3B 59 Unexpected network error 3C 60 Incompatible remote adapter 3D 61 Print queue full 3E 62 No space for print file 3F 63 Print file deleted 40 64 Network name deleted 41 65 Access denied 42 66 Network device type incorrect 43 67 Network name not found 44 68 Network name limit exceeded 45 69 NetBIOS session limit exceeded 46 70 Temporarily paused 47 71 Network request not accepted 48 72 Print or disk redirection is paused 49-4F 73-79 Reserved 50 80 File already exists 51 81 Reserved 52 82 Cannot make directory entry 53 83 Fail on INT 24 54 84 Too many redirections 55 85 Duplicate redirection 56 86 Invalid password 57 87 Invalid parameter 58 88 Network device fault 59 89 Function not supported by network (DOS 4.x) 5A 90 Required system component not installed (DOS 4.x) HTH cjUSA On Tue, 8 Apr 2003 19:11:15 +0000, <[email protected]> wrote: > Hello, > > Here's a Topaz question that doesn't have anything to do with databases. > > Background: I have 5 CDs contain backed up files for a client and each CD > contains close to 70,000 files. The files are stored in subdirectories of > around 170 files each. > > I am trying to use the Topaz CopyFile routine to copy files on a CD onto > a hard drive. If a file is physically towards the end of a CD I am > getting Error 31. If the file is towards the front of the CD I do not get > any erros. By "front" the file was written to the CD early in the burn > process and "end" towards the end of the burn. > > I originally thought the problem was because the CDs contain multiple > sessions. I copied a CD to my hard drive and made new CDs with one > session and I still get the error. > > Does anyone know what an Error 31 is? > > I also got an Error 78 or 87, I can't remember which right now. Any ideas > on that error. > > Phil Kidder > > > -- Chris Johnson ==^================================================================ This email was sent to: [email protected] EASY UNSUBSCRIBE click here: http://topica.com/u/?clvXPN.a5kvff.Z2NsZHQt Or send an email to: [email protected] TOPICA - Start your own email discussion group. FREE! http://www.topica.com/partner/tag02/create/index2.html ==^================================================================