Search found 46 matches

by bi_fujitsu
Thu May 07, 2009 1:25 am
Forum: General
Topic: Datastage certification cost
Replies: 12
Views: 14902

Datastage certification cost

1. Test 418 - IBM Information Platform Solutions Certification
2. Test 416 - WebSphere IIS QualityStage v7.5
3. Test 415 - IBM WebSphere IIS DataStage Enterprise Edition v7.5
4. Test 417 - IBM Certified Solution Developer - WebSphere Information Analyzer v8.0
by bi_fujitsu
Thu Apr 02, 2009 3:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Execution of Routine in Sequence job
Replies: 11
Views: 4652

Hi Ray,

Thanks for your support. I did exactly the way you told me and its working now.
by bi_fujitsu
Thu Apr 02, 2009 9:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Execution of Routine in Sequence job
Replies: 11
Views: 4652

I am a bit new to Datastage. Can you please eloborate a bit because i am not able to make out how you can call just the routine in a job.

I just want to execute the routines in parallel. What would be the design of my job to call these 6 routines in 6 different jobs.

Thanks for all the support.
by bi_fujitsu
Wed Apr 01, 2009 1:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Execution of Routine in Sequence job
Replies: 11
Views: 4652

The problem is that if RTN3 is looking for file "ABC" and it hasn't arrived then the sequence just waits for the RTN3 to complete but i want that all RTN1 to RTN6 should execute in parallel and if there are source files for all of them except RTN3 it should go ahead execute their individua...
by bi_fujitsu
Wed Apr 01, 2009 12:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Execution of Routine in Sequence job
Replies: 11
Views: 4652

I tried using a Sequencer with "ALL" option but its not working.........
by bi_fujitsu
Wed Apr 01, 2009 10:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Execution of Routine in Sequence job
Replies: 11
Views: 4652

Parallel Execution of Routine in Sequence job

Hi, I have sequence having following flow RTN1----------------------->Job1 RTN2----------------------->Job2 RTN3----------------------->Job3 RTN4----------------------->Job4 RTN5----------------------->Job5 RTN6----------------------->Job6 RTN1 to RTN6 are the routine activity which looks for the So...
by bi_fujitsu
Wed Mar 25, 2009 3:46 am
Forum: General
Topic: DSSendMail - Syntax using variable as parameters
Replies: 2
Views: 3365

MailArg<-1> = "To : " : VarToAddress MailArg<-1> = "From : " : VarFromAddress MailArg<-1> = "Subject : " : VarSubject MailArg<-1> = "Server : " : VarServer MailArg<-1> = "Body : " : VarMsgBody Code = DSSendMail(MailArg) This is how we have to paramet...
by bi_fujitsu
Thu Mar 19, 2009 11:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence Goes To Exception Handler
Replies: 4
Views: 2273

Hi I did the following activities to get this working after going through the various posts. !!!!!!!!Thanks a lot for all your Timely Support in resolving this problem well in time. When we use Routines in our Sequence and if we are triggering any further Activities then the Return Value of a succes...
by bi_fujitsu
Thu Mar 19, 2009 5:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence Goes To Exception Handler
Replies: 4
Views: 2273

Sequence Goes To Exception Handler

Hi I have a sequence with the following flow. Routine1 ------>JobA----------->JobB---------->Routine2 Exception_Handler---------->Email------------>Terminator Routine 1 Returns a value which is something like 20070303#15:45#0 or 20070303#15:45#1. In the Trigger option of the routine i am saying that...
by bi_fujitsu
Wed Mar 11, 2009 7:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restartability in Sequence
Replies: 2
Views: 1468

Restartability in Sequence

Hi, I have created a sequence with the following flow. Routine A------>Job A--------->Routine B------->Job B------->Job C--------> I want that if the Sequence Fails at Job A or Routine B it should start from Routine A. But if it fails at Job B or Job C it should start from the point of failure it se...
by bi_fujitsu
Fri Feb 13, 2009 4:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capture Reject Records
Replies: 5
Views: 3067

Thanks Ray, My problem is that if say there are 10,000 records in the source file with pipe as delimiter then if there is are few records where pipe is a part of value its causing the whole job to abort. and it becomes very difficult to identify those few culprit records. Isn't there a way to separa...
by bi_fujitsu
Fri Feb 13, 2009 2:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capture Reject Records
Replies: 5
Views: 3067

Capture Reject Records

Hi, I have Server job with the following flow. Seq. File Stage --------------->Transformer---------------->Dataset Please let me know how can i capture the reject records from Seq. File Stage. In parallel job i can have a reject link coming out of Seq. File stage but since this is a server job its n...
by bi_fujitsu
Tue Dec 09, 2008 11:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML File read warning
Replies: 2
Views: 1709

There was problem with the directory path. The path was corrupted. Admin has re-started the box and its working now.
by bi_fujitsu
Mon Dec 08, 2008 11:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML File read warning
Replies: 2
Views: 1709

XML File read warning

I am reading xml file data and writing it to the sequential file. The job design is External Source Stage-->XML Input Stage-->Sequential File. Source program path mentioned in External SOurce Stage is ls \\Svkcdisd01\Projects\EDW\Outputs\sample.xml-----and it is returning me one row in the output co...
by bi_fujitsu
Wed Dec 03, 2008 3:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Top values in desc order based on key column
Replies: 15
Views: 5189

nani0907 wrote:hi,

iam unable get 3 records for each key column.
Its showing only for some key values.
Please guide me.
Ensure that you have partitioned the data "only" on Column A in the Sort Stage and have kept the partitoning "Same" in the Head Stage.