Search found 15603 matches

by ArndW
Wed Feb 27, 2008 4:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: consuming MQ messages.................
Replies: 5
Views: 1335

There is also the "unit of work" MQ stage.
by ArndW
Wed Feb 27, 2008 4:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connectivity to PostgreSQL
Replies: 1
Views: 964

There is no builtin stage, so your connectivity will be through ODBC. As you are on UNIX the connectivity will not be automatic so you will need to install an appropriate driver. I think you can download drivers at Postgresql.org
by ArndW
Wed Feb 27, 2008 2:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: consuming MQ messages.................
Replies: 5
Views: 1335

There are more than one MQ stage, with differing functionalities and capabilities. The classic MQ Series stage and the (newer) WebSphere MQ Connector. You can do all sorts of nifty things in DataStage with MQ including processing "waves" and grouping transactions. But the functionality is all in MQ ...
by ArndW
Tue Feb 26, 2008 12:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob -logdetail : Segmentation Fault
Replies: 1
Views: 1867

My first guess is that a project file corruption might lead dsjob to abort. You can use the DS.TOOLS menu option 2 and then option 4. This can be called from the uv shell or the command line in the admin tool and has been discussed here in DSXchange.
by ArndW
Tue Feb 26, 2008 10:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Have you a trick for : Field not like list of value
Replies: 13
Views: 5556

Re: Index("Word01,Word02,Word03,Word04,",ds1.field

RStone wrote:If I could get this code posted by Arndw to work...
Since I neglected the last parameter it won't compile and run, as Craig has posted.
by ArndW
Tue Feb 26, 2008 8:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using the Len funtion in transformer stage
Replies: 1
Views: 650

The "%" characters need to be removed. Plus your "(" and ")" are not matched.
by ArndW
Tue Feb 26, 2008 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning shown in performing a look up
Replies: 3
Views: 1036

This is a NLS issue, the character 00xFC cannot be mapped from the DB2 to the database character set.
by ArndW
Tue Feb 26, 2008 6:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to load txt file into XML file
Replies: 2
Views: 828

That is a very vague question. In the simplest case you can map straight from text file to XML. Could you post what you have tried already and which problem you have encountered?
by ArndW
Tue Feb 26, 2008 2:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversation
Replies: 3
Views: 1194

A Date type column has no format. You need to give a format when converting a string to a date and a format to display a date. Are your input and your output columns of type string?
by ArndW
Tue Feb 26, 2008 1:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC stage returns incorrect microseconds value in timestamp
Replies: 10
Views: 3270

Most likely this has to do with view data, what happens if you write this column to a sequential file and look at that from Windows or to a peek stage?
by ArndW
Mon Feb 25, 2008 11:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to add new user
Replies: 2
Views: 1001

There is a chapter in the administration manual telling you what needs to be done. I have V8 here so can't give you the page numbers.
by ArndW
Mon Feb 25, 2008 11:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Director Getting Closed Abruptly when viewing log in detail
Replies: 8
Views: 2490

Deleting any DataStage files at the UNIX or OS level is a big no-no. If the log is too big, use the director to clear the log (this might take some time, but is better than potentially breaking the project).
by ArndW
Mon Feb 25, 2008 10:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Integers in fixedWidthfile
Replies: 3
Views: 1270

Justification only applies to text fields. In order to left just try:

Code: Select all

Right(Space(MaxLen):TRIM(In.column),MaxLen
where MaxLen is the length of your left-padded string and In.Column is the text right-padded input column.
by ArndW
Mon Feb 25, 2008 4:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can we take reject link in parallel transformer?
Replies: 2
Views: 859

No, rejects in PX come from the passive stages.
by ArndW
Mon Feb 25, 2008 4:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob
Replies: 6
Views: 3053

The -lstages option doesn't like you specifying a stage name. Remove "Sequential_File_2" from the command line and retry