Search found 15603 matches

by ArndW
Sun Oct 08, 2006 2:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to tune DS job for large jobs
Replies: 4
Views: 1390

Hello & Welcome to DSXchange. This is an odd first post.There are hundreds, if not thousands of experienced DataStage developers in this forum, yet you have managed to alienate many of them, including myself, by stating ...most DS consultants can't answer this, and don't know where to begin look...
by ArndW
Sun Oct 08, 2006 2:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: help on transformer logic
Replies: 4
Views: 1063

You can use the DS/Basic "MATCHFIELD" function. If I remember correctly it even has an example on how to parse a ZIP code or SSN from a string. Look it up in the BASIC Programmer' Guide
by ArndW
Sat Oct 07, 2006 12:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX configuration
Replies: 2
Views: 1268

There are so many factors that can affect the optimal configurtion that there really is no easy answer. The best approach in my opinion is to develop with a 2 or more node configuration. Once the job is ready to be tested, do timings with 1 (yes, many times a single node configuration will be the mo...
by ArndW
Sat Oct 07, 2006 7:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job is being Aborted -- showing Not enough space
Replies: 14
Views: 6497

You do not have 30Gb free in /path/xx.
by ArndW
Sat Oct 07, 2006 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ecxecuting Shell Script in Datastage Jop properties
Replies: 8
Views: 3698

Never assume a CWD in scripts. The CWD of any script called from DataStage will be the directory where the project is installed. If you use an absolute path for all references or you change your working directory explicitly inside the script you will be OK
by ArndW
Fri Oct 06, 2006 1:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Repository....
Replies: 8
Views: 2515

Ken is right - and I've been Nastygrammed (haven't opened the pm yet, but I suspect a Harry Potter-like "Screamer")
by ArndW
Fri Oct 06, 2006 1:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DBF Files
Replies: 10
Views: 2698

Could one of the table names be invalid for ODBC (i.e. contains unmappable characters or be a keyword)? What is the name and DDL for the "bad" table?
by ArndW
Fri Oct 06, 2006 1:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sub routine failed
Replies: 10
Views: 3068

Comment out the after-job subroutine call in your job, run it with the full data and then see if manually running the .bat file from a DOS session works or perhaps has the same problem.
by ArndW
Fri Oct 06, 2006 11:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Repository....
Replies: 8
Views: 2515

Go to the Manager, job view. Select & delete all jobs. Go to the Routines, select & delete user routines. Repeat for other categories as necessary, i.e. the table definitions, shared containers, transforms.
by ArndW
Fri Oct 06, 2006 11:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sub routine failed
Replies: 10
Views: 3068

But the error is that the source files aren't being found. Have you tried using the DOS "move" instead of the add-on "mv" {probably MKS tookit or like}? Just to make sure the error isn't being introduced by that program.
by ArndW
Fri Oct 06, 2006 11:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sub routine failed
Replies: 10
Views: 3068

Try using "move" instead of "mv" in DOS.
by ArndW
Fri Oct 06, 2006 11:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sub routine failed
Replies: 10
Views: 3068

sam, what happens when you run the .bat file from the cmd shell manually? If that works and it doesn't from the job then I would look to make sure your paths are absolute in the .bat file. Perhaps you could post the code here as well.
by ArndW
Fri Oct 06, 2006 11:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sapces between names
Replies: 5
Views: 1188

edward_m wrote:...'alex alex alex' gives 5 spaces.
Why don't you do a COUNT(TRIM(In.String),' ') to get the number of "words" as separated by one or more spaces? You could also extend that and do a COUNT(TRIM(CONVERT(',',' ',In.String)),' ') to parse out the commas.
by ArndW
Fri Oct 06, 2006 9:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sapces between names
Replies: 5
Views: 1188

It looks like your two string are identical, was that a typographical error? Won't the function COUNT(In.String,' ') work for you?
by ArndW
Fri Oct 06, 2006 9:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Write failed for record id
Replies: 11
Views: 3994

try "chmod -R 775 NewDDWHash" for a recursive change.