Search found 42189 matches

by chulett
Wed Dec 28, 2005 7:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to track the lookup Result that is not matched by lookup
Replies: 2
Views: 851

linkname.NOTFOUND manytimes doesn't work correctly with lookup stages other than Hashed File lookups. Unfortunate but true. It doesn't seem to work at all with the OCI stages, probably because they haven't coded them to support it. The only stage I used the NOTFOUND status with is a hashed file sta...
by chulett
Tue Dec 27, 2005 10:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: enormous aggregator
Replies: 7
Views: 2028

I don't think there's a number you can give that wouldn't vary from system to system. More of a threshold of pain... if your sort takes 'too long', try it from the command line. And what makes you think you can't sort a timestamp from UNIX? An ISO formatted timestamp is perfectly sortable, even as a...
by chulett
Tue Dec 27, 2005 10:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: JOB LOG FILTER
Replies: 4
Views: 1083

Kumar - he asked about the option to Filter log entries, not purge them. Two different things.
by chulett
Tue Dec 27, 2005 11:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dslictool usage
Replies: 8
Views: 3457

This is all I ever get from it: $ pwd /opt/datastage/Ascential/DataStage/DSEngine $ ./bin/dslictool Standard License is in effect. Message[PIN0037] 8 CPU's licensed. DSSRV package licensed. No. Pid, Package Device name IP address Device sub-key 0 license seats are in use. 8 license seats are availab...
by chulett
Tue Dec 27, 2005 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dslictool usage
Replies: 8
Views: 3457

So, Arnd... are you of the opinion that the silly thing actually does work? :?

I know it should, but that certainly doesn't seem to be the case in my 7.0.1 version.
by chulett
Tue Dec 27, 2005 9:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: JOB LOG FILTER
Replies: 4
Views: 1083

Yup, global.
by chulett
Tue Dec 27, 2005 9:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dslictool usage
Replies: 8
Views: 3457

Search is your friend! :wink:

Many more examples exist... and no, it doesn't work.
by chulett
Tue Dec 27, 2005 8:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unabale to genaerate xml out put
Replies: 1
Views: 659

Dump the folder stage, it is really only useful for input... the XML Output stage has an option to create an output file.
by chulett
Tue Dec 27, 2005 7:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: delete a unix file from datastage sequence.
Replies: 9
Views: 5101

First suggestion would be to find someone where you work who can help you with simple UNIX commands like this. :wink:

Second suggestion would be to start a new post as this one has been solved and we're moving off on to another topic entirely.
by chulett
Tue Dec 27, 2005 7:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: enormous aggregator
Replies: 7
Views: 2028

Is the datastage utility is not that efficient for huge date. May i know what is the difference between unix sort and datastage? At least a 10x speed improvement for the UNIX sort, from what I've seen on my system... HP 'Superdome'. And the UNIX sort can handle large volumes. Disclaimer: my experie...
by chulett
Mon Dec 26, 2005 10:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read the numeric part of a string in PX
Replies: 8
Views: 2249

Whereas i want to extract all the numeric characters from a alphanumeric string. Eg: string-> 123fre233 should return me 123 {numeric characters until first non-numeric character is encountered.} Just wanted to point out that 'all numeric characters' and 'numeric characters until the first non-nume...
by chulett
Mon Dec 26, 2005 8:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Sources
Replies: 3
Views: 834

Depends on if the metadata is the same for all three files or not. No - you'll need to process them one at a time. Yes - Folder stage.
by chulett
Sat Dec 24, 2005 11:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSJobStartDate in Stage Variable calculation
Replies: 9
Views: 5720

From a private message, answering here so others can (hopefully) benefit: Hey Craig, Referring to your suggestion of using DSJobStartDate in stage variable and initial value rather than in Derivation,do you think the same is valid for constants. I am hard coding lot of constants of my target file in...
by chulett
Fri Dec 23, 2005 11:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: loading list csv files with Stage Folder
Replies: 3
Views: 986

What is the end result you are shooting for? The Folder stage may not be the most... reliable... way to get a list of filenames, if that is all you are after. I would *guess* those two files may be 'too big' to process correctly through that stage. Have you considered using ExecDOS to list them usin...
by chulett
Fri Dec 23, 2005 10:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_seqput: error in 'write()' - Error 0
Replies: 5
Views: 1058

Version shouldn't matter, the error is the same for 5, 6, 7... it should mean you ran out of space where you were writing the file. Is that not the case?