Search found 253 matches

by Eric
Fri Aug 27, 2004 3:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 SQL error
Replies: 5
Views: 10179

SQL0501N The cursor specified in a FETCH or CLOSE statement is not open. Explanation: The program attempted to either: (1) FETCH using a cursor, or (2) CLOSE a cursor at a time when the specified cursor was not open. The statement cannot be processed. User Response: Check for a previous message (SQ...
by Eric
Fri Aug 06, 2004 9:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multi Client Manager?
Replies: 10
Views: 4670

You install the MCM when you install the 7.5 clients, just make sure you choose the 'customise' option and tick the MCM box. If you try to install the new MCM on it's own it takes a bit of messing about.
by Eric
Fri Aug 06, 2004 9:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to get dataset column value in before stage
Replies: 6
Views: 3149

I think the parallel DB2 stage has a delete rows option. The dataflow provided to the stage is used to determine which rows to delete. I think you would need to make this a seperate job though and not part of a before routine.
by Eric
Thu Aug 05, 2004 8:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do you use SAS in Enterprise Edition
Replies: 6
Views: 3993

If you havent specified the location of the SAS client home directory during the DataStage install the required libraries won't be linked. Try running the DataStage/PXEngine/install/install.liborchsasop script to link the libraries.
by Eric
Mon Jul 26, 2004 3:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel extender
Replies: 9
Views: 3667

From the readme (release notes)" Red Hat Linux Advanced Server 2.1/3.0 "

I also think it will run on some other versions but I can't remember which. I think the issue here is to do with which compiler versions are supported.
by Eric
Wed Jul 21, 2004 10:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: I got the Error when I was trying to load data to Oracle
Replies: 5
Views: 4030

I had understood (although I could be wrong) that when the job goes wrong that DataStage re-directs these logs into it's own file system rather than the oracle install file system.
by Eric
Tue Jul 20, 2004 8:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: I got the Error when I was trying to load data to Oracle
Replies: 5
Views: 4030

For problems with sqlldr, I expect the job cannot see $ORACLE_HOME/bin in the PATH variable. (Look in the Env in the Director Log)

(Also try looking for the ora* logs in /DataStage/Scratch)
by Eric
Thu Jul 15, 2004 6:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Error, RT_CONFIG
Replies: 1
Views: 2109

Sounds like permissions. Are you using the same user account as before? also check the umask settings in the ds.rc script.
by Eric
Wed Jul 14, 2004 7:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Upgrade
Replies: 5
Views: 3490

You can't just ftp datasets between machines. Use the dataset management tool to move them (manager -> tools etc ...)
by Eric
Wed Jul 14, 2004 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Segmentation Fault with a core dump
Replies: 4
Views: 3848

Re: Segmentation Fault with a core dump

This sounds like it is connected with the custom operator. Perhaps there is a row of data that is not formed correctly and the operator does not know how to handle it?
by Eric
Mon Jun 28, 2004 7:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partioning in DB2 Enterprise Stage , 4 node and 1 node
Replies: 3
Views: 2668

How Many 'nodes' are there in the DB2 database?
(check the db2nodes.cfg file)
by Eric
Fri Jun 18, 2004 5:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: QUIESCE EXCLUSIVE STATE
Replies: 2
Views: 2105

Re: QUIESCE EXCLUSIVE STATE

RStone wrote: who has authority to realease lock?
I would guess the DB2 user you are using plus other users that have been given extra priviliges, you'll have to talk to you DB2 DBA to know who else can perform this function.
by Eric
Thu Jun 17, 2004 1:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel extender installation
Replies: 3
Views: 2482

I think you need to check the documents again as Windows XP only supports DataStage clients. :?
by Eric
Thu Jun 17, 2004 1:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to UTF-8 data into EBCDIC or ASCII form through paraller
Replies: 4
Views: 3142

You see a "?" normally due to a mapping/locale mismatch. I suggest you read the DataStage NLS guide and check the maps and locales that you are using against those you expect in your datafile.
by Eric
Thu Jun 17, 2004 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to UTF-8 data into EBCDIC or ASCII form through paraller
Replies: 4
Views: 3142

Install DataStage with NLS enabled.

You can then set the MAP that you read your data (i.e. UTF)
and you can set the MAP to use to write the data. (i.e. EBCDIC)

The sequential file stage also has some special options for reading EBCDIC data.