Search found 253 matches

by Eric
Tue Feb 01, 2005 5:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [Help] DB2/UDB Enterprise Stage
Replies: 7
Views: 4678

1) Could this be a NULL value in a column of type ustring (Varchar) where the column is set to Not Nulls? 2) This could be that the DB2 instance Owner does not have permissions to the DataStage directories that are used during the Load. OR 2) This could be due to User defined SQL being used that has...
by Eric
Mon Jan 31, 2005 7:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job parameter error
Replies: 9
Views: 4774

Yes Ray, I'm not sure of the answer ... but I'll have another go As I understand DSCAPIOP is used with the DataStage Server. As the sybase oc is a plug-in, I guess it's not a True Parallel component and contains some Server parts. So this indicates that the error is coming from the sybase stage. (I ...
by Eric
Mon Jan 31, 2005 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [Help] DB2/UDB Enterprise Stage
Replies: 7
Views: 4678

What do you mean by "What authorities" ?

(1,2,3,4) All of these only need to be run once by the user who will be running the job (requiring access to DB2)


5 you do not need to give admin writes to the database for the user to run jobs.
by Eric
Fri Jan 28, 2005 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Limitation in transformer derivation function(s) ?
Replies: 4
Views: 2199

DataStage Server Functions used in the Server Job Transformer (BASIC Transformer) are different from the avaliable functions found in the Parallel Transformer (from a parallel job). You can however place the server transformer on the parallel canvas which works like having a server shared container ...
by Eric
Thu Jan 27, 2005 8:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Run-time Error: '374'
Replies: 5
Views: 3531

Does this happen for every project?
Does this happen if you connect to a different DataStage Server?
by Eric
Wed Jan 26, 2005 8:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job parameter error
Replies: 9
Views: 4774

Are you trying to run the job across multiple machines? (mpp)

Are you using server components (server shared containers/ server transformer) on the parallel job canvas?
by Eric
Fri Jan 21, 2005 7:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PWD Environment Variable warning
Replies: 12
Views: 6435

T42 wrote:Actually, you should ensure that DataStage starts in KSH
But the PWD message is because Ksh has been used. :?

If you run DataStage under sh you won't see this message.
by Eric
Wed Jan 19, 2005 6:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Describe failed because of missing column for FLD02I
Replies: 2
Views: 1471

Write Method = Load
After the job has failed - if you set the 'write method' property back to 'Load' does the job work again?

If not then what is the property "Write Mode" set to ?
by Eric
Mon Jan 17, 2005 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS String Manipulation
Replies: 4
Views: 1519

You could use a Server Transformer (including the routine) on the Parallel Canvas?
by Eric
Thu Jan 06, 2005 5:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Execution of Shell Scripts in DataStage jobs
Replies: 2
Views: 1897

LD_PRELOAD has nothing to do with running shell scripts from DataStage jobs.

Does the script run OK from the command line? (whats the return code)
Are you using the same user as the DataStage job?
Are you adding the full path to the script name in your DataStage job?
by Eric
Thu Jan 06, 2005 5:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failed to load LIBRARY V0S12_XXXX.o
Replies: 2
Views: 1512

First make sure you 'Force' re-compile the job using the option:
File -> Force Compile

Oh, Are you sure it said *.o and not *.so?

Are you using any routines or custom code within the Transformer?
by Eric
Tue Jan 04, 2005 10:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in shell script having Oracle Connection using DS
Replies: 4
Views: 2220

This sounds like an invironment issue, and the libraries are not being loaded in the correct order etc ... It would help to know what Unix Platform (OS) you are running and the Revision number. (My guess is that you are running on HP-UX) You need to look at the PATH and library environment variables...
by Eric
Wed Dec 22, 2004 5:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What is the difference between Parallel and Server Container
Replies: 2
Views: 741

Mixing job types by placing server containers within a parallel job will cause a performance hit (when compared to a 'pure' parallel job) and should be avoided where possible.
by Eric
Mon Dec 20, 2004 6:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hashed File in a Server Shared Container for read access PX
Replies: 10
Views: 3388

I think the standard lookup options in PX will read the lookup table once into memory and then perform the lookups (from each node) against the data in memory.
by Eric
Mon Dec 20, 2004 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error when Transformer included in Parallel Extender.
Replies: 5
Views: 2668

pcmbalaji wrote: Is there any document which lists out pre-requisites for parallel extender ?

Regards,
Balaji
erm ... In the install guide - Look in the unix install software requirements ;)