HSTRE0008E rename ( filename.tmp , filename ) failed: ERRNO = 'error_number'

Explanation

The perl script function rename could not rename the temporary file filename.tmp to filename.

Action

Check the current file permissions on the output directory and filename to verify that the file is not readonly. The file should allow rename to overwrite the previous contents if the file exists, or create a new file if it does not exist.

Run the script again after making the necessary corrections.

Parent topic: System metadata messages

Terms of use | Feedback
(C) Copyright IBM Corporation 2003, 2004. All Rights Reserved.