Search found 118 matches

by via
Thu Jun 28, 2007 9:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Diff Between Compile & Force compile
Replies: 3
Views: 2005

Diff Between Compile & Force compile

Hi,
Can anyone please clarify the difference between compile and force compile for a DS job?

Thanks..
by via
Thu Jun 28, 2007 8:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: After Job Subroutine
Replies: 4
Views: 1115

Hi,
There is an option, i overlooked it..

Thanks.
by via
Thu Jun 28, 2007 8:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: After Job Subroutine
Replies: 4
Views: 1115

After Job Subroutine

Hi,
If we set an After job subroutine in any DS job, it will be executed even if that job aborts.
Is there any way to make that after job subroutine to be executed only after successfull completion of job?

Thanks..
by via
Tue May 08, 2007 1:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: jobs taking older code when called from job sequence
Replies: 1
Views: 652

jobs taking older code when called from job sequence

Hi, We are running some jobs in a job sequence.We compiled all the jobs used in the job-sequence, compiled the job-sequence.When we run the job-sequence sometimes, one or two jobs are running based on older code(even though we compiled after doing changes to jobs). But, when we compile that job indi...
by via
Mon May 07, 2007 11:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: taking long time for importing ds jobs
Replies: 0
Views: 561

taking long time for importing ds jobs

Hi, we are importing some 50 jobs from Datastage designer client.Its taking long time, even after 4 hours its still importing. We are not sure how many jobs are imported so far.If we cancel the operation, will any of the jobs imported so far will be remained or everything will be cancelled? Is there...
by via
Wed May 02, 2007 9:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: no file descriptor error
Replies: 5
Views: 4202

The disk was out of space, we deleted some files and ran the job.it was successfull..Thanks..
by via
Wed May 02, 2007 8:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: no file descriptor error
Replies: 5
Views: 4202

Thanks Brian, i will check that..
by via
Wed May 02, 2007 8:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: no file descriptor error
Replies: 5
Views: 4202

no file descriptor error

Hi, We are running a job which looks like CFF(complex flat file stage)---->transformer--->flatfiles(4) We are getting following errors and the job is getting aborted... Export failed. Output file full Fatal Error: No file descriptor was supplied. APT_CombinedOperatorController,0: sendWriteSignal() f...
by via
Wed Apr 11, 2007 2:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can We Recover deleted job
Replies: 10
Views: 8825

Thanks Craig for clarification..What are the columns in DS_AUDIT table?May be: user who deleted, deleted jobname, time of deletion like those info..is that right....

Thanks
by via
Wed Apr 11, 2007 1:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can We Recover deleted job
Replies: 10
Views: 8825

Thank you all. I got it.
by via
Wed Apr 11, 2007 12:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can We Recover deleted job
Replies: 10
Views: 8825

Thanks all.
But as Kcbland said job designs are rows in table.If we delete a row from a table, the activity will be logged.So is it the same as if we delete job, its logged? If so, where can we check those logs?

Thanks..
by via
Wed Apr 11, 2007 12:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can We Recover deleted job
Replies: 10
Views: 8825

Yes Craig, we are backing up.But i am guessing is there any folder on server where deleted jobs will be stored..

Thanks.
by via
Wed Apr 11, 2007 12:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can We Recover deleted job
Replies: 10
Views: 8825

Can We Recover deleted job

Hi All,
If we accidently delete a job from the datastage repository in designer, Can we recover that deleted job? Where(exact path) will be the deleted jobs get stored? I guess deleted files and jobs will be in a specific folder on the datastage server!
Can any one clarify this!
Thanks..
by via
Fri Apr 06, 2007 8:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: system variables
Replies: 5
Views: 2490

Yes Craig we are using DSGetLinkInfo and DSGetJobInfo in routine.Its working fine.Why i posted is-Just curious to know any functions or variables could do this.

Thanks..
by via
Fri Apr 06, 2007 7:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: system variables
Replies: 5
Views: 2490

Thanks Craig.
Actually we have a routine which we are calling after each job to get jobstarttime, endtime and rowcount.But i am just thinking can we use any variables in transformer stage to get rowcounts.

We need 'grand total'.Its clear.I think calling routine is better.

Thanks