Search found 42189 matches

by chulett
Fri Aug 14, 2009 7:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic aggregation.
Replies: 6
Views: 1165

Terala - best if you start your own post and give us specifics of your requirement, "pretty much the same" doesn't really give people the information they would need to help you.
by chulett
Fri Aug 14, 2009 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to send email only the number of records processed
Replies: 4
Views: 1060

In other words, you'll need to create a "report" with just specfically those two metrics. And one way to do that is by using the DSGetLinkInfo() function in a custom routine with the DSJ.LINKROWCOUNT InfoType to get the count of the records that went down the 'processed' link and the 'miss...
by chulett
Fri Aug 14, 2009 7:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Scheduler not running with specific user
Replies: 5
Views: 1652

That's about the limit of my Windows scheduler knowledge. :wink:

Is there any evidence in the job's log that it even attempted to start?
by chulett
Fri Aug 14, 2009 6:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deadlock or Timeout
Replies: 3
Views: 1636

Not possible.
by chulett
Fri Aug 14, 2009 5:57 am
Forum: General
Topic: How to move DataStage ETL to an other server
Replies: 4
Views: 3472

Ah, so a data center move... but I assume not a physical relocation of the hardware, yes? It might have been a little early to mark the topic as Resolved without answers to the questions we're asking, but you can always come back and open this up or start another topic if you need to. :wink:
by chulett
Fri Aug 14, 2009 5:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration File
Replies: 9
Views: 3220

Mmmmm... pie.

(Said in my best Homer Simpson voice)
by chulett
Fri Aug 14, 2009 5:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: differences between 7.5 and 8.1
Replies: 5
Views: 2124

Quite a bit, primarily how the metadata repository is now 'open' and stored in a relational database and how the client communicates with the server. But that's just the tip of the iceberg. There may be something in our FAQ forum (I don't recall) and I'm sure our own Vincent McBurney has blogged abo...
by chulett
Fri Aug 14, 2009 5:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Find all jobs in a proj using certain hash file.
Replies: 7
Views: 1688

Sure, search the forums here for DS_JOBOBJECTS and you should find something close that you could adjust to suit your need.
by chulett
Fri Aug 14, 2009 5:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Scheduler not running with specific user
Replies: 5
Views: 1652

Have you made sure you have the credentials of the "domain" user properly entered into the scheduler, in particular the password?
by chulett
Fri Aug 14, 2009 5:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC error
Replies: 18
Views: 5085

They've marked their "O/S" as Windows which is meant to indicate the operating system where DataStage is installed, seeing as how the client is always on Windows. So, that would mean there's no "dsenv" in play here as that's only for UNIX servers. Sometimes people don't understan...
by chulett
Fri Aug 14, 2009 5:26 am
Forum: General
Topic: How to move DataStage ETL to an other server
Replies: 4
Views: 3472

I'd be curious what kind of a 'move' we're talking about here as that can affect the answer. Is this from one physical server to another server that is basically otherwise identical? If not, what is different about the destination server - the Operating System, hardware configuration, what? Even som...
by chulett
Thu Aug 13, 2009 11:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: delete all the jobs in a project
Replies: 3
Views: 1468

Of course, but realize that when you drop the project you are 'deleting' more than just "all the jobs". Any account-based hashed files, custom routines, etc etcetera will be gone as well.
by chulett
Thu Aug 13, 2009 5:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: LoadRunStats.AutoMeter has never been run
Replies: 5
Views: 1671

Looks like it came from DSRunJob() so perhaps with a DSJ.RUNRESET RunMode? Does your code always attempt a reset or only if the job 'needs' it? I would think this would actually be avoided by use of the DSPrepareJob() function. :?