Search found 42189 matches

by chulett
Wed Nov 18, 2009 7:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Source Stage-- Windows
Replies: 5
Views: 1351

If you meant you're not getting which command to use, that depends entirely on what you are trying to accomplish but you can pick from any available O/S command.
by chulett
Wed Nov 18, 2009 7:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: All the Job Activity details in a Sequence
Replies: 7
Views: 2104

For the first question, I'd look into the dssearch command. For the second one, the various DSGet functions like DSGetJobInfo, DSGetStageInfo, etc, or their command line dsjob equivalent ... I couldn't find this command in my system. (my DataStage is 7.5 on Windows) I ran a search even. something h...
by chulett
Wed Nov 18, 2009 7:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: disadvantages of using job sequencer
Replies: 4
Views: 1314

You are in for a world of hurt if you plan on having your Enterprise scheduling tool running hundreds or thousands of individual jobs, enforcing dependencies, error handling, restarts and the like. :shock: If you've got nothing else, there is no disadvantage to sequence jobs and their restartability...
by chulett
Wed Nov 18, 2009 6:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML OUTPUT STAGE
Replies: 1
Views: 960

A hint? Send data to it. Better yet, read this and all will be revealed. :wink:
by chulett
Wed Nov 18, 2009 6:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ABNORMAL TERMINATION
Replies: 3
Views: 1218

Have you tried searching for "Fault type is 11. Layer type is BASIC run machine." yet? It turns up several matches. It may also help to fully describe your job.
by chulett
Wed Nov 18, 2009 6:41 am
Forum: General
Topic: Loading data with special characters from Oracle Bulk Loader
Replies: 5
Views: 2002

Pretty normal stuff, make sure your numbers are numbers and your delimiter doesn't occur in your data regardless of what it is.
by chulett
Wed Nov 18, 2009 6:39 am
Forum: General
Topic: Passing parameters or values across server jobs
Replies: 4
Views: 1297

Search here for USERSTATUS and the SetUserStatus routine you can write to leverage it. Sequence jobs can easily pull information from this and pass it to other jobs and/or control the job flow with it.
by chulett
Tue Nov 17, 2009 10:39 pm
Forum: General
Topic: istool deploy package - problem with REPLACE option.
Replies: 5
Views: 5633

Perhaps there's another istool patch to fix that?
by chulett
Tue Nov 17, 2009 10:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading the Surrogate key for Time_Dimension table
Replies: 5
Views: 1282

True, as what was described is not your typical 'surrogate key' which by definition is not derived from application data.
by chulett
Tue Nov 17, 2009 10:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: HTTP download stage
Replies: 4
Views: 1805

In other words, there's no built-in stage for this.
by chulett
Tue Nov 17, 2009 6:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sqlcode:-1
Replies: 15
Views: 18856

Negative sqlcode values equate to 'positive' ORA errors, so SQLCODE=-1 equates to ORA-00001 or DUP_VAL_ON_INDEX:

Your INSERT or UPDATE statement attempted to store duplicate values in a column or columns in a row which is restricted by a unique index.
by chulett
Tue Nov 17, 2009 6:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading the Surrogate key for Time_Dimension table
Replies: 5
Views: 1282

OK, now that that's out of the way... this looks like simple concatenation to me. Stick the month, zero padded, onto the year and then "01" after that. Have you tried anything along those lines? What issues did you have?
by chulett
Tue Nov 17, 2009 4:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unusable Index Issue
Replies: 12
Views: 4019

Set the value as 'OPTIONS(DIRECT=FALSE,PARALLEL=FALSE)'
by chulett
Tue Nov 17, 2009 4:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Split 'group by' result into files
Replies: 13
Views: 5111

Wow... a reference back to the 1700s, fitting somehow. And I love how it starts out - I don't mean to hijack this, but... [whips out pistol] fly this plane to Cuba! Oh, and could you answer this DataStage question while we're in the air? :wink:
by chulett
Tue Nov 17, 2009 2:29 pm
Forum: General
Topic: Collect Stats using Before Sql in Teradata API
Replies: 1
Views: 1686

This forum is for discussion of possible FAQ topics. Please repost your question in either the Server or PX/EE forums depending on the job type.

[*Topic relocated per request - Andy*]