Search found 38 matches

by degraciavg
Wed Jun 16, 2004 8:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ignore duplicated rows
Replies: 6
Views: 2896

Re: Ignore duplicated rows

xcasals wrote: I'm trying to ignore the duplicated rows from an input.
If your input data is from a relational database, you can actually add the DISTINCT clause in your DML (i.e. SELECT query). You remove unnecessary steps this way.
by degraciavg
Wed Jun 16, 2004 12:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: lookup
Replies: 5
Views: 2533

Re: lookup

Hi, I am a Informatica guy, .... where do i need to give this condition? Thanks The link given to you by Rich should be enough to explain how to create and use hash files in DataStage. What I would like to point out is the equivalent of the "Condition" tab (of Infa Lookup Transformation) ...
by degraciavg
Thu Nov 27, 2003 2:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to have Multiple Line Condition in a routine?
Replies: 9
Views: 4551

Re: How to have Multiple Line Condition in a routine?

victor, if i remember it correctly, there's no line continuation character in DS Basic (search this forum; it's been discussed before) so that if your condition becomes too long, you'll just have to logically split them into either 1. a nested if, or if condition1 and condition2 then ... end else if...
by degraciavg
Tue Nov 04, 2003 9:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can bind LONG only for LONG: ORA error
Replies: 8
Views: 4815

your error msg means that Oracle is detecting a LONG datatype string when you insert the value into your target field. this is not allowed in Oracle. VARCHAR2 datatype can accept 4000 bytes max while LONG datatype can accept up to 2GB. do you concatenate anything to your string input so that it exce...
by degraciavg
Mon Nov 03, 2003 9:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import issue Oracle 8
Replies: 8
Views: 3324

roy, the only time i encountered this problem was when the userid i used had no SELECT privilege on the table... but your userid is the table owner so it's very strange :?: anyway, just in case you've overlooked it, can you confirm that your userid can SELECT the data in your table? and, are you imp...
by degraciavg
Fri Oct 31, 2003 1:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Differences between DataStage ver 4 and 6
Replies: 3
Views: 1839

Re: Differences between DataStage ver 4 and 6

if i may add...

7. most, if not all, of the bug-fixes (patches) done for v4.x were added into v6.x. Most notably, the memory-leak problems with OraOCI and Aggregator stages.

vladimir
by degraciavg
Tue Oct 28, 2003 8:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Are multiple versions of DS Client possable?
Replies: 21
Views: 11863

Re: Are multiple versions of DS Client possable?

This is on the AIX version of DS... If I remember it correctly, v4.x and below used to call the rpc daemon/engine as uvrpc which subsequently became dsrpc from v5 onwards. I thought my friend, Felix (he did the installation/upgrade) mentioned that we can actually use v4.2 and 6.0 because of the diff...
by degraciavg
Tue Oct 28, 2003 1:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migration to Version 7
Replies: 3
Views: 2145

Re: Migration to Version 7

Victor,

Please see the discussions in this link...
viewtopic.php?t=85420

cheers,
vladimir
by degraciavg
Fri Oct 24, 2003 8:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using PIVOT stages
Replies: 7
Views: 4676

Re: Using PIVOT stages

Hi there. I would like to know how can I use a PIVOT stage. I didn't find any information on the help manuals. Thanks in advance :D hi, briefly, the Pivot stage is simply a one-way "transpose" stage - used for transposing your columns into rows only. you can't use it to transpose rows int...
by degraciavg
Wed Oct 22, 2003 7:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage- Informatica
Replies: 12
Views: 8397

if all this things are bad with Informatica. How come they have the largest base of customers. AFAIK, there's no Informatica client yet in Thailand :o Look no tool is the perfect tool... Agree... I have always thought that the "Learning Curve" is 90% borne by the "Learner" and 1...
by degraciavg
Wed Oct 22, 2003 2:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage- Informatica
Replies: 12
Views: 8397

indulge me to add a few things to satisfy Rajeev's curiosity... 1. Informatica doesn't support milliseconds - if you are using time to establish uniqueness then you can't do it with this tool... unless you write a special script... :( 2. Informatica performs well with simple, direct source-to-target...
by degraciavg
Sun Oct 19, 2003 12:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use Pivot Stage and receive Ora 1002 error
Replies: 10
Views: 5613

hi louise, you can't place a conditional statement (to filter the null inputs) inside the derivation column in the output tab. you can't add a constraint in this stage either. you need to let your output go through a Transformer stage and add a constraint to filter out the null output in BB. hth, vl...
by degraciavg
Thu Sep 11, 2003 7:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stop button not working
Replies: 5
Views: 2204

Guillermo amigo, You need to see if the job is still active or not. One way to do it is check if it's still writing log info into the RT_STATUSnn, where nn is the job number, files. If not, no amount of clicking of the Stop button will change the Job Status in the Director window. What you need to d...
by degraciavg
Fri Sep 05, 2003 1:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of transformer
Replies: 10
Views: 4533

It sounds like a memory-leak problem on the OCI stage. The OCI8 plugin used to have this problem in DS4.2. in AIX, you can use the ps v command to monitor it... but I don't know its equivalent in Solaris... It would be easier to diagnose though if we see your job design... but whatever it is, strang...
by degraciavg
Wed Sep 03, 2003 9:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error - timeout waiting for mutex
Replies: 3
Views: 4855

quote: Originally posted by Peytot [br]Hi, Our DataStage job performance propertied are set to : - Enable Row Buffer, Inter process - Buffer size set to 128Kb - Timeout set to 45 seconds Pey Pey, In my experience, it is usually caused by Inter Process Row Buffering and Enabling the pre-pload to memo...