Search found 53125 matches

by ray.wurlod
Wed Sep 15, 2010 5:15 pm
Forum: IBM QualityStage
Topic: Dataload into Multi Table
Replies: 3
Views: 1820

No. Once you've committed, you've committed. Your data will need to carry some kind of run identification that you can use in "cleanup" jobs to delete those rows. Life gets trickier if you have updates, but you have not mentioned those.
by ray.wurlod
Wed Sep 15, 2010 4:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioning streams and references
Replies: 7
Views: 2257

The default partitioning of a reference input is Entire (so that you never need to worry about missing a lookup because of partitioning). In an SMP environment this is managed by creating one reference data set in shared memory and is fairly cheap to do. But in a multi-machine environment you wear t...
by ray.wurlod
Wed Sep 15, 2010 4:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compliation Error in lookup
Replies: 6
Views: 4470

Range lookups compile as transform operators. Therefore you really are looking at a "Transformer" stage. Now see if you can figure out the "field not found".
by ray.wurlod
Wed Sep 15, 2010 4:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle error 01841
Replies: 7
Views: 3304

That's the first time you've mentioned that 01841 is an Oracle error code. What does the oerr command tell you about this code?
by ray.wurlod
Wed Sep 15, 2010 4:23 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Analysis connector Settings / Error executing DS job
Replies: 4
Views: 3830

You didn't miss much. I've cleared the premium block.
by ray.wurlod
Wed Sep 15, 2010 12:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS_ERR_0
Replies: 4
Views: 1772

The problem is in your routine rtErrorHandling and its interaction with the job sequence that invoked it, presumably through a Routine activity. With no knowledge of what this routine does it is almost impossible to assist. I suspect, however, that it has returned a non-zero result that has not been...
by ray.wurlod
Wed Sep 15, 2010 12:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Create C++ routines in windows
Replies: 6
Views: 3790

1. Is the same macro defined in both your header files? If so you'll need to figure out a way around that. 2. Set PWD to a single dot (current working directory). 3. The "number of datasets" error is sometimes spuriously thrown when the compiler license has expired. This is something else ...
by ray.wurlod
Wed Sep 15, 2010 12:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle error 01841
Replies: 7
Views: 3304

Use the interactive Debugger (in the Designer client) to see what is happening with the data on each link.
by ray.wurlod
Tue Sep 14, 2010 10:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling invalid data in data column
Replies: 5
Views: 2546

What's the default Oracle date picture? Could bad data actually have been stored in the table by any means?
by ray.wurlod
Tue Sep 14, 2010 10:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read chineese characters through seq file in ds
Replies: 5
Views: 1595

Have you tried using an NLS map that handles Chinese characters (one of the GB2312 maps or BIG5 as appropriate)?
by ray.wurlod
Tue Sep 14, 2010 5:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implementing OR condition
Replies: 8
Views: 3357

What happens if lookup succeeds in two or more lookups?

Just implement the appropriate logic in the Transformer stage downstream of the lookups.
by ray.wurlod
Tue Sep 14, 2010 5:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implementing OR condition
Replies: 8
Views: 3357

What happens if lookup succeeds in two or more lookups?

Just implement the appropriate logic in the Transformer stage downstream of the lookups.
by ray.wurlod
Tue Sep 14, 2010 4:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Archive Datastage Job Logs
Replies: 5
Views: 3528

You might like to adapt the following example. SUBROUTINE ArchiveJobLog(InputValue, ErrorCode) $IFNDEF JOBCONTROL.H $INCLUDE DSINCLUDE JOBCONTROL.H $ENDIF $INCLUDE UNIVERSE.INCLUDE FILEINFO.H DEFFUN OpenSequentialFile(FilePath,OpenMode,WriteMode,LogMode) CALLING "DSU.OpenSequentialFile" Er...
by ray.wurlod
Tue Sep 14, 2010 4:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage 7.5x2 Installation on windows server 2003 R2
Replies: 7
Views: 2750

Do you have C++ compiler correctly installed? Can you compile parallel jobs?
by ray.wurlod
Tue Sep 14, 2010 4:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is Datastage installation is 32 bit or 64 bit?
Replies: 2
Views: 2068

What version is your WebSphere Application Server. If it's 6.0.2.27 you're running 64-bit. If it's a lower version you're running 32-bit.