Search found 53125 matches

by ray.wurlod
Tue Feb 17, 2015 3:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column name as job parameter
Replies: 9
Views: 1779

Re: Column name as job parameter

I have to develop a single generic job for all the tables to populate into target. Why? Last time I did this exercise (837 tables) I needed four separate generic jobs, because of slight differences (for example some tables had BLOB data). If you need to effect a transformation you need to name the ...
by ray.wurlod
Tue Feb 17, 2015 3:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sql Server Bulk Load
Replies: 2
Views: 2011

I suspect the database activity logs would be the best place to look. Ask your DBA.
by ray.wurlod
Tue Feb 17, 2015 5:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with oracle db sequencer
Replies: 7
Views: 3288

Surrogate Key Generator stage wants an unsigned long integer. This is probably why it's complaining about -1 being invalid.
by ray.wurlod
Tue Feb 17, 2015 5:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record load getting committed even after job abort
Replies: 14
Views: 4706

Array Size and Record Count are related. With either property selected click on Help.
by ray.wurlod
Tue Feb 17, 2015 5:12 am
Forum: General
Topic: Datastage 11x download
Replies: 2
Views: 764

Yes.

The method by which you access Passport Advantage and establish your entitlement has not changed.
by ray.wurlod
Mon Feb 16, 2015 8:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record load getting committed even after job abort
Replies: 14
Views: 4706

Welcome aboard. This behaviour is governed primarily by the transaction record count specified in your Oracle connector. Each time that many rows is sent to Oracle, DataStage also sends a COMMIT. You can change the behaviour to "all or nothing" by setting the transaction record count to 0 ...
by ray.wurlod
Mon Feb 16, 2015 4:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Required logic for a scenario
Replies: 12
Views: 4900

I still don't understand the requirement completely. Can you spell it out in words? Could it be as simple as a HAVING COUNT(*) > 1 clause in an SQL statement?
by ray.wurlod
Mon Feb 16, 2015 4:57 pm
Forum: General
Topic: Can’t view jobs Repository of Designer
Replies: 2
Views: 1160

Almost certainly. When was the last time you re-indexed this project?
by ray.wurlod
Fri Feb 13, 2015 2:38 pm
Forum: General
Topic: Decryption Issue
Replies: 8
Views: 2365

Do you get a different result when running the job from dsjob versus running the job from a DataStage client?
by ray.wurlod
Thu Feb 12, 2015 4:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Derive Column names from Rows
Replies: 24
Views: 9617

I envisaged something like Shane's solution, but abandoned it because I assumed that your possible range of headings was infinite. Solutions such as Shane's are fine for a limited, finite, set of headings only.
by ray.wurlod
Thu Feb 12, 2015 4:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in "field_import" operator
Replies: 2
Views: 1308

Do you mean Column Import stage? There's no such thing as an Import stage.
by ray.wurlod
Thu Feb 12, 2015 4:44 pm
Forum: General
Topic: Upgrading til IBM InfoSphere Information Server V11.3
Replies: 2
Views: 1733

One biggie is the fact that only HTTPS is supported for various kinds of connections, including connecting clients. Once you've nailed the new URLs (with new port numbers and HTTPS as the protocol), you'll probably need to update your browser Favorites too! You should set up key files (for https) fo...
by ray.wurlod
Wed Feb 11, 2015 9:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connector Delete then Insert (write mode)
Replies: 3
Views: 2727

So you have deleted rows from the target table even though their keys were not in your source data?

In that case you could have specified "Truncate" as the table mode. That would probably be faster.
by ray.wurlod
Wed Feb 11, 2015 9:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Derive Column names from Rows
Replies: 24
Views: 9617

UAUITSBI wrote:The column names are not fixed they vary dynamically.
How do you envisage "some sort of sequence number" would help?
by ray.wurlod
Wed Feb 11, 2015 8:19 pm
Forum: General
Topic: Building Up to High Availability
Replies: 5
Views: 6202

Building Up to High Availability

One of my clients has asked this intriguing question. Is it possible to build up to an active-active high-availability configuration in four phases? The metadata repository is Oracle RAC 11g. Phase 1 - Stand-alone machines for WAS, MDM, IIS Engine ("the three"). Phase 2 - Like phase 1 but ...