Search found 53125 matches

by ray.wurlod
Thu Jan 29, 2009 3:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error IN DRS stage
Replies: 4
Views: 1576

What is your workaround?

Numeric value out of range usually indicates a metadata mismatch, for example you are trying to retrieve a six-digit number using a column defined as SmallInt.
by ray.wurlod
Thu Jan 29, 2009 3:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inserting data through routines in database
Replies: 5
Views: 1828

Actually, Windows has far fewer licensing issues when using BCI functions because you can make the calls via the free ODBC drivers one tends to get on/for Windows systems.
by ray.wurlod
Thu Jan 29, 2009 3:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "C Stage PlugIn function "Get" required"
Replies: 3
Views: 2092

Welcome aboard.

Did registering the plug-in complete successfully? Can you see your plug-in stage in the Repository?

What did your official support provider advise?
by ray.wurlod
Thu Jan 29, 2009 2:57 pm
Forum: General
Topic: Mask Passwords with ** a field?
Replies: 6
Views: 1710

No.

One site at which I worked edited the log entry in an after job subroutine to mask the clear password.
by ray.wurlod
Thu Jan 29, 2009 2:55 pm
Forum: General
Topic: How can I log Errors / Exceptions to a file?
Replies: 8
Views: 1684

The exception handler has two or three activity variables that report, for example, an error code and the name of the activity that failed. I'm travelling at the moment so can't check, but you can find them in the manual.
by ray.wurlod
Thu Jan 29, 2009 2:53 pm
Forum: IBM QualityStage
Topic: QualityStage 7.5 for DS7.5.2 or fuel for Data Stage 8.1?
Replies: 4
Views: 2092

Substantial client differences, and substantial under the cover differences. Beginning in version 8.0, DataStage and QualityStage share the same Designer. There is no separate QualityStage engine; QualityStage stages become DataStage operators and these run in DataStage jobs (in line, rather than ne...
by ray.wurlod
Thu Jan 29, 2009 2:49 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Error on Column Analysis
Replies: 6
Views: 5279

Curious. Was there any other activity in the database at the time?
by ray.wurlod
Thu Jan 29, 2009 2:46 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Error Profiling Japanese Character
Replies: 10
Views: 5108

None of that is relevant until you can successfully READ the Japanese characters. You need to establish how these are encoded in your source table, and set the mapping in DataStage to correspond to that. Based on your opening question, the target already uses UTF-8, but I'd check that anyway.
by ray.wurlod
Thu Jan 29, 2009 3:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to abend a job that has Oracle insert/update rejects?
Replies: 12
Views: 6507

Tough. You specify 5000 records per transaction then your 90000 records will have been committed. You need to design your job differently, perhaps providing a "run identifier" that would allow you to undo the committed changes.
by ray.wurlod
Thu Jan 29, 2009 3:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Informix DB Connect Issue
Replies: 3
Views: 1681

Start by correcting anything with a ##E token.

Also ensure that your APT_CONFIG_FILE environment variable contains the pathname of a valid configuration file (use the Configurations editor to check the file's validity).
by ray.wurlod
Thu Jan 29, 2009 3:15 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Error Profiling Japanese Character
Replies: 10
Views: 5108

Code page 1252 (US English) will not handle Japanese characters. You need to find out how the Japanese characters are encoded and specify the same mapping for DataStage to use. In this case, and provided that the source is encoded using UTF-8, you need to vary the source metadata.
by ray.wurlod
Thu Jan 29, 2009 1:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merging two tables to speedup Insert/update which is slower
Replies: 1
Views: 750

Welcome aboard. The safest answer is "your mileage may vary". As a general rule best throughput is achieved by separating the data stream into insert-only and update-only streams, even though they're both into the same table. Consider making separate load modules for each, so that you can ...
by ray.wurlod
Thu Jan 29, 2009 1:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle enterprise stage load error
Replies: 3
Views: 971

Moderator: please move to server forum
by ray.wurlod
Thu Jan 29, 2009 1:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Hexadecimal Data using CFF stage
Replies: 3
Views: 1575

I'd prefer to use one of the lookup functions in a Modify stage, for example lookup_int16_from_string().
by ray.wurlod
Thu Jan 29, 2009 1:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Project Level Access in Datastage
Replies: 2
Views: 1434

It can be achieved exactly by DataStage. In addition to protection using separate group for each project, associate the Developer role in each project with that group. Then be careful who you put in each group.