Search found 9 matches

by lordlebu
Thu Sep 06, 2012 8:59 am
Forum: General
Topic: T30FILE error : tried freeing some resources
Replies: 2
Views: 1985

T30FILE error : tried freeing some resources

I donot have access to the dsadm or root account so to run any query on unix I ask the unix sysadmin. Some of the DataStage jobs are failing with error 'Unable to allocate Type 30 descriptor'. unixsa ran $DSHOME/bin/smat -d | wc -l 153 Total number of processes under dsadm ps -aef | grep dsadm 26 We...
by lordlebu
Fri Aug 24, 2012 3:58 am
Forum: General
Topic: Reset mutiple jobs together
Replies: 6
Views: 1351

I have the tools Designer, Manager also. I never tried scripting routines, is there any process to perform it that way?
by lordlebu
Fri Aug 24, 2012 3:25 am
Forum: General
Topic: Reset mutiple jobs together
Replies: 6
Views: 1351

Reset mutiple jobs together

Hi,

I have access to Datastage Director, but no access to the unix account.

If there any option in these tool to reset mutiple jobs together?

Thanks in advance :)
by lordlebu
Fri Aug 17, 2012 4:19 am
Forum: General
Topic: Use of DSJ.ERRFATAL
Replies: 2
Views: 1237

Use of DSJ.ERRFATAL

Hi I am new to Datastage routines. I am analysing a job where the flow is taking me to a routine. Code is given below: Call DSU.AuditRoutineOne(InputArg1,DSJ.ERRFATAL) FileName = InputArg2:InputArg3 Call DSU.AuditRoutineTwo(FileName,DSJ.ERRFATAL) Ans="JobDone" I want to know the use of DSJ...
by lordlebu
Wed Jun 20, 2012 3:44 am
Forum: General
Topic: Status column in DataStage Director
Replies: 2
Views: 1122

Status column in DataStage Director

Hi All,

I wanted to now how the status column of datastage director is defined or how it is derived.

Regards,
Lebu
by lordlebu
Wed Jun 06, 2012 12:36 am
Forum: General
Topic: Find job status of current job from routine
Replies: 1
Views: 804

Find job status of current job from routine

Hi,

I need to collect the job status of a current job without running it. I believe this can be done through a routine. I am new to coding in routines. Can you please suggest the functions that will be required?
by lordlebu
Tue May 29, 2012 4:00 am
Forum: General
Topic: Job status information for all jobs on DataStage 7.5
Replies: 8
Views: 3489

There is another issue, I donot have the rights to access 'dsadm' from unix.

I see directories like:

/dstage/projects/MikusProj/RT_STATUS*

Is there anyway to extract the job status from these files?
by lordlebu
Tue May 22, 2012 6:19 am
Forum: General
Topic: Job status information for all jobs on DataStage 7.5
Replies: 8
Views: 3489

Actually I was thinking about an automated process from server side itself. like getting the list of number of processes in Oracle by v$session
by lordlebu
Mon May 21, 2012 8:40 am
Forum: General
Topic: Job status information for all jobs on DataStage 7.5
Replies: 8
Views: 3489

Job status information for all jobs on DataStage 7.5

I am using DataStage 7.5 on HP UX system. There are hundreds of jobs stored in different projects, I must go to each and every folder to check the job status.

Isn't there any table or file where the list of the statuses for all jobs is stored?

Thanks in advance, Lebu