Search found 42189 matches

by chulett
Wed Dec 29, 2004 8:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing Job log
Replies: 12
Views: 4370

This is a very popular topic lately. I'm still somewhat at a loss as to why people would want to capture and save all of this information. Metrics, yes, but entire job logs? Ok, if that's what you need to do... Basically, you need to tell it when to start as by default it will give you everything in...
by chulett
Tue Dec 28, 2004 10:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Distributed Hash Files Redux
Replies: 3
Views: 1483

Distributed Hash Files Redux

I was revisiting a presentation I sat in on during Ascentialworld this year, one by BCBS on how they've implemented distributed hash files to great success. I was a little shocked to come here and search the forums for additional information to find the Big Kahunas basically saying they aren't all t...
by chulett
Tue Dec 28, 2004 8:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Filtering folder content according to file size,date....etc?
Replies: 10
Views: 2914

I only got list of files once at a time, I need to pick one file name at a time Have you looked into the Folder stage? It was built to help with the processing of XML data from what I've read, but it does allow one to pull a list of filenames from a folder based on user supplied criteria. It would ...
by chulett
Mon Dec 27, 2004 11:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Notification activity in a job sequence.
Replies: 2
Views: 817

What exact version of DataStage and what flavor of UNIX? I've found that on my system, with 7.0.1 and HP/UX, it doesn't matter what I specify for the SMTP server - it isn't used. It uses whatever default SMTP server or gateway the SAs setup on the box, from what I remember. You may be able to affect...
by chulett
Mon Dec 27, 2004 2:55 pm
Forum: Site/Forum
Topic: Problem searching
Replies: 3
Views: 2462

It's happening again right now, and I see what is causing the problem. Not sure why, but it is the highlight keyword when working from search results or the 'new' posts on the front page. For example: http://www.dsxchange.com/viewtopic.php?t=89648&highlight=distributed This gives me the 404 error. R...
by chulett
Mon Dec 27, 2004 11:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Identify Specific Reject Code
Replies: 5
Views: 1082

I could tell you what it is for Oracle, but not DB2. Simplest thing to do would be to create a little test job for this scenario and cause certain errors to occur. Capture the reject link information for Link Output fields such as DBMSCODE, SQLSTATE, LASTERR (etc) and see which ones are the ones you...
by chulett
Mon Dec 27, 2004 10:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Identify Specific Reject Code
Replies: 5
Views: 1082

I'm not sure that it will make a difference, but what database? In general, sending unchecked inserts down a link will generate warnings if the insert generates a duplicate key error - and I really don't know of any way to turn that off. Set your warning limit to 'unlimited' for the job and live wit...
by chulett
Mon Dec 27, 2004 10:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: backup of DataStage project
Replies: 8
Views: 3589

And there's a nice little DOS batch file over in the file library on ADN that will automate the exports of all project on a server.
by chulett
Mon Dec 27, 2004 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Seq Generator
Replies: 11
Views: 4588

What error?
by chulett
Mon Dec 27, 2004 8:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash files directory
Replies: 4
Views: 912

A couple of additional thoughts... Using hash files in your project, especially ones processing billions of records, increases your chances of filling up the disk where DataStage is installed. This is a Very Bad Thing and something to be avoided. For a Windows server, I would think it would be best ...
by chulett
Mon Dec 27, 2004 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Seq Generator
Replies: 11
Views: 4588

That's Oracle syntax and so would only help if you are loading into Oracle. And you can't simply put "SEQ" in your insert statement, you need to replace it with the name of a legitimate Sequencer object created for your target table. Then, doing what you are doing will autogenerate a surrogate key d...
by chulett
Sat Dec 25, 2004 9:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we develop plugins for DataStage?
Replies: 3
Views: 1573

As noted by Ray:

There is a manual on writing plug-in stages available for asking from Ascential.
by chulett
Fri Dec 24, 2004 9:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to retrive unmatching records from lookup
Replies: 8
Views: 2897

mandyli wrote:please try use join stage.

:? Doesn't really help telling someone to use a PX stage for a Server job.

I think we're at the point in this thread where we need to wait for the OP to come back and comment on all the wonderful advice here. Otherwise, we're just talking to ourselves. :wink:
by chulett
Fri Dec 24, 2004 9:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Abort a Job When Warning occurs for a Parameter
Replies: 7
Views: 1992

I don't think you can do this from inside the job. What I'd look into doing is running the job from some custom Job Control code where you set the parameter values yourself and then start the job. Before that, you could check the value of your TYPE parameter and set the Warning Limit for the job bas...