Search found 84 matches

by xch2005
Tue Jun 14, 2011 8:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in insert or update process
Replies: 1
Views: 1198

Issue in insert or update process

Hi, I am using DRS stage in the target and source is Sybase. The process used in the DRS is insert or update. Update action (in DRS stage) : Insert new rows or update existing Design: source -> trn -> target (it is just column to column mapping) The key columns are selected in target and source but ...
by xch2005
Tue Jun 14, 2011 8:33 am
Forum: General
Topic: Need to pass a parameter across all jobs
Replies: 9
Views: 13329

It works for me now.

Andy, thanks a lot.
by xch2005
Mon Jun 13, 2011 1:40 pm
Forum: General
Topic: Need to pass a parameter across all jobs
Replies: 9
Views: 13329

Need to pass a parameter across all jobs

Hi,

I have 10 jobs to be run in parallel and need to pass a value to a parameter from the sequence job which is in all jobs ie. in runtime.

eg. PR_DATE needs to have current_date -1 in all the jobs.
Is there a way how this can be acheived?

Thanks for your time.

Thanks
by xch2005
Wed Jun 08, 2011 2:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read flat file with multiple columns
Replies: 2
Views: 1455

Thanks for the suggestion
by xch2005
Tue Jun 07, 2011 10:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sybase to Oracle
Replies: 6
Views: 2255

Now split up the jobs into batches and executing them from sequence
by xch2005
Thu Jun 02, 2011 2:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sybase to Oracle
Replies: 6
Views: 2255

Sybase to Oracle

Hi, I am trying to load 16 Oracle tables from Sybase in parallel. Randomly some table or other fails in the process due to connectivity issue. We my sequence job starts all the jobs run in parallel, is this correct way of performing the data load. We are having in this way to have better completion ...
by xch2005
Tue May 31, 2011 3:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question on Sequential file stage parsing
Replies: 3
Views: 2663

Is the length fixed ie. (A...H) or dynamic?
by xch2005
Tue May 31, 2011 2:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read flat file with multiple columns
Replies: 2
Views: 1455

Read flat file with multiple columns

Hi, I am trying to read a sequential file with multiple columns. The total number of columns depend on the value in first column. Then take the values from the columns and load it into Oracle tables. Say, (as given below) if first column value is A1 there will be 5 columns or if it is A2 there alway...
by xch2005
Mon May 09, 2011 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Issue
Replies: 4
Views: 2306

Thanks.
I have now split the load into 2 jobs.. Now the time taken for load is better.

Thank you.
by xch2005
Fri May 06, 2011 11:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Issue
Replies: 4
Views: 2306

Performance Issue

Basically we are loading from Sybase to Oracle tables, it takes close to 30 mins. for loading 2 million records. It is direct mapping and no validation. For the first run it will be full referesh but then onwards it would be delta records. Hence we are using a upsert process (Update then insert) SYB...
by xch2005
Fri May 06, 2011 11:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to set output decimal field value
Replies: 5
Views: 6346

There was invalid data in the column and now looks fine
by xch2005
Fri May 06, 2011 11:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to set output decimal field value
Replies: 5
Views: 6346

Yes, you are right. The next column was a float column and that had actually caused the issue.
by xch2005
Thu May 05, 2011 11:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to set output decimal field value
Replies: 5
Views: 6346

I see the datatype as char(9) only in Sybase
by xch2005
Thu May 05, 2011 9:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to set output decimal field value
Replies: 5
Views: 6346

Unable to set output decimal field value

Hi, The job what I am trying to do is get all the records from Sybase table and load Oracle table (Upsert mode). During the job execution the following warning message is thrown. Unable to set output decimal field value from argument string '9.9999999999999995e-08' in function setOutputFieldAsDecima...
by xch2005
Wed Apr 28, 2010 12:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to lock sql server table?
Replies: 3
Views: 1727

isolation level has been set to serializable
hint used is TABLOCKX