Search found 42189 matches

by chulett
Wed Dec 06, 2006 8:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to capture job log into text file
Replies: 10
Views: 7496

True, missed the 'into a Directory' part. Told yah I hadn't really looked at it. So... other than that, perfectly valid advice. :wink:
by chulett
Wed Dec 06, 2006 8:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The runLocally() of the operator fail
Replies: 14
Views: 17330

Probably need another patch. :wink:
by chulett
Wed Dec 06, 2006 8:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Truncate and reload the table using ODBC
Replies: 5
Views: 1550

samsuf2002 wrote:u tryu using after job sub routine where u can truncate the table after the job is processed

What? :?

Titto - you need a two step process. First select and land the records from the table. Then a separate job to truncate and reload. Two steps.
by chulett
Wed Dec 06, 2006 3:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Surrogate Key Assignment
Replies: 16
Views: 21218

Clear Seqfile? Not sure what you are asking. All you need to do to use these routines is understand how they work and then just... use them. SeqFile is not 'a file in common storage' per se, but the name of the 'Sequence File' in use - i.e. the SDKSequences hashed file - from what I recall.
by chulett
Wed Dec 06, 2006 1:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem while compling the job
Replies: 6
Views: 2833

Re: Problem while compling the job

while i complie the job i'm getting an errot which says Job contains cyclic or linear dependencies and will not run Short answer is that you've created a 'loop' in your jobstream. Rather than data flowing from one end to the other, you've got it looping back on itself somehow. The compiler catches ...
by chulett
Wed Dec 06, 2006 1:11 pm
Forum: General
Topic: Using dsjob command
Replies: 3
Views: 2800

Welcome. :D You've certainly chosen a non-trivial task for someone 'very new' to DataStage to tackle. It may be mitigated somewhat, however, by sticking with the 'dsjob' utility which basically turns this into a scripting exercise. Read the Command Line Interface section of the Server Job Developer'...
by chulett
Wed Dec 06, 2006 11:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastaeg TX stage
Replies: 5
Views: 1828

Who man? Apparently he man but not me man. Sorry.
by chulett
Wed Dec 06, 2006 10:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Looping
Replies: 17
Views: 5487

You get to write everything yourself!
by chulett
Wed Dec 06, 2006 10:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastaeg TX stage
Replies: 5
Views: 1828

Do you own the TX product as well? You must in order to use this stage. And if so, probably best to also ask over in the TX forum...
by chulett
Wed Dec 06, 2006 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CLOSE_WAIT,FIN_WAIT_2
Replies: 4
Views: 2320

These are the result of bringing the engine down with client connections currently open. Sometimes that's unavoidable because of broken connections, but you should always make an effort to ensure everyone is off that can get off before it comes down. They should clear themselves with time. We're run...
by chulett
Wed Dec 06, 2006 8:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reading from folder stage
Replies: 6
Views: 1555

Technically, 'filters' and 'wildcards' are not equivalent. However, wildcards can be used with more than just the splat - '*'. For example on UNIX:

Code: Select all

file[1-2].txt

Will get you just file1.txt and file2.txt out of the '100 files in that folder'. :wink:
by chulett
Wed Dec 06, 2006 8:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Folder Stage to filter Record
Replies: 16
Views: 4408

No... as it doesn't read 'records' but the full file contents all at once. And the derivation isn't used in this stage AFAIK, one of the joys of a standard 'widget' - not all fields are applicable everywhere it is used.
by chulett
Wed Dec 06, 2006 8:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to capture job log into text file
Replies: 10
Views: 7496

I haven't checked everything, just wanted to make a couple of comments since we're exposing code to the world. I tend not to use multiple steps when a single step would do just as well, hopefully without 'over-loading' the statement into obfuscation. For example, this: FileName = JobName:"_&quo...
by chulett
Wed Dec 06, 2006 8:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link Order for Deleting Records
Replies: 3
Views: 1107

Make sure you understand what exactly Transaction Grouping does before you go too crazy using it everywhere. It forces a Transaction Size of 1 and commits every 'group' of input links one at a time. That way you can rollback all of each 'transaction' if any one part of it fails. So it can be useful...
by chulett
Tue Dec 05, 2006 11:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: architectural difference in the repositories.
Replies: 8
Views: 1422

There is that. Curiousity... yah, that must be it. :wink: