Search found 15603 matches

by ArndW
Wed Aug 05, 2009 4:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_ipcput() - row too big for inter stage rowbuffer
Replies: 5
Views: 2171

Is there perhaps a tiny chance that you could supply some more information? For instance what stages are involved, how "wide" the data is?
by ArndW
Wed Aug 05, 2009 4:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we prepare XML file through datastage?
Replies: 12
Views: 14125

Yes, you can prepare XML through DataStage in both Server and PX. See the documentation for details on how to use the stages.
by ArndW
Tue Aug 04, 2009 11:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to call windows batch file using After Job routine ?
Replies: 7
Views: 4649

This looks like the DataStage process does not have drive "y" automounted.
by ArndW
Tue Aug 04, 2009 11:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem while using Head stage
Replies: 8
Views: 2005

Sorry, no time at the moment but perhaps someone else might have time. I've been here at work 12 hours and am working on other problems (for which I'm being paid)
by ArndW
Tue Aug 04, 2009 10:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem while using Head stage
Replies: 8
Views: 2005

Sounds like you've discovered a potential bug in the stage.
by ArndW
Tue Aug 04, 2009 9:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject Link
Replies: 3
Views: 1039

That would mean that the job is looking for a delimiter that it doesn't find before the maximum length of the record is reached.
by ArndW
Tue Aug 04, 2009 9:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Finding the error cause
Replies: 14
Views: 3921

My guess would be that the "?" in the key might be a @FM.
by ArndW
Tue Aug 04, 2009 5:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in counting the rows
Replies: 14
Views: 4614

Yes, I am aware that your UNIX and my UNIX differ, that is why I stated "on AIX". What UNIX are you on?

The cut command is doing exactly what it should. When you output to a file UNIX added a <lf>.
by ArndW
Tue Aug 04, 2009 5:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in counting the rows
Replies: 14
Views: 4614

On AIX the man pages read:
head Command

Purpose

Displays the first few lines of a file.

Syntax

head [ -Count | -c Number | -n Number ] [ File ... ]
If you can't use the "head" command, use "cut"
by ArndW
Tue Aug 04, 2009 5:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert the source to HEX
Replies: 6
Views: 1434

If you open up your Parallel Job Developer Guide and search the PDF for "COMP-3" you will find details on how to use the CFF stage with such data.
by ArndW
Tue Aug 04, 2009 2:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Finding the error cause
Replies: 14
Views: 3921

What stage are you using to write to the hashed file? What data type is LOC_INTER_LABEL_CHR and is that undisplayable character (the "?") expected?
by ArndW
Tue Aug 04, 2009 12:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get the list of Datastage users
Replies: 20
Views: 10821

There is no database or table in DataStage with the list of active users. The API is as Ray has explained and the way to get user names is to go through the Web Console as Sainath stated earlier in the thread. With Version 8 and a shared userid for accessing DataStage, any means of tracing a session...
by ArndW
Tue Aug 04, 2009 12:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: partition question
Replies: 6
Views: 1574

ray.wurlod wrote:Not true any more. Multiple readers per node will work with delimited formats.
I tried it at 8.0 and it won't.
Sequential_File_33: The multinode option requires fixed length records.
by ArndW
Mon Aug 03, 2009 8:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: admin tasks
Replies: 2
Views: 1342

a) I would not put this down as an admin task. Enable the deadlock daemon and then all you'll have to say when a lock pops up is "Please wait up to 15 minutes and the system will clear the lock automagically". b) I don't know. c) No, that is not quite enough. If you do a complete export of...
by ArndW
Mon Aug 03, 2009 8:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Errors due to change in architecture
Replies: 1
Views: 913

No errors are to be expected that are particular to the 32-64 bit question. 8 is a major release change to 7 so there might be some new undocumented functionality introduced.