Error while compiling the job

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

arun_kumar
Participant
Posts: 58
Joined: Thu Feb 15, 2007 3:42 pm

Error while compiling the job

Post by arun_kumar »

Hi all I'm geting the fallowing error while compiling this job.I'm getting fallowin error.


DSR.ADMIN: Failed to write to project file.
Arunkumar..
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Do you have RW permission as your user to the DSParams file in your project directory?
arun_kumar
Participant
Posts: 58
Joined: Thu Feb 15, 2007 3:42 pm

Post by arun_kumar »

ArndW wrote:Do you have RW permission as your user to the DSParams file in your project directory? ...

s i have .
Arunkumar..
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Are you sure you used the same userid - or could you temporarily chmod that file to 777 to test? Also, is it just the one userid or one job that give you the compile error?
arun_kumar
Participant
Posts: 58
Joined: Thu Feb 15, 2007 3:42 pm

Post by arun_kumar »

ArndW wrote:Are you sure you used the same userid - or could you temporarily chmod that file to 777 to test? Also, is it just the one userid or one job that give you the compile error? ...

s only one job is giving this erroe and i'm unable to create the copy of that job too.. and unable to save this job also.
Arunkumar..
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

How about RW access to the VOC file?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
arun_kumar
Participant
Posts: 58
Joined: Thu Feb 15, 2007 3:42 pm

Post by arun_kumar »

ray.wurlod wrote:How about RW access to the VOC file? ...

s i have that prvilages.
Arunkumar..
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

In that case you might have a corrupted account, particularly if you cannot execute "save as". If you can ensure that no other users are logged into DataStage, you can execute "DS.CHECKER" from the TCL command line to determine if you have problems.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

These things would be much easier if the actual errors were posted earlier.

The error message indicates that either
a) your file system is full.
b) your inodes are exhausted (too many files in the directory or mount point).
c) you don't have write access to that directory.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

arun_kumar wrote:s i have
s only one job is giving this erroe
s i have that prvilages
's'? What, are your 'y' and 'e' keys wearing out? :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
arun_kumar
Participant
Posts: 58
Joined: Thu Feb 15, 2007 3:42 pm

Post by arun_kumar »

ArndW wrote:These things would be much easier if the actual errors were posted earlier.

The error message indicates that either
a) your file system is full.
b) your inodes are exhausted (too many files in th ...
there is no issues with my filesystem
Arunkumar..
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

attach to your project and type "touch ICanWriteTheYesWord" - is the file created? If yes, type "ls -al | wc -l", how many objects? Also type "df -k ." and see how much free space is available.
arun_kumar
Participant
Posts: 58
Joined: Thu Feb 15, 2007 3:42 pm

Post by arun_kumar »

ArndW wrote:attach to your project and type "touch ICanWriteTheYesWord" - is the file created? If yes, type "ls -al | wc -l", how many objects? Also type "df -k ." and see how much free space is available.


Iused is 81% free is 0% available
Yes is available but it is creating file.
Arunkumar..
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Could you please post the result of "df -k ." when attached to the project directory? Also, did you try the "touch" with the same userid as you use in DS?
arun_kumar
Participant
Posts: 58
Joined: Thu Feb 15, 2007 3:42 pm

Post by arun_kumar »

arun_kumar wrote:
ArndW wrote:attach to your project and type "touch ICanWriteTheYesWord" - is the file created? If yes, type "ls -al | wc -l", how many objects? Also type "df -k ." and see how much free space is available.


Iused is 81% free is 0% available
Yes is available but it is creating file.
ls -al |wc -l
1142
igot this output there is no objects listed for this.
Arunkumar..
Post Reply