Search found 53125 matches

by ray.wurlod
Wed Aug 27, 2008 2:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to call the Sql statement in before sub rouitne
Replies: 4
Views: 1527

You CAN directly call a sql statement in before job subroutine, by using BCI functions. Search DSXchange for more information, particularly regarding the likelihood that you will need to purchase a license for your DataDirect ODBC driver to be able to use the BCI functions.
by ray.wurlod
Wed Aug 27, 2008 1:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Droping Oracle Table
Replies: 13
Views: 3929

Who knows? You see, none of us can see the routine code. :roll:
by ray.wurlod
Wed Aug 27, 2008 1:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Basic transformer
Replies: 1
Views: 837

"Phantom" simply means "background process". Ignore that word.

What - completely and precisely - is the error message?
by ray.wurlod
Wed Aug 27, 2008 1:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Metadata Problem while extracting from oracle 9i table
Replies: 5
Views: 1656

Did you also update the link from the table definition in your repository into your job - effectively re-load the table definition into your job? If not, you would expect the error to persist - this linkage is not maintained automatically.
by ray.wurlod
Wed Aug 27, 2008 12:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Droping Oracle Table
Replies: 13
Views: 3929

Code: Select all

SELECT * FROM DS_ROUTINES WHERE @ID = 'RunSQL';
by ray.wurlod
Wed Aug 27, 2008 12:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Output stage
Replies: 7
Views: 2610

Yes, but there are sometimes "other_____ways" to seem to achieve the same thing.
by ray.wurlod
Tue Aug 26, 2008 11:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job finishes but the status becomes aborted
Replies: 6
Views: 2306

First line is column names not being properly handled? I recall one job where this was off, even though the first line was column names. The file was sorted as it went through DataStage, and caused the job to abort (from memory with an Invalid number error).
by ray.wurlod
Tue Aug 26, 2008 10:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version Control repository
Replies: 11
Views: 4970

Have encountered this in the past, and am fairly sure I've posted about it. Yes every version gets a set of dynamic hashed files, each of which requires a directory. The solution in our case was to convert the dynamic hashed files to static hashed, which means that they're just files (and still work...
by ray.wurlod
Tue Aug 26, 2008 10:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Purpose of creating Config file
Replies: 3
Views: 1163

And who are "they"?
by ray.wurlod
Tue Aug 26, 2008 10:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to FTP a file from Remote Server to Datastage Server
Replies: 6
Views: 5118

Put the FTP command in a shell script and execute that from DataStage.
by ray.wurlod
Tue Aug 26, 2008 8:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Output stage
Replies: 7
Views: 2610

Code tags are for this kind of thing. :wink:
by ray.wurlod
Tue Aug 26, 2008 7:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job finishes but the status becomes aborted
Replies: 6
Views: 2306

What warnings/errors are logged (a) by the DataStage job and (b) in the Netezza environment?
by ray.wurlod
Tue Aug 26, 2008 5:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: column substitution in custom sql...
Replies: 4
Views: 1106

Why would you assume Oracle when the OP specifically mentioned Informix? :?