Tape type device file file_name is not a character-special or block-special file
Explanation
The device array specifies that the file is a tape device, but it is not.
User response
Change the type of the file in the device-array definition, or make sure that the file is a tape device.