Search found 42189 matches

by chulett
Tue Apr 03, 2007 5:33 pm
Forum: Site/Forum
Topic: 10K for Craig.
Replies: 5
Views: 3047

Just trying to maintain my half-a-Ray posting rate. :wink:
by chulett
Tue Apr 03, 2007 3:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: KeyMgtGetNextValueConcurrent
Replies: 2
Views: 1057

It is meant for use in Server jobs. For PX jobs you have a 'Surrogate Key Generator' stage.
by chulett
Tue Apr 03, 2007 2:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuring DSN to ODBC driver
Replies: 7
Views: 2887

We know the client is on Windows. Ken asked because you marked your post with the OS as Windows and that is meant to be the OS of your Server. Hence the confusion.

(Doh! Late. That's what happens when you get interrupted)
by chulett
Tue Apr 03, 2007 9:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Component DSSE_ServerEngine problem
Replies: 9
Views: 3240

No, they will only be there after a Client install as they are client tools.
by chulett
Tue Apr 03, 2007 8:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: verify/compare DEV version of the code against production
Replies: 2
Views: 843

There's nothing built into any current version other than 8.x, which is the first version where such a tool is available. As you've noted, however, you can manually compare two .dsx exports. Use your favorite file compare utility.
by chulett
Tue Apr 03, 2007 7:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to list the Job names under the category?
Replies: 17
Views: 3972

Doh! And here I thought you needed some of that goofy 'matches' syntax for this. That was too simple. :lol:
by chulett
Tue Apr 03, 2007 7:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance while loading target database table
Replies: 30
Views: 10134

Of course, you need to design the job(s) properly to take advantage of this. A poor design can still give poor performance, even when bulk loading.

What is your target database? Why would you set your 'max' to 100 for a load like this? :?
by chulett
Tue Apr 03, 2007 7:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance while loading target database table
Replies: 30
Views: 10134

I heard that Bulk Load doesnt improve performance much. Even some of the threads say like this.. You heard wrong. As an excercise, I just had one of my newbies convert a job from OCI inserts to the OCI Bulk Loader. Ray's favorite metric - rows/second - went from 600 to 15,000. Runtime went from 6.5...
by chulett
Tue Apr 03, 2007 7:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Component DSSE_ServerEngine problem
Replies: 9
Views: 3240

And the first thing they'll tell you is XP is not a supported Server platform.
by chulett
Tue Apr 03, 2007 7:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XFM problem due to fixed width file delimited
Replies: 7
Views: 1983

Try sliding your Columns over to the right and setting the last field's Incomplete column attribute to Replace. ... please let me know how you will slide through datastage What? Really? Ok, more details... Get to the Columns tab of the Sequential File stage. There's more to it than can display all ...
by chulett
Tue Apr 03, 2007 7:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HashFile
Replies: 3
Views: 1415

I left that for you, Ray. :wink:
by chulett
Tue Apr 03, 2007 7:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exception Handler : Why use it.. and how to handle warnings
Replies: 20
Views: 6895

Unfortunately, it's the right answer. I've been leading you astray here based on the Help documentation and the fact that I didn't take a moment to test what I was actually preaching. My apologies. It's not about the Exception Handler, per se. It's about the 'Automatically Handle' option. Here's the...
by chulett
Tue Apr 03, 2007 6:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conditional Schedulling through DS Director
Replies: 7
Views: 1597

There's no such thing. However... there is a simple answer. :wink:

Create YASJ - Yet Another Sequence Job. Have it run SEQ1 and then SEQ2. Schedule the new job.
by chulett
Tue Apr 03, 2007 6:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HashFile
Replies: 3
Views: 1415

Well... let's see... you have a custom routine you are using 'before job' called InitialHashCreation and it doesn't exist in this Project.

If you just moved this job here, you forgot to bring the routine along as well. If not... someone may have removed it. :shock:
by chulett
Tue Apr 03, 2007 6:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Container Funda
Replies: 1
Views: 614

The manual does. How about you read the Containers chapter of the Designer Guide pdf and let us know if you have any specific questions?