Search found 42189 matches

by chulett
Thu Oct 16, 2008 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: not compatible with parameter array binding
Replies: 5
Views: 3878

Simple. As noted in the message, set your Array Size value to 1. That's required when using those 'combo' actions and if you don't do it yourself, it issues the warning and changes the value at runtime for you.
by chulett
Thu Oct 16, 2008 9:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Environment value in routine
Replies: 1
Views: 824

I would think you should be using DSJ.PARAMVALUE for the actual value rather than the seeing what the default value is.
by chulett
Thu Oct 16, 2008 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dyanamic addition on target columns
Replies: 3
Views: 1068

And your 'target' is what exactly? A flat file?
by chulett
Thu Oct 16, 2008 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 'NULL' string not replacing in Transformer.
Replies: 4
Views: 2000

So... just to be clear... when you say a null string here, you actually mean a string with the value of "NULL", yes? What is the source data type?
by chulett
Thu Oct 16, 2008 7:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Scheduling status not showing in DataStage Director
Replies: 7
Views: 2284

Since answering my questions seems to be a problem, perhaps your official support provider can help. What advice did they have for you when you reported this problem?
by chulett
Thu Oct 16, 2008 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The provided update statement did not prepare correctl
Replies: 12
Views: 4055

I know some people who wouldn't consider any release of Oracle particularly stable. :wink:

Seems to me you are squarely in the hands of IBM and Oracle for this resolution. Let us know what you find out! I'm really curious what the culprit here is going to turn out to be.
by chulett
Thu Oct 16, 2008 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error: "UNLOCK not in you VOC"
Replies: 11
Views: 7756

In other words, if you ever see this question:

This directory is not set up for DataStage.
Would you like to set it up (Y/N)?


The answer should always be NO.
by chulett
Thu Oct 16, 2008 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date format
Replies: 3
Views: 1049

Aborted how? What error? Your TO_DATE syntax looks fine as long as there's a comma in there: to_date(string, 'dd-mon-yy').
by chulett
Thu Oct 16, 2008 7:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upgrading from DataStage 5 to DataStage 7 or 8
Replies: 4
Views: 1083

The upgrade will automatically compile everything. And everything will work just as it did before unless you've taken advantage of bugs that have subsequently been fixed.
by chulett
Thu Oct 16, 2008 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error:Fetch out of sequence
Replies: 4
Views: 1698

Details, please. That error is a PL/SQL / cursor error, is there a stored procedure involved here anywhere? :?
by chulett
Wed Oct 15, 2008 8:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sync tables that are different layouts (Oracle to Oracle)
Replies: 8
Views: 1909

You'd need RTI if you wanted to expose your job as a web service or otherwise operate in an "always on" mode for "real time" updates. If you only need "near real time" and could run periodic "micro batches" or did one large daily update, then no, RTI is not required.
by chulett
Wed Oct 15, 2008 8:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sync tables that are different layouts (Oracle to Oracle)
Replies: 8
Views: 1909

I agree with Ray. There's nothing stopping you from "synchronizing" any two tables regardless of structures or databases as long as you can define what that synchronization should consist of. We can't do that for you - you need to detail out for your efforts how it all will work: how to match the re...
by chulett
Wed Oct 15, 2008 7:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deleting record from Oracle table
Replies: 5
Views: 2637

:? Suggestion: Post the actual, unedited, full error. Is it a DataStage message or one from Oracle?
by chulett
Wed Oct 15, 2008 4:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replace Db2 stage with Teradata stage
Replies: 13
Views: 5788

Using a "dsx" export rather than xml might be a little more... straight forward.