Search found 42189 matches

by chulett
Sat Aug 08, 2009 8:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parsing 'Comma' delimited file containing commas in data
Replies: 10
Views: 3047

Whoops, right when I clicked on Submit I see we are talking about a Server job, so... I would wager your fields are not properly quote delimited and you in fact have an invalid csv file. Can you post an actual example or two so we can see?
by chulett
Sat Aug 08, 2009 8:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parsing 'Comma' delimited file containing commas in data
Replies: 10
Views: 3047

PX is notorious for having problems with commas in the data of a csv file, even if the fields are quote delimited. You may find you'll need to use a Server job for this task as it can handle them just fine... assuming they are properly quoted: xxx,"3,890,454",xxx,
by chulett
Sat Aug 08, 2009 3:22 pm
Forum: General
Topic: extract variable from delimited string of words
Replies: 4
Views: 1117

Fairly simple in a Server routine: Loop through the string using Field() with ";" as the delimiter, ..Use Index() to see if "VARIABLE=" is in the token, ....If yes, Field() again with "=" as the delimiterm take 2nd field, ..Stop when first non-null value found or you ru...
by chulett
Sat Aug 08, 2009 8:15 am
Forum: General
Topic: Where can I get this Match Function?
Replies: 14
Views: 3724

Post the syntax you tried. Also, real examples of data you want and data you don't want to match. Include some of the troublesome ones, too, the ones that got through that shouldn't have.
by chulett
Sat Aug 08, 2009 7:17 am
Forum: General
Topic: Where can I get this Match Function?
Replies: 14
Views: 3724

Tried what? Forget adding the BASIC Transformer and show us what you are trying to do instead.
by chulett
Sat Aug 08, 2009 7:07 am
Forum: General
Topic: Where can I get this Match Function?
Replies: 14
Views: 3724

As noted, let us know what you are trying to do and we'll see if we can help with what you need to accomplish it.
by chulett
Fri Aug 07, 2009 10:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance with Datastage 8
Replies: 15
Views: 8911

Their posts indicate quite a difference in environments, the biggest being the fact that the 7.x environment was a grid environment while the 8.x one is not grid enabled.
by chulett
Fri Aug 07, 2009 5:42 pm
Forum: General
Topic: unable to create new datastage 8.1 project
Replies: 1
Views: 2573

:!: Please repost this in the proper forum, this one is for discussing potential FAQ topics. Normally, the advice would be to put it in the Server or PX forums based on the job type in question but since this is more generic than that, please put it in the General forum. Edited to add: And I see tha...
by chulett
Fri Aug 07, 2009 1:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance with Datastage 8
Replies: 15
Views: 8911

How many processing nodes are you using with your jobs? :?
by chulett
Fri Aug 07, 2009 1:38 pm
Forum: General
Topic: DataStage Restart Processing / Checkpoints and Recovery
Replies: 6
Views: 5234

I'm going to disagree with your "longer" comment unless you specifically mean in a recovery situation where it may take longer because you have to load "everything" again and you could be waiting for the rollback to complete. True, but I'll take that over any kind of a "manu...
by chulett
Fri Aug 07, 2009 11:41 am
Forum: General
Topic: DataStage Restart Processing / Checkpoints and Recovery
Replies: 6
Views: 5234

If at all possible, I prefer an "all or nothing" style of load where commits are only done once at the end. That means a restart is simply a restart and something that can be handled at the job control level.
by chulett
Fri Aug 07, 2009 10:11 am
Forum: General
Topic: DataStage Restart Processing / Checkpoints and Recovery
Replies: 6
Views: 5234

There is no "automatic" functionality if you are talking about restarts at the job level, i.e. inside a job. Sequence jobs can automate restarts between jobs but I suspect that's not what you mean.
by chulett
Fri Aug 07, 2009 10:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Moving from 32 bit to 64 bit architecture
Replies: 3
Views: 1263

I've got no direct experience with it either, but do want to ask - this "64bit architecture", are you just talking O/S (meaning DataStage is still 32bit) or is your version of DataStage now 64bit as well?
by chulett
Fri Aug 07, 2009 10:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: uv -admin -start but dsprcd does not go up
Replies: 5
Views: 2902

And sometimes you'll wait 20 or 30 minutes and sometimes you'll wait forever. One really needs to learn to check as Arnd noted and only restart once all ports clear.
by chulett
Fri Aug 07, 2009 10:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failed to establish datasource connection
Replies: 11
Views: 6934

Basically asking if the problem is consistent or not. In other words, do the exact same connections fail each time or do the failed ones change with each run? If it is the latter, then I'd be checking with your DBA and/or SysAdmin to see if you are having resource issues.