Previous Next Chapter

219

Seek error

An error occurred while processing a file.

Be sure that you only SEEK within the file. You cannot SEEK outside the bounds of the file.

220

Comment is too long

You filenote has exceeded the maximum number of characters (79).

Use a shorter filenote.

221

Disk is full

There is not enough room on the disk to perform the requested operation.

Delete unnecessary files or directories or use a different disk.

222

Object is protected from

The d (deletable) protection bit of the file or directory is clear.

If you are certain that you want to delete the file or directory, use PROTECT to set the d bit or use the FORCE option of DELETE.

223

File is write protected

The w (writable) protection bit of the file is clear.

If you are certain that you want to overwrite the file, use PROTECT to set the w bit.

224

File is read protected

The r (readable) protection bit of the file is clear.

Use PROTECT to set the r bit of the file.

225

Not a valid DOS disk

The disk in the drive is not an AmigaDOS disk, it has not been formatted, or it is corrupt.

Be sure you are using the correct disk. If the disk worked previously, use a disk recovery program to salvage its files. Format unformatted disks.

226

No disk in drive

The disk is not inserted in the specified drive.

Insert the appropriate disk in the specified drive.

232

No more entries in directory

The AmigaDOS call EXNEXT has no further entries in the directory you are examining.

Stop calling EXNEXT.

233

Object is soft link

Attempt was made to access a soft-link for a device that does not support it.

No recovery.

235

Bad load file hunk

The program loaded is corrupted.

Load a new or original copy of the program.

241

Record lock collision

Another application is accessing the database.

Try accessing the database again.

242

Record lock timeout

Another application has the database entry lokked.

Try again or quit the other application and retry.

303

Buffer overflow

Occurs if pattern matching string is too long.

Make pattern matching string shorter.

304

***Break

Occurs if program stopped via Ctrl+C.

No recovery

305

File not executable

The e (executable) bit of the file is clear.

Same as Error 121.

Top Previous Next Chapter