Search found 104 matches

by jagadam
Tue Jun 19, 2012 12:50 pm
Forum: General
Topic: Need to know whether DS can call SAP ECC function module
Replies: 3
Views: 1794

Could anyone throw inputs?
by jagadam
Fri Jun 15, 2012 8:10 am
Forum: General
Topic: Need to know whether DS can call SAP ECC function module
Replies: 3
Views: 1794

Need to know whether DS can call SAP ECC function module

Hi Everyone, So far in our project we have been using ABAP_Extract_Pack_for_SAP_R_3_6 stage to access SAP BW tables/SAP ECC tables and load into data warehouse. Now we have got a requirement to call SAP function modules directly through datastage and captures the return data ( Not sure with the word...
by jagadam
Fri May 11, 2012 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to insert records into oracle table
Replies: 4
Views: 2886

Yes we do have unique key contraint on the table. Doesn't datastage and oracle considers those records as two different records? The job design is of SCD Type 1 and SCD stage is not considering as new record compared to already existing dimension record .let's say source has those 2 records and dime...
by jagadam
Wed Apr 18, 2012 12:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to insert records into oracle table
Replies: 4
Views: 2886

Unable to insert records into oracle table

Hi,

Below are the address records in source and Datastage is treating both the records as one though there is an space after HB. Is there any way DS can load both the records into target oracle table.

Code: Select all

610W Borwell HB 7556
610W Borwell HB  7556
Thanks in Advance.
by jagadam
Mon Mar 12, 2012 12:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date filter in DB2 Connector Stage
Replies: 3
Views: 1797

Hi,

I did try to do the to_date conversion. It worked for the timestamp field, but it didn't work for the date field. For the date field it is giving the same error.

The data types of the operands for the operation "" are not compatible. SQLSTATE=42818
by jagadam
Sun Mar 11, 2012 8:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date filter in DB2 Connector Stage
Replies: 3
Views: 1797

Date filter in DB2 Connector Stage

Hi, We are using 8.1 version of datastage. I have parallel job in which i am using db2 connector stage to connect to DB2 Database which is the source. Iam trying to load the data into a file. so there are no other stages except the db2 connector stage as source and the sequential file stage as targe...
by jagadam
Wed Feb 08, 2012 5:20 pm
Forum: General
Topic: User variable Activity and loop activity question
Replies: 3
Views: 2929

User variable Activity and loop activity question

Hi, I need to loop the datastage job by passing the values from a text file which is delimited by comma to the where clause in a user defined SQL having two parameters. Sample file : JOHN,US APPLE,UK ADAM,INDIA Sample Query: select A,B from table where NAME='#jpparm1' and COUNTY_CD='#jpparm2' In fir...
by jagadam
Mon Jan 16, 2012 11:48 am
Forum: General
Topic: Grep Command Help
Replies: 3
Views: 1484

Grep Command Help

Hi, I need help in grabbing the value after comma from a comma separated file in linux. Values in a file : ABC,0 DEF,1 GHI,2 FJK,3 I need to grep value 0 if i pass ABC as a parameter to command. i tried with grep 'ABC' filename | awk '{print $1}' but unsuccessful. Could any one please help me. Thank...
by jagadam
Fri Nov 04, 2011 11:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need SCD 2 and SCD 1 logic help
Replies: 3
Views: 2573

Need SCD 2 and SCD 1 logic help

Hi, We have designed SCD-2 model maintaing the history in dimension tables. Now a requirement came up to include current value for the attributes. ( SCD-1). For this we are planning to add new attribute for each and every SCD-2 attribute to the dimension table so that the current job maintains the s...
by jagadam
Mon Sep 19, 2011 7:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need Help in desigining
Replies: 4
Views: 2096

It worked with Oracle EE stage,but not with connector stage.Not able to figure it out why connector stage is not working I've tried with sample data say less than 10 records and worked without any issues.But actual table is going to have millions of records (10 - 50 millions) and it's taking more ti...
by jagadam
Fri Sep 16, 2011 8:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need Help in desigining
Replies: 4
Views: 2096

Ok thanks for your suggestion. I will split the job into two. 1st scenario upserts in one job and 2nd scenario upserts in another job and let you know the results.
by jagadam
Thu Sep 15, 2011 5:32 pm
Forum: General
Topic: Capture job abort return code and pass it to scheduling tool
Replies: 1
Views: 977

Capture job abort return code and pass it to scheduling tool

Hi, We are using third party scheduling tool to schedule datastage jobs. We noticed that datastage jobs are not exposing the errors to scheduling tool. In other words when datastage job aborts ,the abort return code is not passing to scheduling tool to abend the JobA(JobA -- is a scheduling tool job...
by jagadam
Thu Sep 15, 2011 5:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need Help in desigining
Replies: 4
Views: 2096

Need Help in desigining

Hi All, I have a requirement to inserts records into oracle table based on 2 scenarios.Table has 30 fields and 15 fields were defined as Unique keys created unique indexs. Scenario 1 : --- Process records with specific indicator (15th field) say <> 'V' Need to upsert records (have to update 14th and...
by jagadam
Mon Sep 12, 2011 3:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Improve Performance of a job
Replies: 1
Views: 1051

Improve Performance of a job

Hi Everyone, I have a job design which pulls data from source compares with old data using change capture stage and then performs inserts/updates/deletes. Design: Oracle EE stage ( OLD DATA ) | Source (Oracle EE stage)---> CC ---- updates/inserts/deletes.(Oracle EE stage) Apart from these stages job...
by jagadam
Thu Jul 14, 2011 8:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can DataStage connect to a J2EE Engine?
Replies: 9
Views: 3411

Is Web Services Transformer stage an option here?