Search found 42189 matches

by chulett
Fri Mar 14, 2008 11:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Export
Replies: 14
Views: 5533

Thought about that, but was trying to not expose the seedier side of your life, Arnd, trawling ports for womens and all. :lol:
by chulett
Fri Mar 14, 2008 11:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Export
Replies: 14
Views: 5533

{or boats, Arnd thinks about boats too}
by chulett
Fri Mar 14, 2008 7:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Stage : Array Size
Replies: 19
Views: 7580

Could very well be a client version mismatch (or one of the buggy ones), which is why we talked about it in your older thread and I asked about it here. :wink:
by chulett
Fri Mar 14, 2008 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how can we suppress the warnings in sequence
Replies: 10
Views: 2447

What brought you to this old thread, Ray? :wink:
by chulett
Fri Mar 14, 2008 7:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to install Plugin stages
Replies: 2
Views: 756

Wow... been way too long since I've used the dspackinst command. I also don't remember having to choose a plugin location during a maintenance mode, it was all automagic. Perhaps you need to point up one directory level higher? I vaguely recall something like that tripping me up using dspackinst, kn...
by chulett
Fri Mar 14, 2008 7:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding CSV type files
Replies: 10
Views: 1664

Or force the columns to be 'Text', then I would think Excel would quote the string and the comma won't be a problem. :?
by chulett
Fri Mar 14, 2008 7:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Stage : Array Size
Replies: 19
Views: 7580

Strange, never seen such behaviour from the array size. Can you explain what 'selected' means in your first post - when you view data, or run the job, or?? I'd also be curious what this job design looks like and how 'fat' each record is - average record length or max length, whatever you have. Also...
by chulett
Thu Mar 13, 2008 8:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Update and Delete Problem
Replies: 20
Views: 2807

There's nothing wrong with your 'log report', and the way it works has been explained several times in the thread. The log reports the number of records sent down the link, period. What happens inside the database is up to the database. There are no guarantees that the keys you've sent will actually...
by chulett
Thu Mar 13, 2008 8:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accessing few records from a bulk of lakhs of records from a
Replies: 5
Views: 963

Nature of the beast. Your 'lesser time' example can return records right away because it selects all records. The first example needs to filter the records you want from the same full scan of the table.

Your use of a function against Col2 in the filter means any index over Col2 cannot be used.
by chulett
Thu Mar 13, 2008 8:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trnasformer issue
Replies: 4
Views: 1126

Re: Trnasformer issue

Ok..."i have a job like dataset--->transformer--->flatfile." (sorry, had to get that out of the way) i cannot understand this. Why not? No data in equals no data out. Because the output field is hardccoded(independent of input data) and when i run the job it should produce H irrespective on input da...
by chulett
Thu Mar 13, 2008 7:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IN / NOT IN functions
Replies: 5
Views: 1375

D'oh! Lost track of where I was.
by chulett
Thu Mar 13, 2008 3:25 pm
Forum: General
Topic: Relaction job with defunct process in AIX
Replies: 1
Views: 958

Carlos - post your questions once in the appropriate forum, not everywhere. Please.
by chulett
Thu Mar 13, 2008 2:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job Category
Replies: 11
Views: 2415

Sorry, not really sure what you are asking. :?
by chulett
Thu Mar 13, 2008 1:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can multiple Sequencers call same job at same time?
Replies: 5
Views: 1762

The 'name' you pass will need to include a dot and then the Invocation ID: Name=xxxxx.yyyy rather than Name=xxxxx as you are doing now.