Search found 253 matches

by Eric
Fri Oct 14, 2005 3:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Switch User Command in unix
Replies: 4
Views: 1686

Use a shell script to run the file FTP and pass the required username and password as part of the ftp script. (read up on FTP options)
by Eric
Thu Oct 13, 2005 8:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is the bind / grant of db2esql required for DB2 z/OS?
Replies: 6
Views: 5178

Are you sure that DB2 z/os is supported by the Parallel Engine? (rather than DB2 EEE)

If z/os is ok then I would expect that you would need the bind and grant as these are a requirement of the parallel DB2 stage.
by Eric
Tue Oct 11, 2005 6:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Environment Variable
Replies: 1
Views: 1112

Did you start the DataStage engine from within a ksh?
If so try using a sh shell.
by Eric
Tue Oct 11, 2005 6:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating a Parallel Routine.
Replies: 8
Views: 5171

Have you looked in the "samples\TrxExternalFunctions\HPUX" folder in your client install media? This gives an example which include a makefile with the correct compiler options. You can then check that you are compiling correctly. Then ensure you re-compile your job using the FORCE compile...
by Eric
Fri Oct 07, 2005 7:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating a Parallel Routine.
Replies: 8
Views: 5171

You cannot run PX jobs (incuding compiling transformers and PX routines) under "Ascential DataStage(tm) Enterprise Edition 7.5.1A " with the DataStage Server installed on to windows platform. If you are running the server on a unix platform please specify which one as any help for PX routi...
by Eric
Fri Oct 07, 2005 5:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DATASTAGE INSTALLATION
Replies: 5
Views: 1836

I think you need DataStage 7.5.1 ?
by Eric
Fri Oct 07, 2005 5:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job aborts in PX
Replies: 3
Views: 2845

I assume that you have the correct supported compiler installed and that you have re-compiled the job before attempting to run it?
by Eric
Fri Oct 07, 2005 5:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset error: Parallel job reports failure (code 141)
Replies: 6
Views: 4101

Have you checked that there are no previous dataset files that have the same name (from previous attempts)?
by Eric
Wed Oct 05, 2005 5:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Installation of DS.
Replies: 7
Views: 3056

You you may only install one DataStage Server machine, but you would want the DataStage Clients installed on a number of desktops (if you have a number of DataStage Users)
by Eric
Wed Oct 05, 2005 5:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can routines be written in C in 7.5
Replies: 3
Views: 1784

Lookup PX Routines - these are user written in C / C++
There are examples on install media under the samples directory.
by Eric
Thu Sep 29, 2005 7:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error during running the PX program having transformer
Replies: 2
Views: 1548

Did you have visual studio .NET installed Before installing DataStage?
by Eric
Thu Sep 29, 2005 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: main_program: No collation sequence found for en_US, using d
Replies: 4
Views: 3472

the PWD error may well be because you are starting the DataStage engine from a ksh. ALso what locale settings have you used in the DSENV file?
by Eric
Wed Sep 28, 2005 5:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ERROR when compling parallel job having transfeprmer stage
Replies: 9
Views: 5209

Re: ERROR when compling parallel job having transfeprmer sta

neeraj wrote: Output from subprocess: cxx: file 'C:/PROGRA~1/MKSTOO~1/etc/cxx.ccg': The system cannot find the file specified.

I have gone through the form... and installed Turbo C complier.


I think you should have installed Visual Studio .Net Before you install DataStage.
by Eric
Wed Sep 21, 2005 5:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sparse Lookup with DB2 ODBC Stage.
Replies: 3
Views: 2309

Are you using a DB2 8.x client running against a DB2 7.x Server?
by Eric
Thu Sep 15, 2005 4:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchestrate script calling issue
Replies: 12
Views: 5897

What osh functionality are you trying to use that you cannot acheive using the DataStage GUI to create a job?