Search found 53125 matches

by ray.wurlod
Thu Oct 08, 2009 3:45 pm
Forum: IBM QualityStage
Topic: QualityStage Address Verification - reference data catch
Replies: 1
Views: 1921

I'm not sure that you can.

It might be worth trying keeping addressformat.cfg local (repeated) though referring to other components that are on shared resources.

[I have never done this, so can not promise that it will work.]
by ray.wurlod
Thu Oct 08, 2009 12:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Pass Parameter Set from Sequence to Execute Command
Replies: 1
Views: 1264

Welcome aboard. When we mark a post as resolved, we conventionally make a post indicating - for the benefit of future searchers - how it was resolved. Can you please do this? May I enquire about your design? Why call dsjob from within a loop in a sequence, when you could more readily use a Job activ...
by ray.wurlod
Wed Oct 07, 2009 10:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Compile Error
Replies: 18
Views: 4340

Right now I am presenting the IBM class DX444 (DataStage Essentials). The settings are precisely the same as yours for the compiler and linker, that is: Compiler Options:-W/TP -W/EHa -DAPT_USE_ANSI_IOSTREAMS -c -W/Zc:wchar_t- Compiler: cxx Linker: cxx Linker Options:-s -W/dll -W/base:0x50000000 -W/Z...
by ray.wurlod
Wed Oct 07, 2009 10:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Admin
Replies: 6
Views: 1898

Not possible unless you get very creative with permissions on the individual logs. When you upgrade to version 8 you get a "super operator" DataStage role that does what you require.
by ray.wurlod
Wed Oct 07, 2009 8:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORACLE RAC-ODBC connection -Datastage 8.1
Replies: 12
Views: 10617

Show us your DSN definition from uvodbc.config
by ray.wurlod
Wed Oct 07, 2009 7:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Random "Controller problem: Error calling DSRunJob code
Replies: 4
Views: 3366

Code -14 is a timeout, often a timeout when a job start request can not be honoured within 60 seconds. Did you try searching for "-14"?
by ray.wurlod
Wed Oct 07, 2009 7:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: convert 32bit hash file to 64 bit
Replies: 10
Views: 5499

The correct syntax for RESIZE is RESIZE hashedfilename * * * 64BIT in its simplest form. You can specify an alternate file system for the temporary intermediate copy with RESIZE hashedfilename * * * 64BIT USING pathname where pathname is the pathname of a directory in a file system with at least 2.2...
by ray.wurlod
Wed Oct 07, 2009 7:44 pm
Forum: General
Topic: Changing spaces to null or another value
Replies: 1
Views: 969

Please post some information about how you resolved this issue.
by ray.wurlod
Wed Oct 07, 2009 7:42 pm
Forum: General
Topic: If ELSE statement
Replies: 3
Views: 1379

Moderator: please move to TX forum
by ray.wurlod
Tue Oct 06, 2009 11:46 pm
Forum: Site/Forum
Topic: display in home page
Replies: 6
Views: 4292

Having viewed the source of the home page it would appear to be a simple fix IF the new figure didn't need to be a short Shockwave movie. Someone could create a static picture and replace the SWF references in the HTML with an IMG reference to that picture. Seems to me 'twould not be difficult for s...
by ray.wurlod
Tue Oct 06, 2009 11:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Validation Error for Integer Datatype
Replies: 5
Views: 1629

Leading zeroes should not invalidate an integer test. One leading space (sign) ought not to do so either, in my opinion.
by ray.wurlod
Tue Oct 06, 2009 11:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Validation Error for Integer Datatype
Replies: 5
Views: 1629

Almost an IsValid("octal", TheNumber) test? Weird. What precise version of DataStage? I will try to reproduce this on version 8.1 sometime soon.
by ray.wurlod
Tue Oct 06, 2009 10:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Validation Error for Integer Datatype
Replies: 5
Views: 1629

Is this repeatable?

There's no apparent pattern - most, but not all, of the values end in "8" or "9".

Are you sure there are no non-printing characters involved?
by ray.wurlod
Tue Oct 06, 2009 10:28 pm
Forum: General
Topic: Convertion
Replies: 10
Views: 2932

Or right-click in the background area of the Transformer and choose Show/Hide Stage Variables from that menu.
by ray.wurlod
Tue Oct 06, 2009 3:21 pm
Forum: IBM QualityStage
Topic: Breaking Up Mixed Data and Classifying
Replies: 6
Views: 3620

That's why Stuart recommended a lookup against units.tbl as part of his solution.