Search found 15603 matches

by ArndW
Tue Oct 11, 2005 1:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sendWriteSignal() Could not send close message
Replies: 4
Views: 4324

Aramachandra, PX jobs start a lot of UNIX processes, each does a portion of the work. The jobs communicate with each using pipes. Each pipe has a writer and a reader, if one of the two unexpectedly terminates the connection (a close or the job aborts) then the other will report a "broken pipe". Sadl...
by ArndW
Tue Oct 11, 2005 1:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while reading the fixed width file
Replies: 2
Views: 1006

I've had trouble getting the sequential file definitions set up correctly in PX, it takes a lot more work than in server. The error messages tend to be more verbose than yours, though. It sounds like you have a NLS installation and a mapping is failing. Does this file contain NLS? Just to make the d...
by ArndW
Tue Oct 11, 2005 1:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Check for open file before processing.
Replies: 3
Views: 1411

Doesn't the MKS Toolkit get installed as well as part of DS 7.5x on Windows? If that is the case, you can use the UNIX command "fuser" on the file to see if any other process has it open. I don't think that the DOS cmd shell has a similar command, so installing MKS toolkit on the DataStage server mi...
by ArndW
Tue Oct 11, 2005 12:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hash file
Replies: 6
Views: 1573

Plus you need to disable the write cache option when writing to the file so that updates are immediate.
by ArndW
Tue Oct 11, 2005 12:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hardware requirements
Replies: 2
Views: 817

Hello Lucky, the hardware requirements for DataStage are not a fixed value and depend very heavily upon the expected usage. The minimum to install is the disk space requirements of the server. DataStage itself reserves some shared memory segments and starts at least one background process (that is t...
by ArndW
Mon Oct 10, 2005 2:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS commands
Replies: 4
Views: 986

Kollurianu,

the first sounds like a user-written routine, the second is a DataStage routine which, when I tried using the search function, has been referenced 11 times already.
by ArndW
Mon Oct 10, 2005 5:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Country Codes Extraction
Replies: 9
Views: 1720

Maffan, in the past I've done a couple of TELCO projects and when I have had to do this I've used a branching decision tree structure. Due to the mechanism used with variable lengths you will not be able to make this into a single condition. I also found that it makes more sense to order the if-then...
by ArndW
Sun Oct 09, 2005 8:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to automatically remove DS Server Instance on Windows
Replies: 5
Views: 1777

The old instances should be gone. I would recommend to stop the DataStage server and then kill the old process manually before re-starting. Is this problem repeatable after a coldstart of the actual Windows box?
by ArndW
Sat Oct 08, 2005 3:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: subtract the minutes with timestamp
Replies: 10
Views: 3550

Hemant, if you were to approach this problem step-by-step it would be easier for you solve and find the problem. Change your job to do simple derivations in output columns and write those to a sequential file. The conversion as you have listed will not work, if you break it into simple components yo...
by ArndW
Sat Oct 08, 2005 1:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: subtract the minutes with timestamp
Replies: 10
Views: 3550

Winky man worked for me - took me directly to the appropriate page.
by ArndW
Fri Oct 07, 2005 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parsing a Varchar Field
Replies: 1
Views: 675

INDEX(MyString,'$',1) returns the position of the first $ in the string. But in your case I might use: PercentageValue = FIELD(In.StringVar,'%',1) DollarValue = FIELD(In.StringVar,'$',2) This treats the % and $ signs as if they were field separators and, to use the example of '%', it parses the stri...
by ArndW
Fri Oct 07, 2005 6:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DATASTAGE INSTALLATION
Replies: 5
Views: 1276

An had I been on a German keyboard it would have been "az 7.x" :)
by ArndW
Fri Oct 07, 2005 6:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Please call IBM support when you have errors
Replies: 4
Views: 1345

When it comes to obvious errors in the product, I agree wholeheartedly with Kim. Sometimes it makes sense to post questions here in order to confirm that this is actually a problem with the product and not in how DataStage is being used, but my issue is that so many of the posts contain very little ...
by ArndW
Fri Oct 07, 2005 6:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Effective partition type for sorted input in Transformer
Replies: 22
Views: 7915

Apraman,

what Ray and I are subtly trying to point out to you is that a sequential file can only be written to by one process; so the partitioning information you are asking for is irrelevant.
by ArndW
Fri Oct 07, 2005 5:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DATASTAGE INSTALLATION
Replies: 5
Views: 1276

No, it will work ay 7.x