Search found 71 matches

by ukyrvd
Tue Aug 29, 2006 10:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator problem!!
Replies: 26
Views: 7342

I am sorry.. I thought you have created just one dummyColumn like "a" ..
by ukyrvd
Tue Aug 29, 2006 10:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator problem!!
Replies: 26
Views: 7342

Col1 through Col5 are also keys. I was forced to create a Dummy column because I could not include Col1 in the Group and also for 'Column For Calculation'. I was getting the error: "It is not legal to set a reducer (Col1) to be the same as a key field" Now, my problem is, the aggregator i...
by ukyrvd
Fri Jun 23, 2006 5:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: create timestamp column
Replies: 9
Views: 2598

chulett wrote:If you really want to know which way is more performant in your environment with your data - try both! Let us know. :wink:
I sure will .. I will try with about 3M rows and see how it behaves!!
by ukyrvd
Fri Jun 23, 2006 5:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: create timestamp column
Replies: 9
Views: 2598

Thanks Ray.
ray.wurlod wrote: If you want "now" for each row, simply use this expression as the stage variable derivation for each row processed.
thats how, I wanted to implement option #2.

I am in dilemma which one to chose Transformer vs Oracle_default value/insert statement
by ukyrvd
Fri Jun 23, 2006 1:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: create timestamp column
Replies: 9
Views: 2598

Yes chulett!!

Any other methods other than these two options (#1 and #2)?? And is it better to go with #1 compared to #2??
by ukyrvd
Fri Jun 23, 2006 1:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: create timestamp column
Replies: 9
Views: 2598

Thanks DsGuru.

You mean to say, during table creation have that column defaulted to currentTime (of row insertion) and pass nothing for that column in Insert SQL?? That looks like a better option than my #1.. thank you!!
by ukyrvd
Fri Jun 23, 2006 12:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: create timestamp column
Replies: 9
Views: 2598

create timestamp column

Hi, I was wondering if there is any better method for doing this. For each row to be inserted/updated into the database (oracle) I need to include current time stamp information in the row in a separate column. I was thinking of following tow options: 1) Oracle Enterprise stage, Have a user defined ...
by ukyrvd
Wed Apr 05, 2006 12:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 134)
Replies: 3
Views: 5231

The first message is a warning that there is a difference between the character map set for DataStage NLS and that set by the environment variable NLS_LANG (which may not be set at all). This may affect handling of non-Latin characters, whether in View Data or in processing Hi ray .. Can you please...
by ukyrvd
Thu Mar 30, 2006 4:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Encryption/Decryption
Replies: 4
Views: 1621

I find it odd that the encrypt has 4 parameters (unabalanced in your post) and the decrypt only 1. Is that correct? Sorry, missed copying full query. I have used the correct/balenced query: SELECT xxxx, (RPAD (xxxx, LENGTH (xxxx) + 8 - MOD (LENGTH (xxxx), 8), ' ')) FROM tablet As entioned briefly e...
by ukyrvd
Thu Mar 30, 2006 3:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Encryption/Decryption
Replies: 4
Views: 1621

Data Encryption/DeCryption

kumar_s wrote:Hi Prasad,
Not necessary to post twice, Pls delete the other post.
Hi Kumar,
Sure. Next time, i will try not to post twice.

Thanks,
by ukyrvd
Thu Dec 22, 2005 11:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Hashed File settings
Replies: 3
Views: 1059

did u check the metadata on boths sides? like key clomuns.
BTW, what is the datatype for key column??
by ukyrvd
Thu Dec 22, 2005 11:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use OS Level Authentication
Replies: 5
Views: 3355

Sorry for bringing the old topic up .. I am wondering if there is anything else that we need to change on datastage side other than a) Check OS level authentication box b) Enter DB name, leave ID/pswd fields c) get the DBAs to setup ops$userID on the unix server and REMOTE_OS_AUTHEN = true thanks in...
by ukyrvd
Tue Aug 23, 2005 1:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to manually set the jobstatus of a job
Replies: 6
Views: 2003

Here is an idea

After Job 1 insert a script and return a value to indicate continue/stop.

Use the script to check the value you are looking for!!
by ukyrvd
Thu Aug 04, 2005 10:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup not functioning as expected
Replies: 5
Views: 1592

when we have similar problems.. changing varchar filed lengths to be the same in both primary and reference inputs ..solved the issue.
by ukyrvd
Mon Aug 01, 2005 11:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compare stage, output columns
Replies: 16
Views: 18957

Columns getting dropped issue.. Runtime column propagation might be the culprit. Uncheck RCP on atleast one of the inputs and compile. OR try renaming one set of columns .. say add "_sec" to each column name A. Define them in output columns grid B. Use KEY option on properties tab of the s...