Search found 8 matches

by fmcmullan
Mon Feb 23, 2009 2:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Stage Load Error
Replies: 3
Views: 2950

I've seen this when loading data into a partitioned table (with partitioned indexes) and using maintenance mode on the indexes. When using the default parallel method, as you've seen, we would get the maximum sessions error. Like you, setting the stage to operate in sequential mode solved the proble...
by fmcmullan
Wed Jan 14, 2009 11:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data Load in to table partitions.
Replies: 9
Views: 3474

rumu, read Ray's comment again.

He is saying to try it in SQL Server as a user-defined SQL statement. If it works there, then DataStage won't have any problem doing the same thing.
by fmcmullan
Mon Dec 29, 2008 2:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to minus one day from a give timestamp data
Replies: 9
Views: 4374

I have used TimestampFromSecondsSince(-86400, X) to do this without having to deconstruct/reconstruct anything. It has worked well for me.
by fmcmullan
Wed Sep 17, 2008 12:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: write failed : broken pipe
Replies: 1
Views: 4354

I've seen the same problem when doing loads into Oracle. The "broken pipe" message usually comes up when Oracle's SQL*Loader has problems doing its work (a full tablespace, for example). I would imagine that the DB2 equivalent is having similar problem during the load in your case. To trou...
by fmcmullan
Thu Jul 31, 2008 12:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server name in Oracle enterprize stage
Replies: 6
Views: 2166

On the "Properties" tab, click on the "Connection" folder icon. In the lower right of the dialog is the "Available properties to add" section. Click on the "Remote Server" property to add that to the connection options. The value you enter in the top right of ...
by fmcmullan
Wed Apr 16, 2008 11:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Stage problem
Replies: 4
Views: 2859

Whenever you perform any sort of function (like NVL or MAX) in a SELECT statement, Oracle does not seem to preserve the datatype of the underlying column. Or, at least it doesn't seem to correctly communicate it back to DataStage as part of the metadata sent with the query results. As mentioned, jus...
by fmcmullan
Fri Apr 04, 2008 12:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Installing Datastage
Replies: 10
Views: 6688

I have the DataStage client running in a Windows XP virtual machine under VMWare Fusion on Mac OS X and it works great! I doubt that is a supported combination, either :D
by fmcmullan
Thu Feb 22, 2007 8:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Edition of Windows Vista that support DataStage Server
Replies: 8
Views: 3819

The DS client (I am using v7.5.1A) doesn't work well with Vista (Business edition, RTM version). In particular, if you use the ellipsis button to try to choose things like job parameters or input columns in an expression box, the choice list displays "behind" the client window with no way ...