Search found 42189 matches

by chulett
Mon Jul 21, 2008 1:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to read higher volume of record with ODBC(Sql server)
Replies: 19
Views: 5708

What kind of query - one that does sorting/grouping that would cause it to hold on to all the records until ready? You may have a network/firewall timeout issue if that's the case.
by chulett
Mon Jul 21, 2008 11:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Zero rows Loaded in using SQL Loader, but job does not abort
Replies: 4
Views: 1233

Is the sqlldr "abort" logged only as a Warning in the job's log? I'm wondering if your 45 records aren't aborting the job because they're fewer than the default "abort after 50 warnings" setting when the job runs. :?
by chulett
Mon Jul 21, 2008 8:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Server configuration
Replies: 3
Views: 1450

Re: DataStage Server configuration

Azzuri wrote:Is it better to store the data on a separate server (Maybe a windows file server?)

Short answer? No.
by chulett
Mon Jul 21, 2008 7:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DStage scheduled jobs via Director are not running/triggered
Replies: 4
Views: 1591

Welcome! :D

Scheduled how, via Director? What makes you think the Scheduler actually 'runs on time'?
by chulett
Mon Jul 21, 2008 7:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compilation error in sequence job
Replies: 9
Views: 1499

Search the forums for your actual error message, it has been discussed here before and yes, typically involves a permissions problem.
by chulett
Mon Jul 21, 2008 7:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Hierarchy
Replies: 6
Views: 1946

True, true... they tend to do that.
by chulett
Mon Jul 21, 2008 6:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML metadata import
Replies: 2
Views: 1085

Two actually, but neither has a resolution and even Ernie was stumped, which isn't a good sign. Probably best to open a case with your official Support provider.
by chulett
Mon Jul 21, 2008 6:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Hierarchy
Replies: 6
Views: 1946

Also, did you notice Ray's first sentence - " Have you diligently maintained"? Without that, the routine will do you no good. And I'll wager that hardly anyone will be shoving their hand up in the air and proclaiming wildly "Ooo - Me! Me! I have!". Well... except perhaps where the Hand of Wurlod has...
by chulett
Mon Jul 21, 2008 6:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dynamic substring
Replies: 2
Views: 1002

:? Originally posted and responded to here. Not sure why the repost except to (I suppose) perform the forum move.
by chulett
Sun Jul 20, 2008 6:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Do Groups or Loops
Replies: 2
Views: 751

A continuation from this question:

http://www.dsxchange.com/viewtopic.php?t=120688

:idea: Please do not start a new post to reply to an old one, simply 'Reply' within the old one so that the entire conversation stays in one place.
by chulett
Sun Jul 20, 2008 4:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Do Groups or Loops
Replies: 1
Views: 642

You are going to have to expand on your requirement here, explain why you are asking this. Short answer, there's no such thing in a Parallel job. There are job control structures for looping, but we need a better idea what you are trying to accomplish before anyone can give a qualified answer to you...
by chulett
Sun Jul 20, 2008 9:49 am
Forum: General
Topic: ORA-01400: cannot insert NULL into
Replies: 12
Views: 10492

Then I'm out of ideas. Bug? Can you not use an OCI stage rather than <cough> ODBC in your job? Hmmm... is this generated or user-defined sql? If for some odd reason you went user-defined for this, switch to generated and see if the problem goes away. :?
by chulett
Sun Jul 20, 2008 9:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dynamic substring
Replies: 1
Views: 1117

You can't process "dynamic derivations" like that, they just become strings / data in the job rather than functions. If you really want to do this, you'll need to consider a Routine approach that builds and applies the derivation and then passes back the result.
by chulett
Sun Jul 20, 2008 9:11 am
Forum: General
Topic: ORA-01400: cannot insert NULL into
Replies: 12
Views: 10492

Interesting. A record certainly has null for that field. What Array Size are you using for that link? If it is great than one, I'd wager the wrong record is being reported as the problem child. Temporarily change the job to use an Array Size of 1 so you can find the culprit.