Search found 253 matches

by Eric
Tue Jun 21, 2005 8:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error importing metadata from Oracle server
Replies: 4
Views: 2445

You need to add the Oracle bin directory to your path environment:

PATH=$PATH:$ORACLE_HOME/bin; export PATH

Check the setup sections of the Docs, remember that ODBC (wired and non-wired), Plug-ins and PX stages al lhave their own setup instructions.
by Eric
Wed Jun 15, 2005 10:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: import error and no default value; data: <empty>, at o
Replies: 5
Views: 28104

An empty string is not a Valid Integer, it should be 0 or Null. A null is often represented in a sequential file as an 'empty' field. If you set the column type as Nullable you can set the null value property so when you read the 'empty' fields in the sequential file they will appear as a NULL withi...
by Eric
Tue Jun 14, 2005 3:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Installation problem:cannot unpack libdslic.so
Replies: 6
Views: 3242

Check you have enough disk space / quota ?
by Eric
Tue Jun 14, 2005 3:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Uninstall Data Stage
Replies: 5
Views: 1794

OR you could use the uninstall script "uninstll.sh" found in your install media ;)
by Eric
Wed Jun 08, 2005 5:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we Call Server routines in Parallel Extender
Replies: 5
Views: 2901

You could look at the PX Routine Samples on your Install media.
(under the samples directory -> TrxExternalFunctions)
by Eric
Thu Jun 02, 2005 6:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX install Failure
Replies: 13
Views: 12046

What version of Liunx are you using?
(is that ASE3.0?)

What is your default umask setting?

What is the free disk space in /home/dsadm?

Can you tar/un-tar normally?
by Eric
Wed Jun 01, 2005 4:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Player 7 error
Replies: 7
Views: 2557

This tells you the job has been terminated.

Without a description of what you are doing and more information about the problem I don't expect you'll find the answer your looking for.
by Eric
Wed Jun 01, 2005 4:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: View Data From DB/UDB Enterprise Stage
Replies: 4
Views: 3353

Set DB2CODEPAGE in either dsenv or as a project level user defined variable in the administrator.

You could also add the code into the db2_cs.txt file
by Eric
Wed Jun 01, 2005 4:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Left, Right, substring functions and quotes
Replies: 3
Views: 1397

I agree with ArndW. These are the values from my routine:

S>"ABCD"
T>ABCD"
U>ABCD
V>ABCD"
by Eric
Tue May 31, 2005 9:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to disable Import/Export
Replies: 2
Views: 1482

I think you have to look in later releases that have the Production Manager Role. Unless you can utilize the existing Role settings?
by Eric
Tue May 31, 2005 4:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage 7.5 on Redhat Linux 2.1
Replies: 1
Views: 1380

Red Hat 2.1 and 3.0 use a different Compiler Version.
So you should re-compile all objects that use the compiler after the upgrade.
You may also have to re-point DataStage to the new compiler? although if you upgrade DataStage it should do that automatically.
by Eric
Fri May 27, 2005 5:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX install Failure
Replies: 13
Views: 12046

1) you are installing into the location "/home/dsadm/Ascential/DataStage/PXEngine"

Does the user you are using with the -admin flag have the correct Unix permissions in dsadm's home directory?
by Eric
Fri May 20, 2005 5:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null handling in PX Sequential files
Replies: 23
Views: 22650

Remember there is no such thing as a NULL in a sequential file only an empty string ;)
by Eric
Fri May 20, 2005 5:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RT_SCTEMP - error number is 1
Replies: 8
Views: 6150

"multiple instances", does this mean job invocation?

the fifo should have a uniquie name so you should be able to run multiple invocations with no problem, although if they are all trying to write to the same fileset at the same time you will have a problem!
by Eric
Fri May 13, 2005 9:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Solaris running on Intell
Replies: 1
Views: 1166

Solaris is not supported on any non-sun machine.