Search found 53125 matches

by ray.wurlod
Thu Sep 13, 2007 2:34 pm
Forum: IBM QualityStage
Topic: Trying to add an override
Replies: 5
Views: 2369

INTBIN and QRESPATH are environment variables that you should have set. The reference to {AN} strikes me as odd, since there isn't one in your override. This one may be a bug. The same is true for the "vacuous operand" error - I can't see a backslash in your override specification. Involve your supp...
by ray.wurlod
Thu Sep 13, 2007 2:29 pm
Forum: IBM QualityStage
Topic: Licensing Error: Could not find a license
Replies: 5
Views: 2487

Have you distributed/shared the required files? You may need to refer to the DataStage installation guide for this - I don't recall that it's at all well coverted in the QualityStage manuals. (And I don't currently have access to them, so can not provide greater detail.)
by ray.wurlod
Thu Sep 13, 2007 1:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: passing date parameter
Replies: 2
Views: 1377

Any constant value can be replaced by a job parameter reference.

Try user-defined SQL of the form

Code: Select all

SELECT city FROM subscriber PARTITION (#jpPartitionDate#) 
where job parameter jpPartitionDate is of type String and contains the replacement value, for example "sep_07_2007"
by ray.wurlod
Thu Sep 13, 2007 1:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGSEGV Error.
Replies: 7
Views: 2065

Often when a SIGSEGV signal is raised, there is a core dump. The message provide addresses; you should be able to analyse the core file with a suitable tool such as dbx.
by ray.wurlod
Thu Sep 13, 2007 1:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: performance difference when reading data from dataset/table
Replies: 3
Views: 1260

Define "performance" in an ETL context. Unless you have a definition of performance, you can not define metrics with which to measure the performance, and therefore can not claim to have improved or worsened performance (whatever that is). Get parallelism happening as early as possible. When reading...
by ray.wurlod
Thu Sep 13, 2007 1:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The source and destination have differing nullability.
Replies: 6
Views: 8534

How about introducting a Modify stage into your design to switch the nullability explicitly?
by ray.wurlod
Thu Sep 13, 2007 1:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File Pattern problems !
Replies: 11
Views: 2782

APT_FileImportOperator is the class from which Import objects (such as the operator generated by a Sequential File stage with an output link generates) are instantiated. The most recent error message indicates that the wildcard handling is not finding any files matching the E:/test/*.txt pattern. Wh...
by ray.wurlod
Thu Sep 13, 2007 1:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL Execute failed
Replies: 10
Views: 4014

... or use Debugger or stage tracing to figure out what value was sent to email_body column. There used to be a bug in ODBC (2.0 from memory) where too long a string for the max length of a VarChar would exhibit this kind of reporting behaviour. However, on closer inspection, I note that the error m...
by ray.wurlod
Thu Sep 13, 2007 1:27 am
Forum: General
Topic: Unix error=111,APT_Communicator::connectTo: connect() fail
Replies: 3
Views: 3156

For less than 30c per day you can be a premium member, and help to defray the bandwidth costs needed to keep this site alive. I do not propose to prejudice that mechanism.
by ray.wurlod
Wed Sep 12, 2007 11:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Edition to Enterprise question...
Replies: 8
Views: 1953

That's DB2 version 9 or later, Oracle version 10.g or later, or SQL Server 2003 or later.
by ray.wurlod
Wed Sep 12, 2007 11:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL Execute failed
Replies: 10
Views: 4014

Supply a value for email_body.
by ray.wurlod
Wed Sep 12, 2007 11:33 pm
Forum: General
Topic: Unix error=111,APT_Communicator::connectTo: connect() fail
Replies: 3
Views: 3156

The APT_Communicator class is used mainly (only?) for communication between player processes, which basically means when repartitioning is going on. Perhaps you could try to reduce the amount of repartitioning that is occurring in your job design.
by ray.wurlod
Wed Sep 12, 2007 8:31 pm
Forum: General
Topic: IBM U2 University
Replies: 15
Views: 5316

That was "school mascot and CANNON".
At least get your imaginary facts right!
:lol:

U2 University finishes today, at the end of which I'll mark this thread as Resolved. Even though it did wander a bit.
by ray.wurlod
Wed Sep 12, 2007 8:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Performance Question
Replies: 4
Views: 1175

What else was happening during the API test?
Was the DB2 Enterprise stage set up to use direct read or SQL?
by ray.wurlod
Wed Sep 12, 2007 8:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage 7.5.2 Client Install Problem
Replies: 7
Views: 2277

You might be conservative, but DataStage is notoriously profligate.