Search found 10 matches

by jagadish9
Mon Oct 05, 2015 1:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Operator terminated abnormally: received signal SIGSEGV
Replies: 4
Views: 4856

Operator terminated abnormally: received signal SIGSEGV

All, We are extracting the data from Netezza and loading into oracle DB. We able to extract the data from Netezza to File and File to Oracle successfully. But when we try to load the data directly using connector stages Netezza to Oracle it is through below error Operator terminated abnormally: rece...
by jagadish9
Wed Oct 06, 2010 9:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row count not matching between DS and toad
Replies: 5
Views: 3415

I have validated all the date constraints. I have pasted the same sql in toad and DS and there is no constraints on Transformer. The records were missing in the ODBC stage it self. Source DB is Oracle.
by jagadish9
Wed Dec 16, 2009 6:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator issue while converting the server to paralle job
Replies: 4
Views: 4932

craig,

I am not able to find the ans in the previous post. can help me on this
by jagadish9
Wed Dec 16, 2009 9:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator issue while converting the server to paralle job
Replies: 4
Views: 4932

Aggregator issue while converting the server to paralle job

I am working on converting the server job into Parallel job. which is using Aggregator stage in it. Its running fine with the following warining (APT_CombinedOperatorController(6),1: APT_Decimal::operator=: the source decimal has even precision, but non-zero in the leading nybble, or is too large fo...
by jagadish9
Fri May 29, 2009 12:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: AlphaNumaric string
Replies: 4
Views: 3156

Convert is working for this.....


Thanks for the Help
by jagadish9
Fri May 29, 2009 9:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: AlphaNumaric string
Replies: 4
Views: 3156

AlphaNumaric string

HI,

I have input string as alphanumeric string which is ex: xxyyzz1212xxx.
I want o/p like 1212.

we can do this in Server job using oconv. can we do this in parallel jobs.
can any one help me?
by jagadish9
Mon Aug 20, 2007 7:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Hnadle NUllable Field in SEQ file
Replies: 3
Views: 2882

How to Hnadle NUllable Field in SEQ file

Hi,
can you please tell me how to handle nullable field in seq file.
when i running a job in parallel.i am getting the following warning.

Null field handling without nullable properties

Thanks for u r help in advance
by jagadish9
Fri Jul 13, 2007 8:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to comapre 2 flat file
Replies: 2
Views: 2223

how to comapre 2 flat file

Hi
iam getting the souce data in flat files.
i have to join those flat files on particular colums and derive the new filed for one of the flat file..
its a huge data can i use lookup for this
merge i tried but its saying that this stage can't take any input links
how can i do that in server jobs
by jagadish9
Thu Jul 12, 2007 5:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to make a join server jobs
Replies: 2
Views: 2332

how to make a join server jobs

Hi
i have to join 2 table table to derive a new filed in 1 table..

is there any other way to do join(with out using any odbc stage)