Getting error while compiling

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
sarat.srinivas@tcs.com
Participant
Posts: 26
Joined: Fri Jul 13, 2007 6:33 am

Getting error while compiling

Post by sarat.srinivas@tcs.com »

Hi All,

I am getting the following error while trying to compile the Server Job.

Unable to open RT_LOG4438.

Can i delete this log and recompile??

Please advice me
V.Sarat Srinivas
AmeyJoshi14
Participant
Posts: 334
Joined: Fri Dec 01, 2006 5:17 am
Location: Texas

Post by AmeyJoshi14 »

Are you using any routines, in your job? :?: :?: :?:
sarat.srinivas@tcs.com
Participant
Posts: 26
Joined: Fri Jul 13, 2007 6:33 am

Post by sarat.srinivas@tcs.com »

AmeyJoshi14 wrote:Are you using any routines, in your job? :?: :?: :?:
No i am not using any routine.Its a server Job.
V.Sarat Srinivas
WoMaWil
Participant
Posts: 482
Joined: Thu Mar 13, 2003 7:17 am
Location: Amsterdam

Post by WoMaWil »

don't delete it in UNIX (or Windows). Look at the rights. Maybe someone else has saved it without giving you the right to compile.
Wolfgang Hürter
Amsterdam
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Maybe the project directory (or the file system it's on) is full or at quota. You have a lot of jobs in this project if the name RT_LOG4438 is anything to go by.

It may also be the case that your T30FILE configuration setting (which controls the maximum number of hashed files that can be open simultaneously system-wide) is set too low. That might also prevent this hashed file from being able to be opened.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
PRIYARAJ
Participant
Posts: 41
Joined: Fri Jan 18, 2008 10:23 am

Post by PRIYARAJ »

It may be because you dont have permission to compile that job.Try renaming that job & compile.If somebody else have created that job,try using their username & password .
Post Reply