Search found 253 matches

by Eric
Mon Oct 04, 2004 4:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem accessing Oracle 9i stage in DS7.5
Replies: 7
Views: 2783

I have seen this, the oracle 'ELF' error is due to loading the 64bit oracle libraries. DataStage must use the oracle 32 bit libraries.

tonystark622 has the right answer.
by Eric
Mon Oct 04, 2004 4:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deploy same job binaries at different servers
Replies: 4
Views: 2142

Are you running the same OS and OS version on both boxes?

Does your job design contain Custom Stages?

Does your Job contain the PX Transformer Stage?
by Eric
Mon Oct 04, 2004 4:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LookUp
Replies: 2
Views: 1910

Check the stage properties (input and output) I suspect there is a Blank 'Property "key" box to fill in. I don't think the 'Key' tick box on the columns grid is used to find the key lookup columns.
by Eric
Mon Oct 04, 2004 4:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error : setOutputFieldAsString()
Replies: 4
Views: 2572

As the job seems to start running and then fail, perhaps there is an item of data in the source table that is causing the problem?
by Eric
Wed Sep 29, 2004 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Possible 7.5 GUI BUG
Replies: 3
Views: 1917

I can't reproduce that with what I have tried.

What canvas/Stages are you using?
What Server platform are you connecting to?
by Eric
Tue Sep 28, 2004 3:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to initialize plug-in error - Ora OCI plug-in
Replies: 2
Views: 1614

Have you run all the setup steps in the plug-in guide?
(Setting up the Environment etc ...)
Oh and don't forget that when you add Env info to the dsenv file you need to re-start the DataStage service.
by Eric
Mon Sep 20, 2004 6:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel extender
Replies: 9
Views: 3667

How many nodes the job will run on is dependent on the job design and the amount of data/specification of hardware. Although certain stages will only run in sequential mode however many nodes are specified on the config_file.
by Eric
Fri Sep 17, 2004 9:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP Properties
Replies: 2
Views: 1026

If you don't use Job parameters then these values will always be fixed and won't change. Have a search, I'm sure there will be a thread on writing job parameters to file ...
by Eric
Fri Sep 17, 2004 9:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: A simple parallel routine
Replies: 1
Views: 1326

A PX routine is a library/object file used by DataStage not an external program. These don't use 'main', you call the function directly.
by Eric
Fri Sep 17, 2004 9:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Error
Replies: 2
Views: 2318

You will have to post more detail about the job, what stages you are using and what the job is trying to do.
by Eric
Wed Sep 15, 2004 6:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job binary/ executable deployment error on different server.
Replies: 1
Views: 1678

I guess you are using a Parallel Job with a Transformer stage. One point is that SU1 and SU2 must be the same OS version. You may have to check that the Job is compiled and ready to run before export. Also check that the user who runs the job has permissions over files that are generated by the pers...
by Eric
Tue Sep 14, 2004 9:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to handle NVARCHAR column in SQL Server?
Replies: 2
Views: 3576

I expect you need to set the MAP that is being used to read from the database and the MAP used to write to the Text File.

where have you used UTF8 NLS ?
by Eric
Thu Sep 09, 2004 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Oracle Enterprise PlugIn
Replies: 1
Views: 1514

Try adding the oracle client info into your environment as per the PX Oracle docs
by Eric
Thu Sep 09, 2004 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connection
Replies: 5
Views: 3892

check the docs ... You will have to have given the oracle client install directory when installing DataStage on the Unix box. Then there are a few things you need to set in you environment about the oracle clients you have installed on the server i.e Add ORACLE_HOME/lib to SHLIB_PATH Add ORACLE_HOME...
by Eric
Tue Sep 07, 2004 6:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Connection Issues
Replies: 5
Views: 3942

Windows 2003 Server uses different security policies to other Windows platforms. In order to allow access to a DataStage server on this platform, additional setup steps are required. This is taken from a newer version than 6.0, Perhaps these will be the same ... Could you could ask you Ascential co...