Search found 56 matches

by nirdesh2
Mon Apr 13, 2009 3:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting Error when loading data in Oracle Database in Upsert
Replies: 5
Views: 1379

Re: Getting Error when loading data in Oracle Database in Up

I am using Reject Link to capture any reject data that could not be laoded into the database. I am getting the error message "Oracle_Enterprse : Unable to insert a record into the table." "Orcle_Enterprise : The runLocally() of the operator Failed." We are running this job at 2 n...
by nirdesh2
Mon Apr 13, 2009 3:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting Error when loading data in Oracle Database in Upsert
Replies: 5
Views: 1379

Getting Error when loading data in Oracle Database in Upsert

Hi, We have Load Ready Dataset that is output of SCD type2 stage and we are laoding that setset into Databse table in another job using Oracle enterprise stage in upsert mode. Sometime data is loaded sucessfully and sometime loading gets failed by giving error "Unable to insert record into the ...
by nirdesh2
Mon Feb 16, 2009 11:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning :Missing record delimiter "\n", saw EOF in
Replies: 18
Views: 36740

Just press 'Enter' at the end of the File.
by nirdesh2
Mon Feb 16, 2009 2:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to pass values through Job parameter in Sequence
Replies: 2
Views: 855

Not able to pass values through Job parameter in Sequence

I have created on Parameter Set that I am using in all jobs and it is working fine. When I am runing jobs through sequence, the values given in Sequence are not passed. It just takes the default values from parameter set.
Please help.
by nirdesh2
Thu Feb 12, 2009 5:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while parameterize the surrogate file in SCD stage
Replies: 9
Views: 2710

I am not hard coding. I am giving the parameter using Parameter GUI and its like #$DS_LAND#/surr_file.txt
by nirdesh2
Thu Feb 12, 2009 3:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while parameterize the surrogate file in SCD stage
Replies: 9
Views: 2710

Error while parameterize the surrogate file in SCD stage

When I give the full path of surrogate flat file in SCD stage to generate the Surrogate key, it works fine. But when I parameterize the surrogate flat file , SCD stage gives compile error. Please let me the reason. ex..var/spool/hs/land/surr_file.txt----It works fine. $DS_LAND$/surr_file.txt---It gi...
by nirdesh2
Tue Dec 23, 2008 8:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to pad leading zero to string
Replies: 2
Views: 3220

How to pad leading zero to string

Hi,

My source data is 123 and datatype is varchar2 and length is 10
I want to store it as 0000000123 in the target data with datatype varchar2 and length 10.
by nirdesh2
Mon Nov 24, 2008 5:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with SCD type 2
Replies: 1
Views: 1032

Problem with SCD type 2

I am using SCD stage . My input file is sequential file and reference file is Oracle table(lookup). Dimension update file is dataset. When there is a change in the type 2 column , it is generated the new record with new SK key but not giving the old record that has been expired.Please give me idea h...
by nirdesh2
Fri Nov 21, 2008 4:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: concatenate two column values to generate single column
Replies: 6
Views: 6645

Romy wrote:you can try using column export stage. The Column Export stage exports data from a number of columns of different data types into a single column of data type string or binary.
It helped me...
Thanks a lot...
by nirdesh2
Thu Nov 20, 2008 1:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: concatenate two column values to generate single column
Replies: 6
Views: 6645

concatenate two column values to generate single column

How to concatenate two column values to generate single column without using Transformer.
I am doing a lookup and returning 2 column and now i want to concatenate these 2 column and store the output in one column.
Please help me.