File archive: Trouble creating file

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
subramanya
Participant
Posts: 22
Joined: Fri Oct 15, 2004 11:53 pm
Location: Bangalore, India
Contact:

File archive: Trouble creating file

Post by subramanya »

Hi,

I am trying to run a parallel job and getting the following error message:


##W TFAR 000000 22:49:37(000) <main_program> File archive: Trouble creating file "/home/apps/ds/xxxxxxxxxx/tmp/APTcs34816348276acd5"

>##F TFPX 000002 22:49:37(001) <main_program> Fatal Error: Null archive.


Let me know if anybody has encountered the same issue...
--------------
Subramanya
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Does "/home/apps/ds/xxxxxxxxxx/tmp/APTcs34816348276acd5" exist? Does the path ""/home/apps/ds/xxxxxxxxxx/tmp" exist? If both are true, trying creating a file there with the same userid as you use in DataStage.
subramanya
Participant
Posts: 22
Joined: Fri Oct 15, 2004 11:53 pm
Location: Bangalore, India
Contact:

Post by subramanya »

ArndW wrote:Does "/home/apps/ds/xxxxxxxxxx/tmp/APTcs34816348276acd5" exist?
No, it is not.
ArndW wrote: Does the path ""/home/apps/ds/xxxxxxxxxx/tmp" exist?
Yes
--------------
Subramanya
miwinter
Participant
Posts: 396
Joined: Thu Jun 22, 2006 7:00 am
Location: England, UK

Post by miwinter »

... and does the filesystem associated have space available and (as Arnd also asked) can you create a file in there with the same user as the job runs with?
Mark Winter
<i>Nothing appeases a troubled mind more than <b>good</b> music</i>
Sreenivasulu
Premium Member
Premium Member
Posts: 892
Joined: Thu Oct 16, 2003 5:18 am

Post by Sreenivasulu »

Your datastage id (not unix id) does not have sufficient permissions to create a file in unix

Regards
Sreeni
Post Reply