Search found 91 matches

by saikir
Wed Feb 11, 2009 4:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioning Details
Replies: 4
Views: 1378

Partitioning Details

Hi All,

I would like to know whether there is any Universe table in PX that stores the partition details stage wise?

Regards,
Sai
by saikir
Tue Dec 30, 2008 2:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: pass a parametersthrough file
Replies: 15
Views: 5815

Hi, I hope the code below can help you. Reading Parameters from a Parameter File The Below mentioned code illustrates how to read the following parameters from a parameter hashed file and log information about the directory paths in the log: - DIM_DSN - DIM_UID - DIM_PWD - STG_DSN - STG_UID - STG_PW...
by saikir
Wed Oct 15, 2008 5:19 am
Forum: General
Topic: Regarding Hash file
Replies: 8
Views: 2561

Hi,

I was narrating the experience we had when using the 6.x version of the server. We had observed a couple of bugs when you select the option "Creat File" and the performance use to degrade.

Sai
by saikir
Wed Oct 15, 2008 5:00 am
Forum: General
Topic: Regarding Hash file
Replies: 8
Views: 2561

Hi,

Sory for my previous post. Just select "Clear File" and observe. "Create File" option may degarde the performance at times

Sai
by saikir
Wed Oct 15, 2008 3:35 am
Forum: General
Topic: Regarding Hash file
Replies: 8
Views: 2561

Hi,

Just Uncheck "Clear File" and observe. "Create File" option may degarde the performance at times.

Sai
by saikir
Thu Aug 14, 2008 2:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to capture duplicate rows separetly in datastage
Replies: 7
Views: 15501

Hi Ray,

Very sorry for the post. May be was in my sleep while replying :) I actually meant get the count of the rows in the aggregator and put a filter in the Transformer stage having count(1) >1.

Extremely sorry

Sai
by saikir
Thu Aug 14, 2008 12:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to capture duplicate rows separetly in datastage
Replies: 7
Views: 15501

Hi,

If you want to capture the duplicate rows, you can always aggregate the data based on the key and put a filter having count>1 in the aggregator. In terms partitioning the data, i think you can partition the key based on hash.

Sai
by saikir
Tue Jul 22, 2008 11:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: About Hashed File Memory Usage
Replies: 5
Views: 1304

Hi, If you dont have the option enabled, it will not load the entire hashed file into memory. It will read from the hashed file row by row. However, if you have a large amount of data to do lookups on and if you can create an intermediate table in your database then load the data into a table and do...
by saikir
Tue Jul 22, 2008 10:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: About Hashed File Memory Usage
Replies: 5
Views: 1304

Hi, If i understand correctly you want to do a look up in a server edition. In a server edition you can do a lookup using only a hashed file. Pre-load into memory: Once enabled the hashed file will be read into memory once the job is run. It can certainly improve the performance. However, if you are...
by saikir
Thu Jul 03, 2008 5:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Simple informations on datastage components
Replies: 3
Views: 1361

Hi, Lookup Stage: You don't have lookup stage in server. In server you do Lookups using Hashed files. In parallel version you have a lookup stage for performing lookup's. Sorting Stage: As the name implies, it is used for sorting. DataSet Stage: The Data Set stage is a file stage. It allows you to r...
by saikir
Mon Jun 16, 2008 12:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: C++ compiler path to be set for windows installation
Replies: 6
Views: 6188

Hi,

To set the Environment variables you need to log onto the Administrator. Log onto the Administrator, Select the Project->Properties-> Environment Variables. Over here Select Parallel and point the variable APT_COMPILER to the location where you have the C++ compiler

Sai
by saikir
Sun Jun 15, 2008 10:24 pm
Forum: General
Topic: Datastage Installation in laptop
Replies: 15
Views: 7101

Hi,

I have installed the server version on my laptop. As Vincent pointed out, give the Host System as 'localhost' and if you have any "User accounts" created on your laptop, give the accounts user name and password.

If you have no User accounts then select the Omit option

Sai
by saikir
Wed Jun 04, 2008 12:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise and OCI Stages
Replies: 5
Views: 2449

Hi All, I am still not clear. Assume that i have created a parallel job to read data from a file and to load into an oracle table. Now to load into the database can i use the Oracle OCI Stage or this stage is only applicable for sever jobs? If you are using a parallel job, then do you always have to...
by saikir
Tue Jun 03, 2008 10:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise and OCI Stages
Replies: 5
Views: 2449

Hi Man,

Thanks for the reply. In continuation, can i use an OCI stage in a parallel job , if i prefer to load data sequentially?

Sai
by saikir
Tue Jun 03, 2008 2:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise and OCI Stages
Replies: 5
Views: 2449

Oracle Enterprise and OCI Stages

Hi All, I am new to parallel and learning most of the stuff by reading the documentation. I would like to know the difference between Oracle Enterprise Stage and Oracle OCI Stage? Is it like Enterprise can be run in parallel and OCI in sequential mode? Could any one plz explain me the difference? Sai