Page 1 of 1

filesystem related error

Posted: Tue Jun 28, 2005 2:47 am
by Prashantoncyber
HI all,

while running the jab coming across below error

main_program: Fatal Error: Could not create output file ascl/dsadm/Ascential/DataStage/Projects/LETS_PA/tar/WeekdayFromDate.ds.
filesystem related error

Checked every thing is intact.

How to resolve?

Thanks

Posted: Tue Jun 28, 2005 3:57 am
by ArndW
(a) Access rights to target directory
(b) disk space available

Posted: Tue Jun 28, 2005 4:43 am
by Prashantoncyber
ArndW wrote:(a) Access rights to target directory
(b) disk space available
if so then how come this job is successfully creating several other files in

the same directory and giving error only for this file.

I guess in that it should be same for all the files.

Thanks

Posted: Tue Jun 28, 2005 5:13 am
by ArndW
Ok, that is some new information.

Does the file exist before you run the job? If so, check the access right - perhaps they are not sufficient to delete or update it via the DataStage useid you are using. If the file does not exist, try doing a "touch" in the directory (again with the userid that you are running the job as).