Search found 8 matches

by StephenB
Mon Feb 25, 2008 6:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple containter instances with standardize
Replies: 6
Views: 5496

Multiple containter instances with standardize

We just tracked down some fatal errors to the QualityStage Standardize Stage when using multiple instances of a shared container. We have a container that validates an address, rejects invalid rows, replaces nulls with default values, etc... In a parallel job, we have 2 entities coming in on a row, ...
by StephenB
Wed Feb 06, 2008 4:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key Stage Error
Replies: 3
Views: 3189

It turns out this error was truly what it said, database permissions. ETLUSER was in a group which did not have 'Indirect Implicit Schema' authority. The error does seem misleading though as the Surrogate Key Generator does not need to 'CREATE SCHEMA.' Anyways, you can use the Surrogate Key Generato...
by StephenB
Wed Feb 06, 2008 12:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key Stage Error
Replies: 3
Views: 3189

Surrogate Key Stage Error

When using the Surrogate Key Generator Stage, the following errors are being generated: Surrogate_Key_Generator_33,1: Error Idx = 1; DB2Driver Embedded SQL message: SQL0552N "ETLUSER" does not have the privilege to perform operation "IMPLICIT CREATE SCHEMA". SQLSTATE=42502; sqlco...
by StephenB
Wed Jan 30, 2008 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java Transformer Parallel Config
Replies: 5
Views: 2595

In that case, where should the classpath for the new compiled java code go? Is there a specific folder to put that into?
by StephenB
Tue Jan 29, 2008 6:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java Transformer Parallel Config
Replies: 5
Views: 2595

Got it working but the problem was quite odd. At one point I had tr4j.jar as my classpath within the Java Transformer, but I had since changed it and it was not referenced anywhere I could see. However, when I deleted the Transformer Stage and added a new one... no more error :D I guess there was me...
by StephenB
Tue Jan 29, 2008 2:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java Transformer Parallel Config
Replies: 5
Views: 2595

Java Transformer Parallel Config

I'm having an issue getting the Java Transformer Stage to work. At this point, I'm just using the sample UpperCase class and am able to run it successfully in a server job. When running a parallel job with a Java Transformer, the following error is returned and the job is aborted: Java_Transformer_1...
by StephenB
Tue Jan 22, 2008 1:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 EE Config when DS on Linux, DB2 on AIX
Replies: 3
Views: 1381

This is not allowed. For Enterprise stages (not referring to ODBC stages), you MUST keep the operating systems the same. Sorry. You will need to use ODBC (or the equivalent technology) to work in this type of environment. Thanks, that helps. Does the ODBC Enterprise Stage support "sparse"...
by StephenB
Tue Jan 22, 2008 11:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 EE Config when DS on Linux, DB2 on AIX
Replies: 3
Views: 1381

DB2 EE Config when DS on Linux, DB2 on AIX

Hi, I'm needing to perform a "sparse" lookup, and I've read that the DB2 Enterprise Edition is required (currently only DB2 UDB API is configured). The concern I've got is DataStage 8 is installed on Linux and DB2 8 is installed on a separate AIX machine. Is there a way to get the DB2 Ente...