Page 1 of 1

File archive: Trouble creating file

Posted: Fri Aug 07, 2009 4:00 am
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...

Posted: Fri Aug 07, 2009 4:02 am
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.

Posted: Fri Aug 07, 2009 4:13 am
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

Posted: Fri Aug 07, 2009 4:15 am
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?

Posted: Fri Aug 07, 2009 9:55 am
by Sreenivasulu
Your datastage id (not unix id) does not have sufficient permissions to create a file in unix

Regards
Sreeni