Search found 42189 matches

by chulett
Thu Dec 22, 2011 9:02 am
Forum: General
Topic: Execute different actions based on the table count
Replies: 22
Views: 5757

An Execute Command stage can return the count and then the 'if-then-else' would be handled by custom trigger expressions - one to email and another to run the FTP job.
by chulett
Wed Dec 21, 2011 11:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter option vs Transformer
Replies: 4
Views: 1257

My performance impact statement was generic, not specifically about this particular case.
by chulett
Wed Dec 21, 2011 10:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter option vs Transformer
Replies: 4
Views: 1257

I prefer the option that is more visible and maintainable and for me that would be your #2... unless there is a serious performance impact for that choice.
by chulett
Wed Dec 21, 2011 9:20 pm
Forum: Site/Forum
Topic: how can a premium member become Premium Poster?
Replies: 3
Views: 7092

There is no official mechanism that I recall. When the site went premium, a handful of us were approached and agreed to the role of 'Premium Posters' and I don't think there are any plans to add any more.

(fyi - decided to move the post here)
by chulett
Wed Dec 21, 2011 8:58 pm
Forum: General
Topic: Problem connecting to Teradata via ODBC
Replies: 14
Views: 11872

Well. :?

Can you post the complete, unedited error message please? I'd also be curious if there's anything different about that shared object file, permissions perhaps?
by chulett
Wed Dec 21, 2011 8:56 pm
Forum: General
Topic: Installing DataStage Client on MAC OSX
Replies: 5
Views: 5454

There you go again. :wink:
by chulett
Wed Dec 21, 2011 8:55 pm
Forum: General
Topic: Attach YYYYMMDD to file name
Replies: 3
Views: 1307

As noted, there are several ways. You could look into passing that date stamp in as a job parameter and then leveraging the job parameter in the filename. You would set it upstream of the job, formatted however you like, and then pass it in. That way there's nothing needed 'after job'.
by chulett
Wed Dec 21, 2011 8:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date and Number validations
Replies: 6
Views: 2038

I would assume that is what they are doing. And I assume the goal here would be to reduce all that if-then-else activity down to something more manageable. As noted, a parallel routine could cut that down but nothing will remove the fact that you'll need to do something to each and every field you w...
by chulett
Wed Dec 21, 2011 8:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before SQL - Insert a default row based on a condition
Replies: 7
Views: 2099

I was assuming it was the 'Not Applicable' dimension row that facts can tie to when they have no corresponding element from that dimension. That way you don't have to do an outer join to get every fact row, even if they (technically) have no matching dimension record.
by chulett
Wed Dec 21, 2011 7:00 pm
Forum: General
Topic: Problem connecting to Teradata via ODBC
Replies: 14
Views: 11872

First question in my mind would be where did you make these changes? One should be in the engine directory and the other in your project. Forgive me, but off the top of my head I don't remember which one is where... but I believe that uvodbc should be in the project. If that doesn't fix it, I'd veri...
by chulett
Wed Dec 21, 2011 6:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before SQL - Insert a default row based on a condition
Replies: 7
Views: 2099

No, it's not possible to do anything 'conditionally' in the Before SQL area. About all that comes to mind as an alternative might be making the entire statement a parameter and you include the 'load the default row' command on the initial run and leave it empty on all subsequent runs. We just have a...
by chulett
Wed Dec 21, 2011 3:35 pm
Forum: General
Topic: Installing DataStage Client on MAC OSX
Replies: 5
Views: 5454

So, yes if you run Parallels or VMWare on your Mac so you have a working Windows environment there.
by chulett
Wed Dec 21, 2011 3:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Clear a big table then insert rows
Replies: 15
Views: 5067

Just an EMT Ray, an Early Morning Typo. :wink: And I just have to add - you are getting way too anal in your old age. Yes, they are stages. And yes, those stages represent activities. The documentation likes to flip-flop around on how it refers to them: Designing a job sequence is similar to designi...
by chulett
Wed Dec 21, 2011 8:08 am
Forum: General
Topic: DATASTAGE REPOSITORY ERROR: UNABLE TO CREATE DSTAGE_WRAPPER
Replies: 6
Views: 3057

Why 8.0.1? Those early releases were notoriously buggy.

I'd suggest asking for help from your official support provider as your next course of action.
by chulett
Wed Dec 21, 2011 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Executing SQL Server Stored procedure inside ODBC stage
Replies: 13
Views: 5411

Read the documentation where (from what I recall) that is very clearly explained.