Search found 42189 matches

by chulett
Mon Aug 15, 2011 4:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL SERVER select statement issue
Replies: 10
Views: 8265

Re: SQL SERVER select statement issue

# and $ sign are reserved signs in DataStage, so maybe it is possible to use the internal representation of the signs in your select statement? Tried that but still no luck it shows the same error Can you show us exactly what you tried? Did you notice that there are two underscores on each side of ...
by chulett
Mon Aug 15, 2011 1:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The infamous -14 DSJE_TIMEOUT issue
Replies: 1
Views: 2466

Just wanted to let you know I split this out into your own topic - so you have control over its fate - and linked back to the 2005 topic for you.
by chulett
Mon Aug 15, 2011 9:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: max of decimal(38) in aggregator stage gives junk values
Replies: 1
Views: 1186

Perhaps this 'junk' is in your source data?
by chulett
Mon Aug 15, 2011 9:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete a txt file using FTP stage
Replies: 6
Views: 2420

You should be asking that question to whomever administers that system. They should be controlling the actual mechanism you use to perform the delete and handling the permissions required.
by chulett
Mon Aug 15, 2011 9:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connector Stage - after sql statement
Replies: 5
Views: 2575

Food for thought - with no mechanism to control if the after-sql fires another path might be a link to an aggregator set to Last that you direct to the status table. Link ordering can ensure it arrives after the main data and thus should only commit if the main data flow is successful. FWIW.
by chulett
Mon Aug 15, 2011 7:35 am
Forum: General
Topic: Exporting whole project into single file
Replies: 32
Views: 10061

I don't recall that running a job would lock it but I'm sure someone will be along to correct me if my recollection is faulty. Editing the job certainly locks it and we had lock issue with people who couldn't be bothered to log off at night or who broke their connections and left orphaned locks. Loc...
by chulett
Mon Aug 15, 2011 6:58 am
Forum: General
Topic: Exporting whole project into single file
Replies: 32
Views: 10061

Not that I recall. You'll have more issues with locked jobs than running jobs, I do believe.
by chulett
Mon Aug 15, 2011 6:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Alternative way
Replies: 20
Views: 10336

prasad v wrote:As per my concern, this should be sequence number as i am maintaing max sequence number in a file. if we have gaps in seq.numbers. We will get duplicates sequene numbers second run
:? I don't see how you get there from here. Gaps = duplicates? No.
by chulett
Sun Aug 14, 2011 11:49 pm
Forum: General
Topic: Exporting whole project into single file
Replies: 32
Views: 10061

That or go back to the 8.3 pathnames that are under the so called "long pathnames" nowadays. Program Files would typically be Progra~1.
by chulett
Sun Aug 14, 2011 9:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dataset ; no such file or directory
Replies: 7
Views: 4180

Sounds like your dataset is corrupt.
by chulett
Sun Aug 14, 2011 2:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Alternative way
Replies: 20
Views: 10336

Let's get this out of the way first. Surrogate values have no derived meaning or intelligence behind them, they just 'take the place' of the business key. Because of that, having 'gaps' in the sequence is meaningless and not something you should be worrying about.
by chulett
Sun Aug 14, 2011 7:09 am
Forum: Site/Forum
Topic: Membership Renewal time
Replies: 8
Views: 5731

I don't think so...
by chulett
Sun Aug 14, 2011 7:02 am
Forum: Site/Forum
Topic: Webinar
Replies: 3
Views: 3662

Apparently. I think they're just there to show what has been done as the links expire after a certain amount of time as they are to the actual live webinar. Perhaps, if they have been archived in some manner, they could be redirected to the archive. An email to the Editor (editor@dsxchange.com) migh...
by chulett
Sat Aug 13, 2011 6:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connector Stage - after sql statement
Replies: 5
Views: 2575

Out of curiousity, what exactly are you doing 'after sql'?
by chulett
Fri Aug 12, 2011 4:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Selecting distinct values and creating a list/array
Replies: 16
Views: 5360

Correct... unless you can conditionally make the call. I've done something similar in the past where I call it once when the first record comes through and then never again as I know it would be a waste of time. To do this on the last record, however, would be a little more problematic unless you ar...