Search found 42189 matches

by chulett
Mon Oct 27, 2008 5:39 am
Forum: General
Topic: How to add multiple Environment Variables ?
Replies: 7
Views: 2324

Phil - they asked about a quick way to add already established environment variables to jobs.
by chulett
Mon Oct 27, 2008 5:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Schedule on WIndows NT server
Replies: 3
Views: 1123

"Not able to"? What happens when you try?
by chulett
Mon Oct 27, 2008 5:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running ls command from Routine - fails
Replies: 1
Views: 947

No limit that I am aware of and I've captured 10s of thousands. What O/S? Does the routine use DSExecute() to run the "ls" command? Do anything else... unusual? :?
by chulett
Sun Oct 26, 2008 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User role management
Replies: 5
Views: 1006

What happened when you tried?

ps. Test and Prod users should not be able to edit any jobs. In either project.
by chulett
Sun Oct 26, 2008 6:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How I can do Cross Join
Replies: 4
Views: 3844

From what I recall, the "Complete Set" join type should be what you are looking for.
by chulett
Sun Oct 26, 2008 6:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple sequential file read
Replies: 2
Views: 1028

First bit of advice? Don't post the exact same question again just because you didn't get any answers to the first one. Post a reply to the first one to 'bump' it back up to the top. However, since this one now has a reply and thus cannot be deleted, please go back to your original post and delete i...
by chulett
Sat Oct 25, 2008 8:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding &SAVEDLISTS&
Replies: 1
Views: 1413

Best to leave system hashed files and folders like this alone. See the last post in this thread:

http://www.dsxchange.com/viewtopic.php?t=122893
by chulett
Sat Oct 25, 2008 9:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: min of two date
Replies: 2
Views: 1137

You can't. You need to "transform" them into something you can compare - either an ISO YYYY-MM-DD external format or an internal date using StringToDate().
by chulett
Sat Oct 25, 2008 9:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to export a sequence job without it's dependent jobs???
Replies: 9
Views: 7388

Sorry I couldn't be more help, but not having 8.x makes it hard to help with problems / issues / features specific to that version. However, all kinds of people here do have it, so hopefully someone else will chime in. There's a couple of things working against you right now, the fact that it is the...
by chulett
Sat Oct 25, 2008 8:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to export a sequence job without it's dependent jobs???
Replies: 9
Views: 7388

[sigh] No, just running late and trying to help people out too quickly in an effort to get out the door and on to work that morning. I skimmed over the linked post and only saw the OMIT flag option and assumed it was the same as the GUI export where you can choose to omit/include any read-only objec...
by chulett
Sat Oct 25, 2008 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Direct Path Load Problem
Replies: 16
Views: 6004

I don't see any evidence that you had more records to load than what it processed. Table dbserver.CUST_PERS_DEV: 2162039 Rows successfully loaded. 0 Rows not loaded due to data errors. 0 Rows not loaded because all WHEN clauses were failed. 0 Rows not loaded because all fields were null. Bind array ...
by chulett
Fri Oct 24, 2008 1:54 pm
Forum: General
Topic: DS v751 install on the same box as DS v801
Replies: 10
Views: 2832

From memory, there should be a "multiserv.pdf" document in your Docs folder that will detail the "itag" installation instructions.
by chulett
Fri Oct 24, 2008 1:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference
Replies: 3
Views: 1152

At least that 'problem' is one that is easily solved. :wink:
by chulett
Fri Oct 24, 2008 1:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference
Replies: 3
Views: 1152

Array Size is the number of records in each network packet - i.e. to send across the network to the database at the same time. Transaction Size should be an even multiple of the Array Size when not set to zero.
by chulett
Fri Oct 24, 2008 11:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregator stage failing with Row Out Of Sequence
Replies: 7
Views: 4971

Add the Sort stage into the job before the Aggregator, if you want to go that route. Or, load the file directly into a work table and let Oracle do the aggregation.