Search found 81 matches

by dsxuserrio
Mon Feb 28, 2005 4:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to delete fileset
Replies: 13
Views: 11025

I tried orchadmin delete test.lfs. It worked.
However you cannot look at the data using orchadmin dump. Same way cant use dsrecords to get count.
by dsxuserrio
Mon Feb 28, 2005 4:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need QUARTER to load the TIME dimension table
Replies: 19
Views: 6005

Create a time dimension table upfront and load values from 1900 to 2100 or whatever range you want. For daily data take date (20050228 ) and join to the time dimension table to get quarter ,month week , or any info you want.
by dsxuserrio
Mon Feb 28, 2005 4:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Join tables from 2 different databases
Replies: 14
Views: 5878

Put the data from DB2 and Oracle into two datasets. Then do a join.
by dsxuserrio
Sun Feb 27, 2005 10:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Shell Script
Replies: 5
Views: 2366

Bram
The / may pose a problem in unix filenames Do you want date as mm/dd/yy ?? Or is mm-dd-yyyy is fine??
by dsxuserrio
Sat Feb 26, 2005 10:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: order of execution of Upsert strategy
Replies: 5
Views: 3037

bgs Take a look at the following post http://www.dsxchange.com/viewtopic.php?t=91256& You have to have a unique index or a primary key constraint over the 'key' fields so that Oracle (and DataStage) has a clue that the record is either new or a duplicate. My guess is you don't. It will only perf...
by dsxuserrio
Fri Feb 25, 2005 6:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Tuning Options
Replies: 9
Views: 3307

Is 16300 records your test data?? What is your expected live production volume?? You should not come to a conclusion based on your results from such low volume. IS there a critical 20 second window?
by dsxuserrio
Fri Feb 25, 2005 6:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: order of execution of Upsert strategy
Replies: 5
Views: 3037

hgs
I am thinking insert is done first. If insert is unsuccessful then update takes place.
by dsxuserrio
Fri Feb 25, 2005 3:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compilation problem
Replies: 6
Views: 2158

Check your job control section. I think there is a mistake in your BASIC code.

Can you post what you have in your job control page??
by dsxuserrio
Fri Feb 25, 2005 12:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: index arg (1) exceeds count: 1
Replies: 4
Views: 2589

Try to identify which stage produces this error. What stage did you add/modify recently?? Are you calling any external programs in any of your stages. IF this error popped up in a previously running job contact Ascential.
Thanks
by dsxuserrio
Fri Feb 25, 2005 12:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX db2 insert job hangs after processing...
Replies: 3
Views: 1906

Neal
Do you have an estimate of update to insert ratio?? If it is small try splitting into two streams (Update and insert). How wide is your table??

Try to monitor other DB2 activities and other resources.
Thanks
by dsxuserrio
Fri Feb 25, 2005 11:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Table Error
Replies: 4
Views: 1866

I mean plugin metadata definitions. Sorry
by dsxuserrio
Fri Feb 25, 2005 11:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Table Error
Replies: 4
Views: 1866

After clcking columns, when you click on Load, if you do not see your table definitions, you can click on import and choose builtin metadata definitions.
by dsxuserrio
Thu Feb 24, 2005 5:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem with DB2 stage
Replies: 10
Views: 4795

Aparna Your query looks incomplete. I guess you missed to post a few lines for the last table #pUKDWSCHEMA#.DWH_DS_CNTL_RUN AS A7 There is no joining clause. Can you post a few rows from your View Data windwo?? Post the ones that are wrong. Did you run the job or you just viewed the data. As suggest...
by dsxuserrio
Thu Feb 24, 2005 4:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shared containers - balancing act??
Replies: 1
Views: 1120

Shared containers - balancing act??

Hello Shared containers ( as compared to writing to datasets and using those datasets to continue processing) perform better because of pipeline parallelism. On the other hand it is always recommended not to build big jobs . ( Build smaller jobs becuase of restartability and manageability and other ...
by dsxuserrio
Thu Feb 24, 2005 2:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORCHESTRATE document needed !!
Replies: 6
Views: 3898

The link really worked.
http://ascential.com/eservice/pages/pro ... trate.html

I was always thinking Ascential kept the documents secure and made it available only to buyers.

May be I was wrong.