Search found 531 matches

by prasson_ibm
Thu Sep 25, 2008 2:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequecer Compilation Error
Replies: 2
Views: 1243

Sequecer Compilation Error

Hi I have made a sequencer using Execute command Activity stage and i m runnig three scripts using this Job. But while compiling i m getting following errors:- Compiling: Source = 'RT_BP28/JOB.1362165032.DT.1487844563', Object = 'RT_BP28.O/JOB.1362165032.DT.1487844563' ******************************...
by prasson_ibm
Wed Sep 24, 2008 11:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data mismatch issue with DB2
Replies: 4
Views: 1584

Re: Data mismatch issue with DB2

Hi Ray,
Thanks for ur solution, issue is resolved.. :D thanks a lot
by prasson_ibm
Wed Sep 24, 2008 5:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data mismatch issue with DB2
Replies: 4
Views: 1584

Data mismatch issue with DB2

I have simple Job Seq----> Transformer---->Db2 I have following records in source:- 31,1,1,N,206,2181365126 33,1,1,N,208,2181364446 35,1,1,N,212,2181365113 37,1,1,N,214,2181365076 38,1,1,N,215,2181364745 Sixth col is Integer data type and the file is imported successfully. But when records are trans...
by prasson_ibm
Fri Sep 12, 2008 6:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trap Duplicate record
Replies: 7
Views: 3639

Re: Trap Duplicate record

My Col1 is key col. and i want to send first repeated record to output2 and rest of the records to output1 on the basis of this key col....................i have trapped this using server stage but in parallel i m getting problem......... :(
by prasson_ibm
Thu Sep 11, 2008 11:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trap Duplicate record
Replies: 7
Views: 3639

Trap Duplicate record

Hi I have record like this:- Col1 Col2 1 a 1 b 1 c 2 d 2 e 2 f I want to trap duplicate record in PX. My output1 should be like this:- Col1 Col2 1 b 1 c 2 e 2 f and Output2 should be like this:- Col1 Col2 1 a 2 d kindly help me to implement this in parallel Thanks in advance
by prasson_ibm
Wed Sep 10, 2008 3:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error:- buffer(0),0: Fatal Error: APT_BufferOperator
Replies: 1
Views: 1552

Fatal Error:- buffer(0),0: Fatal Error: APT_BufferOperator

Hi, I am getting following fatal error during job run:- buffer(0),0: Fatal Error: APT_BufferOperator::writeAllData() write failed. This is probably due to a downstream operator failure. My job design is like this:- Sequential_file----->Funnle Stage-->transformer--->db2 stage I think there is a probl...
by prasson_ibm
Tue Sep 09, 2008 12:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error During Job run
Replies: 1
Views: 2077

Fatal Error During Job run

Hi all, I am getting following fatal errors during running the job:- main_program: The section leader on CNDAIRPZDBDT03 died main_program: **** Parallel startup failed **** This is usually due to a configuration error, such as not having the Orchestrate install directory properly mounted on all node...
by prasson_ibm
Mon Sep 08, 2008 6:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: A scenario in lookup stage
Replies: 4
Views: 2297

bkumar103 wrote:No result will come out. To get the successful lookup either you convert the MEM_ID to numeric datatype or remove the leading zeors.
Even u convert MEM_ID to numeric data type it wont match the ref. data set,u have to remove leading zeros......
by prasson_ibm
Mon Sep 08, 2008 4:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need unix command to kill active client connections
Replies: 2
Views: 1094

need unix command to kill active client connections

Hi All, During datastage restart we need to kill all active datastage cilent connections running on the server.But some of the connections takes time to close.....it goes into FIN_WAIT state...so can someone tell me the reasons for that and what are the unix commands to kill the active connections.....
by prasson_ibm
Sat Sep 06, 2008 5:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage concept
Replies: 7
Views: 2023

Hi all
thanks a lot for ur replies.....
by prasson_ibm
Thu Sep 04, 2008 1:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage concept
Replies: 7
Views: 2023

datastage concept

Hi all,
I have one job and it has transferred 100 records after that it aborts. I have added one one more record that is 101.Now i want my job to start from 101...for this what i have to do.....?


thanks in advance
by prasson_ibm
Fri May 09, 2008 2:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformation Logic
Replies: 1
Views: 742

Transformation Logic

Hi All, I have two col as input:- col1:-depth col2:-amount and records are like this depth amount 1,10 1,20 2,20 3,30 3,40 4,100 3,100 4,50 4,50 2,200 3,200 but i want output as:- If Depth =1, then amount = amount corresponding to it ( ie depth 1)+ amount until u encounter a row with depth =1 again ...
by prasson_ibm
Thu Apr 10, 2008 2:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformation Logic
Replies: 6
Views: 1881

Hi Ray,
Ya i have checked the output of Field() function with extra output link and its working fine.................................but still my output is not correct.......
by prasson_ibm
Wed Apr 09, 2008 11:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformation Logic
Replies: 6
Views: 1881

Hi,

I am very sorry,it is
R=X-A
and target is sequencial file
Here i m getting 0 insted of some numaric values......
by prasson_ibm
Wed Apr 09, 2008 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformation Logic
Replies: 6
Views: 1881

Transformation Logic

HI, I am taking input from flat file. It has three column These are:- COL NAME DataType DATE1 VARCHAR DATE VARCHAR DATE1 Contains Input as d/m/yyyy DATE Contains input as d/m/yyyy In Transformation i m applying this Logic:- Stage Variable Name A=Field(InputLink.BILL_DATE1, "/",1) B=Field(I...