Search found 253 matches

by Eric
Tue Feb 07, 2006 5:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Db2 Stage error
Replies: 2
Views: 2122

DB2 Docs SQL0311N The length of string host variable number var-number is negative or greater than the maximum. Explanation: When evaluated, the length specification for the string host variable, whose entry in the SQLDA is indicated by <var-number> (based at 1), was negative or greater than the ma...
by Eric
Fri Feb 03, 2006 6:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 connection problems on AIX
Replies: 13
Views: 9938

ml wrote: you need to run . ./dsenv before ./bind20
Leonie, why don't you source the dsenv file as ml suggested ...
by Eric
Mon Jan 23, 2006 5:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer in PX job
Replies: 23
Views: 13791

trainee9999 wrote: VC++ compiler.
What do you mean by (VC++)? is this the same as Visual Studio .NET ?
by Eric
Tue Jan 10, 2006 10:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error viewing data from Oracle
Replies: 18
Views: 7005

Don't forget $ORACLE_HOME/lib ;)
by Eric
Mon Jan 09, 2006 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Login Issues
Replies: 4
Views: 2202

Don't forget that the Windows user account must have the correct windows file permissions on the DataStage server install directories and the projects they require access to.
by Eric
Thu Jan 05, 2006 6:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting for Running Jobs on newly Installed PX on windows XP
Replies: 5
Views: 2558

Re: Setting for Running Jobs on newly Installed PX on window

thespecialist wrote: In Oracle stage it says I need to have sys.dba_extent access
You don't have the correct permissions within the Oracle Database.
thespecialist wrote: in sequential stage it says: parameter specified but not used in flow: DSProjetcMapName.
Are you running an NLS server install?
by Eric
Thu Dec 22, 2005 6:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel routine relative library path
Replies: 5
Views: 3835

You can add the environment variable LD_LIBRARY_PATH to you Job properties - as a job parameter. Then specify the full path and file name of the *.so file at runtime.
by Eric
Fri Dec 16, 2005 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DATASTAGE MULTI VERSION INSTALLATION ON SAME MACHINE.
Replies: 5
Views: 2837

Install DS 7.5 as you would normally
Install DS 7.5.1.a using the "-itag" option
by Eric
Thu Dec 08, 2005 6:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: strptime function not supproted in g++ compiler
Replies: 2
Views: 1592

Are you using static or dynamic libraries?
Is the strptime function library in the library path used at runtime by your job?
by Eric
Wed Dec 07, 2005 6:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to setup DataStage for MPP system
Replies: 14
Views: 13276

1) have you installed DataStage PX into the same path on all machines?
2) have you tested rsh using the machine names in your APT_CONFIG file?
by Eric
Mon Nov 28, 2005 10:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored procedure
Replies: 1
Views: 723

Stored procedures must be called from a DataStage Job.
If your procedure is a before/after routine then the job does not have to do anything much for the procedure to be executed.
by Eric
Fri Nov 18, 2005 4:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to start ORCHESTRATE
Replies: 2
Views: 1154

I would guess you are running out of memory. To achieve the same in a single job you would either have to reduce the number of nodes in your configuration.apt file or increase the amount of memory avaliable.
by Eric
Thu Nov 17, 2005 5:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Job compiles on one desktop but not any others
Replies: 4
Views: 3090

I agree this looks like the user permissions set on the Sun machine.
Out of interest what version of SunOS are you running?
What umask is set in the ds.rc start-up script?
by Eric
Wed Nov 16, 2005 5:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue while reading data from Oracle Table
Replies: 3
Views: 4852

If this was an Oracle problem you would expect an ORA-SQL error code. Do other parallel jobs run ok? As the error mentions "node node1" I would first check the Parallel configuration file works for other parallel jobs. Are you running sqlplus on the same machine that the DataStage Server i...
by Eric
Thu Nov 10, 2005 6:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Installing DATASTAGE 7.5.1a where 7.5 EE exists
Replies: 4
Views: 1438

I belive 7.5.1.a will install on the same machine (on unix servers) and both will run, but the 7.5.1.a will use a different port to normal. Thus when you connect from your datastage client you must use <server>:<portnumber> or you will find yourself connecting to the 7.5 install.