Search found 8 matches

by alokkum
Wed Apr 26, 2006 11:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Extender
Replies: 8
Views: 4382

You need to have right administrator, both Unix, and IBM Websphere DataStage to have the environment setup. By the time your environments are set you need to read some documentation, have some training etc.
by alokkum
Wed Dec 21, 2005 12:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 139)
Replies: 0
Views: 1113

Parallel job reports failure (code 139)

Hi All, I have a wierd situation. I have a job which is mapped from one source on AS-400 DB2 using ODBC stage. The target is Teradata Enterprise Stage Plugin. This is a simple one to one mapping without any conversions. The source stage shows data while we do view data. The job starts and the ends w...
by alokkum
Tue Oct 04, 2005 3:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: single source record need load two records in the target
Replies: 10
Views: 4443

You got a right answer, a transformer with 2 outputs will do the job, selecting the right metadata... Use 2 links writing to the same dataset Hi All, Thanks ucf007, Eg. Source columns A B C D E Source records 123 AAA 2354 4656 bbb 234 BBC 8762 9876 ddd Target columns A B C D E Target Records 123 235...
by alokkum
Tue Nov 30, 2004 11:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to unlock a job
Replies: 3
Views: 1789

Go to director. Use Job---->Cleanup Resources. Look for the process associated to your job, and press logout button there. This will release your jobs which are locked thru that process number.
Also you can kill the process from the unix command line.
by alokkum
Tue Nov 30, 2004 10:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating hierarchical outbound file
Replies: 2
Views: 1893

Re: Creating hierarchical outbound file

I tried to understand what you are trying to achieve using an ETL tool. This is a report kind of structure which you are trying to get using DataStage. I do not say it is impossible, but please note that Datastage is not meant to produce reports, inturn it does ETL. You are trying to present a repor...
by alokkum
Thu Oct 21, 2004 7:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Handle Changing Database Name?
Replies: 9
Views: 4720

You can make this happen through the sequencer job control. Create a parameter file which contains the date to be tagged to the table/database names. Have this parameter in the job as well as in the sequencer. Do proper parameter mappings in the sequencer for any such job which has a changing table/...
by alokkum
Fri Aug 20, 2004 12:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using JOB parameters in Email Notification Activity Stage
Replies: 10
Views: 6675

Put proper parameters what you do in jobs, the same way, and compile the sequence. copy the sequence compiled code and paste it in a new server job control script, check for '# #' in the code and remove it manually. Then compile that new server job. and instead of running the sequencer, run this new...
by alokkum
Fri Aug 06, 2004 5:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: execute stored proc in job?
Replies: 5
Views: 3287

You can wrap the stored procedure in a shell and call the shell in the after job subroutine to execute that shell which has that stored procedure wrapped with it.

or
you can call that procedure in your target OCI , SQL's after tab in the same job which creates that table.