Search found 253 matches

by Eric
Thu Jun 17, 2004 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel extender installation
Replies: 3
Views: 2482

Re: Parallel extender installation

1) Please tell me in which operating system Parallel extender can be installed...?????? Any Unix platform (except BSD?) 2) Please specfiy the parallel extender limitations on installation.....specfic to Operating system..??? UniData is not avaliable on Linux ... Can't think of any others ... anyone...
by Eric
Mon Jun 07, 2004 6:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Writing in to Sequential file error
Replies: 5
Views: 5038

That sounds like a constraint in the Transformer which specifies to stop the job after xx many rows that meet the condition in the constraint.
by Eric
Fri May 28, 2004 4:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failed to connect JobMonApp on port
Replies: 11
Views: 14920

Did JobMonApp give you an error when you tried to start it?

What version of DS are you running?
by Eric
Thu May 20, 2004 5:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise
Replies: 2
Views: 2718

Look on the server in <path>/Ascential/DataStage/Logfiles
by Eric
Tue May 18, 2004 3:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to call an external C routine from a Parallel Routine
Replies: 10
Views: 8318

How did you compile the 'C' code?

if you did not compile the code on the same platform etc .. then you would expect this error.
by Eric
Tue May 18, 2004 3:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiling is too slow ..
Replies: 5
Views: 3870

when the License is used for the compile, is it assigned with a time out? (unix / compiler settings) It maybe that the licence isn't 'released' straight away by the OS/compiler?
by Eric
Tue May 11, 2004 6:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Get the last record from transformer
Replies: 10
Views: 12694

There is a system variable @OUTROWNUM as well as @INROWNUM. can that help?
by Eric
Fri May 07, 2004 6:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup
Replies: 2
Views: 2441

I think you have to ...

Code: Select all

    DB2
      |
 -Lookup---Trans---
by Eric
Thu May 06, 2004 6:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in calling an external routine written in Pro*C
Replies: 0
Views: 1838

Try including $ORACLE_HOME/lib then (i.e before) $ORACLE_HOME/lib32 in your LD_LIBRARY_PATH
by Eric
Wed May 05, 2004 5:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MAP_COVG_06,1: APT_DB2Query::fetch failed; code -290: SQL029
Replies: 6
Views: 2136

Just for general info SQL0290N Table space access is not allowed. Explanation: A process attempted to access a table space which is in an invalid state for which the intended access is not allowed. If the table space is in a quiesced state, only processes which also hold the table space in a quiesce...
by Eric
Wed Apr 28, 2004 9:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PATH issue on first compile
Replies: 3
Views: 3119

Re: PATH issue on first compile

Do you have the supported compiler installed on the Linux Server?
by Eric
Thu Apr 22, 2004 10:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Environment Variables - Runtime $ENV
Replies: 9
Views: 8142

My understanding is that the environment variables can be set ONLY in dsenv As I understand, you can set them at a Project level using the Administrator, and thus you are not required to set them in the dsenv. There are two workarounds; either define the shared container functionality from within a...
by Eric
Thu Apr 22, 2004 10:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle err when using PX and no error when using Server job
Replies: 2
Views: 3798

I expect the Server job does not require Access to sys.dba_extents.

Have you check your permissions within Oracle?
by Eric
Tue Apr 20, 2004 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failed to connect JobMonApp on port
Replies: 11
Views: 14920

JobMonApp collects all the monitor info. So if JobMonApp is not running you will get no monitor info ...

Have you tried restarting DataStage services / Unix server as JobMonApp should be started automatically when DataStage is started up.
by Eric
Tue Apr 20, 2004 8:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while using Transformer
Replies: 4
Views: 3573

The ".so" will be generated in the job directory with the rest of the files required to run a PX job. IMO I doubt this is a PATH/LD_LIBRARY_PATH issue.

Are you using External Routines?
What compiler do you have installed on your Server?