Search found 15603 matches

by ArndW
Tue Sep 25, 2012 3:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RDBMS Code:5356 in Datastage
Replies: 4
Views: 2145

Which database are you using? If you specify the correct code page for the database in question within DataStage you shouldn't be getting mapping errors. What is your database character set? What is the character set of your input/output data not in the database? What character set is triggering you...
by ArndW
Tue Sep 25, 2012 3:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter values based Partition
Replies: 7
Views: 2008

The basic functionality is present in the product to do this using the generic stage, here a parameter value may be used to specify upon which column one is to re-partition on.

Nonetheless it would be a lot easier if one could specify the column as a parameter value within the Designer GUI.
by ArndW
Mon Sep 24, 2012 8:29 am
Forum: General
Topic: Email notification in sequence
Replies: 2
Views: 907

Usually the log files will contain error or warning messages.
Most likely cause is the mail configuration on the DataStage server.
by ArndW
Mon Sep 24, 2012 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete then insert to replace a set of records
Replies: 9
Views: 2103

I am fully aware of that, I am just looking at explaining this job's behaviour.
by ArndW
Mon Sep 24, 2012 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete then insert to replace a set of records
Replies: 9
Views: 2103

Hmm... I wonder how it truly works. Is your database primary key just the DIN column or are there other columns as part of the PK?
by ArndW
Mon Sep 24, 2012 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS JOB Continuously running
Replies: 7
Views: 3021

If you add the option "$APT_DISABLE_COMBINATION" and set to "true" in the original job does the error picture remain the same?
by ArndW
Mon Sep 24, 2012 7:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS JOB Continuously running
Replies: 7
Views: 3021

Can you make a copy of the job with just the source Oracle stage going to a PEEK and attempt calling that up to see if the problem remains reproduceable?
Also, does that Oracle stage contain SQL or even before/after code?
by ArndW
Mon Sep 24, 2012 6:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS JOB Continuously running
Replies: 7
Views: 3021

What is the job doing and if you monitor it:
- Has the job processed any data?
- If so, then has it process all of the expected data and then "hangs"?
- Does it use any CPU in the "hang" state?

Other questions would depend upon the answers to these.
by ArndW
Mon Sep 24, 2012 6:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete then insert to replace a set of records
Replies: 9
Views: 2103

Phil,

if the original DIN key had 10 records, and you only replace 4 of them, the remaining 6 should be unchanged (and thus incorrect for your implementation)

I wonder if you could remove these with a before-stage SQL to delete and commit, then an insert of the new records..
by ArndW
Sun Sep 23, 2012 10:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number of readers per node --
Replies: 22
Views: 7657

Try the hash on the first 1, 2 or 3 columns (must be identical for Left and Right links).
by ArndW
Sun Sep 23, 2012 10:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IBM Infosphere Change Data Capture
Replies: 7
Views: 2864

What do you mean by "mirrored" in this context with CDC?
by ArndW
Sun Sep 23, 2012 10:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Adding rules in Message Handler issue...
Replies: 5
Views: 2729

As you had assumed, if you add a rule for one error message ID then all occurrences of that error are affected. The rule takes effect upon the next run.

Did you add a job message handler or a project level one? If you move job from one category to another then the job message handler is lost.
by ArndW
Sun Sep 23, 2012 10:16 am
Forum: General
Topic: IIS 8.7 installation help
Replies: 18
Views: 5806

Yes, linux and UNIX are close enough that the uninstallation procedures are the same.
by ArndW
Fri Sep 21, 2012 5:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number of readers per node --
Replies: 22
Views: 7657

What column are you hashing on and what column(s) are you using for your join?
by ArndW
Fri Sep 21, 2012 5:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can not open the file that contains the SQL statement
Replies: 14
Views: 6911

Is that SELECT statement in your stage, or do you have "select statement from file" and this select is in the file?