filesystem related error

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Prashantoncyber
Participant
Posts: 108
Joined: Wed Jul 28, 2004 7:15 am

filesystem related error

Post 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
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

(a) Access rights to target directory
(b) disk space available
Prashantoncyber
Participant
Posts: 108
Joined: Wed Jul 28, 2004 7:15 am

Post 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
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post 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).
Post Reply