Search found 128 matches

by bikan
Tue May 27, 2008 12:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: getting elasped time for all finished jobs
Replies: 1
Views: 889

getting elasped time for all finished jobs

hi,
I have a requirement where I need to capture job name and elapsed time for every job in project. Rightnow I am doing in manually...Is there is any betterway.

Legendkiller
by bikan
Fri May 23, 2008 6:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Crazy Transformer error. Any help is greatly appreciated
Replies: 2
Views: 1133

Hi Ray, I generally occurs in one of the stage variable definitions. And I can confidently say that there is noting malicious in the stage variable definition that should have caused this. FYR, I am pasting "the" stage variable definition that's causing the problem "this" time, I...
by bikan
Fri May 23, 2008 6:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Crazy Transformer error. Any help is greatly appreciated
Replies: 2
Views: 1133

Crazy Transformer error. Any help is greatly appreciated

I have been using 7.5.x for quite some time and never came across this problem which was trobling me a big time. I have a transformer in the job with a good number of transformations and conversions, the problem is transformer just wont compile and the reason it gives is crazy 0000 05:16:15(682) <ma...
by bikan
Wed May 21, 2008 1:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: REmoving transformer
Replies: 3
Views: 972

okk....I thought transformer is not so efficient stage ..hence I want to get rid of it to improve performance :D
by bikan
Wed May 21, 2008 1:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: REmoving transformer
Replies: 3
Views: 972

REmoving transformer

Hi, I have job in which I am using transformer to to check whether particular value has onlly integer or not (I am using is Isvalid function). I am passing records only with integer value in particular col. Now I want to replace transformer from this job, I there is any other stage ( modify, filter ...
by bikan
Mon May 05, 2008 12:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Data Capture stage
Replies: 17
Views: 5560

are you doing hash partitioning and sorting on boyh the links? Is the number of records on both link are same?
by bikan
Mon May 05, 2008 12:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Capture job parameters during runtime..?
Replies: 15
Views: 8466

In most of stages ...where you specify property value ..there is provision to include job parameters as value.. For example in transformer you can pass job parameter to output column definition by going to derivation and by right clicking and selectiong job parameters. refer documentation docs for m...
by bikan
Mon May 05, 2008 12:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Capture job parameters during runtime..?
Replies: 15
Views: 8466

In most of stages ...where you specify property value ..there is provision to include job parameters as value.. For example in transformer you can pass job parameter to output column definition by going to derivation and by right clicking and selectiong job parameters. refer documentation docs for m...
by bikan
Fri May 02, 2008 2:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQLAllocHandle
Replies: 2
Views: 1074

SQLAllocHandle

I am getting following error

SQLAllocHandle: Failed to allocate environment handle 'ENV'.

when reading from db2 table

my query looks
SELECT column list....
FROM #Environmnet variable#Table A E, #Environmnet variable#Table B I
WHERE condition;
by bikan
Tue Apr 22, 2008 11:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating the sequence nbrs in a file.
Replies: 2
Views: 1548

I guess we also need to take care of partition...you may have to put hash partion of column A and then put same partion in transformer..or you can run transformer in sequential mode
by bikan
Tue Apr 22, 2008 5:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to abort a job when there is fatal error in log?
Replies: 8
Views: 2532

May be a afterjob subroutine / routine to search through log file for fatal entries and then stop sequencer based on result.

I am sure there are function like Getloginfo ...etc which will give if log contains fatal msg or not....
by bikan
Mon Apr 21, 2008 5:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequencer problem
Replies: 4
Views: 1355

if you are using advance version of DS post 7.5 then DS has inbuilt restart point facility...otherwise you may have to design restartable job sequence...for example u can write job name to file and while start of sequence read that file and decide which job to run.,,,
by bikan
Mon Jan 21, 2008 5:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to make the connection between datastage and DB2
Replies: 1
Views: 823

How to make the connection between datastage and DB2

what are the requirements for establishing the connection between the datastage and DB2
by bikan
Thu Jan 17, 2008 1:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: log files
Replies: 16
Views: 7907

log files

Can sumbody tell me column defination of RT_LOGnnn file. ( I searched on forum but could not get it) I want to dump log file for each job into delimiter file. Also by Dsjob command can I copy complete log into file I have tried c:\Ascential\DataStage\Engine\bin\dsjob -logdetail #$DS_PROJ_NAME# <Job ...
by bikan
Tue Jan 15, 2008 3:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading datastage log files in unix
Replies: 4
Views: 7275

can anybody tell me how to create job to dump the requisite contents from DataStage job logs into, for example, delimited text files.