Page 1 of 1

main_program: Unable to open descriptor file to create: Per

Posted: Wed Apr 15, 2009 5:47 am
by Hunk003
Hi All,

I am facing an fatal error "main_program: Unable to open descriptor file to create: Permission denied" while running a job on Linux Grid.

Job is to create a Lookup FileSet from sequential fileSet.

I have used 2 grid env variable in job, APT_GRID_ENABLE = YES and APT_GRID_COMPUTENODES=1.

Please provide a resolution.

Thanks

Posted: Wed Apr 15, 2009 1:41 pm
by ray.wurlod
There are more grid environment variables you will need to set. The obvious one is APT_GRID_PARTITIONS (companion of APT_GRID_COMPUTENODES). For the Sequential File stage the pathname should be preceded by a reference to APT_GRID_SEQFILE_HOST or APT_GRID_SEQFILE_HOST2 (since sequential file I/O can not be processed on the conductor node unless that is also a compute node, not IBM recommended practice).

Posted: Wed Apr 15, 2009 3:42 pm
by lstsaur
You also must provide the Resource Manager Queue name in the $APT_GRID_QUEUE.

Posted: Thu Apr 16, 2009 1:00 am
by Hunk003
ray.wurlod wrote:There are more grid environment variables you will need to set. The obvious one is APT_GRID_PARTITIONS (companion of APT_GRID_COMPUTENODES). For the Sequential File stage the pathname should be preceded by a reference to APT_GRID_SEQFILE_HOST or APT_GRID_SEQFILE_HOST2 (since sequential file I/O can not be processed on the conductor node unless that is also a compute node, not IBM recommended practice).
Hi Ray,

Thanks a lot for guidance .... I have added Env var APT_GRID_PARTITIONS =1 and APT_GRID_SEQFILE_HOST in Seq. File stage path.

Still the same error persist :( . Can there be any problem with the permission granted on ID , I am using for creating job.??

Thanks in advance.