Search found 88 matches

by ketanshah123
Sun Jun 22, 2008 11:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning in lookup
Replies: 2
Views: 1644

warning in lookup

Hi While doing lookup between db2 database and dataset as ref. getting 2 warning messages 1) Lookup_CNUM: When checking operator: Operator of type "APT_LUTCreateOp": will partition despite the preserve-partitioning flag on the data set on input port 0. 2)Lookup_CNUM,0: When binding input i...
by ketanshah123
Sun Jun 15, 2008 10:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Environment Variable
Replies: 2
Views: 1362

DataStage Environment Variable

Hi All

We have some environmnt variable defiened for our project like PROJDATADIR etc. I want to access those environment variable in my AIX script . So how can I do that ? How can I get the values of those environment vairiable in my script.?
by ketanshah123
Mon Jun 09, 2008 6:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import error
Replies: 3
Views: 950

hi
I am using setnull() and both source and destinition fields are of integer type
by ketanshah123
Mon Jun 09, 2008 6:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import error
Replies: 3
Views: 950

Import error

Hi In my source .csv file a field if null is indicated as null (small caps without quots) and in my target file same filed is nullable = true I am applying the If field=''null'' then set null else field value (I have to apply above if then else ) But I am getting Xfr_Map,1: Field 'field_name' from i...
by ketanshah123
Mon May 26, 2008 12:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Look up and look up file set
Replies: 8
Views: 3552

From one of Ray's post.. thnx you very much ..... -------------------------------------------------------------------------------- Warning - Technical Content The reference input to a Lookup stage for a normal (not sparse) lookup causes a composite operator to be generated to perform two tasks, for...
by ketanshah123
Mon May 26, 2008 12:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Look up and look up file set
Replies: 8
Views: 3552

From one of Ray's post.. thnx you very much ..... -------------------------------------------------------------------------------- Warning - Technical Content The reference input to a Lookup stage for a normal (not sparse) lookup causes a composite operator to be generated to perform two tasks, for...
by ketanshah123
Sun May 25, 2008 11:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Look up and look up file set
Replies: 8
Views: 3552

devidotcom wrote:Yes it will.
thnx for reply but can you exlain it how....
by ketanshah123
Sun May 25, 2008 11:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Look up and look up file set
Replies: 8
Views: 3552

Look up and look up file set

if we use a lookup stage the reference data gets looked up in the memory. Just a query here ....in case we use Lookup File sets as reference for a look up stage....would it still act as an overhead to the memory....

thanx in advance
by ketanshah123
Tue May 20, 2008 3:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in Change capture stage
Replies: 2
Views: 1840

Problem in Change capture stage

In my before and after datasets have same identical data still change capture stage showing some records as edit ? what is the reason for same? It could have anything to do with having NULL values in so many of the key columns ? but there is absolutely nothing in the DataStage or Orchestrate documen...
by ketanshah123
Wed May 14, 2008 8:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup problem
Replies: 3
Views: 2342

Lookup problem

Hi In my job I am ding lookup with 7 tables using lookup stage .. While executing I am getting some warning as below Lookup_1,0: Ignoring duplicate entry at table record 345,699; no further warnings will be issued for this table How can I find from this warning exactly for which table I am getting t...
by ketanshah123
Fri May 09, 2008 6:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence job
Replies: 7
Views: 2175

just getting message general syntax error ...
by ketanshah123
Fri May 09, 2008 6:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence job
Replies: 7
Views: 2175

can you plz provide me the example of DSSendMailTester as I am getting syntax error again and again ...
by ketanshah123
Fri May 09, 2008 3:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence job
Replies: 7
Views: 2175

Sequence job

Hi I want to send a mail notification if any job in Job Actvity in sequence ends with warnings. But I dont wants to use mail notification activity stage.So how can I do it ?Is it possible on Cstom trigger type in Job activity stage through some expression... If yes then how can I check whether job e...
by ketanshah123
Fri Apr 11, 2008 6:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading Fact table
Replies: 4
Views: 2900

Loading Fact table

hi, i already worked in informatica now i m working on datastage... i know how to load fact in informatica.. it goes like this... source-- SQ ---lookup1 on dim1 SQ----lkp2 on dim2 SQ----lkp3 on dim3 -------- Expression ----- target SQ-----lkp4 on dim4 can anybody pls suggest me how it will look in d...
by ketanshah123
Fri Mar 28, 2008 4:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequnce job failing
Replies: 4
Views: 2118

Sequnce job failing

Hi All In my project there is one master sequence job say A which calling other sub-sequences say a1,a2,a3, a4... in mentioned order Due to some reason sequence job called by a2 is failing and due to that master sequence is getting aborted(i.e. sub sequence a3,a4 are not getting executed). But we wa...