Search found 253 matches

by Eric
Wed May 11, 2005 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Routine Compilation
Replies: 11
Views: 5745

There maybe options from the command line "dscc" tool?
by Eric
Wed May 11, 2005 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error
Replies: 22
Views: 7199

Are the HP-UX kernal parameters configured correctly?
by Eric
Wed May 11, 2005 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [Help] Fatal error
Replies: 22
Views: 9366

Have you exported/imported the executable from/to a project on the same DataStage machine?
by Eric
Tue May 10, 2005 5:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX unable to find an Oracle Instance
Replies: 10
Views: 7901

Just to be clear - Can you write to an Oracle Table using the PX Stage?

Or are you writing to Oracle using Server and trying to Read the data using PX?
by Eric
Thu May 05, 2005 5:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [Still a problem] Unable to initialize plug-in:
Replies: 9
Views: 2944

As DataStage on HP-UX is a 32bit application I would expect the Database clients you want to use would also need to be the 32bit versions.
by Eric
Tue May 03, 2005 5:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [Still a problem] Unable to initialize plug-in:
Replies: 9
Views: 2944

Have you added the <DataBaseType>/bin to the PATH variable?
by Eric
Thu Apr 28, 2005 5:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: LIBPATH DSENV
Replies: 6
Views: 4721

On a Unix server, You can specify the info as a global value to all projects in the dsenv, or as a project level user defined variable (using the administrator) which then appears in the DSParams file.
by Eric
Wed Apr 27, 2005 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running Datastage EE on Windows
Replies: 7
Views: 3907

DataStage does seem to run on windows XP but it is not supported by Ascential. So if you have a problem you will not receive any support.
by Eric
Wed Apr 27, 2005 6:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Setup
Replies: 3
Views: 1825

You could check the userID you are using belongs to the correct Group on the Unix server for DataStage access.
by Eric
Wed Apr 27, 2005 5:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with BASIC transformer in parallel job
Replies: 8
Views: 4961

Timestamp. 2005-04-11 17:46:38
Severity.. Warning
Full Text. Job control process (pid 6846) has failed
It looks like the first log entry implies that things went wrong before the transformer was run?
by Eric
Thu Apr 21, 2005 5:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we call routens developed in server jobs in to parellel
Replies: 2
Views: 1518

You can still use Server Before/After rountines that are set from the JobProperties screen.
by Eric
Mon Apr 18, 2005 9:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel routine
Replies: 2
Views: 1881

It sounds like either
1) There is a problem in the way you have compiled your C code. Did you use the compiler options from the example makefile?
2) The path of the Object file does not match the path given in the PX routine definition.
by Eric
Mon Apr 18, 2005 5:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mainframe Job...
Replies: 7
Views: 3638

and USS jobs need to be compiled on a USS instance ;)
by Eric
Mon Apr 18, 2005 5:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while running the parallel job
Replies: 5
Views: 2222

Is this a Parallel job running on a windows server?
by Eric
Wed Apr 13, 2005 4:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS_LANG
Replies: 4
Views: 2140

If you have installed DataStage with NLS enabled, then you need to add the user defined variable NLS_LANG to your DataStage environment (set to the same character map as the Oracle database).

You can find the Oracle setting for NLS_LANG by running the SQL:

Code: Select all

 Select * from NLS_DATABASE_PARAMETERS